diff --git a/Gruntfile.js b/Gruntfile.js index 1a2c97881..89198dff0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -49,22 +49,28 @@ module.exports = function(grunt) { }, replace: { version: { - src: [ 'build/jsxc.lib.js', 'build/lib/translation.json' ], + src: [ 'build/jsxc.lib.js' ], overwrite: true, replacements: [ { from: '< $ app.version $ >', to: "<%= app.version %>" - }, - { - from: '{"de"', - to: 'var I18next = {"de"' - }, - { - from: '}}}', - to: '}}};' } ] + }, + locales: { + src: [ 'build/lib/translation.json' ], + overwrite: true, + replacements: [ + { + from: /^{/g, + to: 'var I18next = {' + }, + { + from: /}$/g, + to: '};' + } + ] } }, merge_data: { diff --git a/locales/de.json b/locales/de.json index e47778cd8..3ddd9453f 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,171 +1,172 @@ -{"translation": { - "Logging_in": "Login läuft…", - "your_connection_is_unencrypted": "Deine Verbindung ist UNverschlüsselt.", - "your_connection_is_encrypted": "Deine Verbindung ist verschlüsselt.", - "your_buddy_closed_the_private_connection": "Dein Freund hat die private Verbindung getrennt.", - "start_private": "Privat starten", - "close_private": "Privat abbrechen", - "your_buddy_is_verificated": "Dein Freund ist verifiziert.", - "you_have_only_a_subscription_in_one_way": "Die Freundschaft ist nur einseitig.", - "authentication_query_sent": "Authentifizierungsanfrage gesendet.", - "your_message_wasnt_send_please_end_your_private_conversation": "Deine Nachricht wurde nicht gesendet. Bitte beende die private Konversation.", - "unencrypted_message_received": "Unverschlüsselte Nachricht erhalten.", - "your_message_wasnt_send_because_you_have_no_valid_subscription": "Deine Nachricht wurde nicht gesandt, da die Freundschaft einseitig ist.", - "not_available": "Nicht verfügbar.", - "no_connection": "Keine Verbindung.", - "relogin": "Neu anmelden.", - "trying_to_start_private_conversation": "Versuche private Konversation zu starten.", - "Verified": "Verifiziert", - "Unverified": "Unverifiziert", - "private_conversation_started": "Private Konversation gestartet.", - "private_conversation_aborted": "Private Konversation abgebrochen.", - "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Dein Freund hat die private Konversation beendet. Das solltest du auch tun!", - "conversation_is_now_verified": "Konversation ist jetzt verifiziert", - "authentication_failed": "Authentifizierung fehlgeschlagen.", - "your_buddy_is_attempting_to_determine_": "Dein Freund versucht herauszufinden ob er wirklich mit dir redet.", - "to_authenticate_to_your_buddy": "Um dich gegenüber deinem Freund zu verifizieren ", - "enter_the_answer_and_click_answer": "gib die Antwort ein und klick auf Antworten.", - "enter_the_secret": "gib das Geheimnis ein.", - "Creating_your_private_key_": "Wir werden jetzt deinen privaten Schlüssel generieren. Das kann einige Zeit in Anspruch nehmen.", - "Authenticating_a_buddy_helps_": "Einen Freund zu authentifizieren hilft sicher zustellen, dass die Person mit der du sprichst auch die ist die sie sagt.", - "How_do_you_want_to_authenticate_your_buddy": "Wie willst du {{bid_name}} ({{bid_jid}}) authentifizieren?", - "Select_method": "Wähle...", - "Manual": "Manual", - "Question": "Frage", - "Secret": "Geheimnis", - "To_verify_the_fingerprint_": "Um den Fingerprint zu verifizieren kontaktiere dein Freund über einen anderen Kommunikationsweg. Zum Beispiel per Telefonanruf.", - "Your_fingerprint": "Dein Fingerprint", - "Buddy_fingerprint": "Sein/Ihr Fingerprint", - "Close": "Schließen", - "Compared": "Verglichen", - "To_authenticate_using_a_question_": "Um die Authentifizierung per Frage durchzuführen, wähle eine Frage bei welcher nur dein Freund die Antwort weiß.", - "Ask": "Frage", - "To_authenticate_pick_a_secret_": "Um deinen Freund zu authentifizieren, wähle ein Geheimnis welches nur deinem Freund und dir bekannt ist.", - "Compare": "Vergleiche", - "Fingerprints": "Fingerprints", - "Authentication": "Authentifizierung", - "Message": "Nachricht", - "Add_buddy": "Freund hinzufügen", - "rename_buddy": "Freund umbenennen", - "delete_buddy": "Freund löschen", - "Login": "Anmeldung", - "Username": "Benutzername", - "Password": "Passwort", - "Cancel": "Abbrechen", - "Connect": "Verbinden", - "Type_in_the_full_username_": "Gib bitte den vollen Benutzernamen und optional ein Alias an.", - "Alias": "Alias", - "Add": "Hinzufügen", - "Subscription_request": "Freundschaftsanfrage", - "You_have_a_request_from": "Du hast eine Anfrage von", - "Deny": "Ablehnen", - "Approve": "Bestätigen", - "Remove_buddy": "Freund entfernen", - "You_are_about_to_remove_": "Du bist gerade dabei {{bid_name}} ({{bid_jid}}) von deiner Kontaktliste zu entfernen. Alle Chats werden geschlossen.", - "Continue_without_chat": "Weiter ohne Chat", - "Please_wait": "Bitte warten", - "Login_failed": "Chat-Anmeldung fehlgeschlagen", - "Sorry_we_cant_authentikate_": "Der Chatserver hat die Anmeldung abgelehnt. Falsches Passwort?", - "Retry": "Zurück", - "clear_history": "Lösche Verlauf", - "New_message_from": "Neue Nachricht von", - "Should_we_notify_you_": "Sollen wir dich in Zukunft über eingehende Nachrichten informieren, auch wenn dieser Tab nicht im Vordergrund ist?", - "Please_accept_": "Bitte klick auf den \"Zulassen\" Button oben.", - "Menu": "Menü", - "Hide_offline": "Offline ausblenden", - "Show_offline": "Offline einblenden", - "About": "Über", - "dnd": "Beschäftigt", - "Mute": "Ton aus", - "Unmute": "Ton an", - "Subscription": "Bezug", - "both": "beidseitig", - "Status": "Status", - "online": "online", - "chat": "chat", - "away": "abwesend", - "xa": "länger abwesend", - "offline": "offline", - "none": "keine", - "Unknown_instance_tag": "Unbekannter instance tag.", - "Not_one_of_our_latest_keys": "Nicht einer unserer letzten Schlüssel.", - "Received_an_unreadable_encrypted_message": "Eine unlesbare verschlüsselte Nachricht erhalten.", - "Online": "Online", - "Chatty": "Gesprächig", - "Away": "Abwesend", - "Extended_away": "Länger abwesend", - "Offline": "Offline", - "Friendship_request": "Freundschaftsanfrage", - "Confirm": "Bestätigen", - "Dismiss": "Ablehnen", - "Remove": "Löschen", - "Online_help": "Online Hilfe", - "FN": "Name", - "N": " ", - "FAMILY": "Familienname", - "GIVEN": "Vorname", - "NICKNAME": "Spitzname", - "URL": "URL", - "ADR": "Adresse", - "STREET": "Straße", - "EXTADD": "Zusätzliche Adresse", - "LOCALITY": "Ortschaft", - "REGION": "Region", - "PCODE": "Postleitzahl", - "CTRY": "Land", - "TEL": "Telefon", - "NUMBER": "Nummer", - "EMAIL": "E-Mail", - "USERID": " ", - "ORG": "Organisation", - "ORGNAME": "Name", - "ORGUNIT": "Abteilung", - "TITLE": "Titel", - "ROLE": "Rolle", - "BDAY": "Geburtstag", - "DESC": "Beschreibung", - "PHOTO": " ", - "send_message": "Sende Nachricht", - "get_info": "Benutzerinformationen", - "Settings": "Einstellungen", - "Priority": "Priorität", - "Save": "Speichern", - "User_settings": "Benutzereinstellungen", - "A_fingerprint_": "Ein Fingerabdruck wird dazu benutzt deinen Gesprächspartner zu identifizieren.", - "Your_roster_is_empty_add_a": "Deine Freundesliste ist leer, füge einen neuen Freund ", - "new_buddy": "hinzu", - "is": "ist", - "Login_options": "Anmeldeoptionen", - "BOSH_url": "BOSH url", - "Domain": "Domain", - "Resource": "Ressource", - "On_login": "Beim Anmelden", - "Received_an_unencrypted_message": "Unverschlüsselte Nachricht empfangen", - "Sorry_your_buddy_doesnt_provide_any_information": "Dein Freund stellt leider keine Informationen bereit.", - "Info_about": "Info über", - "Authentication_aborted": "Authentifizierung abgebrochen.", - "Authentication_request_received": "Authentifizierunganfrage empfangen.", - "Log_in_without_chat": "Anmelden ohne Chat", - "Do_you_want_to_display_them": "Möchtest du sie sehen?", - "has_come_online": "ist online gekommen", - "Unknown_sender": "Unbekannter Sender", - "You_received_a_message_from_an_unknown_sender": "Du hast eine Nachricht von einem unbekannten Sender erhalten", - "Please_allow_access_to_microphone_and_camera": "Bitte klick auf den \"Zulassen\" Button oben, um den Zugriff auf Kamera und Mikrofon zu erlauben.", - "Incoming_call": "Eingehender Anruf", - "from": "von", - "Do_you_want_to_accept_the_call_from": "Möchtest Du den Anruf annehmen von", - "Reject": "Ablehnen", - "Accept": "Annehmen", - "hang_up": "Auflegen", - "snapshot": "Schnappschuss", - "mute_my_audio": "Mein Ton aus", - "pause_my_video": "Mein Video pausieren", - "fullscreen": "Vollbild", - "Info": "Info", - "Local_IP": "Lokale IP", - "Remote_IP": "Remote IP", - "Local_Fingerprint": "Lokaler Fingerprint", - "Remote_Fingerprint": "Remote Fingerprint", - "Video_call_not_possible": "Videoanruf nicht verfügbar. Dein Gesprächspartner unterstützt keine Videotelefonie.", - "Start_video_call": "Starte Videoanruf" -}} +{ + "translation": { + "Logging_in": "Login läuft…", + "your_connection_is_unencrypted": "Deine Verbindung ist Unverschlüsselt.", + "your_connection_is_encrypted": "Deine Verbindung ist verschlüsselt.", + "your_buddy_closed_the_private_connection": "Dein Kontakt hat die private Verbindung getrennt.", + "start_private": "Privat starten", + "close_private": "Privat abbrechen", + "your_buddy_is_verificated": "Dein Kontakt ist verifiziert.", + "you_have_only_a_subscription_in_one_way": "Der Kontaktstatus ist einseitig.", + "authentication_query_sent": "Authentifizierungsanfrage gesendet.", + "your_message_wasnt_send_please_end_your_private_conversation": "Deine Nachricht wurde nicht gesendet. Bitte beende die private Konversation.", + "unencrypted_message_received": "Unverschlüsselte Nachricht erhalten.", + "your_message_wasnt_send_because_you_have_no_valid_subscription": "Deine Nachricht wurde nicht gesandt, da der Kontaktstatus einseitig ist.", + "not_available": "Nicht verfügbar.", + "no_connection": "Keine Verbindung.", + "relogin": "Neu anmelden.", + "trying_to_start_private_conversation": "Versuche private Konversation zu starten.", + "Verified": "Verifiziert", + "Unverified": "Unverifiziert", + "private_conversation_started": "Private Konversation gestartet.", + "private_conversation_aborted": "Private Konversation abgebrochen.", + "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Dein Kontakt hat die private Konversation beendet. Das solltest du auch tun!", + "conversation_is_now_verified": "Konversation ist jetzt verifiziert", + "authentication_failed": "Authentifizierung fehlgeschlagen.", + "your_buddy_is_attempting_to_determine_": "Dein Kontakt versucht herauszufinden ob er wirklich mit dir redet.", + "to_authenticate_to_your_buddy": "Um dich gegenüber deinem Kontakt zu verifizieren ", + "enter_the_answer_and_click_answer": "gib die Antwort ein und klick auf Antworten.", + "enter_the_secret": "gib das Geheimnis ein.", + "Creating_your_private_key_": "Wir werden jetzt deinen privaten Schlüssel generieren. Das kann einige Zeit in Anspruch nehmen.", + "Authenticating_a_buddy_helps_": "Einen Kontakt zu authentifizieren hilft sicher zustellen, dass die Person mit der du sprichst auch die ist die sie sagt.", + "How_do_you_want_to_authenticate_your_buddy": "Wie willst du {{bid_name}} ({{bid_jid}}) authentifizieren?", + "Select_method": "Wähle...", + "Manual": "Manual", + "Question": "Frage", + "Secret": "Geheimnis", + "To_verify_the_fingerprint_": "Um den Fingerprint zu verifizieren kontaktiere dein Kontakt über einen anderen Kommunikationsweg. Zum Beispiel per Telefonanruf.", + "Your_fingerprint": "Dein Fingerprint", + "Buddy_fingerprint": "Sein/Ihr Fingerprint", + "Close": "Schließen", + "Compared": "Verglichen", + "To_authenticate_using_a_question_": "Um die Authentifizierung per Frage durchzuführen, wähle eine Frage bei welcher nur dein Kontakt die Antwort weiß.", + "Ask": "Frage", + "To_authenticate_pick_a_secret_": "Um deinen Kontakt zu authentifizieren, wähle ein Geheimnis welches nur deinem Kontakt und dir bekannt ist.", + "Compare": "Vergleiche", + "Fingerprints": "Fingerprints", + "Authentication": "Authentifizierung", + "Message": "Nachricht", + "Add_buddy": "Kontakt hinzufügen", + "rename_buddy": "Kontakt umbenennen", + "delete_buddy": "Kontakt löschen", + "Login": "Anmeldung", + "Username": "Benutzername", + "Password": "Passwort", + "Cancel": "Abbrechen", + "Connect": "Verbinden", + "Type_in_the_full_username_": "Gib bitte den vollen Benutzernamen und optional ein Alias an.", + "Alias": "Alias", + "Add": "Hinzufügen", + "Subscription_request": "Kontaktanfrage", + "You_have_a_request_from": "Du hast eine Anfrage von", + "Deny": "Ablehnen", + "Approve": "Bestätigen", + "Remove_buddy": "Kontakt entfernen", + "You_are_about_to_remove_": "Du bist gerade dabei {{bid_name}} ({{bid_jid}}) von deiner Kontaktliste zu entfernen. Alle Chats werden geschlossen.", + "Continue_without_chat": "Weiter ohne Chat", + "Please_wait": "Bitte warten", + "Login_failed": "Chat-Anmeldung fehlgeschlagen", + "Sorry_we_cant_authentikate_": "Der Chatserver hat die Anmeldung abgelehnt. Falsches Passwort?", + "Retry": "Zurück", + "clear_history": "Lösche Verlauf", + "New_message_from": "Neue Nachricht von", + "Should_we_notify_you_": "Sollen wir dich in Zukunft über eingehende Nachrichten informieren, auch wenn dieser Tab nicht im Vordergrund ist?", + "Please_accept_": "Bitte klick auf den \"Zulassen\" Button oben.", + "Hide_offline": "Offline ausblenden", + "Show_offline": "Offline einblenden", + "About": "Über", + "dnd": "Beschäftigt", + "Mute": "Ton aus", + "Unmute": "Ton an", + "Subscription": "Bezug", + "both": "beidseitig", + "Status": "Status", + "online": "online", + "chat": "chat", + "away": "abwesend", + "xa": "länger abwesend", + "offline": "offline", + "none": "keine", + "Unknown_instance_tag": "Unbekannter instance tag.", + "Not_one_of_our_latest_keys": "Nicht einer unserer letzten Schlüssel.", + "Received_an_unreadable_encrypted_message": "Eine unlesbare verschlüsselte Nachricht erhalten.", + "Online": "Online", + "Chatty": "Gesprächig", + "Away": "Abwesend", + "Extended_away": "Länger abwesend", + "Offline": "Offline", + "Friendship_request": "Kontaktanfrage", + "Confirm": "Bestätigen", + "Dismiss": "Ablehnen", + "Remove": "Löschen", + "Online_help": "Online Hilfe", + "FN": "Name", + "N": " ", + "FAMILY": "Familienname", + "GIVEN": "Vorname", + "NICKNAME": "Spitzname", + "URL": "URL", + "ADR": "Adresse", + "STREET": "Straße", + "EXTADD": "Zusätzliche Adresse", + "LOCALITY": "Ortschaft", + "REGION": "Region", + "PCODE": "Postleitzahl", + "CTRY": "Land", + "TEL": "Telefon", + "NUMBER": "Nummer", + "EMAIL": "E-Mail", + "USERID": " ", + "ORG": "Organisation", + "ORGNAME": "Name", + "ORGUNIT": "Abteilung", + "TITLE": "Titel", + "ROLE": "Rolle", + "BDAY": "Geburtstag", + "DESC": "Beschreibung", + "PHOTO": " ", + "send_message": "Sende Nachricht", + "get_info": "Benutzerinformationen", + "Settings": "Einstellungen", + "Priority": "Priorität", + "Save": "Speichern", + "User_settings": "Benutzereinstellungen", + "A_fingerprint_": "Ein Fingerabdruck wird dazu benutzt deinen Gesprächspartner zu identifizieren.", + "Your_roster_is_empty_add_a": "Deine Kontaktliste ist leer, füge einen neuen Kontakt ", + "new_buddy": "hinzu", + "is": "ist", + "Login_options": "Anmeldeoptionen", + "BOSH_url": "BOSH url", + "Domain": "Domain", + "Resource": "Ressource", + "On_login": "Beim Anmelden", + "Received_an_unencrypted_message": "Unverschlüsselte Nachricht empfangen", + "Sorry_your_buddy_doesnt_provide_any_information": "Dein Kontakt stellt leider keine Informationen bereit.", + "Info_about": "Info über", + "Authentication_aborted": "Authentifizierung abgebrochen.", + "Authentication_request_received": "Authentifizierunganfrage empfangen.", + "Do_you_want_to_display_them": "Möchtest du sie sehen?", + "Log_in_without_chat": "Anmelden ohne Chat", + "has_come_online": "ist online gekommen", + "Unknown_sender": "Unbekannter Sender", + "You_received_a_message_from_an_unknown_sender": "Du hast eine Nachricht von einem unbekannten Sender erhalten", + "Please_allow_access_to_microphone_and_camera": "Bitte klick auf den \"Zulassen\" Button oben, um den Zugriff auf Kamera und Mikrofon zu erlauben.", + "Incoming_call": "Eingehender Anruf", + "from": "von", + "Do_you_want_to_accept_the_call_from": "Möchtest Du den Anruf annehmen von", + "Reject": "Ablehnen", + "Accept": "Annehmen", + "hang_up": "Auflegen", + "snapshot": "Schnappschuss", + "mute_my_audio": "Mein Ton aus", + "pause_my_video": "Mein Video pausieren", + "fullscreen": "Vollbild", + "Info": "Info", + "Local_IP": "Lokale IP", + "Remote_IP": "Remote IP", + "Local_Fingerprint": "Lokaler Fingerprint", + "Remote_Fingerprint": "Remote Fingerprint", + "Video_call_not_possible": "Videoanruf nicht verfügbar. Dein Gesprächspartner unterstützt keine Videotelefonie.", + "Start_video_call": "Starte Videoanruf" + } +} \ No newline at end of file diff --git a/locales/el.json b/locales/el.json new file mode 100644 index 000000000..8327e454b --- /dev/null +++ b/locales/el.json @@ -0,0 +1,172 @@ +{ + "translation": { + "Logging_in": null, + "your_connection_is_unencrypted": null, + "your_connection_is_encrypted": null, + "your_buddy_closed_the_private_connection": null, + "start_private": null, + "close_private": null, + "your_buddy_is_verificated": null, + "you_have_only_a_subscription_in_one_way": null, + "authentication_query_sent": null, + "your_message_wasnt_send_please_end_your_private_conversation": null, + "unencrypted_message_received": null, + "your_message_wasnt_send_because_you_have_no_valid_subscription": null, + "not_available": null, + "no_connection": null, + "relogin": null, + "trying_to_start_private_conversation": null, + "Verified": null, + "Unverified": null, + "private_conversation_started": null, + "private_conversation_aborted": null, + "your_buddy_closed_the_private_conversation_you_should_do_the_same": null, + "conversation_is_now_verified": null, + "authentication_failed": null, + "your_buddy_is_attempting_to_determine_": null, + "to_authenticate_to_your_buddy": null, + "enter_the_answer_and_click_answer": null, + "enter_the_secret": null, + "Creating_your_private_key_": null, + "Authenticating_a_buddy_helps_": null, + "How_do_you_want_to_authenticate_your_buddy": null, + "Select_method": null, + "Manual": null, + "Question": null, + "Secret": null, + "To_verify_the_fingerprint_": null, + "Your_fingerprint": null, + "Buddy_fingerprint": null, + "Close": null, + "Compared": null, + "To_authenticate_using_a_question_": null, + "Ask": null, + "To_authenticate_pick_a_secret_": null, + "Compare": null, + "Fingerprints": null, + "Authentication": null, + "Message": null, + "Add_buddy": null, + "rename_buddy": null, + "delete_buddy": null, + "Login": null, + "Username": null, + "Password": null, + "Cancel": null, + "Connect": null, + "Type_in_the_full_username_": null, + "Alias": null, + "Add": null, + "Subscription_request": null, + "You_have_a_request_from": null, + "Deny": null, + "Approve": null, + "Remove_buddy": null, + "You_are_about_to_remove_": null, + "Continue_without_chat": null, + "Please_wait": null, + "Login_failed": null, + "Sorry_we_cant_authentikate_": null, + "Retry": null, + "clear_history": null, + "New_message_from": null, + "Should_we_notify_you_": null, + "Please_accept_": null, + "Hide_offline": null, + "Show_offline": null, + "About": null, + "dnd": null, + "Mute": null, + "Unmute": null, + "Subscription": null, + "both": null, + "Status": null, + "online": null, + "chat": null, + "away": null, + "xa": null, + "offline": null, + "none": null, + "Unknown_instance_tag": null, + "Not_one_of_our_latest_keys": null, + "Received_an_unreadable_encrypted_message": null, + "Online": null, + "Chatty": null, + "Away": null, + "Extended_away": null, + "Offline": null, + "Friendship_request": null, + "Confirm": null, + "Dismiss": null, + "Remove": null, + "Online_help": null, + "FN": null, + "N": null, + "FAMILY": null, + "GIVEN": null, + "NICKNAME": null, + "URL": null, + "ADR": null, + "STREET": null, + "EXTADD": null, + "LOCALITY": null, + "REGION": null, + "PCODE": null, + "CTRY": null, + "TEL": null, + "NUMBER": null, + "EMAIL": null, + "USERID": null, + "ORG": null, + "ORGNAME": null, + "ORGUNIT": null, + "TITLE": null, + "ROLE": null, + "BDAY": null, + "DESC": null, + "PHOTO": null, + "send_message": null, + "get_info": null, + "Settings": null, + "Priority": null, + "Save": null, + "User_settings": null, + "A_fingerprint_": null, + "Your_roster_is_empty_add_a": null, + "new_buddy": null, + "is": null, + "Login_options": null, + "BOSH_url": null, + "Domain": null, + "Resource": null, + "On_login": null, + "Received_an_unencrypted_message": null, + "Sorry_your_buddy_doesnt_provide_any_information": null, + "Info_about": null, + "Authentication_aborted": null, + "Authentication_request_received": null, + "Do_you_want_to_display_them": null, + "Log_in_without_chat": null, + "has_come_online": null, + "Unknown_sender": null, + "You_received_a_message_from_an_unknown_sender": null, + "Please_allow_access_to_microphone_and_camera": null, + "Incoming_call": null, + "from": null, + "Do_you_want_to_accept_the_call_from": null, + "Reject": null, + "Accept": null, + "hang_up": null, + "snapshot": null, + "mute_my_audio": null, + "pause_my_video": null, + "fullscreen": null, + "Info": null, + "Local_IP": null, + "Remote_IP": null, + "Local_Fingerprint": null, + "Remote_Fingerprint": null, + "Video_call_not_possible": null, + "Start_video_call": null + } +} \ No newline at end of file diff --git a/locales/en.json b/locales/en.json index fa7d27b7e..61d3b1409 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,170 +1,172 @@ -{"translation": { - "Logging_in": "Logging in…", - "your_connection_is_unencrypted": "Your connection is unencrypted.", - "your_connection_is_encrypted": "Your connection is encrypted.", - "your_buddy_closed_the_private_connection": "Your buddy closed the private connection.", - "start_private": "Start private", - "close_private": "Close private", - "your_buddy_is_verificated": "Your buddy is verified.", - "you_have_only_a_subscription_in_one_way": "You only have a one-way subscription.", - "authentication_query_sent": "Authentication query sent.", - "your_message_wasnt_send_please_end_your_private_conversation": "Your message was not sent. Please end your private conversation.", - "unencrypted_message_received": "Unencrypted message received", - "your_message_wasnt_send_because_you_have_no_valid_subscription": "Your message was not sent because you have no valid subscription.", - "not_available": "Not available", - "no_connection": "No connection!", - "relogin": "relogin", - "trying_to_start_private_conversation": "Trying to start private conversation!", - "Verified": "Verified", - "Unverified": "Unverified", - "private_conversation_started": "Private conversation started.", - "private_conversation_aborted": "Private conversation aborted!", - "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Your buddy closed the private conversation! You should do the same.", - "conversation_is_now_verified": "Conversation is now verified.", - "authentication_failed": "Authentication failed.", - "your_buddy_is_attempting_to_determine_": "You buddy is attempting to determine if he or she is really talking to you.", - "to_authenticate_to_your_buddy": "To authenticate to your buddy, ", - "enter_the_answer_and_click_answer": "enter the answer and click Answer.", - "enter_the_secret": "enter the secret.", - "Creating_your_private_key_": "Creating your private key; this may take a while.", - "Authenticating_a_buddy_helps_": "Authenticating a buddy helps ensure that the person you are talking to is really the one he or she claims to be.", - "How_do_you_want_to_authenticate_your_buddy": "How do you want to authenticate {{bid_name}} ({{bid_jid}}<\/b>)?", - "Select_method": "Select method...", - "Manual": "Manual", - "Question": "Question", - "Secret": "Secret", - "To_verify_the_fingerprint_": "To verify the fingerprint, contact your buddy via some other trustworthy channel, such as the telephone.", - "Your_fingerprint": "Your fingerprint", - "Buddy_fingerprint": "Buddy fingerprint", - "Close": "Close", - "Compared": "Compared", - "To_authenticate_using_a_question_": "To authenticate using a question, pick a question whose answer is known only you and your buddy.", - "Ask": "Ask", - "To_authenticate_pick_a_secret_": "To authenticate, pick a secret known only to you and your buddy.", - "Compare": "Compare", - "Fingerprints": "Fingerprints", - "Authentication": "Authentication", - "Message": "Message", - "Add_buddy": "Add buddy", - "rename_buddy": "rename buddy", - "delete_buddy": "delete buddy", - "Login": "Login", - "Username": "Username", - "Password": "Password", - "Cancel": "Cancel", - "Connect": "Connect", - "Type_in_the_full_username_": "Type in the full username and an optional alias.", - "Alias": "Alias", - "Add": "Add", - "Subscription_request": "Subscription request", - "You_have_a_request_from": "You have a request from", - "Deny": "Deny", - "Approve": "Approve", - "Remove_buddy": "Remove buddy", - "You_are_about_to_remove_": "You are about to remove {{bid_name}} ({{bid_jid}}<\/b>) from your buddy list. All related chats will be closed.", - "Continue_without_chat": "Continue without chat", - "Please_wait": "Please wait", - "Login_failed": "Chat login failed", - "Sorry_we_cant_authentikate_": "Authentication failed with the chat server. Maybe the password is wrong?", - "Retry": "Back", - "clear_history": "Clear history", - "New_message_from": "New message from", - "Should_we_notify_you_": "Should we notify you about new messages in the future?", - "Please_accept_": "Please click the \"Allow\" button at the top.", - "Hide_offline": "Hide offline contacts", - "Show_offline": "Show offline contacts", - "About": "About", - "dnd": "Do Not Disturb", - "Mute": "Mute", - "Unmute": "Unmute", - "Subscription": "Subscription", - "both": "both", - "Status": "Status", - "online": "online", - "chat": "chat", - "away": "away", - "xa": "extended away", - "offline": "offline", - "none": "none", - "Unknown_instance_tag": "Unknown instance tag.", - "Not_one_of_our_latest_keys": "Not one of our latest keys.", - "Received_an_unreadable_encrypted_message": "Received an unreadable encrypted message.", - "Online": "Online", - "Chatty": "Chatty", - "Away": "Away", - "Extended_away": "Extended away", - "Offline": "Offline", - "Friendship_request": "Friendship request", - "Confirm": "Confirm", - "Dismiss": "Dismiss", - "Remove": "Remove", - "Online_help": "Online help", - "FN": "Full name", - "N": " ", - "FAMILY": "Family name", - "GIVEN": "Given name", - "NICKNAME": "Nickname", - "URL": "URL", - "ADR": "Address", - "STREET": "Street Address", - "EXTADD": "Extended Address", - "LOCALITY": "Locality", - "REGION": "Region", - "PCODE": "Postal Code", - "CTRY": "Country", - "TEL": "Telephone", - "NUMBER": "Number", - "EMAIL": "Email", - "USERID": " ", - "ORG": "Organization", - "ORGNAME": "Name", - "ORGUNIT": "Unit", - "TITLE": "Job title", - "ROLE": "Role", - "BDAY": "Birthday", - "DESC": "Description", - "PHOTO": " ", - "send_message": "Send message", - "get_info": "Show information", - "Settings": "Settings", - "Priority": "Priority", - "Save": "Save", - "User_settings": "User settings", - "A_fingerprint_": "A fingerprint is used to make sure that the person you are talking to is who he or she is saying.", - "Your_roster_is_empty_add_a": "Your roster is empty, add a ", - "new_buddy": "new buddy", - "is": "is", - "Login_options": "Login options", - "BOSH_url": "BOSH URL", - "Domain": "Domain", - "Resource": "Resource", - "On_login": "On login", - "Received_an_unencrypted_message": "Received an unencrypted message", - "Sorry_your_buddy_doesnt_provide_any_information": "Sorry, your buddy does not provide any information.", - "Info_about": "Info about", - "Authentication_aborted": "Authentication aborted.", - "Authentication_request_received": "Authentication request received.", - "Do_you_want_to_display_them": "Do you want to display them?", - "Log_in_without_chat": "Log in without chat", - "has_come_online": "has come online", - "Unknown_sender": "Unknown sender", - "You_received_a_message_from_an_unknown_sender": "You received a message from an unknown sender", - "Please_allow_access_to_microphone_and_camera": "Please click the \"Allow\" button at the top, to allow access to microphone and camera.", - "Incoming_call": "Incoming call", - "from": "from", - "Do_you_want_to_accept_the_call_from": "Do you want to accept the call from", - "Reject": "Reject", - "Accept": "Accept", - "hang_up": "hang up", - "snapshot": "snapshot", - "mute_my_audio": "mute my audio", - "pause_my_video": "pause my video", - "fullscreen": "fullscreen", - "Info": "Info", - "Local_IP": "Local IP", - "Remote_IP": "Remote IP", - "Local_Fingerprint": "Local fingerprint", - "Remote_Fingerprint": "Remote fingerprint", - "Video_call_not_possible": "Video call not possible. Your buddy does not support video calls.", - "Start_video_call": "Start video call" -}} +{ + "translation": { + "Logging_in": "Logging in…", + "your_connection_is_unencrypted": "Your connection is unencrypted.", + "your_connection_is_encrypted": "Your connection is encrypted.", + "your_buddy_closed_the_private_connection": "Your buddy closed the private connection.", + "start_private": "Start private", + "close_private": "Close private", + "your_buddy_is_verificated": "Your buddy is verified.", + "you_have_only_a_subscription_in_one_way": "You only have a one-way subscription.", + "authentication_query_sent": "Authentication query sent.", + "your_message_wasnt_send_please_end_your_private_conversation": "Your message was not sent. Please end your private conversation.", + "unencrypted_message_received": "Unencrypted message received", + "your_message_wasnt_send_because_you_have_no_valid_subscription": "Your message was not sent because you have no valid subscription.", + "not_available": "Not available", + "no_connection": "No connection!", + "relogin": "relogin", + "trying_to_start_private_conversation": "Trying to start private conversation!", + "Verified": "Verified", + "Unverified": "Unverified", + "private_conversation_started": "Private conversation started.", + "private_conversation_aborted": "Private conversation aborted!", + "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Your buddy closed the private conversation! You should do the same.", + "conversation_is_now_verified": "Conversation is now verified.", + "authentication_failed": "Authentication failed.", + "your_buddy_is_attempting_to_determine_": "You buddy is attempting to determine if he or she is really talking to you.", + "to_authenticate_to_your_buddy": "To authenticate to your buddy, ", + "enter_the_answer_and_click_answer": "enter the answer and click Answer.", + "enter_the_secret": "enter the secret.", + "Creating_your_private_key_": "Creating your private key; this may take a while.", + "Authenticating_a_buddy_helps_": "Authenticating a buddy helps ensure that the person you are talking to is really the one he or she claims to be.", + "How_do_you_want_to_authenticate_your_buddy": "How do you want to authenticate {{bid_name}} ({{bid_jid}})?", + "Select_method": "Select method...", + "Manual": "Manual", + "Question": "Question", + "Secret": "Secret", + "To_verify_the_fingerprint_": "To verify the fingerprint, contact your buddy via some other trustworthy channel, such as the telephone.", + "Your_fingerprint": "Your fingerprint", + "Buddy_fingerprint": "Buddy fingerprint", + "Close": "Close", + "Compared": "Compared", + "To_authenticate_using_a_question_": "To authenticate using a question, pick a question whose answer is known only you and your buddy.", + "Ask": "Ask", + "To_authenticate_pick_a_secret_": "To authenticate, pick a secret known only to you and your buddy.", + "Compare": "Compare", + "Fingerprints": "Fingerprints", + "Authentication": "Authentication", + "Message": "Message", + "Add_buddy": "Add buddy", + "rename_buddy": "rename buddy", + "delete_buddy": "delete buddy", + "Login": "Login", + "Username": "Username", + "Password": "Password", + "Cancel": "Cancel", + "Connect": "Connect", + "Type_in_the_full_username_": "Type in the full username and an optional alias.", + "Alias": "Alias", + "Add": "Add", + "Subscription_request": "Subscription request", + "You_have_a_request_from": "You have a request from", + "Deny": "Deny", + "Approve": "Approve", + "Remove_buddy": "Remove buddy", + "You_are_about_to_remove_": "You are about to remove {{bid_name}} ({{bid_jid}}) from your buddy list. All related chats will be closed.", + "Continue_without_chat": "Continue without chat", + "Please_wait": "Please wait", + "Login_failed": "Chat login failed", + "Sorry_we_cant_authentikate_": "Authentication failed with the chat server. Maybe the password is wrong?", + "Retry": "Back", + "clear_history": "Clear history", + "New_message_from": "New message from", + "Should_we_notify_you_": "Should we notify you about new messages in the future?", + "Please_accept_": "Please click the \"Allow\" button at the top.", + "Hide_offline": "Hide offline contacts", + "Show_offline": "Show offline contacts", + "About": "About", + "dnd": "Do Not Disturb", + "Mute": "Mute", + "Unmute": "Unmute", + "Subscription": "Subscription", + "both": "both", + "Status": "Status", + "online": "online", + "chat": "chat", + "away": "away", + "xa": "extended away", + "offline": "offline", + "none": "none", + "Unknown_instance_tag": "Unknown instance tag.", + "Not_one_of_our_latest_keys": "Not one of our latest keys.", + "Received_an_unreadable_encrypted_message": "Received an unreadable encrypted message.", + "Online": "Online", + "Chatty": "Chatty", + "Away": "Away", + "Extended_away": "Extended away", + "Offline": "Offline", + "Friendship_request": "Friendship request", + "Confirm": "Confirm", + "Dismiss": "Dismiss", + "Remove": "Remove", + "Online_help": "Online help", + "FN": "Full name", + "N": " ", + "FAMILY": "Family name", + "GIVEN": "Given name", + "NICKNAME": "Nickname", + "URL": "URL", + "ADR": "Address", + "STREET": "Street Address", + "EXTADD": "Extended Address", + "LOCALITY": "Locality", + "REGION": "Region", + "PCODE": "Postal Code", + "CTRY": "Country", + "TEL": "Telephone", + "NUMBER": "Number", + "EMAIL": "Email", + "USERID": " ", + "ORG": "Organization", + "ORGNAME": "Name", + "ORGUNIT": "Unit", + "TITLE": "Job title", + "ROLE": "Role", + "BDAY": "Birthday", + "DESC": "Description", + "PHOTO": " ", + "send_message": "Send message", + "get_info": "Show information", + "Settings": "Settings", + "Priority": "Priority", + "Save": "Save", + "User_settings": "User settings", + "A_fingerprint_": "A fingerprint is used to make sure that the person you are talking to is who he or she is saying.", + "Your_roster_is_empty_add_a": "Your roster is empty, add a ", + "new_buddy": "new buddy", + "is": "is", + "Login_options": "Login options", + "BOSH_url": "BOSH URL", + "Domain": "Domain", + "Resource": "Resource", + "On_login": "On login", + "Received_an_unencrypted_message": "Received an unencrypted message", + "Sorry_your_buddy_doesnt_provide_any_information": "Sorry, your buddy does not provide any information.", + "Info_about": "Info about", + "Authentication_aborted": "Authentication aborted.", + "Authentication_request_received": "Authentication request received.", + "Do_you_want_to_display_them": "Do you want to display them?", + "Log_in_without_chat": "Log in without chat", + "has_come_online": "has come online", + "Unknown_sender": "Unknown sender", + "You_received_a_message_from_an_unknown_sender": "You received a message from an unknown sender", + "Please_allow_access_to_microphone_and_camera": "Please click the \"Allow\" button at the top, to allow access to microphone and camera.", + "Incoming_call": "Incoming call", + "from": "from", + "Do_you_want_to_accept_the_call_from": "Do you want to accept the call from", + "Reject": "Reject", + "Accept": "Accept", + "hang_up": "hang up", + "snapshot": "snapshot", + "mute_my_audio": "mute my audio", + "pause_my_video": "pause my video", + "fullscreen": "fullscreen", + "Info": "Info", + "Local_IP": "Local IP", + "Remote_IP": "Remote IP", + "Local_Fingerprint": "Local fingerprint", + "Remote_Fingerprint": "Remote fingerprint", + "Video_call_not_possible": "Video call not possible. Your buddy does not support video calls.", + "Start_video_call": "Start video call" + } +} \ No newline at end of file diff --git a/locales/es.json b/locales/es.json index 5a750ad76..eb70b998c 100644 --- a/locales/es.json +++ b/locales/es.json @@ -1,158 +1,172 @@ -{"translation": { - "Logging_in": "Por favor, espere...", - "your_connection_is_unencrypted": "Su conexión no está cifrada.", - "your_connection_is_encrypted": "Su conexión está cifrada.", - "your_buddy_closed_the_private_connection": "Su amigo ha cerrado la conexión privada.", - "start_private": "Iniciar privado", - "close_private": "Cerrar privado", - "your_buddy_is_verificated": "Tu amigo está verificado.", - "you_have_only_a_subscription_in_one_way": "Sólo tienes una suscripción de un modo.", - "authentication_query_sent": "Consulta de verificación enviada.", - "your_message_wasnt_send_please_end_your_private_conversation": "Su mensaje no fue enviado. Por favor, termine su conversación privada.", - "unencrypted_message_received": "Mensaje no cifrado recibido:", - "your_message_wasnt_send_because_you_have_no_valid_subscription": "Su mensaje no se ha enviado, porque usted no tiene suscripción válida.", - "not_available": "No disponible", - "no_connection": "Sin conexión!", - "relogin": "iniciar sesión nuevamente", - "trying_to_start_private_conversation": "Intentando iniciar una conversación privada!", - "Verified": "Verificado", - "Unverified": "No verificado", - "private_conversation_started": "se inició una conversación privada.", - "private_conversation_aborted": "Conversación privada abortada!", - "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Su amigo cerró la conversación privada! Usted debería hacer lo mismo.", - "conversation_is_now_verified": "La conversación es ahora verificada.", - "authentication_failed": "Fallo la verificación.", - "your_buddy_is_attempting_to_determine_": "Tu amigo está tratando de determinar si él o ella está realmente hablando con usted.", - "to_authenticate_to_your_buddy": "Para autenticar a su amigo, ", - "enter_the_answer_and_click_answer": "introduce la respuesta y haga clic en Contestar.", - "enter_the_secret": "especifique el secreto.", - "Creating_your_private_key_": "Ahora vamos a crear su clave privada. Esto puede tomar algún tiempo.", - "Authenticating_a_buddy_helps_": "Autenticación de un amigo ayuda a garantizar que la persona que está hablando es quien él o ella está diciendo.", - "How_do_you_want_to_authenticate_your_buddy": "¿Cómo desea autenticar {{bid_name}} ({{bid_jid}})?", - "Select_method": "Escoja un método...", - "Manual": "Manual", - "Question": "Pregunta", - "Secret": "Secreto", - "To_verify_the_fingerprint_": "Para verificar la firma digital, póngase en contacto con su amigo a través de algún otro canal autenticado, como el teléfono.", - "Your_fingerprint": "Tu firma digital", - "Buddy_fingerprint": "firma digital de tu amigo", - "Close": "Cerrar", - "Compared": "Comparado", - "To_authenticate_using_a_question_": "Para autenticar mediante una pregunta, elegir una pregunta cuya respuesta se conoce sólo usted y su amigo.", - "Ask": "Preguntar", - "To_authenticate_pick_a_secret_": "Para autenticar, elija un secreto conocido sólo por usted y su amigo.", - "Compare": "Comparar", - "Fingerprints": "Firmas digitales", - "Authentication": "Autenticación", - "Message": "Mensaje", - "Add_buddy": "Añadir amigo", - "rename_buddy": "renombrar amigo", - "delete_buddy": "eliminar amigo", - "Login": "Iniciar Sesión", - "Username": "Usuario", - "Password": "Contraseña", - "Cancel": "Cancelar", - "Connect": "Conectar", - "Type_in_the_full_username_": "Escriba el usuario completo y un alias opcional.", - "Alias": "Alias", - "Add": "Añadir", - "Subscription_request": "Solicitud de suscripción", - "You_have_a_request_from": "Tienes una petición de", - "Deny": "Rechazar", - "Approve": "Aprobar", - "Remove_buddy": "Eliminar amigo", - "You_are_about_to_remove_": "Vas a eliminar a {{bid_name}} ({{bid_jid}}) de tu lista de amigos. Todas las conversaciones relacionadas serán cerradas.", - "Continue_without_chat": "Continuar", - "Please_wait": "Espere por favor", - "Login_failed": "Fallo el inicio de sesión", - "Sorry_we_cant_authentikate_": "Lo sentimos, no podemos autentificarlo en nuestro servidor de chat. ¿Tal vez la contraseña es incorrecta?", - "Retry": "Reintentar", - "clear_history": "Borrar el historial", - "New_message_from": "Nuevo mensaje de", - "Should_we_notify_you_": "¿Debemos notificarle sobre nuevos mensajes en el futuro?", - "Please_accept_": "Por favor, haga clic en el botón \"Permitir\" en la parte superior.", - "dnd": "No Molestar", - "Mute": "Desactivar sonido", - "Unmute": "Activar sonido", - "Subscription": "Suscripción", - "both": "ambos", - "Status": "Estado", - "online": "en línea", - "chat": "chat", - "away": "ausente", - "xa": "mas ausente", - "offline": "desconectado", - "none": "nadie", - "Unknown_instance_tag": "Etiqueta de instancia desconocida.", - "Not_one_of_our_latest_keys": "No de nuestra ultima tecla.", - "Received_an_unreadable_encrypted_message": "Se recibió un mensaje cifrado ilegible.", - "Online": "En linea", - "Chatty": "Hablador", - "Away": "Ausente", - "Extended_away": "Mas ausente", - "Offline": "Desconectado", - "Friendship_request": "Solicitud de amistad", - "Confirm": "Confirmar", - "Dismiss": "Rechazar", - "Remove": "Eliminar", - "Online_help": "Ayuda en línea", - "FN": "Nombre completo ", - "N": " ", - "FAMILY": "Apellido", - "GIVEN": "Nombre", - "NICKNAME": "Apodar", - "URL": "URL", - "ADR": "Dirección", - "STREET": "Calle", - "EXTADD": "Extendido dirección", - "LOCALITY": "Población", - "REGION": "Región", - "PCODE": "Código postal", - "CTRY": "País", - "TEL": "Teléfono", - "NUMBER": "Número", - "EMAIL": "Emilio", - "USERID": " ", - "ORG": "Organización", - "ORGNAME": "Nombre", - "ORGUNIT": "Departamento", - "TITLE": "Título", - "ROLE": "Rol", - "BDAY": "Cumpleaños", - "DESC": "Descripción", - "PHOTO": " ", - "send_message": "mandar un texto", - "get_info": "obtener información", - "Settings": "Ajustes", - "Priority": "Prioridad", - "Save": "Guardar", - "User_settings": "Configuración de usuario", - "A_fingerprint_": "La huella digital se utiliza para que puedas estar seguro que la persona con la que estas hablando es quien realmente dice ser", - "Your_roster_is_empty_add_a": "Tu lista de amigos esta vacia", - "new_buddy": "Nuevo amigo", - "is": "es", - "Login_options": "Opciones de login", - "BOSH_url": "BOSH url", - "Domain": "Dominio", - "Resource": "Recurso", - "On_login": "Iniciar sesión", - "Received_an_unencrypted_message": "Recibe un mensaje no cifrado", - "Please_allow_access_to_microphone_and_camera": "Por favor, permitir el acceso al micrófono y la cámara.", - "Incoming_call": "Llamada entrante", - "from": "de", - "Do_you_want_to_accept_the_call_from": "Desea aceptar la llamada de", - "Reject": "Rechazar", - "Accept": "Aceptar", - "hang_up": "colgar", - "snapshot": "instantánea", - "mute_my_audio": "silenciar mi audio", - "pause_my_video": "pausar mi vídeo", - "fullscreen": "pantalla completa", - "Info": "Info", - "Local_IP": "IP local", - "Remote_IP": "IP remota", - "Local_Fingerprint": "Firma digital local", - "Remote_Fingerprint": "Firma digital remota", - "Video_call_not_possible": "Llamada de vídeo no es posible", - "Start_video_call": "Iniciar llamada de vídeo" -}} +{ + "translation": { + "Logging_in": "Por favor, espere...", + "your_connection_is_unencrypted": "Su conexión no está cifrada.", + "your_connection_is_encrypted": "Su conexión está cifrada.", + "your_buddy_closed_the_private_connection": "Su amigo ha cerrado la conexión privada.", + "start_private": "Iniciar privado", + "close_private": "Cerrar privado", + "your_buddy_is_verificated": "Tu amigo está verificado.", + "you_have_only_a_subscription_in_one_way": "Sólo tienes una suscripción de un modo.", + "authentication_query_sent": "Consulta de verificación enviada.", + "your_message_wasnt_send_please_end_your_private_conversation": "Su mensaje no fue enviado. Por favor, termine su conversación privada.", + "unencrypted_message_received": "Mensaje no cifrado recibido:", + "your_message_wasnt_send_because_you_have_no_valid_subscription": "Su mensaje no se ha enviado, porque usted no tiene suscripción válida.", + "not_available": "No disponible", + "no_connection": "Sin conexión!", + "relogin": "iniciar sesión nuevamente", + "trying_to_start_private_conversation": "Intentando iniciar una conversación privada!", + "Verified": "Verificado", + "Unverified": "No verificado", + "private_conversation_started": "se inició una conversación privada.", + "private_conversation_aborted": "Conversación privada abortada!", + "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Su amigo cerró la conversación privada! Usted debería hacer lo mismo.", + "conversation_is_now_verified": "La conversación es ahora verificada.", + "authentication_failed": "Fallo la verificación.", + "your_buddy_is_attempting_to_determine_": "Tu amigo está tratando de determinar si él o ella está realmente hablando con usted.", + "to_authenticate_to_your_buddy": "Para autenticar a su amigo, ", + "enter_the_answer_and_click_answer": "introduce la respuesta y haga clic en Contestar.", + "enter_the_secret": "especifique el secreto.", + "Creating_your_private_key_": "Ahora vamos a crear su clave privada. Esto puede tomar algún tiempo.", + "Authenticating_a_buddy_helps_": "Autenticación de un amigo ayuda a garantizar que la persona que está hablando es quien él o ella está diciendo.", + "How_do_you_want_to_authenticate_your_buddy": "¿Cómo desea autenticar {{bid_name}} ({{bid_jid}})?", + "Select_method": "Escoja un método...", + "Manual": "Manual", + "Question": "Pregunta", + "Secret": "Secreto", + "To_verify_the_fingerprint_": "Para verificar la firma digital, póngase en contacto con su amigo a través de algún otro canal autenticado, como el teléfono.", + "Your_fingerprint": "Tu firma digital", + "Buddy_fingerprint": "firma digital de tu amigo", + "Close": "Cerrar", + "Compared": "Comparado", + "To_authenticate_using_a_question_": "Para autenticar mediante una pregunta, elegir una pregunta cuya respuesta se conoce sólo usted y su amigo.", + "Ask": "Preguntar", + "To_authenticate_pick_a_secret_": "Para autenticar, elija un secreto conocido sólo por usted y su amigo.", + "Compare": "Comparar", + "Fingerprints": "Firmas digitales", + "Authentication": "Autenticación", + "Message": "Mensaje", + "Add_buddy": "Añadir amigo", + "rename_buddy": "renombrar amigo", + "delete_buddy": "eliminar amigo", + "Login": "Iniciar Sesión", + "Username": "Usuario", + "Password": "Contraseña", + "Cancel": "Cancelar", + "Connect": "Conectar", + "Type_in_the_full_username_": "Escriba el usuario completo y un alias opcional.", + "Alias": "Alias", + "Add": "Añadir", + "Subscription_request": "Solicitud de suscripción", + "You_have_a_request_from": "Tienes una petición de", + "Deny": "Rechazar", + "Approve": "Aprobar", + "Remove_buddy": "Eliminar amigo", + "You_are_about_to_remove_": "Vas a eliminar a {{bid_name}} ({{bid_jid}}) de tu lista de amigos. Todas las conversaciones relacionadas serán cerradas.", + "Continue_without_chat": "Continuar", + "Please_wait": "Espere por favor", + "Login_failed": "Fallo el inicio de sesión", + "Sorry_we_cant_authentikate_": "Lo sentimos, no podemos autentificarlo en nuestro servidor de chat. ¿Tal vez la contraseña es incorrecta?", + "Retry": "Reintentar", + "clear_history": "Borrar el historial", + "New_message_from": "Nuevo mensaje de", + "Should_we_notify_you_": "¿Debemos notificarle sobre nuevos mensajes en el futuro?", + "Please_accept_": "Por favor, haga clic en el botón \"Permitir\" en la parte superior.", + "Hide_offline": "Ocultar contactos desconectados", + "Show_offline": "Mostrar contactos desconectados", + "About": "Acerca de", + "dnd": "No Molestar", + "Mute": "Desactivar sonido", + "Unmute": "Activar sonido", + "Subscription": "Suscripción", + "both": "ambos", + "Status": "Estado", + "online": "en línea", + "chat": "chat", + "away": "ausente", + "xa": "mas ausente", + "offline": "desconectado", + "none": "nadie", + "Unknown_instance_tag": "Etiqueta de instancia desconocida.", + "Not_one_of_our_latest_keys": "No de nuestra ultima tecla.", + "Received_an_unreadable_encrypted_message": "Se recibió un mensaje cifrado ilegible.", + "Online": "En linea", + "Chatty": "Hablador", + "Away": "Ausente", + "Extended_away": "Mas ausente", + "Offline": "Desconectado", + "Friendship_request": "Solicitud de amistad", + "Confirm": "Confirmar", + "Dismiss": "Rechazar", + "Remove": "Eliminar", + "Online_help": "Ayuda en línea", + "FN": "Nombre completo ", + "N": " ", + "FAMILY": "Apellido", + "GIVEN": "Nombre", + "NICKNAME": "Apodar", + "URL": "URL", + "ADR": "Dirección", + "STREET": "Calle", + "EXTADD": "Extendido dirección", + "LOCALITY": "Población", + "REGION": "Región", + "PCODE": "Código postal", + "CTRY": "País", + "TEL": "Teléfono", + "NUMBER": "Número", + "EMAIL": "Emilio", + "USERID": " ", + "ORG": "Organización", + "ORGNAME": "Nombre", + "ORGUNIT": "Departamento", + "TITLE": "Título", + "ROLE": "Rol", + "BDAY": "Cumpleaños", + "DESC": "Descripción", + "PHOTO": " ", + "send_message": "mandar un texto", + "get_info": "obtener información", + "Settings": "Ajustes", + "Priority": "Prioridad", + "Save": "Guardar", + "User_settings": "Configuración de usuario", + "A_fingerprint_": "La huella digital se utiliza para que puedas estar seguro que la persona con la que estas hablando es quien realmente dice ser", + "Your_roster_is_empty_add_a": "Tu lista de amigos esta vacia", + "new_buddy": "Nuevo amigo", + "is": "es", + "Login_options": "Opciones de login", + "BOSH_url": "BOSH url", + "Domain": "Dominio", + "Resource": "Recurso", + "On_login": "Iniciar sesión", + "Received_an_unencrypted_message": "Recibe un mensaje no cifrado", + "Sorry_your_buddy_doesnt_provide_any_information": "Lo sentimos, su amigo no provee ninguna información.", + "Info_about": "Info acerca de", + "Authentication_aborted": "Autenticación abortada", + "Authentication_request_received": "Pedido de autenticación recibido.", + "Do_you_want_to_display_them": "¿Quiere mostrarlos?", + "Log_in_without_chat": "Ingresar sin chat", + "has_come_online": "se ha conectado", + "Unknown_sender": "Remitente desconocido", + "You_received_a_message_from_an_unknown_sender": "Ha recibido un mensaje de un remitente desconocido", + "Please_allow_access_to_microphone_and_camera": "Por favor, permitir el acceso al micrófono y la cámara.", + "Incoming_call": "Llamada entrante", + "from": "de", + "Do_you_want_to_accept_the_call_from": "Desea aceptar la llamada de", + "Reject": "Rechazar", + "Accept": "Aceptar", + "hang_up": "colgar", + "snapshot": "instantánea", + "mute_my_audio": "silenciar mi audio", + "pause_my_video": "pausar mi vídeo", + "fullscreen": "pantalla completa", + "Info": "Info", + "Local_IP": "IP local", + "Remote_IP": "IP remota", + "Local_Fingerprint": "Firma digital local", + "Remote_Fingerprint": "Firma digital remota", + "Video_call_not_possible": "Llamada de vídeo no es posible", + "Start_video_call": "Iniciar llamada de vídeo" + } +} \ No newline at end of file diff --git a/locales/fr.json b/locales/fr.json new file mode 100644 index 000000000..f5ac46933 --- /dev/null +++ b/locales/fr.json @@ -0,0 +1,172 @@ +{ + "translation": { + "Logging_in": "Connexion...", + "your_connection_is_unencrypted": "Connexion non chiffrée.", + "your_connection_is_encrypted": "Connexion chiffrée.", + "your_buddy_closed_the_private_connection": "Votre ami a fermé la connexion privée.", + "start_private": "Démarrer une conversation privé", + "close_private": "Clôturer une conversation privée", + "your_buddy_is_verificated": "Votre ami est vérifié.", + "you_have_only_a_subscription_in_one_way": "Vous ne pouvez souscrire qu'une fois.", + "authentication_query_sent": "Requête d’authentification envoyée.", + "your_message_wasnt_send_please_end_your_private_conversation": "Votre message n'a pas été envoyé. Veuillez terminer votre conversation privée.", + "unencrypted_message_received": "Reçu message non chiffré", + "your_message_wasnt_send_because_you_have_no_valid_subscription": "Votre message n'a pas été envoyé car votre abonnement n'est pas valide.", + "not_available": "Pas disponible", + "no_connection": "Pas de connexion !", + "relogin": "Re-connexion", + "trying_to_start_private_conversation": "Essai de démarrage d'une conversation privée !", + "Verified": "Vérifié", + "Unverified": "Non vérifié", + "private_conversation_started": "Conversation privé démarrée.", + "private_conversation_aborted": "Conversation privée interrompue !", + "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Votre ami a fermé la conversation privée ! Vous devriez faire de même.", + "conversation_is_now_verified": "La conversation est maintenant vérifiée.", + "authentication_failed": "L'authentification a échoué.", + "your_buddy_is_attempting_to_determine_": "Votre ami tente de déterminer si il ou elle parle vraiment à vous.", + "to_authenticate_to_your_buddy": "Vous authentifier à votre ami, ", + "enter_the_answer_and_click_answer": "Saisissez une réponse et cliquer sur Répondre.", + "enter_the_secret": "Entrez le mot secret", + "Creating_your_private_key_": "Création de votre clé privée; cela peut prendre un moment.", + "Authenticating_a_buddy_helps_": "L'authentification d'un ami permet de s'assurer que la personne à qui vous parlez est vraiment celui qu'il ou elle prétend être.", + "How_do_you_want_to_authenticate_your_buddy": "Comment voulez-vous vous authentifier {{bid_name}} ({{bid_jid}})?", + "Select_method": "Sélection de la méthode...", + "Manual": "Manuel", + "Question": "Question", + "Secret": "Sécurité", + "To_verify_the_fingerprint_": "Pour vérifier l'empreinte, contactez votre ami via un autre canal digne de confiance, tel que le téléphone.", + "Your_fingerprint": "Votre empreinte", + "Buddy_fingerprint": "Empreinte de l'ami", + "Close": "Fermer", + "Compared": "Comparé", + "To_authenticate_using_a_question_": "Pour s'authentifier à l'aide d'une question, choisissez une question dont la réponse n'est connue que vous et de votre ami.", + "Ask": "Demander", + "To_authenticate_pick_a_secret_": "Pour vous authentifier, choisissez un secret connu seulement de vous et de votre ami.", + "Compare": "Comparer", + "Fingerprints": "Empreintes", + "Authentication": "Authentification", + "Message": "Message", + "Add_buddy": "Ajouter comme ami", + "rename_buddy": "Renommer l'ami", + "delete_buddy": "Supprimer l'ami", + "Login": "Connexion", + "Username": "Nom d'utilisateur", + "Password": "Mot de passe", + "Cancel": "Annuler", + "Connect": "Connecter", + "Type_in_the_full_username_": "Tapez un nom d'utilisateur complet et un alias(optionnel).", + "Alias": "Alias", + "Add": "Ajouter", + "Subscription_request": "Demande d'abonnement", + "You_have_a_request_from": "Vous avez une requête de ", + "Deny": "Refuser", + "Approve": "Approuver", + "Remove_buddy": "Supprimer l'ami", + "You_are_about_to_remove_": "Vous allez retirer {{bid_name}} ({{bid_jid}}) de votre liste d'amis. Toutes les fenêtres de chat en lien avec celui-ci seront fermées.", + "Continue_without_chat": "Continuer sans tchat", + "Please_wait": "Merci de patienter", + "Login_failed": "Authentification échouée", + "Sorry_we_cant_authentikate_": "La connexion avec le serveur de tchat a échoué. Vérifiez le mot de passe.", + "Retry": "Retour", + "clear_history": "Effacer l’historique", + "New_message_from": "Nouveau message de", + "Should_we_notify_you_": "Dans le futur, devrons-nous vous notifier les nouveaux messages ?", + "Please_accept_": "Merci de cliquer sur le bouton \"autoriser\" en haut de page", + "Hide_offline": "Masquer les contacts non connectés", + "Show_offline": "Afficher les contacts non connectés", + "About": "À propos", + "dnd": "Ne pas déranger", + "Mute": "Muet", + "Unmute": "Son actif", + "Subscription": "Abonnement", + "both": "Les deux", + "Status": "Status", + "online": "En ligne", + "chat": "tchat", + "away": "Absent", + "xa": "Options étendues", + "offline": "Hors ligne", + "none": "Aucun", + "Unknown_instance_tag": "Tag inconnu", + "Not_one_of_our_latest_keys": "Ce n'est pas l'une des dernières touches", + "Received_an_unreadable_encrypted_message": "Message chiffré non lisible", + "Online": "En ligne", + "Chatty": "tchatty", + "Away": "Absent", + "Extended_away": "Options étendues", + "Offline": "Hors ligne", + "Friendship_request": "Demande d'amitié", + "Confirm": "Valider", + "Dismiss": "Rejeter", + "Remove": "Supprimer", + "Online_help": "Aide en ligne", + "FN": "Nom", + "N": " N ", + "FAMILY": "Nom de famille", + "GIVEN": "prénom", + "NICKNAME": "Surnom", + "URL": "URL", + "ADR": "Adresse", + "STREET": "Rue", + "EXTADD": "Adresse (suite)", + "LOCALITY": "Localité", + "REGION": "Région", + "PCODE": "Code Postal", + "CTRY": "Pays", + "TEL": "Téléphone", + "NUMBER": "Numéro", + "EMAIL": "Courriel", + "USERID": " USERID ", + "ORG": "Organisation", + "ORGNAME": "Nom", + "ORGUNIT": "Unité", + "TITLE": "Qualité:", + "ROLE": "Rôle", + "BDAY": "Date de naissance", + "DESC": "Description", + "PHOTO": "Photo", + "send_message": "Envoyer le message", + "get_info": "Montrer les informations", + "Settings": "Réglages", + "Priority": "Priorité", + "Save": "Enregistrer", + "User_settings": "Paramètres utilisateur", + "A_fingerprint_": "Une empreinte est utilisée pour s'assurer de l'identité de la personne à qui vous parlez", + "Your_roster_is_empty_add_a": "Votre liste est vide, ajouter ", + "new_buddy": "Nouvel ami", + "is": "est", + "Login_options": "Options d'identification", + "BOSH_url": "URL BOSH", + "Domain": "Domaine", + "Resource": "Ressource", + "On_login": "Après authentification", + "Received_an_unencrypted_message": "Reçu un message non chiffré", + "Sorry_your_buddy_doesnt_provide_any_information": "Désolé, votre ami n'a pas fourni d'informations", + "Info_about": "A propos de", + "Authentication_aborted": "Authentification interrompue.", + "Authentication_request_received": "Requête d'authentification reçue.", + "Do_you_want_to_display_them": "Voulez-vous les afficher ?", + "Log_in_without_chat": "S'identifier sans tchat", + "has_come_online": "vient d'arriver", + "Unknown_sender": "Expéditeur inconnu", + "You_received_a_message_from_an_unknown_sender": "Vous avez reçu un message d'un expéditeur inconnu", + "Please_allow_access_to_microphone_and_camera": "Veuillez cliquez sur le bouton \"Autoriser\" en haut, pour permettre l'accès au micro et à la caméra.", + "Incoming_call": "Appel entrant", + "from": "de", + "Do_you_want_to_accept_the_call_from": "Voulez-vous accepter l'appel de", + "Reject": "Rejeté", + "Accept": "Accepté", + "hang_up": "Décrochez", + "snapshot": "Capture d’écran", + "mute_my_audio": "Couper l'audio", + "pause_my_video": "Mettre ma vidéo en pause", + "fullscreen": "Plein écran", + "Info": "Info", + "Local_IP": "IP locale", + "Remote_IP": "IP distante", + "Local_Fingerprint": "Empreinte locale", + "Remote_Fingerprint": "Empreinte distante", + "Video_call_not_possible": "L'appel vidéo n'est possible. Votre ami ne supporte pas les appels vidéo.", + "Start_video_call": "Démarrer l'appel vidéo" + } +} \ No newline at end of file diff --git a/locales/nds.json b/locales/nds.json new file mode 100644 index 000000000..8327e454b --- /dev/null +++ b/locales/nds.json @@ -0,0 +1,172 @@ +{ + "translation": { + "Logging_in": null, + "your_connection_is_unencrypted": null, + "your_connection_is_encrypted": null, + "your_buddy_closed_the_private_connection": null, + "start_private": null, + "close_private": null, + "your_buddy_is_verificated": null, + "you_have_only_a_subscription_in_one_way": null, + "authentication_query_sent": null, + "your_message_wasnt_send_please_end_your_private_conversation": null, + "unencrypted_message_received": null, + "your_message_wasnt_send_because_you_have_no_valid_subscription": null, + "not_available": null, + "no_connection": null, + "relogin": null, + "trying_to_start_private_conversation": null, + "Verified": null, + "Unverified": null, + "private_conversation_started": null, + "private_conversation_aborted": null, + "your_buddy_closed_the_private_conversation_you_should_do_the_same": null, + "conversation_is_now_verified": null, + "authentication_failed": null, + "your_buddy_is_attempting_to_determine_": null, + "to_authenticate_to_your_buddy": null, + "enter_the_answer_and_click_answer": null, + "enter_the_secret": null, + "Creating_your_private_key_": null, + "Authenticating_a_buddy_helps_": null, + "How_do_you_want_to_authenticate_your_buddy": null, + "Select_method": null, + "Manual": null, + "Question": null, + "Secret": null, + "To_verify_the_fingerprint_": null, + "Your_fingerprint": null, + "Buddy_fingerprint": null, + "Close": null, + "Compared": null, + "To_authenticate_using_a_question_": null, + "Ask": null, + "To_authenticate_pick_a_secret_": null, + "Compare": null, + "Fingerprints": null, + "Authentication": null, + "Message": null, + "Add_buddy": null, + "rename_buddy": null, + "delete_buddy": null, + "Login": null, + "Username": null, + "Password": null, + "Cancel": null, + "Connect": null, + "Type_in_the_full_username_": null, + "Alias": null, + "Add": null, + "Subscription_request": null, + "You_have_a_request_from": null, + "Deny": null, + "Approve": null, + "Remove_buddy": null, + "You_are_about_to_remove_": null, + "Continue_without_chat": null, + "Please_wait": null, + "Login_failed": null, + "Sorry_we_cant_authentikate_": null, + "Retry": null, + "clear_history": null, + "New_message_from": null, + "Should_we_notify_you_": null, + "Please_accept_": null, + "Hide_offline": null, + "Show_offline": null, + "About": null, + "dnd": null, + "Mute": null, + "Unmute": null, + "Subscription": null, + "both": null, + "Status": null, + "online": null, + "chat": null, + "away": null, + "xa": null, + "offline": null, + "none": null, + "Unknown_instance_tag": null, + "Not_one_of_our_latest_keys": null, + "Received_an_unreadable_encrypted_message": null, + "Online": null, + "Chatty": null, + "Away": null, + "Extended_away": null, + "Offline": null, + "Friendship_request": null, + "Confirm": null, + "Dismiss": null, + "Remove": null, + "Online_help": null, + "FN": null, + "N": null, + "FAMILY": null, + "GIVEN": null, + "NICKNAME": null, + "URL": null, + "ADR": null, + "STREET": null, + "EXTADD": null, + "LOCALITY": null, + "REGION": null, + "PCODE": null, + "CTRY": null, + "TEL": null, + "NUMBER": null, + "EMAIL": null, + "USERID": null, + "ORG": null, + "ORGNAME": null, + "ORGUNIT": null, + "TITLE": null, + "ROLE": null, + "BDAY": null, + "DESC": null, + "PHOTO": null, + "send_message": null, + "get_info": null, + "Settings": null, + "Priority": null, + "Save": null, + "User_settings": null, + "A_fingerprint_": null, + "Your_roster_is_empty_add_a": null, + "new_buddy": null, + "is": null, + "Login_options": null, + "BOSH_url": null, + "Domain": null, + "Resource": null, + "On_login": null, + "Received_an_unencrypted_message": null, + "Sorry_your_buddy_doesnt_provide_any_information": null, + "Info_about": null, + "Authentication_aborted": null, + "Authentication_request_received": null, + "Do_you_want_to_display_them": null, + "Log_in_without_chat": null, + "has_come_online": null, + "Unknown_sender": null, + "You_received_a_message_from_an_unknown_sender": null, + "Please_allow_access_to_microphone_and_camera": null, + "Incoming_call": null, + "from": null, + "Do_you_want_to_accept_the_call_from": null, + "Reject": null, + "Accept": null, + "hang_up": null, + "snapshot": null, + "mute_my_audio": null, + "pause_my_video": null, + "fullscreen": null, + "Info": null, + "Local_IP": null, + "Remote_IP": null, + "Local_Fingerprint": null, + "Remote_Fingerprint": null, + "Video_call_not_possible": null, + "Start_video_call": null + } +} \ No newline at end of file diff --git a/locales/pt-BR.json b/locales/pt-BR.json new file mode 100644 index 000000000..f36120e2d --- /dev/null +++ b/locales/pt-BR.json @@ -0,0 +1,172 @@ +{ + "translation": { + "Logging_in": "Entrando...", + "your_connection_is_unencrypted": "Sua conexão não é encriptada", + "your_connection_is_encrypted": "Sua conexão é encriptada", + "your_buddy_closed_the_private_connection": "Seu contato fechou a conexão privada", + "start_private": "Iniciar conversa privada", + "close_private": "Fechar conversa privada", + "your_buddy_is_verificated": "Seu contato está verificado", + "you_have_only_a_subscription_in_one_way": "Você só tem a inscrição one-way", + "authentication_query_sent": "Pergunta de autenticação enviada", + "your_message_wasnt_send_please_end_your_private_conversation": "Sua mensagem não foi enviada. Por favor finalize sua conversa privada", + "unencrypted_message_received": "Mensagem não encriptada recebida", + "your_message_wasnt_send_because_you_have_no_valid_subscription": "Sua mensagem não foi enviada porque sua inscrição não é válida", + "not_available": "Indisponível", + "no_connection": "Sem conexão!", + "relogin": "reentrar", + "trying_to_start_private_conversation": "Tentando iniciar conversa privada", + "Verified": "Verificado", + "Unverified": "Não verificado", + "private_conversation_started": "Conversa privada iniciada.", + "private_conversation_aborted": "Conversa privada abortada!", + "your_buddy_closed_the_private_conversation_you_should_do_the_same": "Seu contato encerrou a conversa privada! Você deveria fazer o mesmo.", + "conversation_is_now_verified": "Conversa verificada.", + "authentication_failed": "Autenticação falhou.", + "your_buddy_is_attempting_to_determine_": "Seu contato está tentando determinar se ele realmente está falando contigo.", + "to_authenticate_to_your_buddy": "Para autenticar seu contato, ", + "enter_the_answer_and_click_answer": "entre com a resposta e clique em Responder.", + "enter_the_secret": "escreva a senha.", + "Creating_your_private_key_": "Criando sua chave privada: isso pode demorar um pouco.", + "Authenticating_a_buddy_helps_": "Autenticar seu contato ajuda a garantir que a pessoa com a qual você está falando é realmente a pessoa que ela alega ser.", + "How_do_you_want_to_authenticate_your_buddy": "Como você gostaria de se autenticar {{bid_name}} ({{bid_jid}})?", + "Select_method": "Selecione o método...", + "Manual": "Manual", + "Question": "Pergunta", + "Secret": "Senha", + "To_verify_the_fingerprint_": "Para verificar o fingerprint, entre em contato com seu contato usando outro meio, de preferência seguro, como o telefone.", + "Your_fingerprint": "Seu fingerprint", + "Buddy_fingerprint": "Fingerprint do contato", + "Close": "Fechar", + "Compared": "Comparado", + "To_authenticate_using_a_question_": "Para autenticar seu contato faça uma pergunta, mas escolha que só ele saiba a resposta.", + "Ask": "Pergunta", + "To_authenticate_pick_a_secret_": "Para autenticar, escolha um segredo que somente você e seu contato saibam.", + "Compare": "Compare", + "Fingerprints": "Fingerprints", + "Authentication": "Autenticação", + "Message": "Mensagem", + "Add_buddy": "Adicionar contato", + "rename_buddy": "renomear contato", + "delete_buddy": "remover contato", + "Login": "Entrar", + "Username": "Usuário", + "Password": "Senha", + "Cancel": "Cancelar", + "Connect": "Conectar", + "Type_in_the_full_username_": "Digite seu nome completo e um apelido opcional.", + "Alias": "Apelido", + "Add": "Adicionar", + "Subscription_request": "Pedido de inscrição", + "You_have_a_request_from": "Você tem um pedido de", + "Deny": "Negar", + "Approve": "Aprovar", + "Remove_buddy": "Remover contato", + "You_are_about_to_remove_": "Você está prestes a remover {{bid_name}} ({{bid_jid}}) de sua lista de contatos. Todas as conversas serão fechadas.", + "Continue_without_chat": "Continue sem converar", + "Please_wait": "Por favor aguarde", + "Login_failed": "Autenticação da conversa falhou", + "Sorry_we_cant_authentikate_": "A autenticação com o servidor falhou. Talvez seja a senha errada?", + "Retry": "Voltar", + "clear_history": "Limpar histórico", + "New_message_from": "Nova mensagem de", + "Should_we_notify_you_": "Devemos continuar notificando sobre novas mensagens no futuro?", + "Please_accept_": "Por favor clique no botão \"Permitir\" na parte superior.", + "Hide_offline": "Esconder contatos desconectados", + "Show_offline": "Mostrar contatos desconectados", + "About": "Sobre", + "dnd": "Não perturbe", + "Mute": "Mudo", + "Unmute": "Ligar", + "Subscription": "Inscrição", + "both": "ambos", + "Status": "Status", + "online": "online", + "chat": "conversa", + "away": "ausente", + "xa": "ausente por mais tempo", + "offline": "desativado", + "none": "nenhum", + "Unknown_instance_tag": "Marcação desconhecida da instância", + "Not_one_of_our_latest_keys": "Nenhuma de nossas ultimas chaves.", + "Received_an_unreadable_encrypted_message": "Mensagem encriptada ilegível foi recebida.", + "Online": "Online", + "Chatty": "Tagarela", + "Away": "Ausente", + "Extended_away": "Ausente por mais tempo", + "Offline": "Desativado", + "Friendship_request": "Pedido de amizade", + "Confirm": "Confirmar", + "Dismiss": "Ignorar", + "Remove": "Remover", + "Online_help": "Ajuda online", + "FN": "Nome completo", + "N": " ", + "FAMILY": "Sobrenome", + "GIVEN": "Nome", + "NICKNAME": "Apelido", + "URL": "URL", + "ADR": "Endereço", + "STREET": "Rua, Av, etc", + "EXTADD": "Complemento", + "LOCALITY": "Localidade", + "REGION": "Região", + "PCODE": "CEP", + "CTRY": "País", + "TEL": "Telefone", + "NUMBER": "Número", + "EMAIL": "Email", + "USERID": " ", + "ORG": "Empresa", + "ORGNAME": "Nome", + "ORGUNIT": "Unidade", + "TITLE": "Cargo", + "ROLE": "Rol", + "BDAY": "Data de nascimento", + "DESC": "Descrição", + "PHOTO": " ", + "send_message": "Enviar mensagem", + "get_info": "Exibir informações", + "Settings": "Configurações", + "Priority": "Prioridade", + "Save": "Salvar", + "User_settings": "Configurações do usuário", + "A_fingerprint_": "O fingerprint é usado para certificar que a pessoa com a qual se está falando é que ela diz ser.", + "Your_roster_is_empty_add_a": "Sua lista está vazia, adicione um ", + "new_buddy": "novo contato", + "is": "é", + "Login_options": "Opções de login", + "BOSH_url": "BOSH URL", + "Domain": "Domínio", + "Resource": "Recurso", + "On_login": "Ao autenticar", + "Received_an_unencrypted_message": "Mensagem não encriptada recebida", + "Sorry_your_buddy_doesnt_provide_any_information": "Desculpe, seu contato não forneceu nenhuma informação", + "Info_about": "Informações sobre", + "Authentication_aborted": "Autenticação encerrada.", + "Authentication_request_received": "Pedido de autenticação recebido", + "Do_you_want_to_display_them": "Você quer mostrá-los?", + "Log_in_without_chat": "Entrar sem conversar", + "has_come_online": "ficou online", + "Unknown_sender": "Emissor desconhecido", + "You_received_a_message_from_an_unknown_sender": "Você recebeu uma mensagem de um emissor desconhecido", + "Please_allow_access_to_microphone_and_camera": "Por favor clique no botão \"Permitir\" no topo, para conceder acesso ao seu microfone e câmera.", + "Incoming_call": "Recebendo chamada", + "from": "de", + "Do_you_want_to_accept_the_call_from": "Você aceita a chamada de", + "Reject": "Negar", + "Accept": "Aceitar", + "hang_up": "desligar", + "snapshot": "registrar imagem", + "mute_my_audio": "mudo", + "pause_my_video": "pausar vídeo", + "fullscreen": "tela cheia", + "Info": "Informações", + "Local_IP": "IP local", + "Remote_IP": "IP remoto", + "Local_Fingerprint": "Fingerprint local", + "Remote_Fingerprint": "Fingerprint remoto", + "Video_call_not_possible": "Chamada de vídeo impossível. Seu contato não suporta chamadas desse tipo.", + "Start_video_call": "Iniciar chamada de vídeo" + } +} \ No newline at end of file diff --git a/package.json b/package.json index cdc5c9efc..4e731a8bf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "grunt-jsdoc": "^0.5.7", "grunt-search": "^0.1.6", "grunt-shell": "^1.1.1", - "grunt-text-replace": "~0.3.11", + "grunt-text-replace": "~0.4.0", "grunt-merge-data": "^0.4.3" } }