Skip to content

Commit

Permalink
add: missing countless translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Nov 21, 2023
1 parent 1e721d1 commit de72553
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/i18n-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The "main" locale.
base_locale: en
## All available locales are inferred from the data by default. Alternatively, specify them explicitly:
locales: [en, fr, nb, nn, pt-BR, pt, ro, tr]
locales: [ar, en, es, fr, nb, nn, pt-BR, pt, ro, tr]
## Reporting locale, default: en. Available: en, ru.
# internal_locale: en

Expand Down
10 changes: 5 additions & 5 deletions lib/generators/avo/templates/locales/avo.ar.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
ar:
avo:
action_ran_successfully: 'تم تنفيذ الأمر بنجاح!'
action_ran_successfully: تم تنفيذ الأمر بنجاح!
actions: أوامر
and_x_other_resources: و %{count} موارد أخرى
are_you_sure: هل أنت متأكد؟
Expand All @@ -10,8 +10,8 @@ ar:
attach: ربط
attach_and_attach_another: ربط وربط آخر
attach_item: ربط %{item}
attachment_class_attached: '%{attachment_class} تم ربط'
attachment_class_detached: '%{attachment_class} تم فصل'
attachment_class_attached: "%{attachment_class} تم ربط"
attachment_class_detached: "%{attachment_class} تم فصل"
attachment_destroyed: تم حذف المرفق
cancel: إلغاء
choose_a_country: اختر دولة
Expand Down Expand Up @@ -80,6 +80,7 @@ ar:
to_top: حرك السجل للأعلى بشكل كامل
per_page: لكل صفحة
prev_page: الصفحة السابقة
records_selected_from_all_pages_html: جميع السجلات مختارة من جميع الصفحات
remove_selection: إزالة التحديد
reset_filters: إعادة تعيين الفلاتر
resource_created: تم إنشاء السجل
Expand Down Expand Up @@ -121,6 +122,5 @@ ar:
zero: لا توجد عناصر إضافية
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> السجلات المحددة في هذه الصفحة من إجمالي<span class="font-bold text-gray-700">%{count}</span>
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> السجلات المحددة من كل الصفحات
x_records_selected_from_page_html: <span class="font-bold text-gray-700">%{selected}</span> السجلات المختارة في هذه الصفحة
you_missed_something_check_form: ربما نسيت شيئًا، يرجى التحقق من البيانات.


10 changes: 6 additions & 4 deletions lib/generators/avo/templates/locales/avo.es.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
es:
avo:
action_ran_successfully: ¡Acción ejecutada con éxito!
action_ran_successfully: "¡Acción ejecutada con éxito!"
actions: Acciones
and_x_other_resources: y %{count} otros recursos
are_you_sure: ¿Estás seguro?
are_you_sure_detach_item: ¿Estás seguro de que quieres separar este/a %{item}?
are_you_sure_you_want_to_run_this_option: ¿Estás seguro de que quieres ejectuar esta acción?
are_you_sure: "¿Estás seguro?"
are_you_sure_detach_item: "¿Estás seguro de que quieres separar este/a %{item}?"
are_you_sure_you_want_to_run_this_option: "¿Estás seguro de que quieres ejectuar esta acción?"
attach: Adjuntar
attach_and_attach_another: Adjuntar y adjuntar otro
attach_item: Adjuntar %{item}
Expand Down Expand Up @@ -80,6 +80,7 @@ es:
to_top: Mover arriba del todo
per_page: Por página
prev_page: Página anterior
records_selected_from_all_pages_html: Todos los registros seleccionados de todas las páginas.
remove_selection: Quitar la selección
reset_filters: Reiniciar filtros
resource_created: Recurso creado
Expand Down Expand Up @@ -121,4 +122,5 @@ es:
zero: ningún elemento más
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> registros seleccionados en esta página de un total de <span class="font-bold text-gray-700">%{count}</span>
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> registros seleccionados en todas las páginas
x_records_selected_from_page_html: <span class="font-bold text-gray-700">%{selected}</span> registros seleccionados en esta página
you_missed_something_check_form: Es posible que hayas pasado algo por alto. Comprueba el formulario.
2 changes: 2 additions & 0 deletions lib/generators/avo/templates/locales/avo.nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ nb:
to_top: Flytt elementet til toppen
per_page: Per side
prev_page: Forrige side
records_selected_from_all_pages_html: Alle poster valgt fra alle sider
remove_selection: Fjern valg
reset_filters: Nullstill filter
resource_created: Ressurs generert
Expand Down Expand Up @@ -117,4 +118,5 @@ nb:
zero: ingen flere elementer
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> poster valgt på denne siden fra totalt <span class="font-bold text-gray-700">%{count}</span>
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> poster valgt fra alle sider
x_records_selected_from_page_html: <span class="font-bold text-gray-700">%{selected}</span> poster valgt på denne siden
you_missed_something_check_form: Her mangler du noe. Vennligst sjekk skjemaet.
2 changes: 2 additions & 0 deletions lib/generators/avo/templates/locales/avo.nn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ nn:
to_top: Flytt elementet til toppen
per_page: Per side
prev_page: Førre side
records_selected_from_all_pages_html: Alle poster valgt fra alle sider
remove_selection: Fjern val
reset_filters: Nullstill filter
resource_created: Ressurs generert
Expand Down Expand Up @@ -117,4 +118,5 @@ nn:
zero: ingen fleire element
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> valde postar på denne sida av totalt <span class="font-bold text-gray-700">%{count}</span>
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> valde postar frå alle sider
x_records_selected_from_page_html: <span class="font-bold text-gray-700">%{selected}</span> poster valgt på denne siden
you_missed_something_check_form: Her manglar du noko. Ver venleg og sjekk skjemaet.
2 changes: 2 additions & 0 deletions lib/generators/avo/templates/locales/avo.tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ tr:
to_top: Kaydı en üste taşı
per_page: Sayfa başına
prev_page: Önceki sayfa
records_selected_from_all_pages_html: Tüm sayfalardan seçilen tüm kayıtlar
remove_selection: Seçimi sil
reset_filters: Filtreleri sıfırla
resource_created: Kayıt oluşturuldu
Expand Down Expand Up @@ -117,4 +118,5 @@ tr:
zero: daha fazla öğe yok
x_records_selected_from_a_total_of_x_html: <span class="font-bold text-gray-700">%{selected}</span> bu sayfada seçilen toplam kayıtlar <span class="font-bold text-gray-700">%{count}</span>
x_records_selected_from_all_pages_html: <span class="font-bold text-gray-700">%{count}</span> tüm sayfalardan seçilen kayıtlar
x_records_selected_from_page_html: <span class="font-bold text-gray-700">%{selected}</span> bu sayfada seçilen kayıtlar
you_missed_something_check_form: Bir şeyleri kaçırmış olabilirsiniz. Lütfen formu kontrol edin.

0 comments on commit de72553

Please sign in to comment.