Skip to content

Commit 6f2556d

Browse files
[INTERNAL] Translation delivery: commit by LX Lab
Change-Id: I290309f476db5556376b9925ea8f9b241be8cb7c
1 parent 6d5aa9b commit 6f2556d

File tree

49 files changed

+7370
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+7370
-2
lines changed

Sources/FioriSwiftUICore/_localization/ar.lproj/FioriSwiftUICore.strings

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
/* XACT: The accessibility label for the signature line */
3232
"Signature Line" = "سطر التوقيع";
3333

34+
/* XACT: The accessibility label for the mandatory field */
35+
"Required Field" = "حقل مطلوب";
36+
3437
/* XBUT: Action available in inactive state of inline signature form cell, see https://experience.sap.com/fiori-design-ios/article/in-line-signature-form-cell/#behavior-and-interaction */
3538
"Canceled" = "ملغى";
3639

@@ -142,6 +145,9 @@
142145
/* XBUT: voice over label for row selection status in DataTable */
143146
"not selected" = "غير محدد";
144147

148+
/* Default value for DateTimePicker */
149+
"No date selected" = "لم يتم تحديد تاريخ";
150+
145151
/* XBUT: calendar time component label */
146152
"Time" = "الوقت";
147153

@@ -160,3 +166,153 @@
160166
/* Default error text for when the character count exceeds the maximum limit for NoteFormView and TextFieldFormView */
161167
"Reduce the number of characters" = "تقليل عدد الحروف";
162168

