@@ -2,131 +2,216 @@ declare var define: any;
2
2
3
3
define ( [ ] , ( ) => {
4
4
return {
5
- 'SiteBreadcrumbLabel' : 'Svetainės navigacijos grandinė' ,
6
-
7
- 'ListViewGroupEmptyLabel' : 'Nenurodyta' ,
8
-
9
- 'WebPartTitlePlaceholder' : 'Puslapio dalies antraštė' ,
10
- 'WebPartTitleLabel' : 'Pridėti antraštę' ,
11
-
12
- "DateTime" : {
13
- "L_RelativeDateTime_AFewSecondsFuture" : "po kelių sekundžių" ,
14
- "L_RelativeDateTime_AFewSeconds" : "prieš kelias sekundes" ,
15
- "L_RelativeDateTime_AboutAMinuteFuture" : "maždaug po minutės" ,
16
- "L_RelativeDateTime_AboutAMinute" : "beveik prieš minutę" ,
17
- "L_RelativeDateTime_XMinutesFuture" : "po {0} min." ,
18
- "L_RelativeDateTime_XMinutes" : "prieš {0} min." ,
19
- "L_RelativeDateTime_XMinutesFutureIntervals" : "0-" ,
20
- "L_RelativeDateTime_XMinutesIntervals" : "0-" ,
21
- "L_RelativeDateTime_AboutAnHourFuture" : "maždaug po valandos" ,
22
- "L_RelativeDateTime_AboutAnHour" : "beveik prieš valandą" ,
23
- "L_RelativeDateTime_Tomorrow" : "rytoj" ,
24
- "L_RelativeDateTime_Yesterday" : "vakar" ,
25
- "L_RelativeDateTime_TomorrowAndTime" : "rytoj, {0}" ,
26
- "L_RelativeDateTime_YesterdayAndTime" : "vakar, {0}" ,
27
- "L_RelativeDateTime_XHoursFuture" : "po {0} val." ,
28
- "L_RelativeDateTime_XHours" : "prieš {0} val." ,
29
- "L_RelativeDateTime_XHoursFutureIntervals" : "0-" ,
30
- "L_RelativeDateTime_XHoursIntervals" : "0-" ,
31
- "L_RelativeDateTime_DayAndTime" : "{0}, {1}" ,
32
- "L_RelativeDateTime_XDaysFuture" : "po {0} d." ,
33
- "L_RelativeDateTime_XDays" : "prieš {0} d." ,
34
- "L_RelativeDateTime_XDaysFutureIntervals" : "0-" ,
35
- "L_RelativeDateTime_XDaysIntervals" : "0-" ,
36
- "L_RelativeDateTime_Today" : "šiandien"
37
- } ,
38
- "SendEmailTo" : "Siųsti el. laišką {0}" ,
39
- "StartChatWith" : "Pradėti pokalbį su {0}" ,
40
- "Contact" : "Kontaktas" ,
41
- "UpdateProfile" : "Atnaujinti profilį" ,
42
-
43
- "TaxonomyPickerNoTerms" : "Terminų rinkinys tuščias" ,
44
- "TaxonomyPickerExpandTitle" : "Išskleisti terminų rinkinį" ,
45
- "TaxonomyPickerMenuTermSet" : "Terminų rinkinio meniu" ,
46
- "TaxonomyPickerInLabel" : "" ,
47
- "TaxonomyPickerTermSetLabel" : "Terminų rinkinys" ,
5
+ PeoplePickerGroupNotFound : "Grupės nepavyko rasti." ,
6
+ ListViewFilterLabel : "Filtruoti" ,
48
7
8
+ PeoplePickerSearchText : "Ieškoma naudotojų" ,
49
9
peoplePickerComponentTooltipMessage : "Pasirinkite naudotojus" ,
50
10
peoplePickerComponentErrorMessage : "Privalomas laukas" ,
51
- peoplePickerSuggestionsHeaderText : 'Pasiūlymai' ,
52
- peoplePickerLoadingText : 'Įkeliama' ,
53
- PeoplePickerSearchText : 'Ieškoma naudotojų' ,
54
- PeoplePickerGroupNotFound : "Grupės nepavyko rasti." ,
11
+ peoplePickerSuggestionsHeaderText : "Pasiūlymai" ,
12
+ genericNoResultsFoundText : "Rezultatų nėra" ,
13
+ peoplePickerLoadingText : "Įkeliama" ,
55
14
56
- genericNoResultsFoundText : 'Rezultatų nėra' ,
15
+ SiteBreadcrumbLabel : "Svetainės navigacijos grandinė" ,
16
+ ListViewGroupEmptyLabel : "Nenurodyta" ,
17
+ WebPartTitlePlaceholder : "Puslapio dalies antraštė" ,
18
+ WebPartTitleLabel : "Pridėti antraštę" ,
19
+ // DateTime: IDateTimeStrings;
20
+ SendEmailTo : "Siųsti el. laišką {0}" ,
21
+ StartChatWith : "Pradėti pokalbį su {0}" ,
22
+ Contact : "Kontaktas" ,
23
+ UpdateProfile : "Atnaujinti profilį" ,
57
24
58
- ListItemPickerSelectValue : 'Pasirinkite reikšmę' ,
59
- ListItemAttachmentsActionDeleteIconTitle : 'Naikinti' ,
60
- ListItemAttachmentsactionDeleteTitle : 'Naikinti' ,
61
- ListItemAttachmentsfileDeletedMsg : 'Failas „{0}“ panaikintas' ,
62
- ListItemAttachmentsfileDeleteError : 'Klaida naikinant failą „{0}“: {1}' ,
63
- ListItemAttachmentserrorLoadAttachments : 'Nepavyko įkelti elemento priedų infomacijos: {0}' ,
64
- ListItemAttachmentsconfirmDelete : 'Ar tikrai norite priedą „{0}“ siųsti į svetainės šiukšlinę?' ,
65
- ListItemAttachmentsdialogTitle : 'Elemento priedai' ,
66
- ListItemAttachmentsdialogOKbuttonLabel : 'Gerai' ,
67
- ListItemAttachmentsdialogCancelButtonLabel : 'Atšaukti' ,
68
- ListItemAttachmentsdialogOKbuttonLabelOnDelete : 'Naikinti' ,
69
- ListItemAttachmentsuploadAttachmentDialogTitle : 'Įkelti priedą' ,
70
- ListItemAttachmentsuploadAttachmentButtonLabel : 'Įkelti priedą' ,
71
- ListItemAttachmentsuploadAttachmentErrorMsg : 'Failo „{0}“ įkelti nepavyko: {1}' ,
72
- ListItemAttachmentsCommandBarAddAttachmentLabel : 'Įkelti priedą' ,
73
- ListItemAttachmentsloadingMessage : 'Failas siunčiamas...' ,
74
- ListItemAttachmentslPlaceHolderIconText : 'Elemento priedai' ,
75
- ListItemAttachmentslPlaceHolderDescription : 'Please Add Attachment' ,
76
- ListItemAttachmentslPlaceHolderButtonLabel : 'Pridėti' ,
25
+ // Taxonomy picker
26
+ TaxonomyPickerNoTerms : "Terminų rinkinys tuščias" ,
27
+ TaxonomyPickerExpandTitle : "Išskleisti terminų rinkinį" ,
28
+ TaxonomyPickerMenuTermSet : "Terminų rinkinio meniu" ,
29
+ TaxonomyPickerInLabel : "" ,
30
+ TaxonomyPickerTermSetLabel : "Terminų rinkinys" ,
77
31
78
- mapsErrorMessage : 'Įkeliant žemėlapį įvyko klaida' ,
79
- mapsLoadingText : 'Įkeliama' ,
80
- mapsSearchButtonText : 'Paieška' ,
81
- mapsTitlePrefix : 'Žemėlapis' ,
32
+ ListItemPickerSelectValue : "Pasirinkite reikšmę" ,
82
33
83
- ListViewFilterLabel : "Filtruoti" ,
34
+ ListItemAttachmentsActionDeleteIconTitle : "Naikinti" ,
35
+ ListItemAttachmentsactionDeleteTitle : "Naikinti" ,
36
+ ListItemAttachmentsfileDeletedMsg : "Failas „{0}“ panaikintas" ,
37
+ ListItemAttachmentsfileDeleteError : "Klaida naikinant failą „{0}“: {1}" ,
38
+ ListItemAttachmentserrorLoadAttachments : "Nepavyko įkelti elemento priedų infomacijos: {0}" ,
39
+ ListItemAttachmentsconfirmDelete : "Ar tikrai norite priedą „{0}“ siųsti į svetainės šiukšlinę?" ,
40
+ ListItemAttachmentsdialogTitle : "Elemento priedai" ,
41
+ ListItemAttachmentsdialogOKbuttonLabel : "Gerai" ,
42
+ ListItemAttachmentsdialogCancelButtonLabel : "Atšaukti" ,
43
+ ListItemAttachmentsdialogOKbuttonLabelOnDelete : "Naikinti" ,
44
+ ListItemAttachmentsuploadAttachmentDialogTitle : "Įkelti priedą" ,
45
+ ListItemAttachmentsuploadAttachmentButtonLabel : "Įkelti priedą" ,
46
+ ListItemAttachmentsuploadAttachmentErrorMsg : "Failo „{0}“ įkelti nepavyko: {1}" ,
47
+ ListItemAttachmentsCommandBarAddAttachmentLabel : "Įkelti priedą" ,
48
+ ListItemAttachmentsloadingMessage : "Failas siunčiamas..." ,
49
+ ListItemAttachmentslPlaceHolderIconText : "Elemento priedai" ,
50
+ ListItemAttachmentslPlaceHolderDescription : "Įkelkite elemento priedų" ,
51
+ ListItemAttachmentslPlaceHolderButtonLabel : "Pridėti" ,
52
+
53
+ //Maps
54
+ mapsErrorMessage : "Įkeliant žemėlapį įvyko klaida" ,
55
+ mapsLoadingText : "Įkeliama" ,
56
+ mapsSearchButtonText : "Paieška" ,
57
+ mapsTitlePrefix : "Žemėlapis" ,
84
58
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" ,
59
+ // RichText
60
+ HeaderNormalText : "Paprastas tekstas" ,
61
+ HeaderH2 : "1 antraštė" ,
62
+ HeaderH3 : "2 antraštė" ,
63
+ HeaderH4 : "3 antraštė" ,
64
+ HeaderBlockQuote : "Dėmesį atkreipianti citata" ,
65
+ AlignLeft : "Lygiuoti kairėje" ,
66
+ AlignCenter : "Centre" ,
67
+ AlignRight : "Lygiuoti dešinėje" ,
68
+ AlignJustify : "Abipusė lygiuotė" ,
69
+ ListBullet : "Sąrašas su ženkleliais" ,
70
+ ListNumbered : "Numeruotas sąrašas" ,
71
+ StyleTitle : "Stilius" ,
72
+ BoldTitle : "Paryškintasis (Ctrl+B)" ,
73
+ ItalicTitle : "Pasvirasis (Ctrl+I)" ,
74
+ UnderlineTitle : "Pabrauktasis (Ctrl+U)" ,
75
+ AlignTitle : "Lygiuotė" ,
76
+ ListTitle : "Sąrašas" ,
77
+ LinkTitle : "Hipersaitas" ,
78
+ MoreTitle : "Daugiau" ,
79
+ FormattingPaneTitle : "Teksto formatavimas" ,
80
+ CloseButton : "Uždaryti" ,
81
+ InsertLinkTitle : "Įterpti saitą" ,
82
+ AddressFieldLabel : "Adresas" ,
83
+ TextToDisplayLabel : "Rodytinas tekstas" ,
84
+ SaveButtonLabel : "Įrašyti" ,
85
+ CancelButtonLabel : "Atšaukti" ,
86
+ RemoveLinkLabel : "Šalinti saitą" ,
87
+ ParagraphSectionTitle : "Pastraipa" ,
88
+ HyperlinkSectionTitle : "Hipersaitas" ,
89
+ UndoTitle : "Anuliuoti (Ctrl+Z)" ,
90
+ RedoTitle : "Perdaryti (Ctrl+Y)" ,
91
+ ClearFormattingTitle : "Valyti visą formatavimą" ,
92
+ FontStyleTitle : "Šrifto stilius" ,
93
+ FontSizeTitle : "Šrifto dydis" ,
94
+ StrikethroughTitle : "Perbraukimas" ,
95
+ SuperscriptTitle : "Viršutinis indeksas" ,
96
+ SubscriptTitle : "Apatinis indeksas" ,
97
+ FontColorLabel : "Šrifto spalva" ,
98
+ AutomaticFontColor : "Automatinė" ,
99
+ HighlightColorLabel : "Pažymėjimo spalva" ,
100
+ NoColorHighlightColor : "Be spalvų" ,
101
+ IncreaseIndentTitle : "Didinti įtrauką" ,
102
+ DecreaseIndentTitle : "Mažinti įtrauką" ,
103
+ ThemeColorsGroupName : "Temos spalvos" ,
104
+ HighlightColorsGroupName : "Paryškinimo spalvos" ,
105
+ StandardColorsGroupName : "Standartinės spalvos" ,
106
+ ThemeColorDarker : "Tamsesnė tema" ,
107
+ ThemeColorDark : "Tamsi tema" ,
108
+ ThemeColorDarkAlt : "Alternatyvi tamsi tema" ,
109
+ ThemeColorPrimary : "Pirminė tema" ,
110
+ ThemeColorSecondary : "Antrinė tema" ,
111
+ ThemeColorTertiary : "Tretinė tema" ,
112
+ ThemeColorNeutralSecondary : "Neutrali antrinė" ,
113
+ ThemeColorNeutralPrimaryAlt : "Alternatyvi neutrali pirminė" ,
114
+ ThemeColorNeutralPrimary : "Neutrali pirminė" ,
115
+ ThemeColorNeutralDark : "Neutrali tamsi" ,
116
+ HighlightColorYellow : "Geltona" ,
117
+ HighlightColorGreen : "Žalia" ,
118
+ HighlightColorAqua : "Melsvai žalsva" ,
119
+ HighlightColorMagenta : "Purpurinė" ,
120
+ HighlightColorBlue : "Mėlyna" ,
121
+ HighlightColorRed : "Raudona" ,
122
+ HighlightColorDarkblue : "Tamsiai mėlyna" ,
123
+ HighlightColorTeal : "Žalsvai mėlyna" ,
124
+ HighlightColorDarkgreen : "Tamsiai žalia" ,
125
+ HighlightColorPurple : "Violetinė" ,
126
+ HighlightColorMaroon : "Kaštoninė" ,
127
+ HighlightColorGold : "Auksas" ,
128
+ HighlightColorDarkgrey : "Tamsiai pilka" ,
129
+ HighlightColorGrey : "Pilka" ,
130
+ HighlightColorBlack : "Juoda" ,
131
+ StandardColorDarkred : "Tamsiai raudona" ,
132
+ StandardColorRed : "Raudona" ,
133
+ StandardColorOrange : "Oranžinė" ,
134
+ StandardColorYellow : "Geltona" ,
135
+ StandardColorLightgreen : "Šviesiai žalia" ,
136
+ StandardColorGreen : "Žalia" ,
137
+ StandardColorLightblue : "Šviesiai mėlyna" ,
138
+ StandardColorBlue : "Mėlyna" ,
139
+ StandardColorDarkblue : "Tamsiai mėlyna" ,
140
+ StandardColorPurple : "Violetinė" ,
141
+
142
+ // DateTime picker
143
+ DatePickerMonthLongJanuary : "sausis" ,
144
+ DatePickerMonthShortJanuary : "saus." ,
145
+ DatePickerMonthLongFebruary : "vasaris" ,
146
+ DatePickerMonthShortFebruary : "vas." ,
147
+ DatePickerMonthLongMarch : "kovas" ,
148
+ DatePickerMonthShortMarch : "kov." ,
149
+ DatePickerMonthLongApril : "balandis" ,
150
+ DatePickerMonthShortApril : "bal." ,
151
+ DatePickerMonthLongMay : "gegužė" ,
152
+ DatePickerMonthShortMay : "geg." ,
153
+ DatePickerMonthLongJune : "birželis" ,
154
+ DatePickerMonthShortJune : "birž." ,
155
+ DatePickerMonthLongJuly : "liepa" ,
156
+ DatePickerMonthShortJuly : "liep." ,
157
+ DatePickerMonthLongAugust : "rugpjūtis" ,
158
+ DatePickerMonthShortAugust : "rugp." ,
159
+ DatePickerMonthLongSeptember : "rugsėjis" ,
160
+ DatePickerMonthShortSeptember : "rugs." ,
161
+ DatePickerMonthLongOctober : "spalis" ,
162
+ DatePickerMonthShortOctober : "spal." ,
163
+ DatePickerMonthLongNovember : "lapkritis" ,
164
+ DatePickerMonthShortNovember : "lapkr." ,
165
+ DatePickerMonthLongDecember : "gruodis" ,
166
+ DatePickerMonthShortDecember : "gruod." ,
167
+ DatePickerDayLongSunday : "sekmadienis" ,
168
+ DatePickerDayShortSunday : "sk" ,
169
+ DatePickerDayLongMonday : "pirmadienis" ,
170
+ DatePickerDayShortMonday : "pr" ,
171
+ DatePickerDayLongTuesday : "antradienis" ,
172
+ DatePickerDayShortTuesday : "an" ,
173
+ DatePickerDayLongWednesday : "trečiadienis" ,
174
+ DatePickerDayShortWednesday : "tr" ,
175
+ DatePickerDayLongThursday : "ketvirtadienis" ,
176
+ DatePickerDayShortThursday : "kt" ,
177
+ DatePickerDayLongFriday : "penktadienis" ,
178
+ DatePickerDayShortFriday : "pn" ,
179
+ DatePickerDayLongSaturday : "šeštadienis" ,
180
+ DatePickerDayShortSaturday : "št" ,
181
+ DatePickerGoToToday : "šiandien" ,
124
182
DatePickerIsRequiredErrorMessage : "" ,
125
183
DatePickerInvalidInputErrorMessage : "" ,
126
184
DatePickerIsOutOfBoundsErrorMessage : "" ,
127
- DateTimePickerDate : "Date " ,
128
- DateTimePickerTime : "Time " ,
185
+ DateTimePickerDate : "Data " ,
186
+ DateTimePickerTime : "Laikas " ,
129
187
DateTimePickerTimeSeparator : ":" ,
130
- DateTimePickerHourValueInvalid : "Incorrect hour value"
188
+ DateTimePickerHourValueInvalid : "Netinkama laiko reikšmė" ,
189
+
190
+ DateTime : {
191
+ L_RelativeDateTime_AFewSecondsFuture : "po kelių sekundžių" ,
192
+ L_RelativeDateTime_AFewSeconds : "prieš kelias sekundes" ,
193
+ L_RelativeDateTime_AboutAMinuteFuture : "maždaug po minutės" ,
194
+ L_RelativeDateTime_AboutAMinute : "beveik prieš minutę" ,
195
+ L_RelativeDateTime_XMinutesFuture : "po {0} min." ,
196
+ L_RelativeDateTime_XMinutes : "prieš {0} min." ,
197
+ L_RelativeDateTime_XMinutesFutureIntervals : "0-" ,
198
+ L_RelativeDateTime_XMinutesIntervals : "0-" ,
199
+ L_RelativeDateTime_AboutAnHourFuture : "maždaug po valandos" ,
200
+ L_RelativeDateTime_AboutAnHour : "beveik prieš valandą" ,
201
+ L_RelativeDateTime_Tomorrow : "rytoj" ,
202
+ L_RelativeDateTime_Yesterday : "vakar" ,
203
+ L_RelativeDateTime_TomorrowAndTime : "rytoj, {0}" ,
204
+ L_RelativeDateTime_YesterdayAndTime : "vakar, {0}" ,
205
+ L_RelativeDateTime_XHoursFuture : "po {0} val." ,
206
+ L_RelativeDateTime_XHours : "prieš {0} val." ,
207
+ L_RelativeDateTime_XHoursFutureIntervals : "0-" ,
208
+ L_RelativeDateTime_XHoursIntervals : "0-" ,
209
+ L_RelativeDateTime_DayAndTime : "{0}, {1}" ,
210
+ L_RelativeDateTime_XDaysFuture : "po {0} d." ,
211
+ L_RelativeDateTime_XDays : "prieš {0} d." ,
212
+ L_RelativeDateTime_XDaysFutureIntervals : "0-" ,
213
+ L_RelativeDateTime_XDaysIntervals : "0-" ,
214
+ L_RelativeDateTime_Today : "šiandien"
215
+ }
131
216
} ;
132
217
} ) ;
0 commit comments