@@ -82,50 +82,132 @@ define([], () => {
82
82
83
83
ListViewFilterLabel : "Filtruoti" ,
84
84
85
- DatePickerMonthLongJanuary : "January" ,
86
- DatePickerMonthShortJanuary : "Jan" ,
87
- DatePickerMonthLongFebruary : "February" ,
88
- DatePickerMonthShortFebruary : "Feb" ,
89
- DatePickerMonthLongMarch : "March" ,
90
- DatePickerMonthShortMarch : "Mar" ,
91
- DatePickerMonthLongApril : "April" ,
92
- DatePickerMonthShortApril : "Apr" ,
93
- DatePickerMonthLongMay : "May" ,
94
- DatePickerMonthShortMay : "May" ,
95
- DatePickerMonthLongJune : "June" ,
96
- DatePickerMonthShortJune : "Jun" ,
97
- DatePickerMonthLongJuly : "July" ,
98
- DatePickerMonthShortJuly : "Jul" ,
99
- DatePickerMonthLongAugust : "August" ,
100
- DatePickerMonthShortAugust : "Aug" ,
101
- DatePickerMonthLongSeptember : "September" ,
102
- DatePickerMonthShortSeptember : "Sept" ,
103
- DatePickerMonthLongOctober : "October" ,
104
- DatePickerMonthShortOctober : "Oct" ,
105
- DatePickerMonthLongNovember : "November" ,
106
- DatePickerMonthShortNovember : "Nov" ,
107
- DatePickerMonthLongDecember : "December" ,
108
- DatePickerMonthShortDecember : "Dec" ,
109
- DatePickerDayLongSunday : "Sunday" ,
110
- DatePickerDayShortSunday : "Sun" ,
111
- DatePickerDayLongMonday : "Monday" ,
112
- DatePickerDayShortMonday : "Mon" ,
113
- DatePickerDayLongTuesday : "Tuesday" ,
114
- DatePickerDayShortTuesday : "Tue" ,
115
- DatePickerDayLongWednesday : "Wednesday" ,
116
- DatePickerDayShortWednesday : "Wed" ,
117
- DatePickerDayLongThursday : "Thursday" ,
118
- DatePickerDayShortThursday : "Thu" ,
119
- DatePickerDayLongFriday : "Friday" ,
120
- DatePickerDayShortFriday : "Fri" ,
121
- DatePickerDayLongSaturday : "Saturday" ,
122
- DatePickerDayShortSaturday : "Sat" ,
123
- DatePickerGoToToday : "Today" ,
85
+ HeaderNormalText : "Normal text" ,
86
+ HeaderH2 : "Heading 1" ,
87
+ HeaderH3 : "Heading 2" ,
88
+ HeaderH4 : "Heading 3" ,
89
+ HeaderBlockQuote : "Pull quote" ,
90
+ AlignLeft : "Align left" ,
91
+ AlignCenter : "Center" ,
92
+ AlignRight : "Align right" ,
93
+ AlignJustify : "Justify" ,
94
+ ListBullet : "Bulleted list" ,
95
+ ListNumbered : "Numbered list" ,
96
+ StyleTitle : "Style" ,
97
+ BoldTitle : "Bold (Ctrl+B)" ,
98
+ ItalicTitle : "Italic (Ctrl+I)" ,
99
+ UnderlineTitle : "Underline (Ctrl+U)" ,
100
+ AlignTitle : "Align" ,
101
+ ListTitle : "List" ,
102
+ LinkTitle : "Hyperlink" ,
103
+ MoreTitle : "More" ,
104
+ FormattingPaneTitle : "Text formatting" ,
105
+ CloseButton : "Close" ,
106
+ InsertLinkTitle : "Insert link" ,
107
+ AddressFieldLabel : "Address" ,
108
+ TextToDisplayLabel : "Text to display" ,
109
+ SaveButtonLabel : "Save" ,
110
+ CancelButtonLabel : "Cancel" ,
111
+ RemoveLinkLabel : "Remove link" ,
112
+ ParagraphSectionTitle : "Paragraph" ,
113
+ HyperlinkSectionTitle : "Hyperlink" ,
114
+ UndoTitle : "Undo (Ctrl+Z)" ,
115
+ RedoTitle : "Redo (Ctrl+Y)" ,
116
+ ClearFormattingTitle : "Clear all formatting" ,
117
+ FontStyleTitle : "Font style" ,
118
+ FontSizeTitle : "Font size" ,
119
+ StrikethroughTitle : "Strikethrough" ,
120
+ SuperscriptTitle : "Superscript" ,
121
+ SubscriptTitle : "Subscript" ,
122
+ FontColorLabel : "Font Color" ,
123
+ AutomaticFontColor : "Automatic" ,
124
+ HighlightColorLabel : "Highlight color" ,
125
+ NoColorHighlightColor : "No color" ,
126
+ IncreaseIndentTitle : "Increase indent" ,
127
+ DecreaseIndentTitle : "Decrease indent" ,
128
+ ThemeColorsGroupName : "Theme colors" ,
129
+ HighlightColorsGroupName : "Highlight colors" ,
130
+ StandardColorsGroupName : "Standard colors" ,
131
+ ThemeColorDarker : "Theme darker" ,
132
+ ThemeColorDark : "Theme dark" ,
133
+ ThemeColorDarkAlt : "Theme dark alternate" ,
134
+ ThemeColorPrimary : "Theme primary" ,
135
+ ThemeColorSecondary : "Theme secondary" ,
136
+ ThemeColorTertiary : "Neutral tertiary" ,
137
+ ThemeColorNeutralSecondary : "Neutral secondary" ,
138
+ ThemeColorNeutralPrimaryAlt : "Neutral primary alternate" ,
139
+ ThemeColorNeutralPrimary : "Neutral primary" ,
140
+ ThemeColorNeutralDark : "Neutral dark" ,
141
+ HighlightColorYellow : "Yellow" ,
142
+ HighlightColorGreen : "Green" ,
143
+ HighlightColorAqua : "Aqua" ,
144
+ HighlightColorMagenta : "Magenta" ,
145
+ HighlightColorBlue : "Blue" ,
146
+ HighlightColorRed : "Red" ,
147
+ HighlightColorDarkblue : "Dark blue" ,
148
+ HighlightColorTeal : "Teal" ,
149
+ HighlightColorDarkgreen : "Dark green" ,
150
+ HighlightColorPurple : "Purple" ,
151
+ HighlightColorMaroon : "Maroon" ,
152
+ HighlightColorGold : "Gold" ,
153
+ HighlightColorDarkgrey : "Dark grey" ,
154
+ HighlightColorGrey : "Grey" ,
155
+ HighlightColorBlack : "Black" ,
156
+ StandardColorDarkred : "Dark red" ,
157
+ StandardColorRed : "Red" ,
158
+ StandardColorOrange : "Orange" ,
159
+ StandardColorYellow : "Yellow" ,
160
+ StandardColorLightgreen : "Light green" ,
161
+ StandardColorGreen : "Green" ,
162
+ StandardColorLightblue : "Light blue" ,
163
+ StandardColorBlue : "Blue" ,
164
+ StandardColorDarkblue : "Dark blue" ,
165
+ StandardColorPurple : "Purple" ,
166
+
167
+ DatePickerMonthLongJanuary : "sausis" ,
168
+ DatePickerMonthShortJanuary : "saus." ,
169
+ DatePickerMonthLongFebruary : "vasaris" ,
170
+ DatePickerMonthShortFebruary : "vas." ,
171
+ DatePickerMonthLongMarch : "kovas" ,
172
+ DatePickerMonthShortMarch : "kov." ,
173
+ DatePickerMonthLongApril : "balandis" ,
174
+ DatePickerMonthShortApril : "bal." ,
175
+ DatePickerMonthLongMay : "gegužė" ,
176
+ DatePickerMonthShortMay : "geg." ,
177
+ DatePickerMonthLongJune : "birželis" ,
178
+ DatePickerMonthShortJune : "birž." ,
179
+ DatePickerMonthLongJuly : "liepa" ,
180
+ DatePickerMonthShortJuly : "liep." ,
181
+ DatePickerMonthLongAugust : "rugpjūtis" ,
182
+ DatePickerMonthShortAugust : "rugp." ,
183
+ DatePickerMonthLongSeptember : "rugsėjis" ,
184
+ DatePickerMonthShortSeptember : "rugs." ,
185
+ DatePickerMonthLongOctober : "spalis" ,
186
+ DatePickerMonthShortOctober : "spal." ,
187
+ DatePickerMonthLongNovember : "lapkritis" ,
188
+ DatePickerMonthShortNovember : "lapkr." ,
189
+ DatePickerMonthLongDecember : "gruodis" ,
190
+ DatePickerMonthShortDecember : "gruod." ,
191
+ DatePickerDayLongSunday : "sekmadienis" ,
192
+ DatePickerDayShortSunday : "sk" ,
193
+ DatePickerDayLongMonday : "pirmadienis" ,
194
+ DatePickerDayShortMonday : "pr" ,
195
+ DatePickerDayLongTuesday : "antradienis" ,
196
+ DatePickerDayShortTuesday : "an" ,
197
+ DatePickerDayLongWednesday : "trečiadienis" ,
198
+ DatePickerDayShortWednesday : "tr" ,
199
+ DatePickerDayLongThursday : "ketvirtadienis" ,
200
+ DatePickerDayShortThursday : "kt" ,
201
+ DatePickerDayLongFriday : "penktadienis" ,
202
+ DatePickerDayShortFriday : "pn" ,
203
+ DatePickerDayLongSaturday : "šeštadienis" ,
204
+ DatePickerDayShortSaturday : "št" ,
205
+ DatePickerGoToToday : "šiandien" ,
124
206
DatePickerIsRequiredErrorMessage : "" ,
125
207
DatePickerInvalidInputErrorMessage : "" ,
126
208
DatePickerIsOutOfBoundsErrorMessage : "" ,
127
- DateTimePickerDate : "Date " ,
128
- DateTimePickerTime : "Time " ,
209
+ DateTimePickerDate : "Data " ,
210
+ DateTimePickerTime : "Laikas " ,
129
211
DateTimePickerTimeSeparator : ":" ,
130
212
DateTimePickerHourValueInvalid : "Incorrect hour value"
131
213
} ;
0 commit comments