Forráskód Böngészése

chore: translate i18n files (#11182)

Co-authored-by: JzoNgKVO <27049666+JzoNgKVO@users.noreply.github.com>
github-actions[bot] 4 hónapja
szülő
commit
18add94a31

+ 3 - 0
web/i18n/de-DE/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring: 'Läuft an einem Tag ab',
     expiring_plural: 'Läuft in {{count}} Tagen ab',
   },
+  pagination: {
+    perPage: 'Artikel pro Seite',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/es-ES/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring: 'Caduca en un día',
     expiring_plural: 'Caducando en {{count}} días',
   },
+  pagination: {
+    perPage: 'Elementos por página',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/fa-IR/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring_plural: 'انقضا در {{count}} روز',
     expiring: 'انقضا در یک روز',
   },
+  pagination: {
+    perPage: 'موارد در هر صفحه',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/fr-FR/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring: 'Expirant dans un jour',
     expiring_plural: 'Expirant dans {{count}} jours',
   },
+  pagination: {
+    perPage: 'Articles par page',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/hi-IN/common.ts

@@ -617,6 +617,9 @@ const translation = {
     expiring: 'एक दिन में समाप्त हो रहा है',
     expiring_plural: '{{गिनती}} दिनों में समाप्त हो रहा है',
   },
+  pagination: {
+    perPage: 'प्रति पृष्ठ आइटम',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/it-IT/common.ts

@@ -626,6 +626,9 @@ const translation = {
     expiring_plural: 'Scadenza tra {{count}} giorni',
     expiring: 'Scadenza in un giorno',
   },
+  pagination: {
+    perPage: 'Articoli per pagina',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/ja-JP/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring_plural: '有効期限 {{count}} 日',
     expiring: '1日で有効期限が切れます',
   },
+  pagination: {
+    perPage: 'ページあたりのアイテム数',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/ko-KR/common.ts

@@ -591,6 +591,9 @@ const translation = {
     expiring_plural: '{{count}}일 후에 만료',
     expiring: '하루 후에 만료',
   },
+  pagination: {
+    perPage: '페이지당 항목 수',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/pl-PL/common.ts

@@ -613,6 +613,9 @@ const translation = {
     expiring_plural: 'Wygasa za {{count}} dni',
     expiring: 'Wygasa w ciągu jednego dnia',
   },
+  pagination: {
+    perPage: 'Ilość elementów na stronie',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/pt-BR/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring: 'Expirando em um dia',
     expiring_plural: 'Expirando em {{count}} dias',
   },
+  pagination: {
+    perPage: 'Itens por página',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/ro-RO/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring: 'Expiră într-o zi',
     expiring_plural: 'Expiră în {{count}} zile',
   },
+  pagination: {
+    perPage: 'Articole pe pagină',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/ru-RU/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring: 'Срок действия истекает за один день',
     expiring_plural: 'Срок действия истекает через {{count}} дней',
   },
+  pagination: {
+    perPage: 'Элементов на странице',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/sl-SI/common.ts

@@ -794,6 +794,9 @@ const translation = {
     expiring_plural: 'Poteče v {{count}} dneh',
     expiring: 'Poteče v enem dnevu',
   },
+  pagination: {
+    perPage: 'Elementi na stran',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/tr-TR/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring_plural: '{{count}} gün içinde sona eriyor',
     expiring: 'Bir günde sona eriyor',
   },
+  pagination: {
+    perPage: 'Sayfa başına öğe sayısı',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/uk-UA/common.ts

@@ -596,6 +596,9 @@ const translation = {
     expiring: 'Термін дії закінчується за один день',
     expiring_plural: 'Термін дії закінчується за {{count}} днів',
   },
+  pagination: {
+    perPage: 'Елементів на сторінці',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/vi-VN/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring_plural: 'Hết hạn sau {{count}} ngày',
     expiring: 'Hết hạn trong một ngày',
   },
+  pagination: {
+    perPage: 'Mục trên mỗi trang',
+  },
 }
 
 export default translation

+ 3 - 0
web/i18n/zh-Hant/common.ts

@@ -595,6 +595,9 @@ const translation = {
     expiring: '將在1天內過期',
     expiring_plural: '將在 {{count}} 天后過期',
   },
+  pagination: {
+    perPage: '每頁項目數',
+  },
 }
 
 export default translation