From 18add94a31f59880a0d2111a427f7ccbfd2aba4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:21:04 +0800 Subject: [PATCH] chore: translate i18n files (#11182) Co-authored-by: JzoNgKVO <27049666+JzoNgKVO@users.noreply.github.com> --- web/i18n/de-DE/common.ts | 3 +++ web/i18n/es-ES/common.ts | 3 +++ web/i18n/fa-IR/common.ts | 3 +++ web/i18n/fr-FR/common.ts | 3 +++ web/i18n/hi-IN/common.ts | 3 +++ web/i18n/it-IT/common.ts | 3 +++ web/i18n/ja-JP/common.ts | 3 +++ web/i18n/ko-KR/common.ts | 3 +++ web/i18n/pl-PL/common.ts | 3 +++ web/i18n/pt-BR/common.ts | 3 +++ web/i18n/ro-RO/common.ts | 3 +++ web/i18n/ru-RU/common.ts | 3 +++ web/i18n/sl-SI/common.ts | 3 +++ web/i18n/tr-TR/common.ts | 3 +++ web/i18n/uk-UA/common.ts | 3 +++ web/i18n/vi-VN/common.ts | 3 +++ web/i18n/zh-Hant/common.ts | 3 +++ 17 files changed, 51 insertions(+) diff --git a/web/i18n/de-DE/common.ts b/web/i18n/de-DE/common.ts index 085371aeb17fcb..1d7ca955fafbd3 100644 --- a/web/i18n/de-DE/common.ts +++ b/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 diff --git a/web/i18n/es-ES/common.ts b/web/i18n/es-ES/common.ts index 8eba3258c8686c..cc9fb473299ad0 100644 --- a/web/i18n/es-ES/common.ts +++ b/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 diff --git a/web/i18n/fa-IR/common.ts b/web/i18n/fa-IR/common.ts index 969c134be76795..2da6cdee8b8631 100644 --- a/web/i18n/fa-IR/common.ts +++ b/web/i18n/fa-IR/common.ts @@ -595,6 +595,9 @@ const translation = { expiring_plural: 'انقضا در {{count}} روز', expiring: 'انقضا در یک روز', }, + pagination: { + perPage: 'موارد در هر صفحه', + }, } export default translation diff --git a/web/i18n/fr-FR/common.ts b/web/i18n/fr-FR/common.ts index 62b5a1ca10b97a..326572916c2f0b 100644 --- a/web/i18n/fr-FR/common.ts +++ b/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 diff --git a/web/i18n/hi-IN/common.ts b/web/i18n/hi-IN/common.ts index 569ee0a1afc243..a2c178cb185a49 100644 --- a/web/i18n/hi-IN/common.ts +++ b/web/i18n/hi-IN/common.ts @@ -617,6 +617,9 @@ const translation = { expiring: 'एक दिन में समाप्त हो रहा है', expiring_plural: '{{गिनती}} दिनों में समाप्त हो रहा है', }, + pagination: { + perPage: 'प्रति पृष्ठ आइटम', + }, } export default translation diff --git a/web/i18n/it-IT/common.ts b/web/i18n/it-IT/common.ts index 971c292852f161..35a01d71147108 100644 --- a/web/i18n/it-IT/common.ts +++ b/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 diff --git a/web/i18n/ja-JP/common.ts b/web/i18n/ja-JP/common.ts index 20182d89807dd5..fa3fb223f4b65b 100644 --- a/web/i18n/ja-JP/common.ts +++ b/web/i18n/ja-JP/common.ts @@ -595,6 +595,9 @@ const translation = { expiring_plural: '有効期限 {{count}} 日', expiring: '1日で有効期限が切れます', }, + pagination: { + perPage: 'ページあたりのアイテム数', + }, } export default translation diff --git a/web/i18n/ko-KR/common.ts b/web/i18n/ko-KR/common.ts index a5a697b2e50f98..ce860e000e3153 100644 --- a/web/i18n/ko-KR/common.ts +++ b/web/i18n/ko-KR/common.ts @@ -591,6 +591,9 @@ const translation = { expiring_plural: '{{count}}일 후에 만료', expiring: '하루 후에 만료', }, + pagination: { + perPage: '페이지당 항목 수', + }, } export default translation diff --git a/web/i18n/pl-PL/common.ts b/web/i18n/pl-PL/common.ts index 3dff3f5c27c407..baaf5292c36f39 100644 --- a/web/i18n/pl-PL/common.ts +++ b/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 diff --git a/web/i18n/pt-BR/common.ts b/web/i18n/pt-BR/common.ts index d51b24e34d992f..a2c74a7bee2e25 100644 --- a/web/i18n/pt-BR/common.ts +++ b/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 diff --git a/web/i18n/ro-RO/common.ts b/web/i18n/ro-RO/common.ts index 0b7baf37ab7157..27a0ab6bf3c9d3 100644 --- a/web/i18n/ro-RO/common.ts +++ b/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 diff --git a/web/i18n/ru-RU/common.ts b/web/i18n/ru-RU/common.ts index 8df7c1ae55524a..6d9edf97c17cc4 100644 --- a/web/i18n/ru-RU/common.ts +++ b/web/i18n/ru-RU/common.ts @@ -595,6 +595,9 @@ const translation = { expiring: 'Срок действия истекает за один день', expiring_plural: 'Срок действия истекает через {{count}} дней', }, + pagination: { + perPage: 'Элементов на странице', + }, } export default translation diff --git a/web/i18n/sl-SI/common.ts b/web/i18n/sl-SI/common.ts index 2bd148397dd096..dc399bd3a432a0 100644 --- a/web/i18n/sl-SI/common.ts +++ b/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 diff --git a/web/i18n/tr-TR/common.ts b/web/i18n/tr-TR/common.ts index 3a806845602f28..320517925a2f14 100644 --- a/web/i18n/tr-TR/common.ts +++ b/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 diff --git a/web/i18n/uk-UA/common.ts b/web/i18n/uk-UA/common.ts index e3e4a3972212ad..6bf6dafc4fe265 100644 --- a/web/i18n/uk-UA/common.ts +++ b/web/i18n/uk-UA/common.ts @@ -596,6 +596,9 @@ const translation = { expiring: 'Термін дії закінчується за один день', expiring_plural: 'Термін дії закінчується за {{count}} днів', }, + pagination: { + perPage: 'Елементів на сторінці', + }, } export default translation diff --git a/web/i18n/vi-VN/common.ts b/web/i18n/vi-VN/common.ts index 8a25cd52f20d58..bf5339f40ece94 100644 --- a/web/i18n/vi-VN/common.ts +++ b/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 diff --git a/web/i18n/zh-Hant/common.ts b/web/i18n/zh-Hant/common.ts index f801a64d101585..09c1e9d839d527 100644 --- a/web/i18n/zh-Hant/common.ts +++ b/web/i18n/zh-Hant/common.ts @@ -595,6 +595,9 @@ const translation = { expiring: '將在1天內過期', expiring_plural: '將在 {{count}} 天后過期', }, + pagination: { + perPage: '每頁項目數', + }, } export default translation