Configure i18next with all locales

I noticed that we aren't i18next checking all locales. Should we be? I think it might help keep things consistent.

It also appears to be highlighting some non-visible characters in some entries
This commit is contained in:
Hugh Nimmo-Smith
2024-12-11 10:43:13 +00:00
parent b834d8f679
commit 1b201eefc3
23 changed files with 2239 additions and 161 deletions

View File

@@ -1,3 +1,5 @@
import { readdirSync } from "fs";
export default { export default {
keySeparator: ".", keySeparator: ".",
namespaceSeparator: false, namespaceSeparator: false,
@@ -21,7 +23,9 @@ export default {
}, },
], ],
}, },
locales: ["en"], locales: readdirSync("locales", { withFileTypes: true })
.filter(({ isDirectory }) => isDirectory)
.map(({ name }) => name),
output: "locales/$LOCALE/$NAMESPACE.json", output: "locales/$LOCALE/$NAMESPACE.json",
input: ["src/**/*.{ts,tsx}"], input: ["src/**/*.{ts,tsx}"],
sort: true, sort: true,

View File

@@ -4,50 +4,135 @@
}, },
"action": { "action": {
"close": "Затвори", "close": "Затвори",
"copy_link": "",
"edit": "",
"go": "Напред", "go": "Напред",
"invite": "",
"lower_hand": "",
"no": "Не", "no": "Не",
"pick_reaction": "",
"raise_hand": "",
"register": "Регистрация", "register": "Регистрация",
"remove": "Премахни", "remove": "Премахни",
"show_less": "",
"show_more": "",
"sign_in": "Влез", "sign_in": "Влез",
"sign_out": "Излез" "sign_out": "Излез",
"submit": "",
"upload_file": ""
}, },
"analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <6>Cookie Policy</6>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "Създай акаунт", "create_account_button": "Създай акаунт",
"create_account_prompt": "<0>Защо не настройте парола за да запазите акаунта си?</0><1>Ще можете да запазите името и аватара си за бъдещи разговори</1>", "create_account_prompt": "<0>Защо не настройте парола за да запазите акаунта си?</0><1>Ще можете да запазите името и аватара си за бъдещи разговори</1>",
"not_now_button": "Не сега, върни се на началния екран" "feedback_done": "<0>Thanks for your feedback!</0>",
"feedback_prompt": "<0>We'd love to hear your feedback so we can improve your experience.</0>",
"headline": "",
"not_now_button": "Не сега, върни се на началния екран",
"reconnect_button": "",
"survey_prompt": ""
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "Звук", "audio": "Звук",
"avatar": "Аватар", "avatar": "Аватар",
"back": "",
"camera": "Камера", "camera": "Камера",
"display_name": "Име/псевдоним", "display_name": "Име/псевдоним",
"encrypted": "",
"error": "",
"home": "Начало", "home": "Начало",
"loading": "Зареждане…", "loading": "Зареждане…",
"microphone": "Микрофон", "microphone": "Микрофон",
"next": "",
"options": "",
"password": "Парола", "password": "Парола",
"preferences": "",
"profile": "Профил", "profile": "Профил",
"reaction": "",
"reactions": "",
"settings": "Настройки", "settings": "Настройки",
"something_went_wrong": "",
"unencrypted": "",
"username": "Потребителско име", "username": "Потребителско име",
"video": "Видео" "video": "Видео"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"full_screen_view_h1": "<0>Oops, something's gone wrong.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Да, присъедини се", "join_button": "Да, присъедини се",
"text": "Този разговор вече съществува, искате ли да се присъедините?", "text": "Този разговор вече съществува, искате ли да се присъедините?",
"title": "Присъединяване към съществуващ разговор?" "title": "Присъединяване към съществуващ разговор?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "Прожектор", "layout_spotlight_label": "Прожектор",
"lobby": { "lobby": {
"join_button": "Влез в разговора" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Влез в разговора",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Влизане…", "logging_in": "Влизане…",
"login_auth_links": "<0>Създайте акаунт</0> или <2>Влезте като гост</2>", "login_auth_links": "<0>Създайте акаунт</0> или <2>Влезте като гост</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Влез", "login_title": "Влез",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Друг потребител в този разговор има проблем. За да диагностицираме този проблем по-добре ни се иска да съберем debug логове.", "body": "Друг потребител в този разговор има проблем. За да диагностицираме този проблем по-добре ни се иска да съберем debug логове.",
"title": "Заявка за debug логове" "title": "Заявка за debug логове"
}, },
"rageshake_send_logs": "Изпратете debug логове", "rageshake_send_logs": "Изпратете debug логове",
"rageshake_sending": "Изпращане…", "rageshake_sending": "Изпращане…",
"rageshake_sending_logs": "",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "Recaptcha отхвърлена", "recaptcha_dismissed": "Recaptcha отхвърлена",
"recaptcha_not_loaded": "Recaptcha не е заредена", "recaptcha_not_loaded": "Recaptcha не е заредена",
"register": { "register": {
@@ -56,16 +141,58 @@
}, },
"register_auth_links": "<0>Вече имате акаунт?</0><1><0>Влезте с него</0> или <2>Влезте като гост</2></1>", "register_auth_links": "<0>Вече имате акаунт?</0><1><0>Влезте с него</0> или <2>Влезте като гост</2></1>",
"register_confirm_password_label": "Потвърди паролата", "register_confirm_password_label": "Потвърди паролата",
"register_heading": "",
"return_home_button": "Връщане на началния екран", "return_home_button": "Връщане на началния екран",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "Сподели екрана", "screenshare_button_label": "Сподели екрана",
"settings": { "settings": {
"audio_tab": {
"effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Разработчик", "developer_tab_title": "Разработчик",
"feedback_tab_body": "",
"feedback_tab_description_label": "",
"feedback_tab_h4": "Изпрати обратна връзка", "feedback_tab_h4": "Изпрати обратна връзка",
"feedback_tab_send_logs_label": "Включи debug логове", "feedback_tab_send_logs_label": "Включи debug логове",
"more_tab_title": "Още", "feedback_tab_thank_you": "",
"feedback_tab_title": "",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Говорител" "speaker_device_selection_label": "Говорител"
}, },
"star_rating_input_label_one": "",
"star_rating_input_label_other": "",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "",
"switch_camera": "",
"unauthenticated_view_body": "Все още не сте регистрирани? <2>Създайте акаунт</2>", "unauthenticated_view_body": "Все още не сте регистрирани? <2>Създайте акаунт</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "Влезте в акаунта си", "unauthenticated_view_login_button": "Влезте в акаунта си",
"version": "Версия: {{version}}" "unmute_microphone_button_label": "",
"version": "Версия: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -4,44 +4,128 @@
}, },
"action": { "action": {
"close": "Zavřít", "close": "Zavřít",
"copy_link": "",
"edit": "",
"go": "Pokračovat", "go": "Pokračovat",
"invite": "",
"lower_hand": "",
"no": "Ne", "no": "Ne",
"pick_reaction": "",
"raise_hand": "",
"register": "Registrace", "register": "Registrace",
"remove": "Odstranit", "remove": "Odstranit",
"show_less": "",
"show_more": "",
"sign_in": "Přihlásit se", "sign_in": "Přihlásit se",
"sign_out": "Odhlásit se" "sign_out": "Odhlásit se",
"submit": "",
"upload_file": ""
}, },
"analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <6>Cookie Policy</6>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "Vytvořit účet", "create_account_button": "Vytvořit účet",
"create_account_prompt": "<0>Proč neskončit nastavením hesla, abyste mohli účet použít znovu?</0><1>Budete si moci nechat své jméno a nastavit si avatar pro budoucí hovory </1>", "create_account_prompt": "<0>Proč neskončit nastavením hesla, abyste mohli účet použít znovu?</0><1>Budete si moci nechat své jméno a nastavit si avatar pro budoucí hovory </1>",
"not_now_button": "Teď ne, vrátit se na domovskou obrazovku" "feedback_done": "<0>Thanks for your feedback!</0>",
"feedback_prompt": "<0>We'd love to hear your feedback so we can improve your experience.</0>",
"headline": "",
"not_now_button": "Teď ne, vrátit se na domovskou obrazovku",
"reconnect_button": "",
"survey_prompt": ""
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "",
"avatar": "",
"back": "",
"camera": "Kamera", "camera": "Kamera",
"display_name": "Zobrazované jméno", "display_name": "Zobrazované jméno",
"encrypted": "",
"error": "",
"home": "Domov", "home": "Domov",
"loading": "Načítání…", "loading": "Načítání…",
"microphone": "Mikrofon", "microphone": "Mikrofon",
"next": "",
"options": "",
"password": "Heslo", "password": "Heslo",
"preferences": "",
"profile": "Profil", "profile": "Profil",
"reaction": "",
"reactions": "",
"settings": "Nastavení", "settings": "Nastavení",
"username": "Uživatelské jméno" "something_went_wrong": "",
"unencrypted": "",
"username": "Uživatelské jméno",
"video": ""
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Odeslání ladících záznamů nám pomůže diagnostikovat problém.</0>", "full_screen_view_description": "<0>Odeslání ladících záznamů nám pomůže diagnostikovat problém.</0>",
"full_screen_view_h1": "<0>Oops, něco se pokazilo.</0>", "full_screen_view_h1": "<0>Oops, něco se pokazilo.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "Domov Element Call", "header_label": "Domov Element Call",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Ano, připojit se", "join_button": "Ano, připojit se",
"text": "Tento hovor již existuje, chcete se připojit?", "text": "Tento hovor již existuje, chcete se připojit?",
"title": "Připojit se k existujícimu hovoru?" "title": "Připojit se k existujícimu hovoru?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "Soustředěný mód", "layout_spotlight_label": "Soustředěný mód",
"lobby": { "lobby": {
"join_button": "Připojit se k hovoru" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Připojit se k hovoru",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Přihlašování se…", "logging_in": "Přihlašování se…",
"login_auth_links": "<0>Vytvořit účet</0> Or <2>Jako host</2>", "login_auth_links": "<0>Vytvořit účet</0> Or <2>Jako host</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Přihlášení", "login_title": "Přihlášení",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_few": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Jiný uživatel v tomto hovoru má problémy. Abychom mohli diagnostikovat problém, rádi bychom shromáždili protokoly ladění.", "body": "Jiný uživatel v tomto hovoru má problémy. Abychom mohli diagnostikovat problém, rádi bychom shromáždili protokoly ladění.",
"title": "Žádost o protokoly ladění" "title": "Žádost o protokoly ladění"
@@ -49,6 +133,8 @@
"rageshake_send_logs": "Poslat ladící záznam", "rageshake_send_logs": "Poslat ladící záznam",
"rageshake_sending": "Posílání…", "rageshake_sending": "Posílání…",
"rageshake_sending_logs": "Posílání ladícího záznamu…", "rageshake_sending_logs": "Posílání ladícího záznamu…",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "Recaptcha byla zamítnuta", "recaptcha_dismissed": "Recaptcha byla zamítnuta",
"recaptcha_not_loaded": "Recaptcha se nenačetla", "recaptcha_not_loaded": "Recaptcha se nenačetla",
"register": { "register": {
@@ -57,18 +143,60 @@
}, },
"register_auth_links": "<0>Už máte účet?</0><1><0>Přihlásit se</0> Or <2>Jako host</2></1>", "register_auth_links": "<0>Už máte účet?</0><1><0>Přihlásit se</0> Or <2>Jako host</2></1>",
"register_confirm_password_label": "Potvrdit heslo", "register_confirm_password_label": "Potvrdit heslo",
"register_heading": "",
"return_home_button": "Vrátit se na domácí obrazovku", "return_home_button": "Vrátit se na domácí obrazovku",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "Sdílet obrazovku", "screenshare_button_label": "Sdílet obrazovku",
"settings": { "settings": {
"developer_settings_label": "Vývojářské nastavení", "audio_tab": {
"developer_settings_label_description": "Zobrazit vývojářské nastavení.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Vývojář", "developer_tab_title": "Vývojář",
"feedback_tab_body": "",
"feedback_tab_description_label": "",
"feedback_tab_h4": "Dát feedback", "feedback_tab_h4": "Dát feedback",
"feedback_tab_send_logs_label": "Zahrnout ladící záznamy", "feedback_tab_send_logs_label": "Zahrnout ladící záznamy",
"more_tab_title": "Více", "feedback_tab_thank_you": "",
"feedback_tab_title": "",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Reproduktor" "speaker_device_selection_label": "Reproduktor"
}, },
"star_rating_input_label_one": "",
"star_rating_input_label_few": "",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "",
"switch_camera": "",
"unauthenticated_view_body": "Nejste registrovaní? <2>Vytvořit účet</2>", "unauthenticated_view_body": "Nejste registrovaní? <2>Vytvořit účet</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "Přihlásit se ke svému účtu", "unauthenticated_view_login_button": "Přihlásit se ke svému účtu",
"version": "Verze: {{version}}" "unmute_microphone_button_label": "",
"version": "Verze: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -53,7 +53,7 @@
"encrypted": "Verschlüsselt", "encrypted": "Verschlüsselt",
"error": "Fehler", "error": "Fehler",
"home": "Startseite", "home": "Startseite",
"loading": "Lade …", "loading": "Lade\u00a0…",
"microphone": "Mikrofon", "microphone": "Mikrofon",
"next": "Weiter", "next": "Weiter",
"options": "Optionen", "options": "Optionen",
@@ -70,6 +70,7 @@
}, },
"developer_mode": { "developer_mode": {
"crypto_version": "Krypto-Version: {{version}}", "crypto_version": "Krypto-Version: {{version}}",
"debug_tile_layout_label": "",
"device_id": "Geräte-ID: {{id}}", "device_id": "Geräte-ID: {{id}}",
"duplicate_tiles_label": "Anzahl zusätzlicher Kachelkopien pro Teilnehmer", "duplicate_tiles_label": "Anzahl zusätzlicher Kachelkopien pro Teilnehmer",
"hostname": "Hostname: {{hostname}}", "hostname": "Hostname: {{hostname}}",
@@ -111,7 +112,7 @@
"waiting_for_invite": "Anfrage gesendet! Warten auf Teilnahmefreigabe …" "waiting_for_invite": "Anfrage gesendet! Warten auf Teilnahmefreigabe …"
}, },
"log_in": "Anmelden", "log_in": "Anmelden",
"logging_in": "Anmelden …", "logging_in": "Anmelden\u00a0…",
"login_auth_links": "<0>Konto erstellen</0> Oder <2>Als Gast betreten</2>", "login_auth_links": "<0>Konto erstellen</0> Oder <2>Als Gast betreten</2>",
"login_auth_links_prompt": "Noch nicht registriert?", "login_auth_links_prompt": "Noch nicht registriert?",
"login_subheading": "Weiter zu Element", "login_subheading": "Weiter zu Element",
@@ -128,7 +129,7 @@
"title": "Debug-Log Anfrage" "title": "Debug-Log Anfrage"
}, },
"rageshake_send_logs": "Debug-Logs senden", "rageshake_send_logs": "Debug-Logs senden",
"rageshake_sending": "Senden …", "rageshake_sending": "Senden\u00a0…",
"rageshake_sending_logs": "Sende Debug-Protokolle …", "rageshake_sending_logs": "Sende Debug-Protokolle …",
"rageshake_sent": "Danke!", "rageshake_sent": "Danke!",
"recaptcha_caption": "Diese Seite wird durch reCAPTCHA geschützt und es gelten Googles <2>Datenschutzerklärung</2> und <6>Nutzungsbedingungen</6>. <9></9>Mit einem Klick auf „Registrieren“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>", "recaptcha_caption": "Diese Seite wird durch reCAPTCHA geschützt und es gelten Googles <2>Datenschutzerklärung</2> und <6>Nutzungsbedingungen</6>. <9></9>Mit einem Klick auf „Registrieren“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>",
@@ -136,7 +137,7 @@
"recaptcha_not_loaded": "Recaptcha nicht geladen", "recaptcha_not_loaded": "Recaptcha nicht geladen",
"register": { "register": {
"passwords_must_match": "Passwörter müssen übereinstimmen", "passwords_must_match": "Passwörter müssen übereinstimmen",
"registering": "Registrierung …" "registering": "Registrierung\u00a0…"
}, },
"register_auth_links": "<0>Du hast bereits ein Konto?</0><1><0>Anmelden</0> Oder <2>Als Gast betreten</2></1>", "register_auth_links": "<0>Du hast bereits ein Konto?</0><1><0>Anmelden</0> Oder <2>Als Gast betreten</2></1>",
"register_confirm_password_label": "Passwort bestätigen", "register_confirm_password_label": "Passwort bestätigen",
@@ -147,10 +148,9 @@
"screenshare_button_label": "Bildschirm teilen", "screenshare_button_label": "Bildschirm teilen",
"settings": { "settings": {
"audio_tab": { "audio_tab": {
"effect_volume_description": "",
"effect_volume_label": "Lautstärke der Soundeffekte" "effect_volume_label": "Lautstärke der Soundeffekte"
}, },
"developer_settings_label": "Entwicklereinstellungen",
"developer_settings_label_description": "Zeige die Entwicklereinstellungen im Einstellungsfenster.",
"developer_tab_title": "Entwickler", "developer_tab_title": "Entwickler",
"feedback_tab_body": "Falls du auf Probleme stößt oder einfach nur eine Rückmeldung geben möchtest, sende uns bitte eine kurze Beschreibung.", "feedback_tab_body": "Falls du auf Probleme stößt oder einfach nur eine Rückmeldung geben möchtest, sende uns bitte eine kurze Beschreibung.",
"feedback_tab_description_label": "Deine Rückmeldung", "feedback_tab_description_label": "Deine Rückmeldung",
@@ -158,17 +158,16 @@
"feedback_tab_send_logs_label": "Debug-Protokolle anhängen", "feedback_tab_send_logs_label": "Debug-Protokolle anhängen",
"feedback_tab_thank_you": "Danke, wir haben deine Rückmeldung erhalten!", "feedback_tab_thank_you": "Danke, wir haben deine Rückmeldung erhalten!",
"feedback_tab_title": "Rückmeldung", "feedback_tab_title": "Rückmeldung",
"more_tab_title": "Mehr",
"opt_in_description": "<0></0><1></1>Du kannst deine Zustimmung durch Abwählen dieses Kästchens zurückziehen. Falls du dich aktuell in einem Anruf befindest, wird diese Einstellung nach dem Ende des Anrufs wirksam.", "opt_in_description": "<0></0><1></1>Du kannst deine Zustimmung durch Abwählen dieses Kästchens zurückziehen. Falls du dich aktuell in einem Anruf befindest, wird diese Einstellung nach dem Ende des Anrufs wirksam.",
"preferences_tab": { "preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "Einen Soundeffekt abspielen, wenn jemand eine Reaktion sendet", "reactions_play_sound_description": "Einen Soundeffekt abspielen, wenn jemand eine Reaktion sendet",
"reactions_play_sound_label": "Reaktionstöne abspielen", "reactions_play_sound_label": "Reaktionstöne abspielen",
"reactions_show_description": "Zeige eine Animation, wenn jemand eine Reaktion sendet.", "reactions_show_description": "Zeige eine Animation, wenn jemand eine Reaktion sendet.",
"reactions_show_label": "Reaktionen anzeigen", "reactions_show_label": "Reaktionen anzeigen"
"reactions_title": "Reaktionen"
}, },
"preferences_tab_body": "Hier können zusätzliche Optionen für individuelle Anforderungen eingestellt werden", "preferences_tab_body": "Hier können zusätzliche Optionen für individuelle Anforderungen eingestellt werden",
"preferences_tab_h4": "Einstellungen",
"preferences_tab_show_hand_raised_timer_description": "Einen Timer zur Handmeldung anzeigen", "preferences_tab_show_hand_raised_timer_description": "Einen Timer zur Handmeldung anzeigen",
"preferences_tab_show_hand_raised_timer_label": "Dauer der Handmeldung anzeigen", "preferences_tab_show_hand_raised_timer_label": "Dauer der Handmeldung anzeigen",
"speaker_device_selection_label": "Lautsprecher" "speaker_device_selection_label": "Lautsprecher"
@@ -179,7 +178,7 @@
"start_video_button_label": "Video aktivieren", "start_video_button_label": "Video aktivieren",
"stop_screenshare_button_label": "Bildschirm wird geteilt", "stop_screenshare_button_label": "Bildschirm wird geteilt",
"stop_video_button_label": "Video deaktivieren", "stop_video_button_label": "Video deaktivieren",
"submitting": "Sende …", "submitting": "Sende\u00a0…",
"switch_camera": "Kamera wechseln", "switch_camera": "Kamera wechseln",
"unauthenticated_view_body": "Noch nicht registriert? <2>Konto erstellen</2>", "unauthenticated_view_body": "Noch nicht registriert? <2>Konto erstellen</2>",
"unauthenticated_view_eula_caption": "Mit einem Klick auf „Los gehts“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>", "unauthenticated_view_eula_caption": "Mit einem Klick auf „Los gehts“ akzeptierst du unseren <2>Endbenutzer-Lizenzvertrag (EULA)</2>",

View File

@@ -4,51 +4,126 @@
}, },
"action": { "action": {
"close": "Κλείσιμο", "close": "Κλείσιμο",
"copy_link": "",
"edit": "",
"go": "Μετάβαση", "go": "Μετάβαση",
"invite": "",
"lower_hand": "",
"no": "Όχι", "no": "Όχι",
"pick_reaction": "",
"raise_hand": "",
"register": "Εγγραφή", "register": "Εγγραφή",
"remove": "Αφαίρεση", "remove": "Αφαίρεση",
"show_less": "",
"show_more": "",
"sign_in": "Σύνδεση", "sign_in": "Σύνδεση",
"sign_out": "Αποσύνδεση", "sign_out": "Αποσύνδεση",
"submit": "Υποβολή" "submit": "Υποβολή",
"upload_file": ""
}, },
"analytics_notice": "Συμμετέχοντας σε αυτή τη δοκιμαστική έκδοση, συναινείτε στη συλλογή ανώνυμων δεδομένων, τα οποία χρησιμοποιούμε για τη βελτίωση του προϊόντος. Μπορείτε να βρείτε περισσότερες πληροφορίες σχετικά με το ποια δεδομένα καταγράφουμε στην <2>Πολιτική απορρήτου</2> και στην <5>Πολιτική cookies</5>.", "analytics_notice": "Συμμετέχοντας σε αυτή τη δοκιμαστική έκδοση, συναινείτε στη συλλογή ανώνυμων δεδομένων, τα οποία χρησιμοποιούμε για τη βελτίωση του προϊόντος. Μπορείτε να βρείτε περισσότερες πληροφορίες σχετικά με το ποια δεδομένα καταγράφουμε στην <2>Πολιτική απορρήτου</2> και στην <5>Πολιτική cookies</5>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "Δημιουργία λογαριασμού", "create_account_button": "Δημιουργία λογαριασμού",
"create_account_prompt": "<0>Γιατί να μην ολοκληρώσετε με τη δημιουργία ενός κωδικού πρόσβασης για τη διατήρηση του λογαριασμού σας;</0><1>Θα μπορείτε να διατηρήσετε το όνομά σας και να ορίσετε ένα avatar για χρήση σε μελλοντικές κλήσεις.</1>", "create_account_prompt": "<0>Γιατί να μην ολοκληρώσετε με τη δημιουργία ενός κωδικού πρόσβασης για τη διατήρηση του λογαριασμού σας;</0><1>Θα μπορείτε να διατηρήσετε το όνομά σας και να ορίσετε ένα avatar για χρήση σε μελλοντικές κλήσεις.</1>",
"feedback_done": "<0>Ευχαριστώ για τα σχόλιά σας!</0>", "feedback_done": "<0>Ευχαριστώ για τα σχόλιά σας!</0>",
"feedback_prompt": "<0>Θα θέλαμε να ακούσουμε τα σχόλιά σας ώστε να βελτιώσουμε την εμπειρία σας.</0>", "feedback_prompt": "<0>Θα θέλαμε να ακούσουμε τα σχόλιά σας ώστε να βελτιώσουμε την εμπειρία σας.</0>",
"headline": "{{displayName}}, η κλήση σας τερματίστηκε.", "headline": "{{displayName}}, η κλήση σας τερματίστηκε.",
"not_now_button": "Όχι τώρα, επιστροφή στην αρχική οθόνη", "not_now_button": "Όχι τώρα, επιστροφή στην αρχική οθόνη",
"reconnect_button": "",
"survey_prompt": "Πώς σας φάνηκε;" "survey_prompt": "Πώς σας φάνηκε;"
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "Ήχος", "audio": "Ήχος",
"avatar": "",
"back": "",
"camera": "Κάμερα", "camera": "Κάμερα",
"display_name": "Εμφανιζόμενο όνομα", "display_name": "Εμφανιζόμενο όνομα",
"encrypted": "",
"error": "",
"home": "Αρχική", "home": "Αρχική",
"loading": "Φόρτωση…", "loading": "Φόρτωση…",
"microphone": "Μικρόφωνο", "microphone": "Μικρόφωνο",
"next": "",
"options": "",
"password": "Κωδικός", "password": "Κωδικός",
"preferences": "",
"profile": "Προφίλ", "profile": "Προφίλ",
"reaction": "",
"reactions": "",
"settings": "Ρυθμίσεις", "settings": "Ρυθμίσεις",
"something_went_wrong": "",
"unencrypted": "",
"username": "Όνομα χρήστη", "username": "Όνομα χρήστη",
"video": "Βίντεο" "video": "Βίντεο"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Η υποβολή αρχείων καταγραφής σφαλμάτων θα μας βοηθήσει να εντοπίσουμε το πρόβλημα.</0>", "full_screen_view_description": "<0>Η υποβολή αρχείων καταγραφής σφαλμάτων θα μας βοηθήσει να εντοπίσουμε το πρόβλημα.</0>",
"full_screen_view_h1": "<0>Ωχ, κάτι πήγε στραβά.</0>", "full_screen_view_h1": "<0>Ωχ, κάτι πήγε στραβά.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "Element Κεντρική Οθόνη Κλήσεων", "header_label": "Element Κεντρική Οθόνη Κλήσεων",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Ναι, συμμετοχή στην κλήση", "join_button": "Ναι, συμμετοχή στην κλήση",
"text": "Αυτή η κλήση υπάρχει ήδη, θα θέλατε να συμμετάσχετε;", "text": "Αυτή η κλήση υπάρχει ήδη, θα θέλατε να συμμετάσχετε;",
"title": "Συμμετοχή στην υπάρχουσα κλήση;" "title": "Συμμετοχή στην υπάρχουσα κλήση;"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "",
"lobby": { "lobby": {
"join_button": "Συμμετοχή στην κλήση" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Συμμετοχή στην κλήση",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Σύνδεση…", "logging_in": "Σύνδεση…",
"login_auth_links": "<0>Δημιουργήστε λογαριασμό</0> Ή <2>Συμμετέχετε ως επισκέπτης</2>", "login_auth_links": "<0>Δημιουργήστε λογαριασμό</0> Ή <2>Συμμετέχετε ως επισκέπτης</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Σύνδεση", "login_title": "Σύνδεση",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Ένας άλλος χρήστης σε αυτή την κλήση έχει ένα πρόβλημα. Για την καλύτερη διάγνωση αυτών των προβλημάτων θα θέλαμε να συλλέξουμε ένα αρχείο καταγραφής σφαλμάτων.", "body": "Ένας άλλος χρήστης σε αυτή την κλήση έχει ένα πρόβλημα. Για την καλύτερη διάγνωση αυτών των προβλημάτων θα θέλαμε να συλλέξουμε ένα αρχείο καταγραφής σφαλμάτων.",
"title": "Αίτημα αρχείου καταγραφής" "title": "Αίτημα αρχείου καταγραφής"
@@ -56,6 +131,8 @@
"rageshake_send_logs": "Αποστολή αρχείων καταγραφής", "rageshake_send_logs": "Αποστολή αρχείων καταγραφής",
"rageshake_sending": "Αποστολή…", "rageshake_sending": "Αποστολή…",
"rageshake_sending_logs": "Αποστολή αρχείων καταγραφής…", "rageshake_sending_logs": "Αποστολή αρχείων καταγραφής…",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "Το recaptcha απορρίφθηκε", "recaptcha_dismissed": "Το recaptcha απορρίφθηκε",
"recaptcha_not_loaded": "Το Recaptcha δεν φορτώθηκε", "recaptcha_not_loaded": "Το Recaptcha δεν φορτώθηκε",
"register": { "register": {
@@ -64,11 +141,16 @@
}, },
"register_auth_links": "<0>Έχετε ήδη λογαριασμό;</0><1><0>Συνδεθείτε</0> Ή <2>Συμμετέχετε ως επισκέπτης</2></1>", "register_auth_links": "<0>Έχετε ήδη λογαριασμό;</0><1><0>Συνδεθείτε</0> Ή <2>Συμμετέχετε ως επισκέπτης</2></1>",
"register_confirm_password_label": "Επιβεβαίωση κωδικού", "register_confirm_password_label": "Επιβεβαίωση κωδικού",
"register_heading": "",
"return_home_button": "Επιστροφή στην αρχική οθόνη", "return_home_button": "Επιστροφή στην αρχική οθόνη",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "Κοινή χρήση οθόνης", "screenshare_button_label": "Κοινή χρήση οθόνης",
"settings": { "settings": {
"developer_settings_label": "Ρυθμίσεις προγραμματιστή", "audio_tab": {
"developer_settings_label_description": "Εμφάνιση ρυθμίσεων προγραμματιστή στο παράθυρο ρυθμίσεων.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Προγραμματιστής", "developer_tab_title": "Προγραμματιστής",
"feedback_tab_body": "Εάν αντιμετωπίζετε προβλήματα ή απλά θέλετε να μας δώσετε κάποια σχόλια, παρακαλούμε στείλτε μας μια σύντομη περιγραφή παρακάτω.", "feedback_tab_body": "Εάν αντιμετωπίζετε προβλήματα ή απλά θέλετε να μας δώσετε κάποια σχόλια, παρακαλούμε στείλτε μας μια σύντομη περιγραφή παρακάτω.",
"feedback_tab_description_label": "Τα σχόλιά σας", "feedback_tab_description_label": "Τα σχόλιά σας",
@@ -76,14 +158,41 @@
"feedback_tab_send_logs_label": "Να συμπεριληφθούν αρχεία καταγραφής", "feedback_tab_send_logs_label": "Να συμπεριληφθούν αρχεία καταγραφής",
"feedback_tab_thank_you": "Ευχαριστούμε, λάβαμε τα σχόλιά σας!", "feedback_tab_thank_you": "Ευχαριστούμε, λάβαμε τα σχόλιά σας!",
"feedback_tab_title": "Ανατροφοδότηση", "feedback_tab_title": "Ανατροφοδότηση",
"more_tab_title": "Περισσότερα",
"opt_in_description": "<0></0><1></1>Μπορείτε να ανακαλέσετε τη συγκατάθεσή σας αποεπιλέγοντας αυτό το πλαίσιο. Εάν βρίσκεστε σε κλήση, η ρύθμιση αυτή θα τεθεί σε ισχύ στο τέλος της.", "opt_in_description": "<0></0><1></1>Μπορείτε να ανακαλέσετε τη συγκατάθεσή σας αποεπιλέγοντας αυτό το πλαίσιο. Εάν βρίσκεστε σε κλήση, η ρύθμιση αυτή θα τεθεί σε ισχύ στο τέλος της.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Ηχείο" "speaker_device_selection_label": "Ηχείο"
}, },
"star_rating_input_label_one": "{{count}} αστέρι", "star_rating_input_label_one": "{{count}} αστέρι",
"star_rating_input_label_other": "{{count}} αστέρια", "star_rating_input_label_other": "{{count}} αστέρια",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "Υποβολή…", "submitting": "Υποβολή…",
"switch_camera": "",
"unauthenticated_view_body": "Δεν έχετε εγγραφεί ακόμα; <2>Δημιουργήστε λογαριασμό</2>", "unauthenticated_view_body": "Δεν έχετε εγγραφεί ακόμα; <2>Δημιουργήστε λογαριασμό</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "Συνδεθείτε στον λογαριασμό σας", "unauthenticated_view_login_button": "Συνδεθείτε στον λογαριασμό σας",
"version": "Έκδοση: {{version}}" "unmute_microphone_button_label": "",
"version": "Έκδοση: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -4,49 +4,127 @@
}, },
"action": { "action": {
"close": "Cerrar", "close": "Cerrar",
"copy_link": "",
"edit": "",
"go": "Comenzar", "go": "Comenzar",
"invite": "",
"lower_hand": "",
"no": "",
"pick_reaction": "",
"raise_hand": "",
"register": "Registrarse", "register": "Registrarse",
"remove": "Eliminar", "remove": "Eliminar",
"show_less": "",
"show_more": "",
"sign_in": "Iniciar sesión", "sign_in": "Iniciar sesión",
"sign_out": "Cerrar sesión", "sign_out": "Cerrar sesión",
"submit": "Enviar" "submit": "Enviar",
"upload_file": ""
}, },
"analytics_notice": "Al participar en esta beta, consientes a la recogida de datos anónimos, los cuales usaremos para mejorar el producto. Puedes encontrar más información sobre que datos recogemos en nuestra <2>Política de privacidad</2> y en nuestra <5>Política sobre Cookies</5>.", "analytics_notice": "Al participar en esta beta, consientes a la recogida de datos anónimos, los cuales usaremos para mejorar el producto. Puedes encontrar más información sobre que datos recogemos en nuestra <2>Política de privacidad</2> y en nuestra <5>Política sobre Cookies</5>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "Crear cuenta", "create_account_button": "Crear cuenta",
"create_account_prompt": "<0>¿Por qué no mantienes tu cuenta estableciendo una contraseña?</0><1>Podrás mantener tu nombre y establecer un avatar para usarlo en futuras llamadas</1>", "create_account_prompt": "<0>¿Por qué no mantienes tu cuenta estableciendo una contraseña?</0><1>Podrás mantener tu nombre y establecer un avatar para usarlo en futuras llamadas</1>",
"feedback_done": "<0>¡Gracias por tus comentarios!</0>", "feedback_done": "<0>¡Gracias por tus comentarios!</0>",
"feedback_prompt": "<0>Nos encantaría conocer tu opinión para que podamos mejorar tu experiencia</0>", "feedback_prompt": "<0>Nos encantaría conocer tu opinión para que podamos mejorar tu experiencia</0>",
"headline": "{{displayName}}, tu llamada ha finalizado.", "headline": "{{displayName}}, tu llamada ha finalizado.",
"not_now_button": "Ahora no, volver a la pantalla de inicio", "not_now_button": "Ahora no, volver a la pantalla de inicio",
"reconnect_button": "",
"survey_prompt": "¿Cómo ha ido?" "survey_prompt": "¿Cómo ha ido?"
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "",
"avatar": "",
"back": "",
"camera": "Cámara", "camera": "Cámara",
"display_name": "Nombre a mostrar", "display_name": "Nombre a mostrar",
"encrypted": "",
"error": "",
"home": "Inicio", "home": "Inicio",
"loading": "Cargando…", "loading": "Cargando…",
"microphone": "Micrófono", "microphone": "Micrófono",
"next": "",
"options": "",
"password": "Contraseña", "password": "Contraseña",
"preferences": "",
"profile": "Perfil", "profile": "Perfil",
"reaction": "",
"reactions": "",
"settings": "Ajustes", "settings": "Ajustes",
"username": "Nombre de usuario" "something_went_wrong": "",
"unencrypted": "",
"username": "Nombre de usuario",
"video": ""
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Subir los registros de depuración nos ayudará a encontrar el problema.</0>", "full_screen_view_description": "<0>Subir los registros de depuración nos ayudará a encontrar el problema.</0>",
"full_screen_view_h1": "<0>Ups, algo ha salido mal.</0>", "full_screen_view_h1": "<0>Ups, algo ha salido mal.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "Inicio de Element Call", "header_label": "Inicio de Element Call",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Si, unirse a la llamada", "join_button": "Si, unirse a la llamada",
"text": "Esta llamada ya existe, ¿te gustaría unirte?", "text": "Esta llamada ya existe, ¿te gustaría unirte?",
"title": "¿Unirse a llamada existente?" "title": "¿Unirse a llamada existente?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "Foco", "layout_spotlight_label": "Foco",
"lobby": { "lobby": {
"join_button": "Unirse a la llamada" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Unirse a la llamada",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Iniciando sesión…", "logging_in": "Iniciando sesión…",
"login_auth_links": "<0>Crear una cuenta</0> o <2>Acceder como invitado</2>", "login_auth_links": "<0>Crear una cuenta</0> o <2>Acceder como invitado</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Iniciar sesión", "login_title": "Iniciar sesión",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Otro usuario en esta llamada está teniendo problemas. Para diagnosticar estos problemas nos gustaría recopilar un registro de depuración.", "body": "Otro usuario en esta llamada está teniendo problemas. Para diagnosticar estos problemas nos gustaría recopilar un registro de depuración.",
"title": "Petición de registros de depuración" "title": "Petición de registros de depuración"
@@ -54,6 +132,7 @@
"rageshake_send_logs": "Enviar registros de depuración", "rageshake_send_logs": "Enviar registros de depuración",
"rageshake_sending": "Enviando…", "rageshake_sending": "Enviando…",
"rageshake_sending_logs": "Enviando registros de depuración…", "rageshake_sending_logs": "Enviando registros de depuración…",
"rageshake_sent": "",
"recaptcha_caption": "Este sitio está protegido por ReCAPTCHA y se aplican la <2>Política de Privacidad</2> y los <6>Términos de Servicio de Google.<9></9>Al hacer clic en \"Registrar\", aceptas nuestro <12>Contrato de Licencia de Usuario Final (CLUF)</12>", "recaptcha_caption": "Este sitio está protegido por ReCAPTCHA y se aplican la <2>Política de Privacidad</2> y los <6>Términos de Servicio de Google.<9></9>Al hacer clic en \"Registrar\", aceptas nuestro <12>Contrato de Licencia de Usuario Final (CLUF)</12>",
"recaptcha_dismissed": "Recaptcha cancelado", "recaptcha_dismissed": "Recaptcha cancelado",
"recaptcha_not_loaded": "No se ha cargado el Recaptcha", "recaptcha_not_loaded": "No se ha cargado el Recaptcha",
@@ -63,12 +142,16 @@
}, },
"register_auth_links": "<0>¿Ya tienes una cuenta?</0><1><0>Iniciar sesión</0> o <2>Acceder como invitado</2></1>", "register_auth_links": "<0>¿Ya tienes una cuenta?</0><1><0>Iniciar sesión</0> o <2>Acceder como invitado</2></1>",
"register_confirm_password_label": "Confirmar contraseña", "register_confirm_password_label": "Confirmar contraseña",
"register_heading": "",
"return_home_button": "Volver a la pantalla de inicio", "return_home_button": "Volver a la pantalla de inicio",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Al hacer clic en \"Unirse a la llamada ahora\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>", "room_auth_view_eula_caption": "Al hacer clic en \"Unirse a la llamada ahora\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>",
"screenshare_button_label": "Compartir pantalla", "screenshare_button_label": "Compartir pantalla",
"settings": { "settings": {
"developer_settings_label": "Ajustes de desarrollador", "audio_tab": {
"developer_settings_label_description": "Muestra los ajustes de desarrollador en la ventana de ajustes.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Desarrollador", "developer_tab_title": "Desarrollador",
"feedback_tab_body": "Si tienes algún problema o simplemente quieres darnos tu opinión, por favor envíanos una breve descripción.", "feedback_tab_body": "Si tienes algún problema o simplemente quieres darnos tu opinión, por favor envíanos una breve descripción.",
"feedback_tab_description_label": "Tus comentarios", "feedback_tab_description_label": "Tus comentarios",
@@ -76,15 +159,42 @@
"feedback_tab_send_logs_label": "Incluir registros de depuración", "feedback_tab_send_logs_label": "Incluir registros de depuración",
"feedback_tab_thank_you": "¡Gracias, hemos recibido tus comentarios!", "feedback_tab_thank_you": "¡Gracias, hemos recibido tus comentarios!",
"feedback_tab_title": "Danos tu opinión", "feedback_tab_title": "Danos tu opinión",
"more_tab_title": "Más",
"opt_in_description": "<0></0><1></1>Puedes retirar tu consentimiento desmarcando esta casilla. Si estás en una llamada, este ajuste se aplicará al final de esta.", "opt_in_description": "<0></0><1></1>Puedes retirar tu consentimiento desmarcando esta casilla. Si estás en una llamada, este ajuste se aplicará al final de esta.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Altavoz" "speaker_device_selection_label": "Altavoz"
}, },
"star_rating_input_label_one": "{{count}} estrella", "star_rating_input_label_one": "{{count}} estrella",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "{{count}} estrellas", "star_rating_input_label_other": "{{count}} estrellas",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "Enviando…", "submitting": "Enviando…",
"switch_camera": "",
"unauthenticated_view_body": "¿No estás registrado todavía? <2>Crear una cuenta</2>", "unauthenticated_view_body": "¿No estás registrado todavía? <2>Crear una cuenta</2>",
"unauthenticated_view_eula_caption": "Al hacer clic en \"Comenzar\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>", "unauthenticated_view_eula_caption": "Al hacer clic en \"Comenzar\", aceptas nuestro <2>Contrato de Licencia de Usuario Final (CLUF)</2>",
"unauthenticated_view_login_button": "Iniciar sesión en tu cuenta", "unauthenticated_view_login_button": "Iniciar sesión en tu cuenta",
"version": "Versión: {{version}}" "unmute_microphone_button_label": "",
"version": "Versión: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,14 +5,21 @@
"action": { "action": {
"close": "Sulge", "close": "Sulge",
"copy_link": "Kopeeri link", "copy_link": "Kopeeri link",
"edit": "",
"go": "Jätka", "go": "Jätka",
"invite": "Kutsu", "invite": "Kutsu",
"lower_hand": "",
"no": "Ei", "no": "Ei",
"pick_reaction": "",
"raise_hand": "",
"register": "Registreeru", "register": "Registreeru",
"remove": "Eemalda", "remove": "Eemalda",
"show_less": "",
"show_more": "",
"sign_in": "Logi sisse", "sign_in": "Logi sisse",
"sign_out": "Logi välja", "sign_out": "Logi välja",
"submit": "Saada" "submit": "Saada",
"upload_file": ""
}, },
"analytics_notice": "Nõustudes selle beetaversiooni kasutamisega sa nõustud ka toote arendamiseks kasutatavate anonüümsete andmete kogumisega. Täpsemat teavet kogutavate andmete kohta leiad meie <2>Privaatsuspoliitikast</2> ja meie <5>Küpsiste kasutamise reeglitest</5>.", "analytics_notice": "Nõustudes selle beetaversiooni kasutamisega sa nõustud ka toote arendamiseks kasutatavate anonüümsete andmete kogumisega. Täpsemat teavet kogutavate andmete kohta leiad meie <2>Privaatsuspoliitikast</2> ja meie <5>Küpsiste kasutamise reeglitest</5>.",
"app_selection_modal": { "app_selection_modal": {
@@ -21,7 +28,9 @@
"text": "Oled valmis liituma?", "text": "Oled valmis liituma?",
"title": "Vali rakendus" "title": "Vali rakendus"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "Sinu veebibrauser ei toeta meedia läbivat krüptimist. Toetatud brauserid on Chrome, Chromium, Safari ja Firefox >=117", "browser_media_e2ee_unsupported": "Sinu veebibrauser ei toeta meedia läbivat krüptimist. Toetatud brauserid on Chrome, Chromium, Safari ja Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Sinu ühendus kõnega katkes", "body": "Sinu ühendus kõnega katkes",
"create_account_button": "Loo konto", "create_account_button": "Loo konto",
@@ -35,24 +44,54 @@
}, },
"call_name": "Kõne nimi", "call_name": "Kõne nimi",
"common": { "common": {
"analytics": "",
"audio": "Heli", "audio": "Heli",
"avatar": "Tunnuspilt", "avatar": "Tunnuspilt",
"back": "",
"camera": "Kaamera", "camera": "Kaamera",
"display_name": "Kuvatav nimi", "display_name": "Kuvatav nimi",
"encrypted": "Krüptitud", "encrypted": "Krüptitud",
"error": "",
"home": "Avavaatesse", "home": "Avavaatesse",
"loading": "Laadimine …", "loading": "Laadimine …",
"microphone": "Mikrofon", "microphone": "Mikrofon",
"next": "",
"options": "",
"password": "Salasõna", "password": "Salasõna",
"preferences": "",
"profile": "Profiil", "profile": "Profiil",
"reaction": "",
"reactions": "",
"settings": "Seadistused", "settings": "Seadistused",
"something_went_wrong": "",
"unencrypted": "Krüptimata", "unencrypted": "Krüptimata",
"username": "Kasutajanimi" "username": "Kasutajanimi",
"video": ""
},
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
}, },
"disconnected_banner": "Võrguühendus serveriga on katkenud.", "disconnected_banner": "Võrguühendus serveriga on katkenud.",
"full_screen_view_description": "<0>Kui saadad meile vealogid, siis on lihtsam vea põhjust otsida.</0>", "full_screen_view_description": "<0>Kui saadad meile vealogid, siis on lihtsam vea põhjust otsida.</0>",
"full_screen_view_h1": "<0>Ohoo, midagi on nüüd katki.</0>", "full_screen_view_h1": "<0>Ohoo, midagi on nüüd katki.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "Lõpeta kõne", "hangup_button_label": "Lõpeta kõne",
"header_label": "",
"header_participants_label": "Osalejad", "header_participants_label": "Osalejad",
"invite_modal": { "invite_modal": {
"link_copied_toast": "Link on kopeeritud lõikelauale", "link_copied_toast": "Link on kopeeritud lõikelauale",
@@ -66,15 +105,24 @@
"layout_grid_label": "Ruudustik", "layout_grid_label": "Ruudustik",
"layout_spotlight_label": "Rambivalgus", "layout_spotlight_label": "Rambivalgus",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "Kõnega liitumine", "join_button": "Kõnega liitumine",
"leave_button": "Tagasi hiljutiste kõnede juurde" "leave_button": "Tagasi hiljutiste kõnede juurde",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Sisselogimine …", "logging_in": "Sisselogimine …",
"login_auth_links": "<0>Loo konto</0> Või <2>Sisene külalisena</2>", "login_auth_links": "<0>Loo konto</0> Või <2>Sisene külalisena</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Sisselogimine", "login_title": "Sisselogimine",
"microphone_off": "Mikrofon ei tööta", "microphone_off": "Mikrofon ei tööta",
"microphone_on": "Mikrofon töötab", "microphone_on": "Mikrofon töötab",
"mute_microphone_button_label": "Summuta mikrofon", "mute_microphone_button_label": "Summuta mikrofon",
"participant_count_one": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Proovi uuesti logisid saata", "rageshake_button_error_caption": "Proovi uuesti logisid saata",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Ühel teisel selles kõnes osalejal on lahenduse kasutamisel tekkinud probleem ning selle põhjuse leidmiseks me sooviksime koguda silumislogisid.", "body": "Ühel teisel selles kõnes osalejal on lahenduse kasutamisel tekkinud probleem ning selle põhjuse leidmiseks me sooviksime koguda silumislogisid.",
@@ -93,12 +141,16 @@
}, },
"register_auth_links": "<0>On sul juba konto?</0><1><0>Logi sisse</0> Või <2>Logi sisse külalisena</2></1>", "register_auth_links": "<0>On sul juba konto?</0><1><0>Logi sisse</0> Või <2>Logi sisse külalisena</2></1>",
"register_confirm_password_label": "Kinnita salasõna", "register_confirm_password_label": "Kinnita salasõna",
"register_heading": "",
"return_home_button": "Tagasi avalehele", "return_home_button": "Tagasi avalehele",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Klõpsides „Liitu kõnega kohe“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>", "room_auth_view_eula_caption": "Klõpsides „Liitu kõnega kohe“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>",
"screenshare_button_label": "Jaga ekraani", "screenshare_button_label": "Jaga ekraani",
"settings": { "settings": {
"developer_settings_label": "Arendaja seadistused", "audio_tab": {
"developer_settings_label_description": "Näita seadistuste aknas arendajale vajalikke seadeid.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Arendaja", "developer_tab_title": "Arendaja",
"feedback_tab_body": "Kui selle rakenduse kasutamisel tekib sul probleeme või lihtsalt soovid oma arvamust avaldada, siis palun täida alljärgnev lühike kirjeldus.", "feedback_tab_body": "Kui selle rakenduse kasutamisel tekib sul probleeme või lihtsalt soovid oma arvamust avaldada, siis palun täida alljärgnev lühike kirjeldus.",
"feedback_tab_description_label": "Sinu tagasiside", "feedback_tab_description_label": "Sinu tagasiside",
@@ -106,8 +158,18 @@
"feedback_tab_send_logs_label": "Lisa veatuvastuslogid", "feedback_tab_send_logs_label": "Lisa veatuvastuslogid",
"feedback_tab_thank_you": "Tänud, me oleme sinu tagasiside kätte saanud!", "feedback_tab_thank_you": "Tänud, me oleme sinu tagasiside kätte saanud!",
"feedback_tab_title": "Tagasiside", "feedback_tab_title": "Tagasiside",
"more_tab_title": "Rohkem",
"opt_in_description": "<0></0><1></1>Sa võid selle valiku eelmaldamisega alati oma nõusoleku tagasi võtta. Kui sul parasjagu on kõne pooleli, siis seadistuste muudatus jõustub pärast kõne lõppu.", "opt_in_description": "<0></0><1></1>Sa võid selle valiku eelmaldamisega alati oma nõusoleku tagasi võtta. Kui sul parasjagu on kõne pooleli, siis seadistuste muudatus jõustub pärast kõne lõppu.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Kõlar" "speaker_device_selection_label": "Kõlar"
}, },
"star_rating_input_label_one": "{{count}} tärni", "star_rating_input_label_one": "{{count}} tärni",
@@ -117,9 +179,20 @@
"stop_screenshare_button_label": "Ekraanivaade on jagamisel", "stop_screenshare_button_label": "Ekraanivaade on jagamisel",
"stop_video_button_label": "Peata videovoog", "stop_video_button_label": "Peata videovoog",
"submitting": "Saadan…", "submitting": "Saadan…",
"switch_camera": "",
"unauthenticated_view_body": "Sa pole veel registreerunud? <2>Loo kasutajakonto</2>", "unauthenticated_view_body": "Sa pole veel registreerunud? <2>Loo kasutajakonto</2>",
"unauthenticated_view_eula_caption": "Klõpsides „Jätka“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>", "unauthenticated_view_eula_caption": "Klõpsides „Jätka“, nõustud sa meie <2>Lõppkasutaja litsentsilepinguga (EULA)</2>",
"unauthenticated_view_login_button": "Logi oma kontosse sisse", "unauthenticated_view_login_button": "Logi oma kontosse sisse",
"unmute_microphone_button_label": "Lülita mikrofon sisse", "unmute_microphone_button_label": "Lülita mikrofon sisse",
"version": "Versioon: {{version}}" "version": "Versioon: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -4,70 +4,195 @@
}, },
"action": { "action": {
"close": "بستن", "close": "بستن",
"copy_link": "",
"edit": "",
"go": "رفتن", "go": "رفتن",
"invite": "",
"lower_hand": "",
"no": "خیر", "no": "خیر",
"register": "ثبت‌نام", "pick_reaction": "",
"raise_hand": "",
"register": "ثبت\u200cنام",
"remove": "حذف", "remove": "حذف",
"show_less": "",
"show_more": "",
"sign_in": "ورود", "sign_in": "ورود",
"sign_out": "خروج" "sign_out": "خروج",
"submit": "",
"upload_file": ""
}, },
"analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <6>Cookie Policy</6>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "ساخت حساب کاربری", "create_account_button": "ساخت حساب کاربری",
"create_account_prompt": "<0>چرا یک رمز عبور برای حساب کاربری خود تنظیم نمیکنید؟</0><1>شما میتوانید نام خود را حفظ کنید و یک آواتار برای تماسهای آینده بسازید</1>", "create_account_prompt": "<0>چرا یک رمز عبور برای حساب کاربری خود تنظیم نمی\u200cکنید؟</0><1>شما می\u200cتوانید نام خود را حفظ کنید و یک آواتار برای تماس\u200cهای آینده بسازید</1>",
"not_now_button": "الان نه، به صفحه اصلی برگردید" "feedback_done": "<0>Thanks for your feedback!</0>",
"feedback_prompt": "<0>We'd love to hear your feedback so we can improve your experience.</0>",
"headline": "",
"not_now_button": "الان نه، به صفحه اصلی برگردید",
"reconnect_button": "",
"survey_prompt": ""
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "صدا", "audio": "صدا",
"avatar": "آواتار", "avatar": "آواتار",
"back": "",
"camera": "دوربین", "camera": "دوربین",
"display_name": "نام نمایشی", "display_name": "نام نمایشی",
"encrypted": "",
"error": "",
"home": "خانه", "home": "خانه",
"loading": "بارگزاری…", "loading": "بارگزاری…",
"microphone": "میکروفون", "microphone": "میکروفون",
"next": "",
"options": "",
"password": "رمز عبور", "password": "رمز عبور",
"preferences": "",
"profile": "پروفایل", "profile": "پروفایل",
"reaction": "",
"reactions": "",
"settings": "تنظیمات", "settings": "تنظیمات",
"something_went_wrong": "",
"unencrypted": "",
"username": "نام کاربری", "username": "نام کاربری",
"video": "ویدیو" "video": "ویدیو"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"full_screen_view_h1": "<0>Oops, something's gone wrong.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "خانهٔ تماس المنت", "header_label": "خانهٔ تماس المنت",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "بله، به تماس بپیوندید", "join_button": "بله، به تماس بپیوندید",
"text": "این تماس از قبل وجود دارد، میخواهید بپیوندید؟", "text": "این تماس از قبل وجود دارد، می\u200cخواهید بپیوندید؟",
"title": "پیوست به تماس؟" "title": "پیوست به تماس؟"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "نور افکن", "layout_spotlight_label": "نور افکن",
"lobby": { "lobby": {
"join_button": "پیوستن به تماس" "ask_to_join": "",
"join_as_guest": "",
"join_button": "پیوستن به تماس",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "ورود…", "logging_in": "ورود…",
"login_auth_links": "<0>ساخت حساب کاربری</0> Or <2>دسترسی به عنوان میهمان</2>", "login_auth_links": "<0>ساخت حساب کاربری</0> Or <2>دسترسی به عنوان میهمان</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "ورود", "login_title": "ورود",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "کاربر دیگری در این تماس مشکلی دارد. برای تشخیص بهتر مشکل، بهتر است ما لاگ عیبیابی را جمعآوری کنیم.", "body": "کاربر دیگری در این تماس مشکلی دارد. برای تشخیص بهتر مشکل، بهتر است ما لاگ عیب\u200cیابی را جمع\u200cآوری کنیم.",
"title": "درخواست لاگ عیبیابی" "title": "درخواست لاگ عیب\u200cیابی"
}, },
"rageshake_send_logs": "ارسال لاگهای عیبیابی", "rageshake_send_logs": "ارسال لاگ\u200cهای عیب\u200cیابی",
"rageshake_sending": "در حال ارسال…", "rageshake_sending": "در حال ارسال…",
"rageshake_sending_logs": "در حال ارسال باگهای عیبیابی…", "rageshake_sending_logs": "در حال ارسال باگ\u200cهای عیب\u200cیابی…",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "ریکپچا رد شد", "recaptcha_dismissed": "ریکپچا رد شد",
"recaptcha_not_loaded": "کپچا بارگیری نشد", "recaptcha_not_loaded": "کپچا بارگیری نشد",
"register": { "register": {
"passwords_must_match": "رمز عبور باید همخوانی داشته باشد", "passwords_must_match": "رمز عبور باید همخوانی داشته باشد",
"registering": "ثبتنام…" "registering": "ثبت\u200cنام…"
}, },
"register_auth_links": "<0>از قبل حساب کاربری دارید؟</0><1><0>ورود</0> Or <2>به عنوان یک میهمان وارد شوید</2></1>", "register_auth_links": "<0>از قبل حساب کاربری دارید؟</0><1><0>ورود</0> Or <2>به عنوان یک میهمان وارد شوید</2></1>",
"register_confirm_password_label": "تایید رمزعبور", "register_confirm_password_label": "تایید رمزعبور",
"register_heading": "",
"return_home_button": "برگشت به صفحه اصلی", "return_home_button": "برگشت به صفحه اصلی",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "اشتراک گذاری صفحه نمایش", "screenshare_button_label": "اشتراک گذاری صفحه نمایش",
"settings": { "settings": {
"audio_tab": {
"effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "توسعه دهنده", "developer_tab_title": "توسعه دهنده",
"feedback_tab_body": "",
"feedback_tab_description_label": "",
"feedback_tab_h4": "بازخورد ارائه دهید", "feedback_tab_h4": "بازخورد ارائه دهید",
"feedback_tab_send_logs_label": "شامل لاگهای عیبیابی", "feedback_tab_send_logs_label": "شامل لاگ\u200cهای عیب\u200cیابی",
"more_tab_title": "بیشتر", "feedback_tab_thank_you": "",
"feedback_tab_title": "",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "بلندگو" "speaker_device_selection_label": "بلندگو"
}, },
"unauthenticated_view_body": "هنوز ثبت‌نام نکرده‌اید؟ <2>ساخت حساب کاربری</2>", "star_rating_input_label_one": "",
"star_rating_input_label_other": "",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "",
"switch_camera": "",
"unauthenticated_view_body": "هنوز ثبت\u200cنام نکرده\u200cاید؟ <2>ساخت حساب کاربری</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "به حساب کاربری خود وارد شوید", "unauthenticated_view_login_button": "به حساب کاربری خود وارد شوید",
"version": "نسخه: {{نسخه}}" "unmute_microphone_button_label": "",
"version": "نسخه: {{نسخه}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,27 +5,36 @@
"action": { "action": {
"close": "Fermer", "close": "Fermer",
"copy_link": "Copier le lien", "copy_link": "Copier le lien",
"edit": "",
"go": "Commencer", "go": "Commencer",
"invite": "Inviter", "invite": "Inviter",
"lower_hand": "",
"no": "Non", "no": "Non",
"pick_reaction": "",
"raise_hand": "",
"register": "Senregistrer", "register": "Senregistrer",
"remove": "Supprimer", "remove": "Supprimer",
"show_less": "",
"show_more": "",
"sign_in": "Connexion", "sign_in": "Connexion",
"sign_out": "Déconnexion", "sign_out": "Déconnexion",
"submit": "Envoyer" "submit": "Envoyer",
"upload_file": ""
}, },
"analytics_notice": "En participant à cette beta, vous consentez à la collecte de données anonymes, qui seront utilisées pour améliorer le produit. Vous trouverez plus dinformations sur les données collectées dans notre <2>Politique de vie privée</2> et notre <5>Politique de cookies</5>.", "analytics_notice": "En participant à cette beta, vous consentez à la collecte de données anonymes, qui seront utilisées pour améliorer le produit. Vous trouverez plus dinformations sur les données collectées dans notre <2>Politique de vie privée</2> et notre <5>Politique de cookies</5>.",
"app_selection_modal": { "app_selection_modal": {
"continue_in_browser": "Continuer dans le navigateur", "continue_in_browser": "Continuer dans le navigateur",
"open_in_app": "Ouvrir dans lapplication", "open_in_app": "Ouvrir dans lapplication",
"text": "Prêt à rejoindre ?", "text": "Prêt à rejoindre\u00a0?",
"title": "Choisissez lapplication" "title": "Choisissez lapplication"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "Votre navigateur web ne prend pas en charge le chiffrement de bout-en-bout des médias. Les navigateurs pris en charge sont Chrome, Safari, Firefox >= 117", "browser_media_e2ee_unsupported": "Votre navigateur web ne prend pas en charge le chiffrement de bout-en-bout des médias. Les navigateurs pris en charge sont Chrome, Safari, Firefox >= 117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Vous avez été déconnecté de lappel", "body": "Vous avez été déconnecté de lappel",
"create_account_button": "Créer un compte", "create_account_button": "Créer un compte",
"create_account_prompt": "<0>Pourquoi ne pas créer un mot de passe pour conserver votre compte ?</0><1>Vous pourrez garder votre nom et définir un avatar pour vos futurs appels</1>", "create_account_prompt": "<0>Pourquoi ne pas créer un mot de passe pour conserver votre compte\u00a0?</0><1>Vous pourrez garder votre nom et définir un avatar pour vos futurs appels</1>",
"feedback_done": "<0>Merci pour votre commentaire !</0>", "feedback_done": "<0>Merci pour votre commentaire !</0>",
"feedback_prompt": "<0>Nous aimerions avoir vos commentaires afin que nous puissions améliorer votre expérience.</0>", "feedback_prompt": "<0>Nous aimerions avoir vos commentaires afin que nous puissions améliorer votre expérience.</0>",
"headline": "{{displayName}}, votre appel est terminé.", "headline": "{{displayName}}, votre appel est terminé.",
@@ -35,44 +44,86 @@
}, },
"call_name": "Nom de lappel", "call_name": "Nom de lappel",
"common": { "common": {
"analytics": "",
"audio": "",
"avatar": "",
"back": "",
"camera": "Caméra", "camera": "Caméra",
"display_name": "Nom daffichage", "display_name": "Nom daffichage",
"encrypted": "Chiffré", "encrypted": "Chiffré",
"error": "",
"home": "Accueil", "home": "Accueil",
"loading": "Chargement…", "loading": "Chargement…",
"microphone": "",
"next": "",
"options": "",
"password": "Mot de passe", "password": "Mot de passe",
"preferences": "",
"profile": "Profil", "profile": "Profil",
"reaction": "",
"reactions": "",
"settings": "Paramètres", "settings": "Paramètres",
"something_went_wrong": "",
"unencrypted": "Non chiffré", "unencrypted": "Non chiffré",
"username": "Nom dutilisateur", "username": "Nom dutilisateur",
"video": "Vidéo" "video": "Vidéo"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "La connexion avec le serveur a été perdue.", "disconnected_banner": "La connexion avec le serveur a été perdue.",
"full_screen_view_description": "<0>Soumettre les journaux de débogage nous aidera à déterminer le problème.</0>", "full_screen_view_description": "<0>Soumettre les journaux de débogage nous aidera à déterminer le problème.</0>",
"full_screen_view_h1": "<0>Oups, quelque chose sest mal passé.</0>", "full_screen_view_h1": "<0>Oups, quelque chose sest mal passé.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "Terminer lappel", "hangup_button_label": "Terminer lappel",
"header_label": "Accueil Element Call", "header_label": "Accueil Element Call",
"header_participants_label": "",
"invite_modal": { "invite_modal": {
"link_copied_toast": "Lien copié dans le presse-papier", "link_copied_toast": "Lien copié dans le presse-papier",
"title": "Inviter dans cet appel" "title": "Inviter dans cet appel"
}, },
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Oui, rejoindre lappel", "join_button": "Oui, rejoindre lappel",
"text": "Cet appel existe déjà, voulez-vous le rejoindre ?", "text": "Cet appel existe déjà, voulez-vous le rejoindre\u00a0?",
"title": "Rejoindre un appel existant ?" "title": "Rejoindre un appel existant\u00a0?"
}, },
"layout_grid_label": "Grille", "layout_grid_label": "Grille",
"layout_spotlight_label": "Premier plan", "layout_spotlight_label": "Premier plan",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "Rejoindre lappel", "join_button": "Rejoindre lappel",
"leave_button": "Revenir à lhistorique des appels" "leave_button": "Revenir à lhistorique des appels",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Connexion…", "logging_in": "Connexion…",
"login_auth_links": "<0>Créer un compte</0> Or <2>Accès invité</2>", "login_auth_links": "<0>Créer un compte</0> Or <2>Accès invité</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Connexion", "login_title": "Connexion",
"microphone_off": "Microphone éteint", "microphone_off": "Microphone éteint",
"microphone_on": "Microphone allumé", "microphone_on": "Microphone allumé",
"mute_microphone_button_label": "Couper le microphone", "mute_microphone_button_label": "Couper le microphone",
"participant_count_one": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Réessayer denvoyer les journaux", "rageshake_button_error_caption": "Réessayer denvoyer les journaux",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Un autre utilisateur dans cet appel a un problème. Pour nous permettre de résoudre le problème, nous aimerions récupérer un journal de débogage.", "body": "Un autre utilisateur dans cet appel a un problème. Pour nous permettre de résoudre le problème, nous aimerions récupérer un journal de débogage.",
@@ -81,43 +132,69 @@
"rageshake_send_logs": "Envoyer les journaux de débogage", "rageshake_send_logs": "Envoyer les journaux de débogage",
"rageshake_sending": "Envoi…", "rageshake_sending": "Envoi…",
"rageshake_sending_logs": "Envoi des journaux de débogage…", "rageshake_sending_logs": "Envoi des journaux de débogage…",
"rageshake_sent": "Merci !", "rageshake_sent": "Merci\u00a0!",
"recaptcha_caption": "Ce site est protégé par ReCAPTCHA, la <2>politique de confidentialité</2> et les <6>conditions dutilisation</6> de Google sappliquent.<9></9>En cliquant sur « Senregistrer » vous acceptez également notre <12>Contrat de Licence Utilisateur Final (CLUF)</12>", "recaptcha_caption": "Ce site est protégé par ReCAPTCHA, la <2>politique de confidentialité</2> et les <6>conditions dutilisation</6> de Google sappliquent.<9></9>En cliquant sur « Senregistrer\u00a0» vous acceptez également notre <12>Contrat de Licence Utilisateur Final (CLUF)</12>",
"recaptcha_dismissed": "Recaptcha refusé", "recaptcha_dismissed": "Recaptcha refusé",
"recaptcha_not_loaded": "Recaptcha non chargé", "recaptcha_not_loaded": "Recaptcha non chargé",
"register": { "register": {
"passwords_must_match": "Les mots de passe doivent correspondre", "passwords_must_match": "Les mots de passe doivent correspondre",
"registering": "Enregistrement…" "registering": "Enregistrement…"
}, },
"register_auth_links": "<0>Vous avez déjà un compte ?</0><1><0>Se connecter</0> Ou <2>Accès invité</2></1>", "register_auth_links": "<0>Vous avez déjà un compte\u00a0?</0><1><0>Se connecter</0> Ou <2>Accès invité</2></1>",
"register_confirm_password_label": "Confirmer le mot de passe", "register_confirm_password_label": "Confirmer le mot de passe",
"register_heading": "",
"return_home_button": "Retour à laccueil", "return_home_button": "Retour à laccueil",
"room_auth_view_eula_caption": "En cliquant sur « Rejoindre lappel maintenant », vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>", "room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "En cliquant sur «\u00a0Rejoindre lappel maintenant\u00a0», vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>",
"screenshare_button_label": "Partage décran", "screenshare_button_label": "Partage décran",
"settings": { "settings": {
"developer_settings_label": "Paramètres développeurs", "audio_tab": {
"developer_settings_label_description": "Affiche les paramètres développeurs dans la fenêtre des paramètres.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Développeur", "developer_tab_title": "Développeur",
"feedback_tab_body": "Si vous rencontrez des problèmes, ou vous voulez simplement faire un commentaire, faites-en une courte description ci-dessous.", "feedback_tab_body": "Si vous rencontrez des problèmes, ou vous voulez simplement faire un commentaire, faites-en une courte description ci-dessous.",
"feedback_tab_description_label": "Votre commentaire", "feedback_tab_description_label": "Votre commentaire",
"feedback_tab_h4": "Envoyer un commentaire", "feedback_tab_h4": "Envoyer un commentaire",
"feedback_tab_send_logs_label": "Inclure les journaux de débogage", "feedback_tab_send_logs_label": "Inclure les journaux de débogage",
"feedback_tab_thank_you": "Merci, nous avons reçu vos commentaires !", "feedback_tab_thank_you": "Merci, nous avons reçu vos commentaires\u00a0!",
"feedback_tab_title": "Commentaires", "feedback_tab_title": "Commentaires",
"more_tab_title": "Plus",
"opt_in_description": "<0></0><1></1>Vous pouvez retirer votre consentement en décochant cette case. Si vous êtes actuellement en communication, ce paramètre prendra effet à la fin de lappel.", "opt_in_description": "<0></0><1></1>Vous pouvez retirer votre consentement en décochant cette case. Si vous êtes actuellement en communication, ce paramètre prendra effet à la fin de lappel.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Intervenant" "speaker_device_selection_label": "Intervenant"
}, },
"star_rating_input_label_one": "{{count}} favori", "star_rating_input_label_one": "{{count}} favori",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "{{count}} favoris", "star_rating_input_label_other": "{{count}} favoris",
"start_new_call": "Démarrer un nouvel appel", "start_new_call": "Démarrer un nouvel appel",
"start_video_button_label": "Démarrer la vidéo", "start_video_button_label": "Démarrer la vidéo",
"stop_screenshare_button_label": "Lécran est partagé", "stop_screenshare_button_label": "Lécran est partagé",
"stop_video_button_label": "Arrêter la vidéo", "stop_video_button_label": "Arrêter la vidéo",
"submitting": "Envoi…", "submitting": "Envoi…",
"unauthenticated_view_body": "Pas encore de compte ? <2>En créer un</2>", "switch_camera": "",
"unauthenticated_view_eula_caption": "En cliquant sur « Commencer », vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>", "unauthenticated_view_body": "Pas encore de compte\u00a0? <2>En créer un</2>",
"unauthenticated_view_eula_caption": "En cliquant sur «\u00a0Commencer\u00a0», vous acceptez notre <2>Contrat de Licence Utilisateur Final (CLUF)</2>",
"unauthenticated_view_login_button": "Connectez vous à votre compte", "unauthenticated_view_login_button": "Connectez vous à votre compte",
"unmute_microphone_button_label": "Allumer le microphone", "unmute_microphone_button_label": "Allumer le microphone",
"version": "Version : {{version}}" "version": "Version\u00a0: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,14 +5,21 @@
"action": { "action": {
"close": "Tutup", "close": "Tutup",
"copy_link": "Salin tautan", "copy_link": "Salin tautan",
"edit": "",
"go": "Bergabung", "go": "Bergabung",
"invite": "Undang", "invite": "Undang",
"lower_hand": "",
"no": "Tidak", "no": "Tidak",
"pick_reaction": "",
"raise_hand": "",
"register": "Daftar", "register": "Daftar",
"remove": "Hapus", "remove": "Hapus",
"show_less": "",
"show_more": "",
"sign_in": "Masuk", "sign_in": "Masuk",
"sign_out": "Keluar", "sign_out": "Keluar",
"submit": "Kirim" "submit": "Kirim",
"upload_file": ""
}, },
"analytics_notice": "Dengan bergabung dalam beta ini, Anda mengizinkan kami untuk mengumpulkan data anonim, yang kami gunakan untuk meningkatkan produk ini. Anda dapat mempelajari lebih lanjut tentang data apa yang kami lacak dalam <2>Kebijakan Privasi</2> dan <5>Kebijakan Kuki</5> kami.", "analytics_notice": "Dengan bergabung dalam beta ini, Anda mengizinkan kami untuk mengumpulkan data anonim, yang kami gunakan untuk meningkatkan produk ini. Anda dapat mempelajari lebih lanjut tentang data apa yang kami lacak dalam <2>Kebijakan Privasi</2> dan <5>Kebijakan Kuki</5> kami.",
"app_selection_modal": { "app_selection_modal": {
@@ -21,7 +28,9 @@
"text": "Siap untuk bergabung?", "text": "Siap untuk bergabung?",
"title": "Pilih plikasi" "title": "Pilih plikasi"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "Peramban web Anda tidak mendukung enkripsi media ujung ke ujung. Peramban yang didukung adalah Chrome, Safari, dan Firefox >=117", "browser_media_e2ee_unsupported": "Peramban web Anda tidak mendukung enkripsi media ujung ke ujung. Peramban yang didukung adalah Chrome, Safari, dan Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Anda terputus dari panggilan", "body": "Anda terputus dari panggilan",
"create_account_button": "Buat akun", "create_account_button": "Buat akun",
@@ -35,21 +44,52 @@
}, },
"call_name": "Nama panggilan", "call_name": "Nama panggilan",
"common": { "common": {
"analytics": "",
"audio": "",
"avatar": "",
"back": "",
"camera": "Kamera", "camera": "Kamera",
"display_name": "Nama tampilan", "display_name": "Nama tampilan",
"encrypted": "Terenkripsi", "encrypted": "Terenkripsi",
"error": "",
"home": "Beranda", "home": "Beranda",
"loading": "Memuat…", "loading": "Memuat…",
"microphone": "Mikrofon", "microphone": "Mikrofon",
"next": "",
"options": "",
"password": "Kata sandi", "password": "Kata sandi",
"preferences": "",
"profile": "Profil", "profile": "Profil",
"reaction": "",
"reactions": "",
"settings": "Pengaturan", "settings": "Pengaturan",
"something_went_wrong": "",
"unencrypted": "Tidak terenkripsi", "unencrypted": "Tidak terenkripsi",
"username": "Nama pengguna" "username": "Nama pengguna",
"video": ""
},
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
}, },
"disconnected_banner": "Koneksi ke server telah hilang.", "disconnected_banner": "Koneksi ke server telah hilang.",
"full_screen_view_description": "<0>Mengirim catatan pengawakutuan akan membantu kami melacak masalahnya.</0>", "full_screen_view_description": "<0>Mengirim catatan pengawakutuan akan membantu kami melacak masalahnya.</0>",
"full_screen_view_h1": "<0>Aduh, ada yang salah.</0>", "full_screen_view_h1": "<0>Aduh, ada yang salah.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "Akhiri panggilan", "hangup_button_label": "Akhiri panggilan",
"header_label": "Beranda Element Call", "header_label": "Beranda Element Call",
"header_participants_label": "Peserta", "header_participants_label": "Peserta",
@@ -65,15 +105,23 @@
"layout_grid_label": "Kisi", "layout_grid_label": "Kisi",
"layout_spotlight_label": "Sorotan", "layout_spotlight_label": "Sorotan",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "Bergabung ke panggilan", "join_button": "Bergabung ke panggilan",
"leave_button": "Kembali ke terkini" "leave_button": "Kembali ke terkini",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Memasuki…", "logging_in": "Memasuki…",
"login_auth_links": "<0>Buat akun</0> Atau <2>Akses sebagai tamu</2>", "login_auth_links": "<0>Buat akun</0> Atau <2>Akses sebagai tamu</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Masuk", "login_title": "Masuk",
"microphone_off": "Mikrofon dimatikan", "microphone_off": "Mikrofon dimatikan",
"microphone_on": "Mikrofon dinyalakan", "microphone_on": "Mikrofon dinyalakan",
"mute_microphone_button_label": "Matikan mikrofon", "mute_microphone_button_label": "Matikan mikrofon",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Kirim ulang catatan", "rageshake_button_error_caption": "Kirim ulang catatan",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Pengguna yang lain di panggilan ini sedang mengalami masalah. Supaya dapat mendiagnosa masalah ini, kami ingin mengumpulkan sebuah catatan pengawakutuan.", "body": "Pengguna yang lain di panggilan ini sedang mengalami masalah. Supaya dapat mendiagnosa masalah ini, kami ingin mengumpulkan sebuah catatan pengawakutuan.",
@@ -92,12 +140,16 @@
}, },
"register_auth_links": "<0>Sudah punya akun?</0><1><0>Masuk</0> Atau <2>Akses sebagai tamu</2></1>", "register_auth_links": "<0>Sudah punya akun?</0><1><0>Masuk</0> Atau <2>Akses sebagai tamu</2></1>",
"register_confirm_password_label": "Konfirmasi kata sandi", "register_confirm_password_label": "Konfirmasi kata sandi",
"register_heading": "",
"return_home_button": "Kembali ke layar beranda", "return_home_button": "Kembali ke layar beranda",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Dengan mengeklik \"Bergabung ke panggilan sekarang\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2> kami", "room_auth_view_eula_caption": "Dengan mengeklik \"Bergabung ke panggilan sekarang\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2> kami",
"screenshare_button_label": "Bagikan layar", "screenshare_button_label": "Bagikan layar",
"settings": { "settings": {
"developer_settings_label": "Pengaturan Pengembang", "audio_tab": {
"developer_settings_label_description": "Ekspos pengaturan pengembang dalam jendela pengaturan.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Pengembang", "developer_tab_title": "Pengembang",
"feedback_tab_body": "Jika Anda mengalami masalah atau hanya ingin memberikan masukan, silakan kirimkan kami deskripsi pendek di bawah.", "feedback_tab_body": "Jika Anda mengalami masalah atau hanya ingin memberikan masukan, silakan kirimkan kami deskripsi pendek di bawah.",
"feedback_tab_description_label": "Masukan Anda", "feedback_tab_description_label": "Masukan Anda",
@@ -105,8 +157,18 @@
"feedback_tab_send_logs_label": "Termasuk catatan pengawakutuan", "feedback_tab_send_logs_label": "Termasuk catatan pengawakutuan",
"feedback_tab_thank_you": "Terima kasih, kami telah menerima masukan Anda!", "feedback_tab_thank_you": "Terima kasih, kami telah menerima masukan Anda!",
"feedback_tab_title": "Masukan", "feedback_tab_title": "Masukan",
"more_tab_title": "Lainnya",
"opt_in_description": "<0></0><1></1>Anda dapat mengurungkan kembali izin dengan mencentang kotak ini. Jika Anda saat ini dalam panggilan, pengaturan ini akan diterapkan di akhir panggilan.", "opt_in_description": "<0></0><1></1>Anda dapat mengurungkan kembali izin dengan mencentang kotak ini. Jika Anda saat ini dalam panggilan, pengaturan ini akan diterapkan di akhir panggilan.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Pembicara" "speaker_device_selection_label": "Pembicara"
}, },
"star_rating_input_label_one": "{{count}} bintang", "star_rating_input_label_one": "{{count}} bintang",
@@ -116,9 +178,20 @@
"stop_screenshare_button_label": "Berbagi layar", "stop_screenshare_button_label": "Berbagi layar",
"stop_video_button_label": "Matikan video", "stop_video_button_label": "Matikan video",
"submitting": "Mengirim…", "submitting": "Mengirim…",
"switch_camera": "",
"unauthenticated_view_body": "Belum terdaftar? <2>Buat sebuah akun</2>", "unauthenticated_view_body": "Belum terdaftar? <2>Buat sebuah akun</2>",
"unauthenticated_view_eula_caption": "Dengan mengeklik \"Bergabung\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2>", "unauthenticated_view_eula_caption": "Dengan mengeklik \"Bergabung\", Anda menyetujui <2>Perjanjian Lisensi Pengguna Akhir (EULA)</2>",
"unauthenticated_view_login_button": "Masuk ke akun Anda", "unauthenticated_view_login_button": "Masuk ke akun Anda",
"unmute_microphone_button_label": "Nyalakan mikrofon", "unmute_microphone_button_label": "Nyalakan mikrofon",
"version": "Versi: {{version}}" "version": "Versi: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,13 +5,21 @@
"action": { "action": {
"close": "Chiudi", "close": "Chiudi",
"copy_link": "Copia collegamento", "copy_link": "Copia collegamento",
"edit": "",
"go": "Vai", "go": "Vai",
"invite": "Invita", "invite": "Invita",
"lower_hand": "",
"no": "",
"pick_reaction": "",
"raise_hand": "",
"register": "Registra", "register": "Registra",
"remove": "Rimuovi", "remove": "Rimuovi",
"show_less": "",
"show_more": "",
"sign_in": "Accedi", "sign_in": "Accedi",
"sign_out": "Disconnetti", "sign_out": "Disconnetti",
"submit": "Invia" "submit": "Invia",
"upload_file": ""
}, },
"analytics_notice": "Partecipando a questa beta, acconsenti alla raccolta di dati anonimi che usiamo per migliorare il prodotto. Puoi trovare più informazioni su quali dati monitoriamo nella nostra <2>informativa sulla privacy</2> e nell'<5>informativa sui cookie</5>.", "analytics_notice": "Partecipando a questa beta, acconsenti alla raccolta di dati anonimi che usiamo per migliorare il prodotto. Puoi trovare più informazioni su quali dati monitoriamo nella nostra <2>informativa sulla privacy</2> e nell'<5>informativa sui cookie</5>.",
"app_selection_modal": { "app_selection_modal": {
@@ -20,7 +28,9 @@
"text": "Tutto pronto per entrare?", "text": "Tutto pronto per entrare?",
"title": "Seleziona app" "title": "Seleziona app"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "Il tuo browser non supporta la crittografia end-to-end dei media. I browser supportati sono Chrome, Safari, Firefox >=117", "browser_media_e2ee_unsupported": "Il tuo browser non supporta la crittografia end-to-end dei media. I browser supportati sono Chrome, Safari, Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Sei stato disconnesso dalla chiamata", "body": "Sei stato disconnesso dalla chiamata",
"create_account_button": "Crea profilo", "create_account_button": "Crea profilo",
@@ -34,20 +44,52 @@
}, },
"call_name": "Nome della chiamata", "call_name": "Nome della chiamata",
"common": { "common": {
"analytics": "",
"audio": "",
"avatar": "",
"back": "",
"camera": "Fotocamera", "camera": "Fotocamera",
"display_name": "Il tuo nome", "display_name": "Il tuo nome",
"encrypted": "Cifrata", "encrypted": "Cifrata",
"error": "",
"home": "Pagina iniziale", "home": "Pagina iniziale",
"loading": "Caricamento…", "loading": "Caricamento…",
"microphone": "Microfono", "microphone": "Microfono",
"next": "",
"options": "",
"password": "",
"preferences": "",
"profile": "Profilo", "profile": "Profilo",
"reaction": "",
"reactions": "",
"settings": "Impostazioni", "settings": "Impostazioni",
"something_went_wrong": "",
"unencrypted": "Non cifrata", "unencrypted": "Non cifrata",
"username": "Nome utente" "username": "Nome utente",
"video": ""
},
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
}, },
"disconnected_banner": "La connessione al server è stata persa.", "disconnected_banner": "La connessione al server è stata persa.",
"full_screen_view_description": "<0>L'invio di registri di debug ci aiuterà ad individuare il problema.</0>", "full_screen_view_description": "<0>L'invio di registri di debug ci aiuterà ad individuare il problema.</0>",
"full_screen_view_h1": "<0>Ops, qualcosa è andato storto.</0>", "full_screen_view_h1": "<0>Ops, qualcosa è andato storto.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "Termina chiamata", "hangup_button_label": "Termina chiamata",
"header_label": "Inizio di Element Call", "header_label": "Inizio di Element Call",
"header_participants_label": "Partecipanti", "header_participants_label": "Partecipanti",
@@ -63,15 +105,25 @@
"layout_grid_label": "Griglia", "layout_grid_label": "Griglia",
"layout_spotlight_label": "In primo piano", "layout_spotlight_label": "In primo piano",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "Entra in chiamata", "join_button": "Entra in chiamata",
"leave_button": "Torna ai recenti" "leave_button": "Torna ai recenti",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Accesso…", "logging_in": "Accesso…",
"login_auth_links": "<0>Crea un profilo</0> o <2>Accedi come ospite</2>", "login_auth_links": "<0>Crea un profilo</0> o <2>Accedi come ospite</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Accedi", "login_title": "Accedi",
"microphone_off": "Microfono spento", "microphone_off": "Microfono spento",
"microphone_on": "Microfono acceso", "microphone_on": "Microfono acceso",
"mute_microphone_button_label": "Spegni il microfono", "mute_microphone_button_label": "Spegni il microfono",
"participant_count_one": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Riprova l'invio dei registri", "rageshake_button_error_caption": "Riprova l'invio dei registri",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Un altro utente in questa chiamata sta avendo problemi. Per diagnosticare meglio questi problemi, vorremmo raccogliere un registro di debug.", "body": "Un altro utente in questa chiamata sta avendo problemi. Per diagnosticare meglio questi problemi, vorremmo raccogliere un registro di debug.",
@@ -90,32 +142,59 @@
}, },
"register_auth_links": "<0>Hai già un profilo?</0><1><0>Accedi</0> o <2>Accedi come ospite</2></1>", "register_auth_links": "<0>Hai già un profilo?</0><1><0>Accedi</0> o <2>Accedi come ospite</2></1>",
"register_confirm_password_label": "Conferma password", "register_confirm_password_label": "Conferma password",
"register_heading": "",
"return_home_button": "Torna alla schermata di iniziale", "return_home_button": "Torna alla schermata di iniziale",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Cliccando \"Entra in chiamata ora\", accetti il nostro <2>accordo di licenza con l'utente finale (EULA)</2>", "room_auth_view_eula_caption": "Cliccando \"Entra in chiamata ora\", accetti il nostro <2>accordo di licenza con l'utente finale (EULA)</2>",
"screenshare_button_label": "Condividi schermo", "screenshare_button_label": "Condividi schermo",
"settings": { "settings": {
"developer_settings_label": "Impostazioni per sviluppatori", "audio_tab": {
"developer_settings_label_description": "Mostra le impostazioni per sviluppatori nella finestra delle impostazioni.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Sviluppatore", "developer_tab_title": "Sviluppatore",
"feedback_tab_body": "Se stai riscontrando problemi o semplicemente vuoi dare un'opinione, inviaci una breve descrizione qua sotto.", "feedback_tab_body": "Se stai riscontrando problemi o semplicemente vuoi dare un'opinione, inviaci una breve descrizione qua sotto.",
"feedback_tab_description_label": "Il tuo commento", "feedback_tab_description_label": "Il tuo commento",
"feedback_tab_h4": "Invia commento", "feedback_tab_h4": "Invia commento",
"feedback_tab_send_logs_label": "Includi registri di debug", "feedback_tab_send_logs_label": "Includi registri di debug",
"feedback_tab_thank_you": "Grazie, abbiamo ricevuto il tuo commento!", "feedback_tab_thank_you": "Grazie, abbiamo ricevuto il tuo commento!",
"more_tab_title": "Altro", "feedback_tab_title": "",
"opt_in_description": "<0></0><1></1>Puoi revocare il consenso deselezionando questa casella. Se attualmente sei in una chiamata, avrà effetto al termine di essa.", "opt_in_description": "<0></0><1></1>Puoi revocare il consenso deselezionando questa casella. Se attualmente sei in una chiamata, avrà effetto al termine di essa.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Altoparlante" "speaker_device_selection_label": "Altoparlante"
}, },
"star_rating_input_label_one": "{{count}} stelle", "star_rating_input_label_one": "{{count}} stelle",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "{{count}} stelle", "star_rating_input_label_other": "{{count}} stelle",
"start_new_call": "Inizia una nuova chiamata", "start_new_call": "Inizia una nuova chiamata",
"start_video_button_label": "Avvia video", "start_video_button_label": "Avvia video",
"stop_screenshare_button_label": "Condivisione schermo", "stop_screenshare_button_label": "Condivisione schermo",
"stop_video_button_label": "Ferma video", "stop_video_button_label": "Ferma video",
"submitting": "Invio…", "submitting": "Invio…",
"switch_camera": "",
"unauthenticated_view_body": "Non hai ancora un profilo? <2>Creane uno</2>", "unauthenticated_view_body": "Non hai ancora un profilo? <2>Creane uno</2>",
"unauthenticated_view_eula_caption": "Cliccando \"Vai\", accetti il nostro <2>accordo di licenza con l'utente finale (EULA)</2>", "unauthenticated_view_eula_caption": "Cliccando \"Vai\", accetti il nostro <2>accordo di licenza con l'utente finale (EULA)</2>",
"unauthenticated_view_login_button": "Accedi al tuo profilo", "unauthenticated_view_login_button": "Accedi al tuo profilo",
"unmute_microphone_button_label": "Riaccendi il microfono", "unmute_microphone_button_label": "Riaccendi il microfono",
"version": "Versione: {{version}}" "version": "Versione: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -4,65 +4,193 @@
}, },
"action": { "action": {
"close": "閉じる", "close": "閉じる",
"copy_link": "",
"edit": "",
"go": "続行", "go": "続行",
"invite": "",
"lower_hand": "",
"no": "いいえ", "no": "いいえ",
"pick_reaction": "",
"raise_hand": "",
"register": "登録", "register": "登録",
"remove": "削除", "remove": "削除",
"show_less": "",
"show_more": "",
"sign_in": "サインイン", "sign_in": "サインイン",
"sign_out": "サインアウト" "sign_out": "サインアウト",
"submit": "",
"upload_file": ""
}, },
"analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <6>Cookie Policy</6>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"create_account_button": "アカウントを作成" "body": "You were disconnected from the call",
"create_account_button": "アカウントを作成",
"create_account_prompt": "<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>",
"feedback_done": "<0>Thanks for your feedback!</0>",
"feedback_prompt": "<0>We'd love to hear your feedback so we can improve your experience.</0>",
"headline": "",
"not_now_button": "",
"reconnect_button": "",
"survey_prompt": ""
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "音声", "audio": "音声",
"avatar": "アバター", "avatar": "アバター",
"back": "",
"camera": "カメラ", "camera": "カメラ",
"display_name": "表示名", "display_name": "表示名",
"encrypted": "",
"error": "",
"home": "ホーム", "home": "ホーム",
"loading": "読み込んでいます…", "loading": "読み込んでいます…",
"microphone": "マイク", "microphone": "マイク",
"next": "",
"options": "",
"password": "パスワード", "password": "パスワード",
"preferences": "",
"profile": "プロフィール", "profile": "プロフィール",
"reaction": "",
"reactions": "",
"settings": "設定", "settings": "設定",
"something_went_wrong": "",
"unencrypted": "",
"username": "ユーザー名", "username": "ユーザー名",
"video": "ビデオ" "video": "ビデオ"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"full_screen_view_h1": "<0>何かがうまく行きませんでした。</0>", "full_screen_view_h1": "<0>何かがうまく行きませんでした。</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "Element Call ホーム", "header_label": "Element Call ホーム",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "はい、通話に参加", "join_button": "はい、通話に参加",
"text": "この通話は既に存在します。参加しますか?", "text": "この通話は既に存在します。参加しますか?",
"title": "既存の通話に参加しますか?" "title": "既存の通話に参加しますか?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "スポットライト", "layout_spotlight_label": "スポットライト",
"lobby": { "lobby": {
"join_button": "通話に参加" "ask_to_join": "",
"join_as_guest": "",
"join_button": "通話に参加",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "ログインしています…", "logging_in": "ログインしています…",
"login_auth_links": "<0>アカウントを作成</0>または<2>ゲストとしてアクセス</2>", "login_auth_links": "<0>アカウントを作成</0>または<2>ゲストとしてアクセス</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "ログイン", "login_title": "ログイン",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "",
"title": "デバッグログを要求" "title": "デバッグログを要求"
}, },
"rageshake_send_logs": "デバッグログを送信", "rageshake_send_logs": "デバッグログを送信",
"rageshake_sending": "送信しています…", "rageshake_sending": "送信しています…",
"rageshake_sending_logs": "デバッグログを送信しています…", "rageshake_sending_logs": "デバッグログを送信しています…",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "",
"recaptcha_not_loaded": "",
"register": { "register": {
"passwords_must_match": "パスワードが一致する必要があります", "passwords_must_match": "パスワードが一致する必要があります",
"registering": "登録しています…" "registering": "登録しています…"
}, },
"register_auth_links": "<0>既にアカウントをお持ちですか?</0><1><0>ログイン</0>または<2>ゲストとしてアクセス</2></1>", "register_auth_links": "<0>既にアカウントをお持ちですか?</0><1><0>ログイン</0>または<2>ゲストとしてアクセス</2></1>",
"register_confirm_password_label": "パスワードを確認", "register_confirm_password_label": "パスワードを確認",
"register_heading": "",
"return_home_button": "ホーム画面に戻る", "return_home_button": "ホーム画面に戻る",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "画面共有", "screenshare_button_label": "画面共有",
"settings": { "settings": {
"audio_tab": {
"effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "開発者", "developer_tab_title": "開発者",
"feedback_tab_body": "",
"feedback_tab_description_label": "",
"feedback_tab_h4": "フィードバックを送信", "feedback_tab_h4": "フィードバックを送信",
"feedback_tab_send_logs_label": "デバッグログを含める", "feedback_tab_send_logs_label": "デバッグログを含める",
"feedback_tab_thank_you": "",
"feedback_tab_title": "",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "スピーカー" "speaker_device_selection_label": "スピーカー"
}, },
"star_rating_input_label_other": "",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "",
"switch_camera": "",
"unauthenticated_view_body": "アカウントがありませんか? <2>アカウントを作成</2>", "unauthenticated_view_body": "アカウントがありませんか? <2>アカウントを作成</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "アカウントにログイン", "unauthenticated_view_login_button": "アカウントにログイン",
"version": "バージョン:{{version}}" "unmute_microphone_button_label": "",
"version": "バージョン:{{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -4,15 +4,33 @@
}, },
"action": { "action": {
"close": "Aizvērt", "close": "Aizvērt",
"copy_link": "",
"edit": "",
"go": "Aiziet", "go": "Aiziet",
"invite": "",
"lower_hand": "",
"no": "Nē", "no": "Nē",
"pick_reaction": "",
"raise_hand": "",
"register": "Reģistrēties", "register": "Reģistrēties",
"remove": "Noņemt", "remove": "Noņemt",
"show_less": "",
"show_more": "",
"sign_in": "Pieteikties", "sign_in": "Pieteikties",
"sign_out": "Atteikties", "sign_out": "Atteikties",
"submit": "Iesniegt" "submit": "Iesniegt",
"upload_file": ""
}, },
"analytics_notice": "Piedalīšanās šajā beta apliecina piekrišanu anonīmu datu ievākšanai, ko mēs izmantojam, lai uzlabotu izstrādājumu. Vairāk informācijas par datiem, ko mēs ievācam, var atrast mūsu <2>privātuma nosacījumos</2> un <5>sīkdatņu nosacījumos</5>.", "analytics_notice": "Piedalīšanās šajā beta apliecina piekrišanu anonīmu datu ievākšanai, ko mēs izmantojam, lai uzlabotu izstrādājumu. Vairāk informācijas par datiem, ko mēs ievācam, var atrast mūsu <2>privātuma nosacījumos</2> un <5>sīkdatņu nosacījumos</5>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Tu tiki atvienots no zvana", "body": "Tu tiki atvienots no zvana",
"create_account_button": "Izveidot kontu", "create_account_button": "Izveidot kontu",
@@ -24,35 +42,88 @@
"reconnect_button": "Atkārtoti savienoties", "reconnect_button": "Atkārtoti savienoties",
"survey_prompt": "Kā Tev veicās?" "survey_prompt": "Kā Tev veicās?"
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "Skaņa", "audio": "Skaņa",
"avatar": "Attēls", "avatar": "Attēls",
"back": "",
"camera": "Kamera", "camera": "Kamera",
"display_name": "Attēlojamais vārds", "display_name": "Attēlojamais vārds",
"encrypted": "",
"error": "",
"home": "Sākums", "home": "Sākums",
"loading": "Lādējas…", "loading": "Lādējas…",
"microphone": "Mikrofons", "microphone": "Mikrofons",
"next": "",
"options": "",
"password": "Parole", "password": "Parole",
"preferences": "",
"profile": "Profils", "profile": "Profils",
"reaction": "",
"reactions": "",
"settings": "Iestatījumi", "settings": "Iestatījumi",
"username": "Lietotājvārds" "something_went_wrong": "",
"unencrypted": "",
"username": "Lietotājvārds",
"video": ""
},
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
}, },
"disconnected_banner": "Ir zaudēts savienojums ar serveri.", "disconnected_banner": "Ir zaudēts savienojums ar serveri.",
"full_screen_view_description": "<0>Atkļūdošanas žurnāla ierakstu iesūtīšana palīdzēs mums atklāt nepilnību.</0>", "full_screen_view_description": "<0>Atkļūdošanas žurnāla ierakstu iesūtīšana palīdzēs mums atklāt nepilnību.</0>",
"full_screen_view_h1": "<0>Ak vai, kaut kas nogāja greizi!</0>", "full_screen_view_h1": "<0>Ak vai, kaut kas nogāja greizi!</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "Element Call sākums", "header_label": "Element Call sākums",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Jā, pievienoties zvanam", "join_button": "Jā, pievienoties zvanam",
"text": "Šis zvans jau pastāv. Vai vēlies pievienoties?", "text": "Šis zvans jau pastāv. Vai vēlies pievienoties?",
"title": "Pievienoties esošam zvanam?" "title": "Pievienoties esošam zvanam?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "Starmešu gaisma", "layout_spotlight_label": "Starmešu gaisma",
"lobby": { "lobby": {
"join_button": "Pievienoties zvanam" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Pievienoties zvanam",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Piesakās…", "logging_in": "Piesakās…",
"login_auth_links": "<0>Izveidot kontu</0> vai <2>Piekļūt kā viesim</2>", "login_auth_links": "<0>Izveidot kontu</0> vai <2>Piekļūt kā viesim</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Pieteikties", "login_title": "Pieteikties",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_zero": "",
"participant_count_one": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Atkārtoti mēģināt žurnāla ierakstu nosūtīšanu", "rageshake_button_error_caption": "Atkārtoti mēģināt žurnāla ierakstu nosūtīšanu",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Citam lietotājam šajā zvanā ir sarežģījumi. Lai labāk atklātu šīs nepilnības, mēs gribētu iegūt atkļūdošanas žurnālu.", "body": "Citam lietotājam šajā zvanā ir sarežģījumi. Lai labāk atklātu šīs nepilnības, mēs gribētu iegūt atkļūdošanas žurnālu.",
@@ -71,12 +142,16 @@
}, },
"register_auth_links": "<0>Jau ir konts?</0><1><0>Pieteikties</0> vai <2>Piekļūt kā viesim</2></1>", "register_auth_links": "<0>Jau ir konts?</0><1><0>Pieteikties</0> vai <2>Piekļūt kā viesim</2></1>",
"register_confirm_password_label": "Apstiprināt paroli", "register_confirm_password_label": "Apstiprināt paroli",
"register_heading": "",
"return_home_button": "Atgriezties sākuma ekrānā", "return_home_button": "Atgriezties sākuma ekrānā",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Klikšķināšana uz \"Pievienoties zvanam tagad\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>", "room_auth_view_eula_caption": "Klikšķināšana uz \"Pievienoties zvanam tagad\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>",
"screenshare_button_label": "Kopīgot ekrānu", "screenshare_button_label": "Kopīgot ekrānu",
"settings": { "settings": {
"developer_settings_label": "Izstrādātāja iestatījumi", "audio_tab": {
"developer_settings_label_description": "Izstādīt izstrādātāja iestatījumus iestatījumu logā.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Izstrādātājs", "developer_tab_title": "Izstrādātājs",
"feedback_tab_body": "Ja tiek piedzīvoti sarežģījumi vai vienkārši ir vēlme sniegt kādu atsauksmi, lūgums zemāk nosūtīt mums īsu aprakstu.", "feedback_tab_body": "Ja tiek piedzīvoti sarežģījumi vai vienkārši ir vēlme sniegt kādu atsauksmi, lūgums zemāk nosūtīt mums īsu aprakstu.",
"feedback_tab_description_label": "Tava atsauksme", "feedback_tab_description_label": "Tava atsauksme",
@@ -84,15 +159,42 @@
"feedback_tab_send_logs_label": "Iekļaut atkļūdošanas žurnāla ierakstus", "feedback_tab_send_logs_label": "Iekļaut atkļūdošanas žurnāla ierakstus",
"feedback_tab_thank_you": "Paldies, mēs saņēmām atsauksmi!", "feedback_tab_thank_you": "Paldies, mēs saņēmām atsauksmi!",
"feedback_tab_title": "Atsauksmes", "feedback_tab_title": "Atsauksmes",
"more_tab_title": "Vairāk",
"opt_in_description": "<0></0><1></1>Savu piekrišanu var atsaukt ar atzīmes noņemšanu no šīs rūtiņas. Ja pašreiz atrodies zvanā, šis iestatījums stāsies spēkā zvana beigās.", "opt_in_description": "<0></0><1></1>Savu piekrišanu var atsaukt ar atzīmes noņemšanu no šīs rūtiņas. Ja pašreiz atrodies zvanā, šis iestatījums stāsies spēkā zvana beigās.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Runātājs" "speaker_device_selection_label": "Runātājs"
}, },
"star_rating_input_label_zero": "",
"star_rating_input_label_one": "{{count}} zvaigzne", "star_rating_input_label_one": "{{count}} zvaigzne",
"star_rating_input_label_other": "{{count}} zvaigznes", "star_rating_input_label_other": "{{count}} zvaigznes",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "Iesniedz…", "submitting": "Iesniedz…",
"switch_camera": "",
"unauthenticated_view_body": "Vēl neesi reģistrējies? <2>Izveidot kontu</2>", "unauthenticated_view_body": "Vēl neesi reģistrējies? <2>Izveidot kontu</2>",
"unauthenticated_view_eula_caption": "Klikšķināšana uz \"Aiziet\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>", "unauthenticated_view_eula_caption": "Klikšķināšana uz \"Aiziet\" apliecina piekrišanu mūsu <2>galalietotāja licencēšanas nolīgumam (GLLN)</2>",
"unauthenticated_view_login_button": "Pieteikties kontā", "unauthenticated_view_login_button": "Pieteikties kontā",
"version": "Versija: {{version}}" "unmute_microphone_button_label": "",
"version": "Versija: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,14 +5,21 @@
"action": { "action": {
"close": "Zamknij", "close": "Zamknij",
"copy_link": "Kopiuj link", "copy_link": "Kopiuj link",
"edit": "",
"go": "Przejdź", "go": "Przejdź",
"invite": "Zaproś", "invite": "Zaproś",
"lower_hand": "",
"no": "Nie", "no": "Nie",
"pick_reaction": "",
"raise_hand": "",
"register": "Zarejestruj", "register": "Zarejestruj",
"remove": "Usuń", "remove": "Usuń",
"show_less": "",
"show_more": "",
"sign_in": "Zaloguj się", "sign_in": "Zaloguj się",
"sign_out": "Wyloguj się", "sign_out": "Wyloguj się",
"submit": "Wyślij" "submit": "Wyślij",
"upload_file": ""
}, },
"analytics_notice": "Uczestnicząc w tej becie, upoważniasz nas do zbierania anonimowych danych, które wykorzystamy do ulepszenia produktu. Dowiedz się więcej na temat danych, które zbieramy w naszej <2>Polityce prywatności</2> i <5>Polityce ciasteczek</5>.", "analytics_notice": "Uczestnicząc w tej becie, upoważniasz nas do zbierania anonimowych danych, które wykorzystamy do ulepszenia produktu. Dowiedz się więcej na temat danych, które zbieramy w naszej <2>Polityce prywatności</2> i <5>Polityce ciasteczek</5>.",
"app_selection_modal": { "app_selection_modal": {
@@ -21,11 +28,13 @@
"text": "Gotowy, by dołączyć?", "text": "Gotowy, by dołączyć?",
"title": "Wybierz aplikację" "title": "Wybierz aplikację"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "Twoja przeglądarka nie wspiera szyfrowania end-to-end. Wspierane przeglądarki to Chrome, Safari, Firefox >=117", "browser_media_e2ee_unsupported": "Twoja przeglądarka nie wspiera szyfrowania end-to-end. Wspierane przeglądarki to Chrome, Safari, Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Rozłączono Cię z połączenia", "body": "Rozłączono Cię z połączenia",
"create_account_button": "Utwórz konto", "create_account_button": "Utwórz konto",
"create_account_prompt": "<0>Może zechcesz ustawić hasło, aby zachować swoje konto?</0><1>Będziesz w stanie utrzymać swoją nazwę i ustawić awatar do wyświetlania podczas połączeń w przyszłości</1>", "create_account_prompt": "<0>Może zechcesz ustawić hasło, aby zachować swoje konto?</0><1>Będziesz w stanie utrzymać swoją\u00a0nazwę i ustawić awatar do wyświetlania podczas połączeń w przyszłości</1>",
"feedback_done": "<0>Dziękujemy za Twoją opinię!</0>", "feedback_done": "<0>Dziękujemy za Twoją opinię!</0>",
"feedback_prompt": "<0>Z przyjemnością wysłuchamy Twojej opinii, aby poprawić Twoje doświadczenia.</0>", "feedback_prompt": "<0>Z przyjemnością wysłuchamy Twojej opinii, aby poprawić Twoje doświadczenia.</0>",
"headline": "{{displayName}}, Twoje połączenie zostało zakończone.", "headline": "{{displayName}}, Twoje połączenie zostało zakończone.",
@@ -35,24 +44,52 @@
}, },
"call_name": "Nazwa połączenia", "call_name": "Nazwa połączenia",
"common": { "common": {
"analytics": "",
"audio": "Dźwięk", "audio": "Dźwięk",
"avatar": "Awatar", "avatar": "Awatar",
"back": "",
"camera": "Kamera", "camera": "Kamera",
"display_name": "Nazwa wyświetlana", "display_name": "Nazwa wyświetlana",
"encrypted": "Szyfrowane", "encrypted": "Szyfrowane",
"error": "",
"home": "Strona domowa", "home": "Strona domowa",
"loading": "Ładowanie…", "loading": "Ładowanie…",
"microphone": "Mikrofon", "microphone": "Mikrofon",
"next": "",
"options": "",
"password": "Hasło", "password": "Hasło",
"preferences": "",
"profile": "Profil", "profile": "Profil",
"reaction": "",
"reactions": "",
"settings": "Ustawienia", "settings": "Ustawienia",
"something_went_wrong": "",
"unencrypted": "Nie szyfrowane", "unencrypted": "Nie szyfrowane",
"username": "Nazwa użytkownika", "username": "Nazwa użytkownika",
"video": "Wideo" "video": "Wideo"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "Utracono połączenie z serwerem.", "disconnected_banner": "Utracono połączenie z serwerem.",
"full_screen_view_description": "<0>Wysłanie dzienników debuggowania pomoże nam ustalić przyczynę problemu.</0>", "full_screen_view_description": "<0>Wysłanie dzienników debuggowania pomoże nam ustalić przyczynę problemu.</0>",
"full_screen_view_h1": "<0>Ojej, coś poszło nie tak.</0>", "full_screen_view_h1": "<0>Ojej, coś poszło nie tak.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "Zakończ połączenie", "hangup_button_label": "Zakończ połączenie",
"header_label": "Strona główna Element Call", "header_label": "Strona główna Element Call",
"header_participants_label": "Uczestnicy", "header_participants_label": "Uczestnicy",
@@ -68,15 +105,26 @@
"layout_grid_label": "Siatka", "layout_grid_label": "Siatka",
"layout_spotlight_label": "Centrum uwagi", "layout_spotlight_label": "Centrum uwagi",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "Dołącz do połączenia", "join_button": "Dołącz do połączenia",
"leave_button": "Wróć do ostatnie" "leave_button": "Wróć do ostatnie",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Logowanie…", "logging_in": "Logowanie…",
"login_auth_links": "<0>Utwórz konto</0> lub <2>Dołącz jako gość</2>", "login_auth_links": "<0>Utwórz konto</0> lub <2>Dołącz jako gość</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Zaloguj się", "login_title": "Zaloguj się",
"microphone_off": "Mikrofon wyłączony", "microphone_off": "Mikrofon wyłączony",
"microphone_on": "Mikrofon włączony", "microphone_on": "Mikrofon włączony",
"mute_microphone_button_label": "Wycisz mikrofon", "mute_microphone_button_label": "Wycisz mikrofon",
"participant_count_one": "",
"participant_count_few": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Wyślij logi ponownie", "rageshake_button_error_caption": "Wyślij logi ponownie",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Inny użytkownik w tym połączeniu napotkał problem. Aby lepiej zdiagnozować tę usterkę, chcielibyśmy zebrać dzienniki debugowania.", "body": "Inny użytkownik w tym połączeniu napotkał problem. Aby lepiej zdiagnozować tę usterkę, chcielibyśmy zebrać dzienniki debugowania.",
@@ -93,14 +141,18 @@
"passwords_must_match": "Hasła muszą pasować", "passwords_must_match": "Hasła muszą pasować",
"registering": "Rejestrowanie…" "registering": "Rejestrowanie…"
}, },
"register_auth_links": "<0>Masz już konto?</0><1><0>Zaloguj się</0> lub <2>Dołącz jako gość</2></1>", "register_auth_links": "<0>Masz już\u00a0konto?</0><1><0>Zaloguj się</0> lub <2>Dołącz jako gość</2></1>",
"register_confirm_password_label": "Potwierdź hasło", "register_confirm_password_label": "Potwierdź hasło",
"register_heading": "",
"return_home_button": "Powróć do strony głównej", "return_home_button": "Powróć do strony głównej",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Klikając \"Dołącz teraz do rozmowy\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>", "room_auth_view_eula_caption": "Klikając \"Dołącz teraz do rozmowy\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>",
"screenshare_button_label": "Udostępnij ekran", "screenshare_button_label": "Udostępnij ekran",
"settings": { "settings": {
"developer_settings_label": "Opcje programisty", "audio_tab": {
"developer_settings_label_description": "Wyświetl opcje programisty w oknie ustawień.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Programista", "developer_tab_title": "Programista",
"feedback_tab_body": "Jeśli posiadasz problemy lub chciałbyś zgłosić swoją opinię, wyślij nam krótki opis.", "feedback_tab_body": "Jeśli posiadasz problemy lub chciałbyś zgłosić swoją opinię, wyślij nam krótki opis.",
"feedback_tab_description_label": "Twoje opinie", "feedback_tab_description_label": "Twoje opinie",
@@ -108,20 +160,43 @@
"feedback_tab_send_logs_label": "Dołącz dzienniki debugowania", "feedback_tab_send_logs_label": "Dołącz dzienniki debugowania",
"feedback_tab_thank_you": "Dziękujemy, otrzymaliśmy Twoją opinię!", "feedback_tab_thank_you": "Dziękujemy, otrzymaliśmy Twoją opinię!",
"feedback_tab_title": "Opinia użytkownika", "feedback_tab_title": "Opinia użytkownika",
"more_tab_title": "Więcej",
"opt_in_description": "<0></0><1></1>Możesz wycofać swoją zgodę poprzez odznaczenie tego pola. Jeśli już jesteś w trakcie rozmowy, opcja zostanie zastosowana po jej zakończeniu.", "opt_in_description": "<0></0><1></1>Możesz wycofać swoją zgodę poprzez odznaczenie tego pola. Jeśli już jesteś w trakcie rozmowy, opcja zostanie zastosowana po jej zakończeniu.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Głośnik" "speaker_device_selection_label": "Głośnik"
}, },
"star_rating_input_label_one": "{{count}} gwiazdki", "star_rating_input_label_one": "{{count}} gwiazdki",
"star_rating_input_label_few": "",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "{{count}} gwiazdki", "star_rating_input_label_other": "{{count}} gwiazdki",
"start_new_call": "Rozpocznij nowe połączenie", "start_new_call": "Rozpocznij nowe połączenie",
"start_video_button_label": "Rozpocznij wideo", "start_video_button_label": "Rozpocznij wideo",
"stop_screenshare_button_label": "Udostępnianie ekranu", "stop_screenshare_button_label": "Udostępnianie ekranu",
"stop_video_button_label": "Zakończ wideo", "stop_video_button_label": "Zakończ wideo",
"submitting": "Wysyłanie…", "submitting": "Wysyłanie…",
"switch_camera": "",
"unauthenticated_view_body": "Nie masz konta? <2>Utwórz je</2>", "unauthenticated_view_body": "Nie masz konta? <2>Utwórz je</2>",
"unauthenticated_view_eula_caption": "Klikając \"Przejdź\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>", "unauthenticated_view_eula_caption": "Klikając \"Przejdź\", zgadzasz się na naszą <2>Umowę licencyjną (EULA)</2>",
"unauthenticated_view_login_button": "Zaloguj się do swojego konta", "unauthenticated_view_login_button": "Zaloguj się do swojego konta",
"unmute_microphone_button_label": "Odcisz mikrofon", "unmute_microphone_button_label": "Odcisz mikrofon",
"version": "Wersja: {{version}}" "version": "Wersja: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -70,6 +70,7 @@
}, },
"developer_mode": { "developer_mode": {
"crypto_version": "Versiunea Crypto: {{version}}", "crypto_version": "Versiunea Crypto: {{version}}",
"debug_tile_layout_label": "",
"device_id": "ID-ul dispozitivului: {{id}}", "device_id": "ID-ul dispozitivului: {{id}}",
"duplicate_tiles_label": "Numărul de exemplare suplimentare de cartonașe per participant", "duplicate_tiles_label": "Numărul de exemplare suplimentare de cartonașe per participant",
"hostname": "Numele gazdei: {{hostname}}", "hostname": "Numele gazdei: {{hostname}}",
@@ -119,6 +120,9 @@
"microphone_off": "Microfon oprit", "microphone_off": "Microfon oprit",
"microphone_on": "Microfon pornit", "microphone_on": "Microfon pornit",
"mute_microphone_button_label": "Dezactivați microfonul", "mute_microphone_button_label": "Dezactivați microfonul",
"participant_count_one": "",
"participant_count_few": "",
"participant_count_other": "",
"qr_code": "COD QR", "qr_code": "COD QR",
"rageshake_button_error_caption": "Încearcă din nou trimiterea jurnalelor", "rageshake_button_error_caption": "Încearcă din nou trimiterea jurnalelor",
"rageshake_request_modal": { "rageshake_request_modal": {
@@ -148,8 +152,6 @@
"effect_volume_description": "Reglați volumul la care reacționează reacțiile și efectele ridicate de mână", "effect_volume_description": "Reglați volumul la care reacționează reacțiile și efectele ridicate de mână",
"effect_volume_label": "Volumul efectului sonor" "effect_volume_label": "Volumul efectului sonor"
}, },
"developer_settings_label": "Setări pentru dezvoltatori",
"developer_settings_label_description": "Expuneți setările dezvoltatorului în fereastra de setări.",
"developer_tab_title": "dezvoltator", "developer_tab_title": "dezvoltator",
"feedback_tab_body": "Dacă întâmpinați probleme sau pur și simplu doriți să oferiți feedback, vă rugăm să ne trimiteți o scurtă descriere mai jos.", "feedback_tab_body": "Dacă întâmpinați probleme sau pur și simplu doriți să oferiți feedback, vă rugăm să ne trimiteți o scurtă descriere mai jos.",
"feedback_tab_description_label": "Feedback-ul tău", "feedback_tab_description_label": "Feedback-ul tău",
@@ -157,21 +159,23 @@
"feedback_tab_send_logs_label": "Includeți jurnale de depanare", "feedback_tab_send_logs_label": "Includeți jurnale de depanare",
"feedback_tab_thank_you": "Vă mulțumim, am primit feedback-ul dvs.!", "feedback_tab_thank_you": "Vă mulțumim, am primit feedback-ul dvs.!",
"feedback_tab_title": "Feedback", "feedback_tab_title": "Feedback",
"more_tab_title": "Mai mult",
"opt_in_description": "<0></0><1></1>Puteți retrage consimțământul debifând această casetă. Dacă sunteți în prezent la un apel, această setare va intra în vigoare la sfârșitul apelului.", "opt_in_description": "<0></0><1></1>Puteți retrage consimțământul debifând această casetă. Dacă sunteți în prezent la un apel, această setare va intra în vigoare la sfârșitul apelului.",
"preferences_tab": { "preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "Redați un efect sonor atunci când cineva trimite o reacție la un apel.", "reactions_play_sound_description": "Redați un efect sonor atunci când cineva trimite o reacție la un apel.",
"reactions_play_sound_label": "Redați sunete de reacție", "reactions_play_sound_label": "Redați sunete de reacție",
"reactions_show_description": "Afișați o animație atunci când cineva trimite o reacție.", "reactions_show_description": "Afișați o animație atunci când cineva trimite o reacție.",
"reactions_show_label": "Afișați reacțiile", "reactions_show_label": "Afișați reacțiile"
"reactions_title": "Reacții"
}, },
"preferences_tab_body": "Aici puteți configura opțiuni suplimentare pentru o experiență îmbunătățită", "preferences_tab_body": "Aici puteți configura opțiuni suplimentare pentru o experiență îmbunătățită",
"preferences_tab_h4": "preferinte",
"preferences_tab_show_hand_raised_timer_description": "Afișați un cronometru atunci când un participant ridică mâna", "preferences_tab_show_hand_raised_timer_description": "Afișați un cronometru atunci când un participant ridică mâna",
"preferences_tab_show_hand_raised_timer_label": "Afișați durata ridicării mâinii", "preferences_tab_show_hand_raised_timer_label": "Afișați durata ridicării mâinii",
"speaker_device_selection_label": "vorbitor" "speaker_device_selection_label": "vorbitor"
}, },
"star_rating_input_label_one": "",
"star_rating_input_label_few": "",
"star_rating_input_label_other": "",
"start_new_call": "Începe un nou apel", "start_new_call": "Începe un nou apel",
"start_video_button_label": "Începeți videoclipul", "start_video_button_label": "Începeți videoclipul",
"stop_screenshare_button_label": "Partajarea ecranului", "stop_screenshare_button_label": "Partajarea ecranului",
@@ -190,6 +194,7 @@
"expand": "Extindeți", "expand": "Extindeți",
"mute_for_me": "Mute pentru mine", "mute_for_me": "Mute pentru mine",
"muted_for_me": "Dezactivat pentru mine", "muted_for_me": "Dezactivat pentru mine",
"volume": "VOLUM" "volume": "VOLUM",
"waiting_for_media": ""
} }
} }

