-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: locale - fullfill missing pieces of translations (#87)
- Loading branch information
Showing
32 changed files
with
338 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const locale = { | ||
Relay: "ريلي", | ||
Settings_updated: "تم تحديث الإعدادات", | ||
Master_relay: "ريلي رئيسي", | ||
Enable_master_relay: "تمكين الريلي الرئيسي", | ||
Master_Relay_URL: "عنوان URL للريلي الرئيسي", | ||
Save: "حفظ", | ||
delete_station_not_owner_message_html: "يمكن لمسؤولي الحساب فقط حذف المحطات.<br/><br/>اتصل بمسؤولي الحساب إذا كنت ترغب في حذف هذه المحطة.", | ||
delete_station_not_owner_OK: "موافق", | ||
|
||
Welcome: "مرحبًا", | ||
|
||
account_welcome_title_html: "مرحبًا <b>@name</b>", | ||
account_welcome_message_1_html: "مرحبًا بك في <b>@brand</b>", | ||
account_welcome_message_2_html: "أنت الآن صاحب حسابك الجديد", | ||
account_welcome_message_3_html: "للبدء في البث الآن، أضف أول محطة إلى حسابك", | ||
|
||
Create_my_first_station: "إنشاء أول محطة لي", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const locale = { | ||
Relay: "Relais", | ||
Settings_updated: "Einstellungen aktualisiert", | ||
Master_relay: "Hauptrelais", | ||
Enable_master_relay: "Hauptrelais aktivieren", | ||
Master_Relay_URL: "URL des Hauptrelais", | ||
Save: "Speichern", | ||
delete_station_not_owner_message_html: "Nur Kontoadministratoren können Stationen löschen.<br/><br/>Wenn Sie diese Station löschen möchten, wenden Sie sich bitte an die Kontoadministratoren.", | ||
delete_station_not_owner_OK: "OK", | ||
|
||
Welcome: "Willkommen", | ||
|
||
account_welcome_title_html: "Hallo <b>@name</b>", | ||
account_welcome_message_1_html: "Willkommen bei <b>@brand</b>", | ||
account_welcome_message_2_html: "Sie sind jetzt der Besitzer Ihres neuen Kontos", | ||
account_welcome_message_3_html: "Um jetzt mit dem Streamen zu beginnen, fügen Sie Ihre erste Station zu Ihrem Konto hinzu", | ||
|
||
Create_my_first_station: "Meine erste Station erstellen", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const locale = { | ||
Relay: "Relay", | ||
Settings_updated: "Settings updated", | ||
Master_relay: "Master relay", | ||
Enable_master_relay: "Enable_master_relay", | ||
Master_Relay_URL: "Master Relay URL", | ||
Save: "Save", | ||
delete_station_not_owner_message_html: "Only account administrators can delete stations.<br/><br/>Contact the account administrators if you want to delete this station.", | ||
delete_station_not_owner_OK: "OK", | ||
|
||
Welcome: "Welcome", | ||
|
||
account_welcome_title_html: "Hello <b>@name</b>", | ||
account_welcome_message_1_html: "Welcome to <b>@brand</b>", | ||
account_welcome_message_2_html: "You are now the owner of your newly created account", | ||
account_welcome_message_3_html: "To start broadcasting right away, add your first station to your account", | ||
|
||
Create_my_first_station: "Create my first station", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/// file: wip.es.ts | ||
const locale = { | ||
Relay: "Relay", | ||
Settings_updated: "Configuración actualizada", | ||
Master_relay: "Relay maestro", | ||
Enable_master_relay: "Habilitar relay maestro", | ||
Master_Relay_URL: "URL del relay maestro", | ||
Save: "Guardar", | ||
delete_station_not_owner_message_html: "Solo los administradores de la cuenta pueden eliminar estaciones.<br/><br/>Contacta a los administradores de la cuenta si deseas eliminar esta estación.", | ||
delete_station_not_owner_OK: "Aceptar", | ||
|
||
Welcome: "Bienvenido", | ||
|
||
account_welcome_title_html: "Hola <b>@name</b>", | ||
account_welcome_message_1_html: "Bienvenido a <b>@brand</b>", | ||
account_welcome_message_2_html: "Desde ahora sos el dueño de tu nueva cuenta", | ||
account_welcome_message_3_html: "Para empezar a transmitir ahora, agregá tu primera estación a tu cuenta", | ||
|
||
Create_my_first_station: "Crear mi primera estación", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/// file: wip.es.ts | ||
const locale = { | ||
Relay: "Relay", | ||
Settings_updated: "Configuración actualizada", | ||
Master_relay: "Relay maestro", | ||
Enable_master_relay: "Habilitar relay maestro", | ||
Master_Relay_URL: "URL del relay maestro", | ||
Save: "Guardar", | ||
delete_station_not_owner_message_html: "Solo los administradores de la cuenta pueden eliminar estaciones.<br/><br/>Contacta a los administradores de la cuenta si deseas eliminar esta estación.", | ||
delete_station_not_owner_OK: "Aceptar", | ||
|
||
Welcome: "Bienvenido", | ||
|
||
account_welcome_title_html: "Hola <b>@name</b>", | ||
account_welcome_message_1_html: "Bienvenido a <b>@brand</b>", | ||
account_welcome_message_2_html: "Desde ahora eres el dueño de tu nueva cuenta", | ||
account_welcome_message_3_html: "Para empezar a transmitir ahora, agregá tu primera estación a tu cuenta", | ||
|
||
Create_my_first_station: "Crear mi primera estación", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const locale = { | ||
Relay: "Relais", | ||
Settings_updated: "Paramètres mis à jour", | ||
Master_relay: "Relais maître", | ||
Enable_master_relay: "Activer le relais maître", | ||
Master_Relay_URL: "URL du relais maître", | ||
Save: "Enregistrer", | ||
delete_station_not_owner_message_html: "Seuls les administrateurs du compte peuvent supprimer des stations.<br/><br/>Contactez les administrateurs du compte si vous souhaitez supprimer cette station.", | ||
delete_station_not_owner_OK: "OK", | ||
|
||
Welcome: "Bienvenue", | ||
|
||
account_welcome_title_html: "Bonjour <b>@name</b>", | ||
account_welcome_message_1_html: "Bienvenue sur <b>@brand</b>", | ||
account_welcome_message_2_html: "Vous êtes maintenant le propriétaire de votre nouveau compte", | ||
account_welcome_message_3_html: "Pour commencer à diffuser maintenant, ajoutez votre première station à votre compte", | ||
|
||
Create_my_first_station: "Créer ma première station", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const locale = { | ||
Relay: "Relè", | ||
Settings_updated: "Impostazioni aggiornate", | ||
Master_relay: "Relè principale", | ||
Enable_master_relay: "Abilita relè principale", | ||
Master_Relay_URL: "URL relè principale", | ||
Save: "Salva", | ||
delete_station_not_owner_message_html: "Solo gli amministratori dell'account possono eliminare le stazioni.<br/><br/>Contatta gli amministratori dell'account se desideri eliminare questa stazione.", | ||
delete_station_not_owner_OK: "OK", | ||
|
||
Welcome: "Benvenuto", | ||
|
||
account_welcome_title_html: "Ciao <b>@name</b>", | ||
account_welcome_message_1_html: "Benvenuto su <b>@brand</b>", | ||
account_welcome_message_2_html: "Da ora sei il proprietario del tuo nuovo account", | ||
account_welcome_message_3_html: "Per iniziare a trasmettere, aggiungi la tua prima stazione al tuo account", | ||
|
||
Create_my_first_station: "Crea la mia prima stazione", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const locale = { | ||
Relay: "Relé", | ||
Settings_updated: "Configuração atualizada", | ||
Master_relay: "Relé mestre", | ||
Enable_master_relay: "Habilitar relé mestre", | ||
Master_Relay_URL: "URL do relé mestre", | ||
Save: "Salvar", | ||
delete_station_not_owner_message_html: "Apenas os administradores da conta podem excluir estações.<br/><br/>Entre em contato com os administradores da conta se você deseja excluir esta estação.", | ||
delete_station_not_owner_OK: "Aceitar", | ||
|
||
Welcome: "Bem-vindo", | ||
|
||
account_welcome_title_html: "Olá <b>@name</b>", | ||
account_welcome_message_1_html: "Bem-vindo ao <b>@brand</b>", | ||
account_welcome_message_2_html: "A partir de agora, você é o proprietário da sua nova conta", | ||
account_welcome_message_3_html: "Para começar a transmitir agora, adicione sua primeira estação à sua conta", | ||
|
||
Create_my_first_station: "Criar minha primeira estação", | ||
} | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
const locale = { | ||
Relay: "中继", | ||
Settings_updated: "设置已更新", | ||
Master_relay: "主中继", | ||
Enable_master_relay: "启用主中继", | ||
Master_Relay_URL: "主中继URL", | ||
Save: "保存", | ||
delete_station_not_owner_message_html: "只有账户管理员才能删除电台。<br/><br/>如果您想删除此电台,请联系账户管理员。", | ||
delete_station_not_owner_OK: "确定", | ||
|
||
Welcome: "欢迎", | ||
|
||
account_welcome_title_html: "你好<b>@name</b>", | ||
account_welcome_message_1_html: "欢迎来到<b>@brand</b>", | ||
account_welcome_message_2_html: "你现在是你的新账户的所有者", | ||
account_welcome_message_3_html: "要开始现在进行广播,请将你的第一个电台添加到你的账户中", | ||
|
||
Create_my_first_station: "创建我的第一个电台", | ||
} | ||
|
||
export default locale; |
Oops, something went wrong.