From fe4e98d61d635f9f4db20f611d31fe150f7fcbf8 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Sun, 24 Mar 2024 16:20:50 +0000 Subject: [PATCH] feat(indiekit): localised scopes --- packages/indiekit/locales/de.json | 26 +++++++++++++++- packages/indiekit/locales/en.json | 36 +++++++++++++++++++---- packages/indiekit/locales/es-419.json | 26 +++++++++++++++- packages/indiekit/locales/es.json | 26 +++++++++++++++- packages/indiekit/locales/fr.json | 28 ++++++++++++++++-- packages/indiekit/locales/id.json | 28 ++++++++++++++++-- packages/indiekit/locales/nl.json | 28 ++++++++++++++++-- packages/indiekit/locales/pl.json | 28 ++++++++++++++++-- packages/indiekit/locales/pt.json | 28 ++++++++++++++++-- packages/indiekit/locales/sr.json | 28 ++++++++++++++++-- packages/indiekit/locales/sv.json | 28 ++++++++++++++++-- packages/indiekit/locales/zh-Hans-CN.json | 28 ++++++++++++++++-- 12 files changed, 313 insertions(+), 25 deletions(-) diff --git a/packages/indiekit/locales/de.json b/packages/indiekit/locales/de.json index fd47729ac..e04de33d1 100644 --- a/packages/indiekit/locales/de.json +++ b/packages/indiekit/locales/de.json @@ -9,6 +9,12 @@ "options": "Optionen" }, "scope": { + "block": { + "label": "Nutzer blockieren" + }, + "channels": { + "label": "Kanäle verwalten" + }, "create": { "label": "Beiträge erstellen" }, @@ -18,13 +24,31 @@ "draft": { "label": "Nur Beitragsentwürfe erstellen und aktualisieren" }, - "label": "Veröffentlichungsberechtigungen", + "email": { + "label": "E-Mail-Adresse" + }, + "follow": { + "label": "Verwalten Sie folgende Liste" + }, + "label": "Angeforderte Berechtigungen", "media": { "label": "Medien hochladen" }, + "mute": { + "label": "Benutzer stummschalten" + }, "none": { "label": "Sie haben keine Veröffentlichungsberechtigungen" }, + "notSupported": { + "hint": "Nicht unterstützt" + }, + "profile": { + "label": "Informationen zum Profil" + }, + "read": { + "label": "Kanäle lesen" + }, "update": { "label": "Beiträge aktualisieren" } diff --git a/packages/indiekit/locales/en.json b/packages/indiekit/locales/en.json index 4668087f4..7b54697a5 100644 --- a/packages/indiekit/locales/en.json +++ b/packages/indiekit/locales/en.json @@ -20,24 +20,48 @@ } }, "scope": { - "label": "Publishing permissions", + "label": "Requested permissions", + "email": { + "label": "Email address" + }, + "profile": { + "label": "Profile information" + }, "create": { "label": "Create posts" }, - "delete": { - "label": "Delete posts and media" - }, "draft": { "label": "Create and update draft posts only" }, + "update": { + "label": "Update posts" + }, + "delete": { + "label": "Delete posts and media" + }, "media": { "label": "Upload media" }, + "read": { + "label": "Read channels" + }, + "follow": { + "label": "Manage following list" + }, + "mute": { + "label": "Mute users" + }, + "block": { + "label": "Block users" + }, + "channels": { + "label": "Manage channels" + }, "none": { "label": "You don’t have any publishing permissions" }, - "update": { - "label": "Update posts" + "notSupported": { + "hint": "Not supported" } }, "status": { diff --git a/packages/indiekit/locales/es-419.json b/packages/indiekit/locales/es-419.json index 23e62cef3..fe6255d00 100644 --- a/packages/indiekit/locales/es-419.json +++ b/packages/indiekit/locales/es-419.json @@ -9,6 +9,12 @@ "options": "Opciones" }, "scope": { + "block": { + "label": "Bloquear usuarios" + }, + "channels": { + "label": "Gestiona los canales" + }, "create": { "label": "Crear publicaciones" }, @@ -18,13 +24,31 @@ "draft": { "label": "Crear y actualizar solo borradores de publicaciones" }, - "label": "Permisos de publicación", + "email": { + "label": "Dirección de email" + }, + "follow": { + "label": "Administrar la lista de seguimiento" + }, + "label": "Permisos solicitados", "media": { "label": "Subir contenido multimedia" }, + "mute": { + "label": "Silenciar usuarios" + }, "none": { "label": "No tiene ningún permiso de publicación" }, + "notSupported": { + "hint": "No se admite" + }, + "profile": { + "label": "Información de perfil" + }, + "read": { + "label": "Leer canales" + }, "update": { "label": "Actualizar publicaciones" } diff --git a/packages/indiekit/locales/es.json b/packages/indiekit/locales/es.json index 51e61a898..c1dfa2d60 100644 --- a/packages/indiekit/locales/es.json +++ b/packages/indiekit/locales/es.json @@ -9,6 +9,12 @@ "options": "Opciones" }, "scope": { + "block": { + "label": "Bloquear usuarios" + }, + "channels": { + "label": "Gestiona los canales" + }, "create": { "label": "Crear publicaciones" }, @@ -18,13 +24,31 @@ "draft": { "label": "Crea y actualiza solo borradores de publicaciones" }, - "label": "Permisos de publicación", + "email": { + "label": "Dirección de email" + }, + "follow": { + "label": "Administrar la lista de seguimiento" + }, + "label": "Permisos solicitados", "media": { "label": "Cargar archivos multimedia" }, + "mute": { + "label": "Silenciar usuarios" + }, "none": { "label": "No tienes ningún permiso de publicación" }, + "notSupported": { + "hint": "No se admite" + }, + "profile": { + "label": "Información de perfil" + }, + "read": { + "label": "Leer canales" + }, "update": { "label": "Actualizar publicaciones" } diff --git a/packages/indiekit/locales/fr.json b/packages/indiekit/locales/fr.json index a06d7f9ba..245cedb20 100644 --- a/packages/indiekit/locales/fr.json +++ b/packages/indiekit/locales/fr.json @@ -9,6 +9,12 @@ "options": "Paramètres" }, "scope": { + "block": { + "label": "Bloquer les utilisateurs" + }, + "channels": { + "label": "Gérer les chaînes" + }, "create": { "label": "Créer des publications" }, @@ -18,13 +24,31 @@ "draft": { "label": "Créer et mettre à jour des brouillons de publications uniquement" }, - "label": "Autorisations de publication", + "email": { + "label": "Addresse email" + }, + "follow": { + "label": "Gérer la liste suivante" + }, + "label": "Autorisations demandées", "media": { "label": "Téléverser des médias" }, + "mute": { + "label": "Désactiver les utilisateurs" + }, "none": { "label": "Vous n’avez aucune autorisation pour publier" }, + "notSupported": { + "hint": "Non pris en charge" + }, + "profile": { + "label": "Informations sur le profil" + }, + "read": { + "label": "Lire les chaînes" + }, "update": { "label": "Mettre à jour les publications" } @@ -72,4 +96,4 @@ }, "title": "Statut du serveur" } -} \ No newline at end of file +} diff --git a/packages/indiekit/locales/id.json b/packages/indiekit/locales/id.json index 515663c6e..0633f44e1 100644 --- a/packages/indiekit/locales/id.json +++ b/packages/indiekit/locales/id.json @@ -9,6 +9,12 @@ "options": "Pilihan" }, "scope": { + "block": { + "label": "Blokir pengguna" + }, + "channels": { + "label": "Kelola saluran" + }, "create": { "label": "Membuat pos" }, @@ -18,13 +24,31 @@ "draft": { "label": "Membuat dan memperbarui draft posting saja" }, - "label": "Izin publikasi", + "email": { + "label": "Alamat Email" + }, + "follow": { + "label": "Kelola daftar berikut" + }, + "label": "Izin yang diminta", "media": { "label": "Unggah media" }, + "mute": { + "label": "Bisukan pengguna" + }, "none": { "label": "Anda tidak memiliki izin penerbitan" }, + "notSupported": { + "hint": "Tidak didukung" + }, + "profile": { + "label": "Informasi profil" + }, + "read": { + "label": "Baca saluran" + }, "update": { "label": "Perbarui pos" } @@ -72,4 +96,4 @@ }, "title": "Status server" } -} \ No newline at end of file +} diff --git a/packages/indiekit/locales/nl.json b/packages/indiekit/locales/nl.json index 56651aa69..91c122e1f 100644 --- a/packages/indiekit/locales/nl.json +++ b/packages/indiekit/locales/nl.json @@ -9,6 +9,12 @@ "options": "Opties" }, "scope": { + "block": { + "label": "Gebruikers blokkeren" + }, + "channels": { + "label": "Kanalen beheren" + }, "create": { "label": "Posten maken" }, @@ -18,13 +24,31 @@ "draft": { "label": "Maak en update alleen conceptposts" }, - "label": "Machtigingen voor publicatie", + "email": { + "label": "Emailadres" + }, + "follow": { + "label": "De volgende lijst beheren" + }, + "label": "Permissies gevraagd", "media": { "label": "Media uploaden" }, + "mute": { + "label": "Gebruikers dempen" + }, "none": { "label": "Je hebt geen publicatierechten" }, + "notSupported": { + "hint": "Niet ondersteund" + }, + "profile": { + "label": "Informatie over het profiel" + }, + "read": { + "label": "Kanalen lezen" + }, "update": { "label": "Posten updaten" } @@ -72,4 +96,4 @@ }, "title": "Status server" } -} \ No newline at end of file +} diff --git a/packages/indiekit/locales/pl.json b/packages/indiekit/locales/pl.json index 094b46f9a..2a24ae9a0 100644 --- a/packages/indiekit/locales/pl.json +++ b/packages/indiekit/locales/pl.json @@ -9,6 +9,12 @@ "options": "Opcje" }, "scope": { + "block": { + "label": "Blokuj użytkowników" + }, + "channels": { + "label": "Zarządzanie kanałami" + }, "create": { "label": "Twórz posty" }, @@ -18,13 +24,31 @@ "draft": { "label": "Twórz i aktualizuj tylko wersje robocze postów" }, - "label": "Uprawnienia do publikowania", + "email": { + "label": "Adres e-mail" + }, + "follow": { + "label": "Zarządzaj następującą listą" + }, + "label": "Żądane uprawnienia", "media": { "label": "Prześlij multimedia" }, + "mute": { + "label": "Wycisz użytkowników" + }, "none": { "label": "Nie masz żadnych uprawnień do publikowania" }, + "notSupported": { + "hint": "Nieobsługiwane" + }, + "profile": { + "label": "Informacje o profilu" + }, + "read": { + "label": "Odczytaj kanały" + }, "update": { "label": "Aktualizuj posty" } @@ -72,4 +96,4 @@ }, "title": "Status serwera" } -} \ No newline at end of file +} diff --git a/packages/indiekit/locales/pt.json b/packages/indiekit/locales/pt.json index 013bd8474..bfb632445 100644 --- a/packages/indiekit/locales/pt.json +++ b/packages/indiekit/locales/pt.json @@ -9,6 +9,12 @@ "options": "Opções" }, "scope": { + "block": { + "label": "Bloquear usuários" + }, + "channels": { + "label": "Gerenciar canais" + }, "create": { "label": "Crie postagens" }, @@ -18,13 +24,31 @@ "draft": { "label": "Crie e atualize somente rascunhos de publicações" }, - "label": "Permissões de publicação", + "email": { + "label": "Endereço de e-mail" + }, + "follow": { + "label": "Gerenciar a lista a seguir" + }, + "label": "Permissões solicitadas", "media": { "label": "Carregar mídia" }, + "mute": { + "label": "Silenciar usuários" + }, "none": { "label": "Você não tem nenhuma permissão de publicação" }, + "notSupported": { + "hint": "Não suportado" + }, + "profile": { + "label": "Informação de Perfil" + }, + "read": { + "label": "Leia canais" + }, "update": { "label": "Atualizar postagens" } @@ -72,4 +96,4 @@ }, "title": "Status do servidor" } -} \ No newline at end of file +} diff --git a/packages/indiekit/locales/sr.json b/packages/indiekit/locales/sr.json index 0cfeab4c0..f753d9cb8 100644 --- a/packages/indiekit/locales/sr.json +++ b/packages/indiekit/locales/sr.json @@ -9,6 +9,12 @@ "options": "Opcije" }, "scope": { + "block": { + "label": "Blokirajte korisnike" + }, + "channels": { + "label": "Upravljanje kanalima" + }, "create": { "label": "Kreirajte postova" }, @@ -18,13 +24,31 @@ "draft": { "label": "Kreirajte i ažurirajte samo nacrte postova" }, - "label": "Dozvole za objavljivanje", + "email": { + "label": "Adresa e-pošte" + }, + "follow": { + "label": "Upravljajte sledećom listom" + }, + "label": "Zahtevane dozvole", "media": { "label": "Otpremite medije" }, + "mute": { + "label": "Isključite korisnike" + }, "none": { "label": "Nemate dozvole za objavljivanje" }, + "notSupported": { + "hint": "Nije podržano" + }, + "profile": { + "label": "Informacije o profilu" + }, + "read": { + "label": "Pročitajte kanale" + }, "update": { "label": "Ažurirajte postova" } @@ -72,4 +96,4 @@ }, "title": "Status servera" } -} \ No newline at end of file +} diff --git a/packages/indiekit/locales/sv.json b/packages/indiekit/locales/sv.json index 3d28c2320..496c570f3 100644 --- a/packages/indiekit/locales/sv.json +++ b/packages/indiekit/locales/sv.json @@ -9,6 +9,12 @@ "options": "Alternativ" }, "scope": { + "block": { + "label": "Blockera användare" + }, + "channels": { + "label": "Hantera kanaler" + }, "create": { "label": "Skapa inlägg" }, @@ -18,13 +24,31 @@ "draft": { "label": "Skapa och uppdatera endast inläggsutkast" }, - "label": "Publiceringsbehörigheter", + "email": { + "label": "E-postadress" + }, + "follow": { + "label": "Hantera följande lista" + }, + "label": "Begärde behörigheter", "media": { "label": "Ladda upp mediefiler" }, + "mute": { + "label": "Stäng av användare" + }, "none": { "label": "Du har inga publiceringsbehörigheter" }, + "notSupported": { + "hint": "Stöds inte" + }, + "profile": { + "label": "Profil information" + }, + "read": { + "label": "Läs kanaler" + }, "update": { "label": "Uppdatera inlägg" } @@ -72,4 +96,4 @@ }, "title": "Serverstatus" } -} \ No newline at end of file +} diff --git a/packages/indiekit/locales/zh-Hans-CN.json b/packages/indiekit/locales/zh-Hans-CN.json index da7c47fe9..c8a715eba 100644 --- a/packages/indiekit/locales/zh-Hans-CN.json +++ b/packages/indiekit/locales/zh-Hans-CN.json @@ -9,6 +9,12 @@ "options": "选项" }, "scope": { + "block": { + "label": "阻止用户" + }, + "channels": { + "label": "管理频道" + }, "create": { "label": "创建帖子" }, @@ -18,13 +24,31 @@ "draft": { "label": "仅创建和更新草稿帖子" }, - "label": "发布权限", + "email": { + "label": "电子邮件地址" + }, + "follow": { + "label": "管理以下列表" + }, + "label": "请求的权限", "media": { "label": "上传媒体文件" }, + "mute": { + "label": "将用户静音" + }, "none": { "label": "你没有任何发布权限" }, + "notSupported": { + "hint": "不支持" + }, + "profile": { + "label": "个人资料信息" + }, + "read": { + "label": "读取频道" + }, "update": { "label": "更新帖子" } @@ -72,4 +96,4 @@ }, "title": "服务器状态" } -} \ No newline at end of file +}