View File

@@ -4,53 +4,128 @@
}, },
"action": { "action": {
"close": "Закрыть", "close": "Закрыть",
"copy_link": "",
"edit": "",
"go": "Далее", "go": "Далее",
"invite": "",
"lower_hand": "",
"no": "Нет", "no": "Нет",
"pick_reaction": "",
"raise_hand": "",
"register": "Зарегистрироваться", "register": "Зарегистрироваться",
"remove": "Удалить", "remove": "Удалить",
"show_less": "",
"show_more": "",
"sign_in": "Войти", "sign_in": "Войти",
"sign_out": "Выйти", "sign_out": "Выйти",
"submit": "Отправить" "submit": "Отправить",
"upload_file": ""
}, },
"analytics_notice": "Участвуя в этой бета-версии, вы соглашаетесь на сбор анонимных данных, которые мы используем для улучшения продукта. Более подробную информацию о том, какие данные мы отслеживаем, вы можете найти в нашей <2> Политике конфиденциальности</2> и нашей <5> Политике использования файлов cookie</5>.", "analytics_notice": "Участвуя в этой бета-версии, вы соглашаетесь на сбор анонимных данных, которые мы используем для улучшения продукта. Более подробную информацию о том, какие данные мы отслеживаем, вы можете найти в нашей <2> Политике конфиденциальности</2> и нашей <5> Политике использования файлов cookie</5>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "Создать аккаунт", "create_account_button": "Создать аккаунт",
"create_account_prompt": "<0>Почему бы не задать пароль, тем самым сохранив аккаунт?</0><1>Так вы можете оставить своё имя и задать аватар для будущих звонков.</1>", "create_account_prompt": "<0>Почему бы не задать пароль, тем самым сохранив аккаунт?</0><1>Так вы можете оставить своё имя и задать аватар для будущих звонков.</1>",
"feedback_done": "<0>Спасибо за обратную связь!</0>", "feedback_done": "<0>Спасибо за обратную связь!</0>",
"feedback_prompt": "<0>Мы будем рады видеть ваши отзывы, чтобы мы могли улучшить ваш опыт.</0>", "feedback_prompt": "<0>Мы будем рады видеть ваши отзывы, чтобы мы могли улучшить ваш опыт.</0>",
"headline": "{{displayName}}, ваш звонок окончен.", "headline": "{{displayName}}, ваш звонок окончен.",
"not_now_button": "Не сейчас, вернуться в Начало", "not_now_button": "Не сейчас, вернуться в Начало",
"reconnect_button": "",
"survey_prompt": "Как всё прошло?" "survey_prompt": "Как всё прошло?"
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "Аудио", "audio": "Аудио",
"avatar": "Аватар", "avatar": "Аватар",
"back": "",
"camera": "Камера", "camera": "Камера",
"display_name": "Видимое имя", "display_name": "Видимое имя",
"encrypted": "",
"error": "",
"home": "Начало", "home": "Начало",
"loading": "Загрузка…", "loading": "Загрузка…",
"microphone": "Микрофон", "microphone": "Микрофон",
"next": "",
"options": "",
"password": "Пароль", "password": "Пароль",
"preferences": "",
"profile": "Профиль", "profile": "Профиль",
"reaction": "",
"reactions": "",
"settings": "Настройки", "settings": "Настройки",
"something_went_wrong": "",
"unencrypted": "",
"username": "Имя пользователя", "username": "Имя пользователя",
"video": "Видео" "video": "Видео"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Отправка журналов поможет нам найти и устранить проблему.</0>", "full_screen_view_description": "<0>Отправка журналов поможет нам найти и устранить проблему.</0>",
"full_screen_view_h1": "<0>Упс, что-то пошло не так.</0>", "full_screen_view_h1": "<0>Упс, что-то пошло не так.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "Главная Element Call", "header_label": "Главная Element Call",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Да, присоединиться", "join_button": "Да, присоединиться",
"text": "Этот звонок уже существует, хотите присоединиться?", "text": "Этот звонок уже существует, хотите присоединиться?",
"title": "Присоединиться к существующему звонку?" "title": "Присоединиться к существующему звонку?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "Внимание", "layout_spotlight_label": "Внимание",
"lobby": { "lobby": {
"join_button": "Присоединиться" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Присоединиться",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Вход…", "logging_in": "Вход…",
"login_auth_links": "<0>Создать аккаунт</0> или <2>Зайти как гость</2>", "login_auth_links": "<0>Создать аккаунт</0> или <2>Зайти как гость</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Вход", "login_title": "Вход",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_few": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "У одного из участников звонка есть неполадки. Чтобы лучше диагностировать похожие проблемы, нам нужен журнал отладки.", "body": "У одного из участников звонка есть неполадки. Чтобы лучше диагностировать похожие проблемы, нам нужен журнал отладки.",
"title": "Запрос журнала отладки" "title": "Запрос журнала отладки"
@@ -58,6 +133,8 @@
"rageshake_send_logs": "Отправить журнал отладки", "rageshake_send_logs": "Отправить журнал отладки",
"rageshake_sending": "Отправка…", "rageshake_sending": "Отправка…",
"rageshake_sending_logs": "Отправка журнала отладки…", "rageshake_sending_logs": "Отправка журнала отладки…",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "Проверка не пройдена", "recaptcha_dismissed": "Проверка не пройдена",
"recaptcha_not_loaded": "Невозможно начать проверку", "recaptcha_not_loaded": "Невозможно начать проверку",
"register": { "register": {
@@ -66,11 +143,16 @@
}, },
"register_auth_links": "<0>Уже есть аккаунт?</0><1><0>Войти с ним</0> или <2>Зайти как гость</2></1>", "register_auth_links": "<0>Уже есть аккаунт?</0><1><0>Войти с ним</0> или <2>Зайти как гость</2></1>",
"register_confirm_password_label": "Подтвердите пароль", "register_confirm_password_label": "Подтвердите пароль",
"register_heading": "",
"return_home_button": "Вернуться в Начало", "return_home_button": "Вернуться в Начало",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "Поделиться экраном", "screenshare_button_label": "Поделиться экраном",
"settings": { "settings": {
"developer_settings_label": "Настройки Разработчика", "audio_tab": {
"developer_settings_label_description": "Раскрыть настройки разработчика в окне настроек.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Разработчику", "developer_tab_title": "Разработчику",
"feedback_tab_body": "Если у вас возникли проблемы или вы просто хотите оставить отзыв, отправьте нам краткое описание ниже.", "feedback_tab_body": "Если у вас возникли проблемы или вы просто хотите оставить отзыв, отправьте нам краткое описание ниже.",
"feedback_tab_description_label": "Ваш отзыв", "feedback_tab_description_label": "Ваш отзыв",
@@ -78,14 +160,43 @@
"feedback_tab_send_logs_label": "Приложить журнал отладки", "feedback_tab_send_logs_label": "Приложить журнал отладки",
"feedback_tab_thank_you": "Спасибо. Мы получили ваш отзыв!", "feedback_tab_thank_you": "Спасибо. Мы получили ваш отзыв!",
"feedback_tab_title": "Отзыв", "feedback_tab_title": "Отзыв",
"more_tab_title": "Больше",
"opt_in_description": "<0></0><1></1>Вы можете отозвать согласие, сняв этот флажок. Если вы в данный момент находитесь в разговоре, эта настройка вступит в силу по окончании разговора.", "opt_in_description": "<0></0><1></1>Вы можете отозвать согласие, сняв этот флажок. Если вы в данный момент находитесь в разговоре, эта настройка вступит в силу по окончании разговора.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Динамик" "speaker_device_selection_label": "Динамик"
}, },
"star_rating_input_label_one": "{{count}} отмечен", "star_rating_input_label_one": "{{count}} отмечен",
"star_rating_input_label_few": "",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "{{count}} отмеченных", "star_rating_input_label_other": "{{count}} отмеченных",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "Отправляем…", "submitting": "Отправляем…",
"switch_camera": "",
"unauthenticated_view_body": "Ещё не зарегистрированы? <2>Создайте аккаунт</2>", "unauthenticated_view_body": "Ещё не зарегистрированы? <2>Создайте аккаунт</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "Войдите в свой аккаунт", "unauthenticated_view_login_button": "Войдите в свой аккаунт",
"version": "Версия: {{version}}" "unmute_microphone_button_label": "",
"version": "Версия: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,14 +5,21 @@
"action": { "action": {
"close": "Zatvoriť", "close": "Zatvoriť",
"copy_link": "Kopírovať odkaz", "copy_link": "Kopírovať odkaz",
"edit": "",
"go": "Prejsť", "go": "Prejsť",
"invite": "Pozvať", "invite": "Pozvať",
"lower_hand": "",
"no": "Nie", "no": "Nie",
"pick_reaction": "",
"raise_hand": "",
"register": "Registrovať sa", "register": "Registrovať sa",
"remove": "Odstrániť", "remove": "Odstrániť",
"show_less": "",
"show_more": "",
"sign_in": "Prihlásiť sa", "sign_in": "Prihlásiť sa",
"sign_out": "Odhlásiť sa", "sign_out": "Odhlásiť sa",
"submit": "Odoslať" "submit": "Odoslať",
"upload_file": ""
}, },
"analytics_notice": "Účasťou v tejto beta verzii súhlasíte so zhromažďovaním anonymných údajov, ktoré použijeme na zlepšenie produktu. Viac informácií o tom, ktoré údaje sledujeme, nájdete v našich <2>Zásadách ochrany osobných údajov</2> a <5>Zásadách používania súborov cookie</5>.", "analytics_notice": "Účasťou v tejto beta verzii súhlasíte so zhromažďovaním anonymných údajov, ktoré použijeme na zlepšenie produktu. Viac informácií o tom, ktoré údaje sledujeme, nájdete v našich <2>Zásadách ochrany osobných údajov</2> a <5>Zásadách používania súborov cookie</5>.",
"app_selection_modal": { "app_selection_modal": {
@@ -21,7 +28,9 @@
"text": "Ste pripravení sa pridať?", "text": "Ste pripravení sa pridať?",
"title": "Vybrať aplikáciu" "title": "Vybrať aplikáciu"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "Váš webový prehliadač nepodporuje end-to-end šifrovanie médií. Podporované prehliadače sú Chrome, Safari, Firefox >=117", "browser_media_e2ee_unsupported": "Váš webový prehliadač nepodporuje end-to-end šifrovanie médií. Podporované prehliadače sú Chrome, Safari, Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Boli ste odpojení z hovoru", "body": "Boli ste odpojení z hovoru",
"create_account_button": "Vytvoriť účet", "create_account_button": "Vytvoriť účet",
@@ -35,22 +44,52 @@
}, },
"call_name": "Názov hovoru", "call_name": "Názov hovoru",
"common": { "common": {
"analytics": "",
"audio": "",
"avatar": "Obrázok", "avatar": "Obrázok",
"back": "",
"camera": "Kamera", "camera": "Kamera",
"display_name": "Zobrazované meno", "display_name": "Zobrazované meno",
"encrypted": "Šifrované", "encrypted": "Šifrované",
"error": "",
"home": "Domov", "home": "Domov",
"loading": "Načítanie…", "loading": "Načítanie…",
"microphone": "Mikrofón", "microphone": "Mikrofón",
"next": "",
"options": "",
"password": "Heslo", "password": "Heslo",
"preferences": "",
"profile": "Profil", "profile": "Profil",
"reaction": "",
"reactions": "",
"settings": "Nastavenia", "settings": "Nastavenia",
"something_went_wrong": "",
"unencrypted": "Nie je zašifrované", "unencrypted": "Nie je zašifrované",
"username": "Meno používateľa" "username": "Meno používateľa",
"video": ""
},
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
}, },
"disconnected_banner": "Spojenie so serverom sa stratilo.", "disconnected_banner": "Spojenie so serverom sa stratilo.",
"full_screen_view_description": "<0>Odoslanie záznamov ladenia nám pomôže nájsť problém.</0>", "full_screen_view_description": "<0>Odoslanie záznamov ladenia nám pomôže nájsť problém.</0>",
"full_screen_view_h1": "<0>Hups, niečo sa pokazilo.</0>", "full_screen_view_h1": "<0>Hups, niečo sa pokazilo.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "Ukončiť hovor", "hangup_button_label": "Ukončiť hovor",
"header_label": "Domov Element Call", "header_label": "Domov Element Call",
"header_participants_label": "Účastníci", "header_participants_label": "Účastníci",
@@ -66,15 +105,26 @@
"layout_grid_label": "Sieť", "layout_grid_label": "Sieť",
"layout_spotlight_label": "Stredobod", "layout_spotlight_label": "Stredobod",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "Pripojiť sa k hovoru", "join_button": "Pripojiť sa k hovoru",
"leave_button": "Späť k nedávnym" "leave_button": "Späť k nedávnym",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Prihlasovanie…", "logging_in": "Prihlasovanie…",
"login_auth_links": "<0>Vytvoriť konto</0> Alebo <2>Prihlásiť sa ako hosť</2>", "login_auth_links": "<0>Vytvoriť konto</0> Alebo <2>Prihlásiť sa ako hosť</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Prihlásiť sa", "login_title": "Prihlásiť sa",
"microphone_off": "Mikrofón vypnutý", "microphone_off": "Mikrofón vypnutý",
"microphone_on": "Mikrofón zapnutý", "microphone_on": "Mikrofón zapnutý",
"mute_microphone_button_label": "Stlmiť mikrofón", "mute_microphone_button_label": "Stlmiť mikrofón",
"participant_count_one": "",
"participant_count_few": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Opakovať odoslanie záznamov", "rageshake_button_error_caption": "Opakovať odoslanie záznamov",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Ďalší používateľ v tomto hovore má problém. Aby sme mohli lepšie diagnostikovať tieto problémy, chceli by sme získať záznam o ladení.", "body": "Ďalší používateľ v tomto hovore má problém. Aby sme mohli lepšie diagnostikovať tieto problémy, chceli by sme získať záznam o ladení.",
@@ -93,12 +143,16 @@
}, },
"register_auth_links": "<0>Už máte konto?</0><1><0>Prihláste sa</0> Alebo <2>Prihlásiť sa ako hosť</2></1>", "register_auth_links": "<0>Už máte konto?</0><1><0>Prihláste sa</0> Alebo <2>Prihlásiť sa ako hosť</2></1>",
"register_confirm_password_label": "Potvrdiť heslo", "register_confirm_password_label": "Potvrdiť heslo",
"register_heading": "",
"return_home_button": "Návrat na domovskú obrazovku", "return_home_button": "Návrat na domovskú obrazovku",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Kliknutím na \"Pripojiť sa k hovoru teraz\" súhlasíte s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>", "room_auth_view_eula_caption": "Kliknutím na \"Pripojiť sa k hovoru teraz\" súhlasíte s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>",
"screenshare_button_label": "Zdieľať obrazovku", "screenshare_button_label": "Zdieľať obrazovku",
"settings": { "settings": {
"developer_settings_label": "Nastavenia pre vývojárov", "audio_tab": {
"developer_settings_label_description": "Zobraziť nastavenia pre vývojárov v okne nastavení.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Vývojár", "developer_tab_title": "Vývojár",
"feedback_tab_body": "Ak máte problémy alebo jednoducho chcete poskytnúť spätnú väzbu, pošlite nám krátky popis nižšie.", "feedback_tab_body": "Ak máte problémy alebo jednoducho chcete poskytnúť spätnú väzbu, pošlite nám krátky popis nižšie.",
"feedback_tab_description_label": "Vaša spätná väzba", "feedback_tab_description_label": "Vaša spätná väzba",
@@ -106,20 +160,43 @@
"feedback_tab_send_logs_label": "Zahrnúť záznamy o ladení", "feedback_tab_send_logs_label": "Zahrnúť záznamy o ladení",
"feedback_tab_thank_you": "Ďakujeme, dostali sme vašu spätnú väzbu!", "feedback_tab_thank_you": "Ďakujeme, dostali sme vašu spätnú väzbu!",
"feedback_tab_title": "Spätná väzba", "feedback_tab_title": "Spätná väzba",
"more_tab_title": "Viac",
"opt_in_description": "<0></0><1></1>Súhlas môžete odvolať zrušením označenia tohto políčka. Ak práve prebieha hovor, toto nastavenie nadobudne platnosť po skončení hovoru.", "opt_in_description": "<0></0><1></1>Súhlas môžete odvolať zrušením označenia tohto políčka. Ak práve prebieha hovor, toto nastavenie nadobudne platnosť po skončení hovoru.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Reproduktor" "speaker_device_selection_label": "Reproduktor"
}, },
"star_rating_input_label_one": "{{count}} hviezdička", "star_rating_input_label_one": "{{count}} hviezdička",
"star_rating_input_label_few": "",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "{{count}} hviezdičiek", "star_rating_input_label_other": "{{count}} hviezdičiek",
"start_new_call": "Spustiť nový hovor", "start_new_call": "Spustiť nový hovor",
"start_video_button_label": "Spustiť video", "start_video_button_label": "Spustiť video",
"stop_screenshare_button_label": "Zdieľanie obrazovky", "stop_screenshare_button_label": "Zdieľanie obrazovky",
"stop_video_button_label": "Zastaviť video", "stop_video_button_label": "Zastaviť video",
"submitting": "Odosielanie…", "submitting": "Odosielanie…",
"switch_camera": "",
"unauthenticated_view_body": "Ešte nie ste zaregistrovaný? <2>Vytvorte si účet</2>", "unauthenticated_view_body": "Ešte nie ste zaregistrovaný? <2>Vytvorte si účet</2>",
"unauthenticated_view_eula_caption": "Kliknutím na tlačidlo \"Prejsť\" vyjadrujete súhlas s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>", "unauthenticated_view_eula_caption": "Kliknutím na tlačidlo \"Prejsť\" vyjadrujete súhlas s našou <2>Licenčnou zmluvou s koncovým používateľom (EULA)</2>",
"unauthenticated_view_login_button": "Prihláste sa do svojho konta", "unauthenticated_view_login_button": "Prihláste sa do svojho konta",
"unmute_microphone_button_label": "Zrušiť stlmenie mikrofónu", "unmute_microphone_button_label": "Zrušiť stlmenie mikrofónu",
"version": "Verzia: {{version}}" "version": "Verzia: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -1,7 +1,198 @@
{ {
"a11y": {
"user_menu": ""
},
"action": {
"close": "",
"copy_link": "",
"edit": "",
"go": "",
"invite": "",
"lower_hand": "",
"no": "",
"pick_reaction": "",
"raise_hand": "",
"register": "",
"remove": "",
"show_less": "",
"show_more": "",
"sign_in": "",
"sign_out": "",
"submit": "",
"upload_file": ""
},
"analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <6>Cookie Policy</6>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"headline": "{{displayName}}, ditt samtal har avslutats." "body": "You were disconnected from the call",
"create_account_button": "",
"create_account_prompt": "<0>Why not finish by setting up a password to keep your account?</0><1>You'll be able to keep your name and set an avatar for use on future calls</1>",
"feedback_done": "<0>Thanks for your feedback!</0>",
"feedback_prompt": "<0>We'd love to hear your feedback so we can improve your experience.</0>",
"headline": "{{displayName}}, ditt samtal har avslutats.",
"not_now_button": "",
"reconnect_button": "",
"survey_prompt": ""
},
"call_name": "",
"common": {
"analytics": "",
"audio": "",
"avatar": "",
"back": "",
"camera": "",
"display_name": "",
"encrypted": "",
"error": "",
"home": "",
"loading": "",
"microphone": "",
"next": "",
"options": "",
"password": "",
"preferences": "",
"profile": "",
"reaction": "",
"reactions": "",
"settings": "",
"something_went_wrong": "",
"unencrypted": "",
"username": "",
"video": ""
},
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"full_screen_view_h1": "<0>Oops, something's gone wrong.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": {
"join_button": "",
"text": "",
"title": ""
},
"layout_grid_label": "",
"layout_spotlight_label": "",
"lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "",
"leave_button": "",
"waiting_for_invite": ""
},
"log_in": "",
"logging_in": "",
"login_auth_links": "<0>Create an account</0> Or <2>Access as a guest</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": {
"body": "",
"title": ""
},
"rageshake_send_logs": "",
"rageshake_sending": "",
"rageshake_sending_logs": "",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "",
"recaptcha_not_loaded": "",
"register": {
"passwords_must_match": "",
"registering": ""
},
"register_auth_links": "<0>Already have an account?</0><1><0>Log in</0> Or <2>Access as a guest</2></1>",
"register_confirm_password_label": "",
"register_heading": "",
"return_home_button": "",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "",
"settings": {
"audio_tab": {
"effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "",
"feedback_tab_body": "",
"feedback_tab_description_label": "",
"feedback_tab_h4": "",
"feedback_tab_send_logs_label": "",
"feedback_tab_thank_you": "",
"feedback_tab_title": "",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": ""
}, },
"star_rating_input_label_one": "{{count}} stjärna", "star_rating_input_label_one": "{{count}} stjärna",
"star_rating_input_label_other": "{{count}} stjärnor" "star_rating_input_label_other": "{{count}} stjärnor",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "",
"switch_camera": "",
"unauthenticated_view_body": "Not registered yet? <2>Create an account</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "",
"unmute_microphone_button_label": "",
"version": "",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -1,44 +1,138 @@
{ {
"a11y": {
"user_menu": ""
},
"action": { "action": {
"close": "Kapat", "close": "Kapat",
"copy_link": "",
"edit": "",
"go": "Git", "go": "Git",
"invite": "",
"lower_hand": "",
"no": "Hayır", "no": "Hayır",
"pick_reaction": "",
"raise_hand": "",
"register": "Kaydol", "register": "Kaydol",
"remove": ıkar", "remove": ıkar",
"show_less": "",
"show_more": "",
"sign_in": "Gir", "sign_in": "Gir",
"sign_out": ık" "sign_out": ık",
"submit": "",
"upload_file": ""
}, },
"analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <6>Cookie Policy</6>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "Hesap aç", "create_account_button": "Hesap aç",
"create_account_prompt": "<0>Hesabınızı tutmak için niye bir parola açmıyorsunuz?</0><1>Böylece ileriki aramalarda adınızı ve avatarınızı kullanabileceksiniz</1>", "create_account_prompt": "<0>Hesabınızı tutmak için niye bir parola açmıyorsunuz?</0><1>Böylece ileriki aramalarda adınızı ve avatarınızı kullanabileceksiniz</1>",
"not_now_button": "Şimdi değil, ev ekranına dön" "feedback_done": "<0>Thanks for your feedback!</0>",
"feedback_prompt": "<0>We'd love to hear your feedback so we can improve your experience.</0>",
"headline": "",
"not_now_button": "Şimdi değil, ev ekranına dön",
"reconnect_button": "",
"survey_prompt": ""
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "Ses", "audio": "Ses",
"avatar": "",
"back": "",
"camera": "Kamera", "camera": "Kamera",
"display_name": "Ekran adı", "display_name": "Ekran adı",
"encrypted": "",
"error": "",
"home": "Ev", "home": "Ev",
"loading": "Yükleniyor…", "loading": "Yükleniyor…",
"microphone": "Mikrofon", "microphone": "Mikrofon",
"next": "",
"options": "",
"password": "Parola", "password": "Parola",
"settings": "Ayarlar" "preferences": "",
"profile": "",
"reaction": "",
"reactions": "",
"settings": "Ayarlar",
"something_went_wrong": "",
"unencrypted": "",
"username": "",
"video": ""
},
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Submitting debug logs will help us track down the problem.</0>",
"full_screen_view_h1": "<0>Oops, something's gone wrong.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
}, },
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "",
"text": "Bu arama zaten var, katılmak ister misiniz?", "text": "Bu arama zaten var, katılmak ister misiniz?",
"title": "Mevcut aramaya katıl?" "title": "Mevcut aramaya katıl?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "",
"lobby": { "lobby": {
"join_button": "Aramaya katıl" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Aramaya katıl",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Giriliyor…", "logging_in": "Giriliyor…",
"login_auth_links": "<0>Hesap oluştur</0> yahut <2>Konuk olarak gir</2>", "login_auth_links": "<0>Hesap oluştur</0> yahut <2>Konuk olarak gir</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Gir", "login_title": "Gir",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_one": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Bu aramadaki başka bir kullanıcı sorun yaşıyor. Sorunu daha iyi çözebilmemiz için hata ayıklama kütüğünü almak isteriz.", "body": "Bu aramadaki başka bir kullanıcı sorun yaşıyor. Sorunu daha iyi çözebilmemiz için hata ayıklama kütüğünü almak isteriz.",
"title": "Hata ayıklama kütük istemi" "title": "Hata ayıklama kütük istemi"
}, },
"rageshake_send_logs": "Hata ayıklama kütüğünü gönder", "rageshake_send_logs": "Hata ayıklama kütüğünü gönder",
"rageshake_sending": "Gönderiliyor…", "rageshake_sending": "Gönderiliyor…",
"rageshake_sending_logs": "",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "reCAPTCHA atlandı", "recaptcha_dismissed": "reCAPTCHA atlandı",
"recaptcha_not_loaded": "reCAPTCHA yüklenmedi", "recaptcha_not_loaded": "reCAPTCHA yüklenmedi",
"register": { "register": {
@@ -47,14 +141,58 @@
}, },
"register_auth_links": "<0>Mevcut hesabınız mı var?</0><1><0>Gir</0> yahut <2>Konuk girişi</2></1>", "register_auth_links": "<0>Mevcut hesabınız mı var?</0><1><0>Gir</0> yahut <2>Konuk girişi</2></1>",
"register_confirm_password_label": "Parolayı tekrar edin", "register_confirm_password_label": "Parolayı tekrar edin",
"register_heading": "",
"return_home_button": "Ev ekranına geri dön", "return_home_button": "Ev ekranına geri dön",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "Ekran paylaş", "screenshare_button_label": "Ekran paylaş",
"settings": { "settings": {
"audio_tab": {
"effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Geliştirici", "developer_tab_title": "Geliştirici",
"feedback_tab_body": "",
"feedback_tab_description_label": "",
"feedback_tab_h4": "Geri bildirim ver", "feedback_tab_h4": "Geri bildirim ver",
"feedback_tab_send_logs_label": "Hata ayıklama kütüğünü dahil et", "feedback_tab_send_logs_label": "Hata ayıklama kütüğünü dahil et",
"more_tab_title": "Daha" "feedback_tab_thank_you": "",
"feedback_tab_title": "",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": ""
}, },
"star_rating_input_label_one": "",
"star_rating_input_label_other": "",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "",
"switch_camera": "",
"unauthenticated_view_body": "Kaydolmadınız mı? <2>Hesap açın</2>", "unauthenticated_view_body": "Kaydolmadınız mı? <2>Hesap açın</2>",
"unauthenticated_view_login_button": "Hesabınıza girin" "unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "Hesabınıza girin",
"unmute_microphone_button_label": "",
"version": "",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,14 +5,21 @@
"action": { "action": {
"close": "Закрити", "close": "Закрити",
"copy_link": "Скопіювати посилання", "copy_link": "Скопіювати посилання",
"edit": "",
"go": "Далі", "go": "Далі",
"invite": "Запросити", "invite": "Запросити",
"lower_hand": "",
"no": "Ні", "no": "Ні",
"pick_reaction": "",
"raise_hand": "",
"register": "Зареєструватися", "register": "Зареєструватися",
"remove": "Вилучити", "remove": "Вилучити",
"show_less": "",
"show_more": "",
"sign_in": "Увійти", "sign_in": "Увійти",
"sign_out": "Вийти", "sign_out": "Вийти",
"submit": "Надіслати" "submit": "Надіслати",
"upload_file": ""
}, },
"analytics_notice": "Користуючись дочасним доступом, ви даєте згоду на збір анонімних даних, які ми використовуємо для вдосконалення продукту. Ви можете знайти більше інформації про те, які дані ми відстежуємо в нашій <2>Політиці Приватності</2> і нашій <5>Політиці про куки</5>.", "analytics_notice": "Користуючись дочасним доступом, ви даєте згоду на збір анонімних даних, які ми використовуємо для вдосконалення продукту. Ви можете знайти більше інформації про те, які дані ми відстежуємо в нашій <2>Політиці Приватності</2> і нашій <5>Політиці про куки</5>.",
"app_selection_modal": { "app_selection_modal": {
@@ -21,7 +28,9 @@
"text": "Готові приєднатися?", "text": "Готові приєднатися?",
"title": "Вибрати застосунок" "title": "Вибрати застосунок"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "Ваш браузер не підтримує наскрізне шифрування мультимедійних даних. Підтримувані браузери: Chrome, Safari, Firefox >=117", "browser_media_e2ee_unsupported": "Ваш браузер не підтримує наскрізне шифрування мультимедійних даних. Підтримувані браузери: Chrome, Safari, Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "Вас від'єднано від виклику", "body": "Вас від'єднано від виклику",
"create_account_button": "Створити обліковий запис", "create_account_button": "Створити обліковий запис",
@@ -35,24 +44,52 @@
}, },
"call_name": "Назва виклику", "call_name": "Назва виклику",
"common": { "common": {
"analytics": "",
"audio": "Звук", "audio": "Звук",
"avatar": "Аватар", "avatar": "Аватар",
"back": "",
"camera": "Камера", "camera": "Камера",
"display_name": "Псевдонім", "display_name": "Псевдонім",
"encrypted": "Зашифровано", "encrypted": "Зашифровано",
"error": "",
"home": "Домівка", "home": "Домівка",
"loading": "Завантаження…", "loading": "Завантаження…",
"microphone": "Мікрофон", "microphone": "Мікрофон",
"next": "",
"options": "",
"password": "Пароль", "password": "Пароль",
"preferences": "",
"profile": "Профіль", "profile": "Профіль",
"reaction": "",
"reactions": "",
"settings": "Налаштування", "settings": "Налаштування",
"something_went_wrong": "",
"unencrypted": "Не зашифровано", "unencrypted": "Не зашифровано",
"username": "Ім'я користувача", "username": "Ім'я користувача",
"video": "Відео" "video": "Відео"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "Втрачено зв'язок з сервером.", "disconnected_banner": "Втрачено зв'язок з сервером.",
"full_screen_view_description": "<0>Надсилання журналів налагодження допоможе нам виявити проблему.</0>", "full_screen_view_description": "<0>Надсилання журналів налагодження допоможе нам виявити проблему.</0>",
"full_screen_view_h1": "<0>Йой, щось пішло не за планом.</0>", "full_screen_view_h1": "<0>Йой, щось пішло не за планом.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "Завершити виклик", "hangup_button_label": "Завершити виклик",
"header_label": "Домівка Element Call", "header_label": "Домівка Element Call",
"header_participants_label": "Учасники", "header_participants_label": "Учасники",
@@ -68,15 +105,26 @@
"layout_grid_label": "Сітка", "layout_grid_label": "Сітка",
"layout_spotlight_label": "У центрі уваги", "layout_spotlight_label": "У центрі уваги",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "Приєднатися до виклику", "join_button": "Приєднатися до виклику",
"leave_button": "Повернутися до недавніх" "leave_button": "Повернутися до недавніх",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Вхід…", "logging_in": "Вхід…",
"login_auth_links": "<0>Створити обліковий запис</0> або <2>Отримати доступ як гість</2>", "login_auth_links": "<0>Створити обліковий запис</0> або <2>Отримати доступ як гість</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Увійти", "login_title": "Увійти",
"microphone_off": "Мікрофон вимкнено", "microphone_off": "Мікрофон вимкнено",
"microphone_on": "Мікрофон увімкнено", "microphone_on": "Мікрофон увімкнено",
"mute_microphone_button_label": "Вимкнути мікрофон", "mute_microphone_button_label": "Вимкнути мікрофон",
"participant_count_one": "",
"participant_count_few": "",
"participant_count_many": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "Повторити надсилання журналів", "rageshake_button_error_caption": "Повторити надсилання журналів",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Інший користувач у цьому виклику має проблему. Щоб краще визначити ці проблеми, ми хотіли б зібрати журнал налагодження.", "body": "Інший користувач у цьому виклику має проблему. Щоб краще визначити ці проблеми, ми хотіли б зібрати журнал налагодження.",
@@ -95,12 +143,16 @@
}, },
"register_auth_links": "<0>Уже маєте обліковий запис?</0><1><0>Увійти</0> Or <2>Отримати доступ як гість</2></1>", "register_auth_links": "<0>Уже маєте обліковий запис?</0><1><0>Увійти</0> Or <2>Отримати доступ як гість</2></1>",
"register_confirm_password_label": "Підтвердити пароль", "register_confirm_password_label": "Підтвердити пароль",
"register_heading": "",
"return_home_button": "Повернутися на екран домівки", "return_home_button": "Повернутися на екран домівки",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "Натискаючи \"Приєднатися до виклику зараз\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>", "room_auth_view_eula_caption": "Натискаючи \"Приєднатися до виклику зараз\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>",
"screenshare_button_label": "Поділитися екраном", "screenshare_button_label": "Поділитися екраном",
"settings": { "settings": {
"developer_settings_label": "Налаштування розробника", "audio_tab": {
"developer_settings_label_description": "Відкрийте налаштування розробника у вікні налаштувань.", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Розробнику", "developer_tab_title": "Розробнику",
"feedback_tab_body": "Якщо у вас виникли проблеми або ви просто хочете залишити відгук, надішліть нам короткий опис нижче.", "feedback_tab_body": "Якщо у вас виникли проблеми або ви просто хочете залишити відгук, надішліть нам короткий опис нижче.",
"feedback_tab_description_label": "Ваш відгук", "feedback_tab_description_label": "Ваш відгук",
@@ -108,20 +160,43 @@
"feedback_tab_send_logs_label": "Долучити журнали налагодження", "feedback_tab_send_logs_label": "Долучити журнали налагодження",
"feedback_tab_thank_you": "Дякуємо, ми отримали ваш відгук!", "feedback_tab_thank_you": "Дякуємо, ми отримали ваш відгук!",
"feedback_tab_title": "Відгук", "feedback_tab_title": "Відгук",
"more_tab_title": "Докладніше",
"opt_in_description": "<0></0><1></1>Ви можете відкликати згоду, прибравши цей прапорець. Якщо ви зараз розмовляєте, це налаштування застосується після завершення виклику.", "opt_in_description": "<0></0><1></1>Ви можете відкликати згоду, прибравши цей прапорець. Якщо ви зараз розмовляєте, це налаштування застосується після завершення виклику.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Динамік" "speaker_device_selection_label": "Динамік"
}, },
"star_rating_input_label_one": "{{count}} зірок", "star_rating_input_label_one": "{{count}} зірок",
"star_rating_input_label_few": "",
"star_rating_input_label_many": "",
"star_rating_input_label_other": "{{count}} зірок", "star_rating_input_label_other": "{{count}} зірок",
"start_new_call": "Розпочати новий виклик", "start_new_call": "Розпочати новий виклик",
"start_video_button_label": "Розпочати відео", "start_video_button_label": "Розпочати відео",
"stop_screenshare_button_label": "Презентація екрана", "stop_screenshare_button_label": "Презентація екрана",
"stop_video_button_label": "Зупинити відео", "stop_video_button_label": "Зупинити відео",
"submitting": "Надсилання…", "submitting": "Надсилання…",
"switch_camera": "",
"unauthenticated_view_body": "Ще не зареєстровані? <2>Створіть обліковий запис</2>", "unauthenticated_view_body": "Ще не зареєстровані? <2>Створіть обліковий запис</2>",
"unauthenticated_view_eula_caption": "Натискаючи \"Далі\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>", "unauthenticated_view_eula_caption": "Натискаючи \"Далі\", ви погоджуєтеся з нашою <2>Ліцензійною угодою з кінцевим користувачем (EULA)</2>",
"unauthenticated_view_login_button": "Увійдіть до свого облікового запису", "unauthenticated_view_login_button": "Увійдіть до свого облікового запису",
"unmute_microphone_button_label": "Увімкнути мікрофон", "unmute_microphone_button_label": "Увімкнути мікрофон",
"version": "Версія: {{version}}" "version": "Версія: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -1,51 +1,138 @@
{ {
"a11y": {
"user_menu": ""
},
"action": { "action": {
"close": "Đóng", "close": "Đóng",
"copy_link": "",
"edit": "",
"go": "",
"invite": "",
"lower_hand": "",
"no": "Không", "no": "Không",
"pick_reaction": "",
"raise_hand": "",
"register": "Đăng ký", "register": "Đăng ký",
"remove": "",
"show_less": "",
"show_more": "",
"sign_in": "Đăng nhập", "sign_in": "Đăng nhập",
"sign_out": "Đăng xuất", "sign_out": "Đăng xuất",
"submit": "Gửi" "submit": "Gửi",
"upload_file": ""
}, },
"analytics_notice": "By participating in this beta, you consent to the collection of anonymous data, which we use to improve the product. You can find more information about which data we track in our <2>Privacy Policy</2> and our <6>Cookie Policy</6>.",
"app_selection_modal": {
"continue_in_browser": "",
"open_in_app": "",
"text": "",
"title": ""
},
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "You were disconnected from the call",
"create_account_button": "Tạo tài khoản", "create_account_button": "Tạo tài khoản",
"create_account_prompt": "<0>Tại sao lại không hoàn thiện bằng cách đặt mật khẩu để giữ tài khoản của bạn?</0><1>Bạn sẽ có thể giữ tên và đặt ảnh đại diện cho những cuộc gọi tiếp theo.</1>", "create_account_prompt": "<0>Tại sao lại không hoàn thiện bằng cách đặt mật khẩu để giữ tài khoản của bạn?</0><1>Bạn sẽ có thể giữ tên và đặt ảnh đại diện cho những cuộc gọi tiếp theo.</1>",
"feedback_done": "<0>Cảm hơn vì đã phản hồi!</0>", "feedback_done": "<0>Cảm hơn vì đã phản hồi!</0>",
"feedback_prompt": "<0>Chúng tôi muốn nghe phản hồi của bạn để còn cải thiện trải nghiệm cho bạn.</0>", "feedback_prompt": "<0>Chúng tôi muốn nghe phản hồi của bạn để còn cải thiện trải nghiệm cho bạn.</0>",
"headline": "{{displayName}}, cuộc gọi đã kết thúc." "headline": "{{displayName}}, cuộc gọi đã kết thúc.",
"not_now_button": "",
"reconnect_button": "",
"survey_prompt": ""
}, },
"call_name": "",
"common": { "common": {
"analytics": "",
"audio": "Âm thanh", "audio": "Âm thanh",
"avatar": "Ảnh đại diện", "avatar": "Ảnh đại diện",
"back": "",
"camera": "Máy quay", "camera": "Máy quay",
"display_name": "Tên hiển thị", "display_name": "Tên hiển thị",
"encrypted": "",
"error": "",
"home": "",
"loading": "Đang tải…", "loading": "Đang tải…",
"microphone": "Micrô", "microphone": "Micrô",
"next": "",
"options": "",
"password": "Mật khẩu", "password": "Mật khẩu",
"preferences": "",
"profile": "Hồ sơ", "profile": "Hồ sơ",
"reaction": "",
"reactions": "",
"settings": "Cài đặt", "settings": "Cài đặt",
"something_went_wrong": "",
"unencrypted": "",
"username": "Tên người dùng", "username": "Tên người dùng",
"video": "Truyền hình" "video": "Truyền hình"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "",
"full_screen_view_description": "<0>Gửi nhật ký gỡ lỗi sẽ giúp chúng tôi theo dõi vấn đề.</0>", "full_screen_view_description": "<0>Gửi nhật ký gỡ lỗi sẽ giúp chúng tôi theo dõi vấn đề.</0>",
"full_screen_view_h1": "<0>Ối, có cái gì đó sai.</0>", "full_screen_view_h1": "<0>Ối, có cái gì đó sai.</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "",
"header_label": "",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "Vâng, tham gia cuộc gọi", "join_button": "Vâng, tham gia cuộc gọi",
"text": "Cuộc gọi đã tồn tại, bạn có muốn tham gia không?", "text": "Cuộc gọi đã tồn tại, bạn có muốn tham gia không?",
"title": "Tham gia cuộc gọi?" "title": "Tham gia cuộc gọi?"
}, },
"layout_grid_label": "",
"layout_spotlight_label": "Tiêu điểm", "layout_spotlight_label": "Tiêu điểm",
"lobby": { "lobby": {
"join_button": "Tham gia cuộc gọi" "ask_to_join": "",
"join_as_guest": "",
"join_button": "Tham gia cuộc gọi",
"leave_button": "",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "Đang đăng nhập…", "logging_in": "Đang đăng nhập…",
"login_auth_links": "<0>Tạo tài khoản</0> Hay <2>Tham gia dưới tên khác</2>", "login_auth_links": "<0>Tạo tài khoản</0> Hay <2>Tham gia dưới tên khác</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "Đăng nhập", "login_title": "Đăng nhập",
"microphone_off": "",
"microphone_on": "",
"mute_microphone_button_label": "",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "Một người dùng khác trong cuộc gọi đang gặp vấn đề. Để có thể chẩn đoán tốt hơn chúng tôi muốn thu thập nhật ký gỡ lỗi.", "body": "Một người dùng khác trong cuộc gọi đang gặp vấn đề. Để có thể chẩn đoán tốt hơn chúng tôi muốn thu thập nhật ký gỡ lỗi.",
"title": "Yêu cầu nhật ký gỡ lỗi" "title": "Yêu cầu nhật ký gỡ lỗi"
}, },
"rageshake_send_logs": "",
"rageshake_sending": "Đang gửi…", "rageshake_sending": "Đang gửi…",
"rageshake_sending_logs": "",
"rageshake_sent": "",
"recaptcha_caption": "This site is protected by ReCAPTCHA and the Google <2>Privacy Policy</2> and <6>Terms of Service</6> apply.<9></9>By clicking \"Register\", you agree to our <12>End User Licensing Agreement (EULA)</12>",
"recaptcha_dismissed": "",
"recaptcha_not_loaded": "Chưa tải được Recaptcha", "recaptcha_not_loaded": "Chưa tải được Recaptcha",
"register": { "register": {
"passwords_must_match": "Mật khẩu phải khớp", "passwords_must_match": "Mật khẩu phải khớp",
@@ -53,19 +140,57 @@
}, },
"register_auth_links": "<0>Đã có tài khoản?</0><1><0>Đăng nhập</0> Hay <2>Tham gia dưới tên Khách</2></1>", "register_auth_links": "<0>Đã có tài khoản?</0><1><0>Đăng nhập</0> Hay <2>Tham gia dưới tên Khách</2></1>",
"register_confirm_password_label": "Xác nhận mật khẩu", "register_confirm_password_label": "Xác nhận mật khẩu",
"register_heading": "",
"return_home_button": "",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "By clicking \"Join call now\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"screenshare_button_label": "Chia sẻ màn hình", "screenshare_button_label": "Chia sẻ màn hình",
"settings": { "settings": {
"developer_settings_label": "Cài đặt phát triển", "audio_tab": {
"effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "Nhà phát triển", "developer_tab_title": "Nhà phát triển",
"feedback_tab_body": "",
"feedback_tab_description_label": "Phản hồi của bạn", "feedback_tab_description_label": "Phản hồi của bạn",
"feedback_tab_h4": "Gửi phản hồi", "feedback_tab_h4": "Gửi phản hồi",
"feedback_tab_send_logs_label": "Kèm theo nhật ký gỡ lỗi", "feedback_tab_send_logs_label": "Kèm theo nhật ký gỡ lỗi",
"feedback_tab_thank_you": "Cảm ơn, chúng tôi đã nhận được phản hồi!", "feedback_tab_thank_you": "Cảm ơn, chúng tôi đã nhận được phản hồi!",
"feedback_tab_title": "Phản hồi", "feedback_tab_title": "Phản hồi",
"opt_in_description": "<0></0><1></1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "Loa" "speaker_device_selection_label": "Loa"
}, },
"star_rating_input_label_other": "",
"start_new_call": "",
"start_video_button_label": "",
"stop_screenshare_button_label": "",
"stop_video_button_label": "",
"submitting": "Đang gửi…", "submitting": "Đang gửi…",
"switch_camera": "",
"unauthenticated_view_body": "Chưa đăng ký? <2>Tạo tài khoản</2>", "unauthenticated_view_body": "Chưa đăng ký? <2>Tạo tài khoản</2>",
"unauthenticated_view_eula_caption": "By clicking \"Go\", you agree to our <2>End User Licensing Agreement (EULA)</2>",
"unauthenticated_view_login_button": "Đăng nhập vào tài khoản của bạn", "unauthenticated_view_login_button": "Đăng nhập vào tài khoản của bạn",
"version": "Phiên bản: {{version}}" "unmute_microphone_button_label": "",
"version": "Phiên bản: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -4,13 +4,22 @@
}, },
"action": { "action": {
"close": "关闭", "close": "关闭",
"copy_link": "",
"edit": "",
"go": "开始", "go": "开始",
"invite": "",
"lower_hand": "",
"no": "否", "no": "否",
"pick_reaction": "",
"raise_hand": "",
"register": "注册", "register": "注册",
"remove": "移除", "remove": "移除",
"show_less": "",
"show_more": "",
"sign_in": "登录", "sign_in": "登录",
"sign_out": "登出", "sign_out": "登出",
"submit": "提交" "submit": "提交",
"upload_file": ""
}, },
"analytics_notice": "参与测试即表示您同意我们收集匿名数据,用于改进产品。您可以在我们的<2>隐私政策</2>和<5>Cookie政策</5>中找到有关我们跟踪哪些数据以及更多信息。", "analytics_notice": "参与测试即表示您同意我们收集匿名数据,用于改进产品。您可以在我们的<2>隐私政策</2>和<5>Cookie政策</5>中找到有关我们跟踪哪些数据以及更多信息。",
"app_selection_modal": { "app_selection_modal": {
@@ -19,7 +28,9 @@
"text": "准备好加入了吗?", "text": "准备好加入了吗?",
"title": "选择应用程序" "title": "选择应用程序"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "您的浏览器不支持媒体端对端加密。支持的浏览器有 Chrome、Safari、Firefox >=117", "browser_media_e2ee_unsupported": "您的浏览器不支持媒体端对端加密。支持的浏览器有 Chrome、Safari、Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "通话已中断", "body": "通话已中断",
"create_account_button": "创建账户", "create_account_button": "创建账户",
@@ -33,26 +44,59 @@
}, },
"call_name": "通话名称", "call_name": "通话名称",
"common": { "common": {
"analytics": "",
"audio": "音频", "audio": "音频",
"avatar": "头像", "avatar": "头像",
"back": "",
"camera": "摄像头", "camera": "摄像头",
"display_name": "显示名称", "display_name": "显示名称",
"encrypted": "已加密", "encrypted": "已加密",
"error": "",
"home": "主页", "home": "主页",
"loading": "加载中……", "loading": "加载中……",
"microphone": "麦克风", "microphone": "麦克风",
"next": "",
"options": "",
"password": "密码", "password": "密码",
"preferences": "",
"profile": "个人信息", "profile": "个人信息",
"reaction": "",
"reactions": "",
"settings": "设置", "settings": "设置",
"something_went_wrong": "",
"unencrypted": "未加密", "unencrypted": "未加密",
"username": "用户名", "username": "用户名",
"video": "视频" "video": "视频"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "与服务器的连接中断。", "disconnected_banner": "与服务器的连接中断。",
"full_screen_view_description": "<0>提交日志以帮助我们修复问题。</0>", "full_screen_view_description": "<0>提交日志以帮助我们修复问题。</0>",
"full_screen_view_h1": "<0>哎哟,出问题了。</0>", "full_screen_view_h1": "<0>哎哟,出问题了。</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "通话结束", "hangup_button_label": "通话结束",
"header_label": "Element Call主页", "header_label": "Element Call主页",
"header_participants_label": "",
"invite_modal": {
"link_copied_toast": "",
"title": ""
},
"join_existing_call_modal": { "join_existing_call_modal": {
"join_button": "是,加入通话", "join_button": "是,加入通话",
"text": "该通话已存在,你想加入吗?", "text": "该通话已存在,你想加入吗?",
@@ -61,15 +105,23 @@
"layout_grid_label": "网格", "layout_grid_label": "网格",
"layout_spotlight_label": "聚焦模式", "layout_spotlight_label": "聚焦模式",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "加入通话", "join_button": "加入通话",
"leave_button": "返回最近通话" "leave_button": "返回最近通话",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "登录中……", "logging_in": "登录中……",
"login_auth_links": "<0>创建账户</0> Or <2>以访客身份继续</2>", "login_auth_links": "<0>创建账户</0> Or <2>以访客身份继续</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "登录", "login_title": "登录",
"microphone_off": "麦克风关闭", "microphone_off": "麦克风关闭",
"microphone_on": "麦克风开启", "microphone_on": "麦克风开启",
"mute_microphone_button_label": "静音麦克风", "mute_microphone_button_label": "静音麦克风",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "重传日志", "rageshake_button_error_caption": "重传日志",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "这个通话中的另一个用户出现了问题。为了更好地诊断这些问题,我们想收集调试日志。", "body": "这个通话中的另一个用户出现了问题。为了更好地诊断这些问题,我们想收集调试日志。",
@@ -88,12 +140,16 @@
}, },
"register_auth_links": "<0>已有账户?</0><1><0>登录</0> Or <2>以访客身份继续</2></1>", "register_auth_links": "<0>已有账户?</0><1><0>登录</0> Or <2>以访客身份继续</2></1>",
"register_confirm_password_label": "确认密码", "register_confirm_password_label": "确认密码",
"register_heading": "",
"return_home_button": "返回主页", "return_home_button": "返回主页",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "点击 \"加入通话\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>", "room_auth_view_eula_caption": "点击 \"加入通话\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>",
"screenshare_button_label": "屏幕共享", "screenshare_button_label": "屏幕共享",
"settings": { "settings": {
"developer_settings_label": "开发者设置", "audio_tab": {
"developer_settings_label_description": "在设置中显示开发者设置。", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "开发者", "developer_tab_title": "开发者",
"feedback_tab_body": "如果遇到问题或想提供一些反馈意见,请在下面向我们发送简短描述。", "feedback_tab_body": "如果遇到问题或想提供一些反馈意见,请在下面向我们发送简短描述。",
"feedback_tab_description_label": "您的反馈", "feedback_tab_description_label": "您的反馈",
@@ -101,8 +157,18 @@
"feedback_tab_send_logs_label": "包含调试日志", "feedback_tab_send_logs_label": "包含调试日志",
"feedback_tab_thank_you": "谢谢,我们收到了反馈!", "feedback_tab_thank_you": "谢谢,我们收到了反馈!",
"feedback_tab_title": "反馈", "feedback_tab_title": "反馈",
"more_tab_title": "更多",
"opt_in_description": "<0></0><1></1>您可以取消选中复选框来撤回同意。如果正在通话中,此设置将在通话结束时生效。", "opt_in_description": "<0></0><1></1>您可以取消选中复选框来撤回同意。如果正在通话中,此设置将在通话结束时生效。",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "发言人" "speaker_device_selection_label": "发言人"
}, },
"star_rating_input_label_one": "{{count}} 个星", "star_rating_input_label_one": "{{count}} 个星",
@@ -112,9 +178,20 @@
"stop_screenshare_button_label": "屏幕共享", "stop_screenshare_button_label": "屏幕共享",
"stop_video_button_label": "停止视频", "stop_video_button_label": "停止视频",
"submitting": "提交中…", "submitting": "提交中…",
"switch_camera": "",
"unauthenticated_view_body": "还没有注册? <2>创建账户<2>", "unauthenticated_view_body": "还没有注册? <2>创建账户<2>",
"unauthenticated_view_eula_caption": "点击 \"开始\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>", "unauthenticated_view_eula_caption": "点击 \"开始\",即表示您同意我们的<2>最终用户许可协议 (EULA)</2>",
"unauthenticated_view_login_button": "登录你的账户", "unauthenticated_view_login_button": "登录你的账户",
"unmute_microphone_button_label": "取消麦克风静音", "unmute_microphone_button_label": "取消麦克风静音",
"version": "版本:{{version}}" "version": "版本:{{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }

View File

@@ -5,14 +5,21 @@
"action": { "action": {
"close": "關閉", "close": "關閉",
"copy_link": "複製連結", "copy_link": "複製連結",
"edit": "",
"go": "前往", "go": "前往",
"invite": "邀請", "invite": "邀請",
"lower_hand": "",
"no": "否", "no": "否",
"pick_reaction": "",
"raise_hand": "",
"register": "註冊", "register": "註冊",
"remove": "移除", "remove": "移除",
"show_less": "",
"show_more": "",
"sign_in": "登入", "sign_in": "登入",
"sign_out": "登出", "sign_out": "登出",
"submit": "遞交" "submit": "遞交",
"upload_file": ""
}, },
"analytics_notice": "參與此測試版即表示您同意蒐集匿名資料,我們使用這些資料來改進產品。您可以在我們的<2>隱私政策</2>與我們的 <5>Cookie 政策</5> 中找到關於我們追蹤哪些資料的更多資訊。", "analytics_notice": "參與此測試版即表示您同意蒐集匿名資料,我們使用這些資料來改進產品。您可以在我們的<2>隱私政策</2>與我們的 <5>Cookie 政策</5> 中找到關於我們追蹤哪些資料的更多資訊。",
"app_selection_modal": { "app_selection_modal": {
@@ -21,7 +28,9 @@
"text": "準備好加入了?", "text": "準備好加入了?",
"title": "選取應用程式" "title": "選取應用程式"
}, },
"application_opened_another_tab": "",
"browser_media_e2ee_unsupported": "您的網路瀏覽器不支援媒體端到端加密。支援的瀏覽器包含了 Chrome、Safari、Firefox >=117", "browser_media_e2ee_unsupported": "您的網路瀏覽器不支援媒體端到端加密。支援的瀏覽器包含了 Chrome、Safari、Firefox >=117",
"browser_media_e2ee_unsupported_heading": "",
"call_ended_view": { "call_ended_view": {
"body": "您已從通話斷線", "body": "您已從通話斷線",
"create_account_button": "建立帳號", "create_account_button": "建立帳號",
@@ -35,24 +44,52 @@
}, },
"call_name": "通話名稱", "call_name": "通話名稱",
"common": { "common": {
"analytics": "",
"audio": "語音", "audio": "語音",
"avatar": "大頭照", "avatar": "大頭照",
"back": "",
"camera": "相機", "camera": "相機",
"display_name": "顯示名稱", "display_name": "顯示名稱",
"encrypted": "已加密", "encrypted": "已加密",
"error": "",
"home": "首頁", "home": "首頁",
"loading": "載入中…", "loading": "載入中…",
"microphone": "麥克風", "microphone": "麥克風",
"next": "",
"options": "",
"password": "密碼", "password": "密碼",
"preferences": "",
"profile": "個人檔案", "profile": "個人檔案",
"reaction": "",
"reactions": "",
"settings": "設定", "settings": "設定",
"something_went_wrong": "",
"unencrypted": "未加密", "unencrypted": "未加密",
"username": "使用者名稱", "username": "使用者名稱",
"video": "視訊" "video": "視訊"
}, },
"developer_mode": {
"crypto_version": "",
"debug_tile_layout_label": "",
"device_id": "",
"duplicate_tiles_label": "",
"hostname": "",
"matrix_id": ""
},
"disconnected_banner": "到伺服器的連線已遺失。", "disconnected_banner": "到伺服器的連線已遺失。",
"full_screen_view_description": "<0>送出除錯紀錄,可幫助我們修正問題。</0>", "full_screen_view_description": "<0>送出除錯紀錄,可幫助我們修正問題。</0>",
"full_screen_view_h1": "<0>喔喔,有些地方怪怪的。</0>", "full_screen_view_h1": "<0>喔喔,有些地方怪怪的。</0>",
"group_call_loader": {
"banned_body": "",
"banned_heading": "",
"call_ended_body": "",
"call_ended_heading": "",
"failed_heading": "",
"failed_text": "",
"knock_reject_body": "",
"knock_reject_heading": "",
"reason": ""
},
"hangup_button_label": "結束通話", "hangup_button_label": "結束通話",
"header_label": "Element Call 首頁", "header_label": "Element Call 首頁",
"header_participants_label": "參與者", "header_participants_label": "參與者",
@@ -68,15 +105,23 @@
"layout_grid_label": "網格", "layout_grid_label": "網格",
"layout_spotlight_label": "聚焦", "layout_spotlight_label": "聚焦",
"lobby": { "lobby": {
"ask_to_join": "",
"join_as_guest": "",
"join_button": "加入通話", "join_button": "加入通話",
"leave_button": "回到最近的通話" "leave_button": "回到最近的通話",
"waiting_for_invite": ""
}, },
"log_in": "",
"logging_in": "登入中…", "logging_in": "登入中…",
"login_auth_links": "<0>建立帳號</0> 或<2>以訪客身份登入</2>", "login_auth_links": "<0>建立帳號</0> 或<2>以訪客身份登入</2>",
"login_auth_links_prompt": "",
"login_subheading": "",
"login_title": "登入", "login_title": "登入",
"microphone_off": "麥克風關閉", "microphone_off": "麥克風關閉",
"microphone_on": "麥克風開啟", "microphone_on": "麥克風開啟",
"mute_microphone_button_label": "將麥克風靜音", "mute_microphone_button_label": "將麥克風靜音",
"participant_count_other": "",
"qr_code": "",
"rageshake_button_error_caption": "重試傳送紀錄檔", "rageshake_button_error_caption": "重試傳送紀錄檔",
"rageshake_request_modal": { "rageshake_request_modal": {
"body": "這通對話中的另一位使用者遇到了某些問題。為了診斷問題,我們將會建立除錯紀錄。", "body": "這通對話中的另一位使用者遇到了某些問題。為了診斷問題,我們將會建立除錯紀錄。",
@@ -95,12 +140,16 @@
}, },
"register_auth_links": "<0>已經有帳號?</0><1><0>登入</0> 或<2>以訪客身份登入</2></1>", "register_auth_links": "<0>已經有帳號?</0><1><0>登入</0> 或<2>以訪客身份登入</2></1>",
"register_confirm_password_label": "確認密碼", "register_confirm_password_label": "確認密碼",
"register_heading": "",
"return_home_button": "回到首頁", "return_home_button": "回到首頁",
"room_auth_view_continue_button": "",
"room_auth_view_eula_caption": "點擊「立刻加入通話」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>", "room_auth_view_eula_caption": "點擊「立刻加入通話」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>",
"screenshare_button_label": "分享畫面", "screenshare_button_label": "分享畫面",
"settings": { "settings": {
"developer_settings_label": "開發者設定", "audio_tab": {
"developer_settings_label_description": "在設定視窗中顯示開發者設定。", "effect_volume_description": "",
"effect_volume_label": ""
},
"developer_tab_title": "開發者", "developer_tab_title": "開發者",
"feedback_tab_body": "若您遇到問題或只是想提供一些回饋,請在下方傳送簡短說明給我們。", "feedback_tab_body": "若您遇到問題或只是想提供一些回饋,請在下方傳送簡短說明給我們。",
"feedback_tab_description_label": "您的回饋", "feedback_tab_description_label": "您的回饋",
@@ -108,8 +157,18 @@
"feedback_tab_send_logs_label": "包含除錯紀錄", "feedback_tab_send_logs_label": "包含除錯紀錄",
"feedback_tab_thank_you": "感謝,我們已經收到您的回饋了!", "feedback_tab_thank_you": "感謝,我們已經收到您的回饋了!",
"feedback_tab_title": "回饋", "feedback_tab_title": "回饋",
"more_tab_title": "更多",
"opt_in_description": "<0></0><1></1>您可以透過取消核取此方塊來撤回同意。若您目前正在通話中,此設定將在通話結束時生效。", "opt_in_description": "<0></0><1></1>您可以透過取消核取此方塊來撤回同意。若您目前正在通話中,此設定將在通話結束時生效。",
"preferences_tab": {
"developer_mode_label": "",
"developer_mode_label_description": "",
"reactions_play_sound_description": "",
"reactions_play_sound_label": "",
"reactions_show_description": "",
"reactions_show_label": ""
},
"preferences_tab_body": "",
"preferences_tab_show_hand_raised_timer_description": "",
"preferences_tab_show_hand_raised_timer_label": "",
"speaker_device_selection_label": "發言者" "speaker_device_selection_label": "發言者"
}, },
"star_rating_input_label_one": "{{count}} 個星星", "star_rating_input_label_one": "{{count}} 個星星",
@@ -119,9 +178,20 @@
"stop_screenshare_button_label": "分享畫面", "stop_screenshare_button_label": "分享畫面",
"stop_video_button_label": "停止影片", "stop_video_button_label": "停止影片",
"submitting": "正在遞交……", "submitting": "正在遞交……",
"switch_camera": "",
"unauthenticated_view_body": "還沒註冊嗎?<2>建立帳號</2>", "unauthenticated_view_body": "還沒註冊嗎?<2>建立帳號</2>",
"unauthenticated_view_eula_caption": "點擊「前往」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>", "unauthenticated_view_eula_caption": "點擊「前往」即表示您同意我們的<2>終端使用者授權協議 (EULA)</2>",
"unauthenticated_view_login_button": "登入您的帳號", "unauthenticated_view_login_button": "登入您的帳號",
"unmute_microphone_button_label": "將麥克風取消靜音", "unmute_microphone_button_label": "將麥克風取消靜音",
"version": "版本: {{version}}" "version": "版本: {{version}}",
"video_tile": {
"always_show": "",
"change_fit_contain": "",
"collapse": "",
"expand": "",
"mute_for_me": "",
"muted_for_me": "",
"volume": "",
"waiting_for_media": ""
}
} }