169+
/* XBUT: voice over label for decrement action in stepper */
170+
"Stepper decrease" = "انخفاض شريط تحديد القيم";
171+
172+
/* XBUT: voice over description for decrement action in stepper */
173+
"Decrease the value by %d" = "تخفيض القيمة بمقدار %d";
174+
175+
/* XBUT: voice over label for increment action in stepper */
176+
"Stepper increase" = "زيادة شريط تحديد القيم";
177+
178+
/* XBUT: voice over description for increment action in stepper */
179+
"Increase the value by %d" = "زيادة القيمة بمقدار %d";
180+
181+
/* XBUT: voice over label for test field in stepper */
182+
"Select specific value" = "تحديد قيمة محددة";
183+
184+
/* XBUT: View all action in MenuSelection */
185+
"View All (%d)" = "عرض الكل (%d)";
186+
187+
/* XACT: RatingControl accessibility label */
188+
"%d out of %d stars" = "%d من أصل %d من النجوم";
189+
190+
/* XBUT: timeline preview component see all label */
191+
"See All (%d)" = "عرض الكل (%d)";
192+
193+
/* XACT: Timeline preview item accessibility label */
194+
"Item %d of %d" = "البند %d من %d";
195+
196+
/* XBUT: timeline preview component timestamp label */
197+
"Today, %d" = "اليوم، %d";
198+
199+
/* XFLD: RatingControl value label format */
200+
"%d of %d" = "%d من %d";
201+
202+
/* XFLD: RatingControl review count format */
203+
"%d reviews" = "%d من التقييمات";
204+
205+
/* XFLD: RatingControl review count over ceiling format */
206+
"%d+ reviews" = "%d+ من التقييمات";
207+
208+
/* XACT: RatingControl accessibility label */
209+
"Rating Control %d of %d" = "التحكم في المعدل %d من %d";
210+
211+
/* XACT: read-only RatingControl accessibility label: rating with review count */
212+
"Rating Control, rating %d of %d, %d reviews" = "التحكم في المعدل، المعدل %d من %d، %d من التقييمات";
213+
214+
/* XACT: read-only RatingControl accessibility label: average rating only */
215+
"Rating Control, average rating %.1f of %d" = "التحكم في المعدل، متوسط المعدل %.1f من %d";
216+
217+
/* XACT: read-only RatingControl accessibility label: average rating with review count */
218+
"Rating Control, average rating %.1f of %d, %d reviews" = "التحكم في المعدل، متوسط المعدل %.1f من %d، %d من التقييمات";
219+
220+
/* XACT: read-only RatingControl accessibility label: average rating with review count over ceiling */
221+
"Rating Control, average rating %.1f of %d, %d plus reviews" = "التحكم في المعدل، متوسط المعدل %.1f من %d، %d من التقييمات الإضافية";
222+
223+
/* XBUT: View all messages in message banner sheet */
224+
"All" = "الكل";
225+
226+
/* XBUT: messages count in the message banner sheet */
227+
"Messages (%d)" = "الرسائل (%d)";
228+
229+
/* XBUT: view details in the message banner */
230+
"View Details" = "عرض التفاصيل";
231+
232+
/* XBUT: view different message in the message banner sheet item */
233+
"View %@" = "عرض %@";
234+
235+
/* XBUT: banner message type desc, message */
236+
"message" = "رسالة";
237+
238+
/* XBUT: banner message type desc, information */
239+
"information" = "المعلومات";
240+
241+
/* XBUT: banner message type desc, confirmation */
242+
"confirmation" = "تأكيد";
243+
244+
/* XBUT: banner message type desc, warning */
245+
"warning" = "تحذير";
246+
247+
/* XBUT: banner message type desc, error */
248+
"error" = "خطأ";
249+
250+
/* XBUT: banner message type desc in plural form, messages */
251+
"messages" = "الرسائل ";
252+
253+
/* XBUT: banner message type desc in plural form, informations */
254+
"informations" = "المعلومات";
255+
256+
/* XBUT: banner message type desc in plural form, confirmations */
257+
"confirmations" = "التأكيدات";
258+
259+
/* XBUT: banner message type desc in plural form, warnings */
260+
"warnings" = "التحذيرات";
261+
262+
/* XBUT: banner message type desc in plural form, errors */
263+
"errors" = "الأخطاء";
264+
265+
/* XBUT: Reset action of filter feedback bar, see https://experience.sap.com/fiori-design-ios/article/filter-feedback-bar/#behavior-and-interaction */
266+
"Reset" = "إعادة تعيين";
267+
268+
/* XBUT: Apply action of filter feedback bar, see https://experience.sap.com/fiori-design-ios/article/filter-feedback-bar/#behavior-and-interaction */
269+
"Apply" = "تطبيق";
270+
271+
/* XTIT: The alert message for `ListPickerDestination` pulldown dismissal */
272+
"Are you sure you want to discard your selections?" = "هل تريد بالتأكيد تجاهل تحديداتك؟";
273+
274+
/* XBUT: The alert Discard Changes action title for `ListPickerDestination` pulldown dismissal */
275+
"Discard Changes" = "تجاهل التغييرات";
276+
277+
/* XBUT: The alert Keep Editing action title for `ListPickerDestination` pulldown dismissal */
278+
"Keep Editing" = "مواصلة التحرير";
279+
280+
/* XBUT: The \"Select All\" button title on the List Picker header */
281+
"Select All" = "تحديد الكل";
282+
283+
/* XBUT: The \"Deselect All\" button title on the List Picker header */
284+
"Deselect All" = "إلغاء تحديد الكل";
285+
286+
/* XBUT: The \"Selected\" title on the List Picker header */
287+
"Selected" = "محدد";
288+
289+
/* XACT: The accessibility hint for Text Input Views, editable */
290+
"Text field, Double tap to edit" = "حقل النص، انقر مرتين للتحرير";
291+
292+
/* XACT: The accessibility hint for Text Input Views, editing */
293+
"Text field, is editing" = "حقل النص، قيد التحرير";
294+
295+
/* XACT: The accessibility hint for Text Input Views, editing, with clear button */
296+
"Text field, is editing. Double tap to clear text" = "حقل النص، قيد التحرير. انقر مرتين لمسح النص";
297+
298+
/* XACT: The default accessibility label for the custom action in TextFieldFormView if none was specified */
299+
"Custom Action" = "إجراء مخصص";
300+
301+
/* XBUT: Error messages shown to users in DocumentScannerView */
302+
"Failed to create PDF page from images" = "فشل في إنشاء صفحة PDF من الصور.";
303+
304+
/* XBUT: Cancel message shown to users in DocumentScannerView */
305+
"User cancelled the scan" = "ألغى المستخدم المسح الضوئي.";
306+
307+
/* Progress Indicator accessibility label: processing */
308+
"Processing" = "قيد المعالجة";
309+
310+
/* Progress Indicator accessibility label: loading pausable with indicator progress */
311+
"In progress with option to pause, %.0f" = "قيد التنفيذ مع خيار الإيقاف المؤقت، %.0f";
312+
313+
/* Progress Indicator accessibility label: loading stoppable with indicator progress */
314+
"In progress with option to stop, %.0f" = "قيد التنفيذ مع خيار الإيقاف، %.0f";
315+
316+
/* Progress Indicator accessibility label: progress halted with indicator progress */
317+
"Progress halted, %.0f" = "توقف التنفيذ، %.0f";
318+

