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 085371aeb1..1d7ca955fa 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 8eba3258c8..cc9fb47329 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 969c134be7..2da6cdee8b 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 62b5a1ca10..326572916c 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 569ee0a1af..a2c178cb18 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 971c292852..35a01d7114 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 20182d8980..fa3fb223f4 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 a5a697b2e5..ce860e000e 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 3dff3f5c27..baaf5292c3 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 d51b24e34d..a2c74a7bee 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 0b7baf37ab..27a0ab6bf3 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 8df7c1ae55..6d9edf97c1 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 2bd148397d..dc399bd3a4 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 3a80684560..320517925a 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 e3e4a39722..6bf6dafc4f 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 8a25cd52f2..bf5339f40e 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 f801a64d10..09c1e9d839 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