Sources/FioriSwiftUICore/_localization/bg.lproj/FioriSwiftUICore.strings

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
/* XACT: The accessibility label for the signature line */
3232
"Signature Line" = "Ред за подпис";
3333

34+
/* XACT: The accessibility label for the mandatory field */
35+
"Required Field" = "Задължително поле";
36+
3437
/* XBUT: Action available in inactive state of inline signature form cell, see https://experience.sap.com/fiori-design-ios/article/in-line-signature-form-cell/#behavior-and-interaction */
3538
"Canceled" = "Отменен";
3639

@@ -142,6 +145,9 @@
142145
/* XBUT: voice over label for row selection status in DataTable */
143146
"not selected" = "не е избрано";
144147

148+
/* Default value for DateTimePicker */
149+
"No date selected" = "Не е избрана дата";
150+
145151
/* XBUT: calendar time component label */
146152
"Time" = "Час";
147153

@@ -160,3 +166,153 @@
160166
/* Default error text for when the character count exceeds the maximum limit for NoteFormView and TextFieldFormView */
161167
"Reduce the number of characters" = "Намаляване на броя на символите";
162168

169+
/* XBUT: voice over label for decrement action in stepper */
170+
"Stepper decrease" = "Намаляване в стъпков механизъм";
171+
172+
/* XBUT: voice over description for decrement action in stepper */
173+
"Decrease the value by %d" = "Намалява стойността с %d";
174+
175+
/* XBUT: voice over label for increment action in stepper */
176+
"Stepper increase" = "Увеличаване в стъпков механизъм";
177+
178+
/* XBUT: voice over description for increment action in stepper */
179+
"Increase the value by %d" = "Увеличава стойността с %d";
180+
181+
/* XBUT: voice over label for test field in stepper */
182+
"Select specific value" = "Избор на конкретна стойност";
183+
184+
/* XBUT: View all action in MenuSelection */
185+
"View All (%d)" = "Преглед на всички (%d)";
186+
187+
/* XACT: RatingControl accessibility label */
188+
"%d out of %d stars" = "%d от %d звезди";
189+
190+
/* XBUT: timeline preview component see all label */
191+
"See All (%d)" = "Вижте всички (%d)";
192+
193+
/* XACT: Timeline preview item accessibility label */
194+
"Item %d of %d" = "Позиция %d от %d";
195+
196+
/* XBUT: timeline preview component timestamp label */
197+
"Today, %d" = "Днес %d";
198+
199+
/* XFLD: RatingControl value label format */
200+
"%d of %d" = "%d от %d";
201+
202+
/* XFLD: RatingControl review count format */
203+
"%d reviews" = "%d отзива";
204+
205+
/* XFLD: RatingControl review count over ceiling format */
206+
"%d+ reviews" = "%d+ отзива";
207+
208+
/* XACT: RatingControl accessibility label */
209+
"Rating Control %d of %d" = "Koнтрол на рейтинга на %d от %d";
210+
211+
/* XACT: read-only RatingControl accessibility label: rating with review count */
212+
"Rating Control, rating %d of %d, %d reviews" = "Контрол на рейтинга, рейтинг на %d от %d, %d отзива";
213+
214+
/* XACT: read-only RatingControl accessibility label: average rating only */
215+
"Rating Control, average rating %.1f of %d" = "Контрол на рейтинга, среден рейтинг на %.1f от %d";
216+
217+
/* XACT: read-only RatingControl accessibility label: average rating with review count */
218+
"Rating Control, average rating %.1f of %d, %d reviews" = "Контрол на рейтинга, среден рейтинг на %.1f от %d, %d отзива";
219+
220+
/* XACT: read-only RatingControl accessibility label: average rating with review count over ceiling */
221+
"Rating Control, average rating %.1f of %d, %d plus reviews" = "Контрол на рейтинга, рейтинг на %.1f от %d, %d положителни отзиви";
222+
223+
/* XBUT: View all messages in message banner sheet */
224+
"All" = "Всички";
225+
226+
/* XBUT: messages count in the message banner sheet */
227+
"Messages (%d)" = "Съобщения (%d)";
228+
229+
/* XBUT: view details in the message banner */
230+
"View Details" = "Преглед на подробни данни";
231+
232+
/* XBUT: view different message in the message banner sheet item */
233+
"View %@" = "Преглед на %@";
234+
235+
/* XBUT: banner message type desc, message */
236+
"message" = "съобщение";
237+
238+
/* XBUT: banner message type desc, information */
239+
"information" = "информация";
240+
241+
/* XBUT: banner message type desc, confirmation */
242+
"confirmation" = "потвърждение";
243+
244+
/* XBUT: banner message type desc, warning */
245+
"warning" = "предупреждение";
246+
247+
/* XBUT: banner message type desc, error */
248+
"error" = "грешка";
249+
250+
/* XBUT: banner message type desc in plural form, messages */
251+
"messages" = "съобщения";
252+
253+
/* XBUT: banner message type desc in plural form, informations */
254+
"informations" = "информация";
255+
256+
/* XBUT: banner message type desc in plural form, confirmations */
257+
"confirmations" = "потвърждения";
258+
259+
/* XBUT: banner message type desc in plural form, warnings */
260+
"warnings" = "предупреждения";
261+
262+
/* XBUT: banner message type desc in plural form, errors */
263+
"errors" = "грешки";
264+
265+
/* XBUT: Reset action of filter feedback bar, see https://experience.sap.com/fiori-design-ios/article/filter-feedback-bar/#behavior-and-interaction */
266+
"Reset" = "Изчистване";
267+
268+
/* XBUT: Apply action of filter feedback bar, see https://experience.sap.com/fiori-design-ios/article/filter-feedback-bar/#behavior-and-interaction */
269+
"Apply" = "Прилагане";
270+
271+
/* XTIT: The alert message for `ListPickerDestination` pulldown dismissal */
272+
"Are you sure you want to discard your selections?" = "Наистина ли искате да премахнете вашите избори?";
273+
274+
/* XBUT: The alert Discard Changes action title for `ListPickerDestination` pulldown dismissal */
275+
"Discard Changes" = "Отхвърляне на промените";
276+
277+
/* XBUT: The alert Keep Editing action title for `ListPickerDestination` pulldown dismissal */
278+
"Keep Editing" = "Продължаване на редактирането";
279+
280+
/* XBUT: The \"Select All\" button title on the List Picker header */
281+
"Select All" = "Избор на всички";
282+
283+
/* XBUT: The \"Deselect All\" button title on the List Picker header */
284+
"Deselect All" = "Отмяна на избора на всички";
285+
286+
/* XBUT: The \"Selected\" title on the List Picker header */
287+
"Selected" = "Избрано";
288+
289+
/* XACT: The accessibility hint for Text Input Views, editable */
290+
"Text field, Double tap to edit" = "Текстово поле, двоен клик за редакция";
291+
292+
/* XACT: The accessibility hint for Text Input Views, editing */
293+
"Text field, is editing" = "Текстово поле, редактира се";
294+
295+
/* XACT: The accessibility hint for Text Input Views, editing, with clear button */
296+
"Text field, is editing. Double tap to clear text" = "Текстово поле, редактира се. Двоен клик за изчистване на текста";
297+
298+
/* XACT: The default accessibility label for the custom action in TextFieldFormView if none was specified */
299+
"Custom Action" = "Потребителско действие";
300+
301+
/* XBUT: Error messages shown to users in DocumentScannerView */
302+
"Failed to create PDF page from images" = "Неуспешно създаване на PDF страница от изображения.";
303+
304+
/* XBUT: Cancel message shown to users in DocumentScannerView */
305+
"User cancelled the scan" = "Потребителят отмени сканирането.";
306+
307+
/* Progress Indicator accessibility label: processing */
308+
"Processing" = "Обработва се";
309+
310+
/* Progress Indicator accessibility label: loading pausable with indicator progress */
311+
"In progress with option to pause, %.0f" = "В процес на изпълнение с опция поставяне на пауза, %.0f";
312+
313+
/* Progress Indicator accessibility label: loading stoppable with indicator progress */
314+
"In progress with option to stop, %.0f" = "В процес на изпълнение с опция за спиране, %.0f";
315+
316+
/* Progress Indicator accessibility label: progress halted with indicator progress */
317+
"Progress halted, %.0f" = "Изпълнението е спряно, %.0f";
318+

0 commit comments

Comments
 (0)