Translation tool; Update new languages

This commit is contained in:
Gregor Santner 2016-08-07 22:08:05 +02:00
parent fb4baa6481
commit a494bffcbe
39 changed files with 679 additions and 9 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ build/
# User-specific configurations
local.properties
crowdin.yaml
.idea
.idea/libraries/

8
.hidden Executable file
View File

@ -0,0 +1,8 @@
build
crowdin.yaml
diaspora-android.iml
gradle
gradle.properties
gradlew
gradlew.bat
local.properties

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -18,6 +18,8 @@
<string name="pref_desc__proxy_enabled">Nutze einen Proxyserver um Firewalls zu umgehen</string>
<string name="pref_title__proxy_host">Host</string>
<string name="pref_title__proxy_port">Port</string>
<string name="pref_title__show_exit_button_in_nav_also">Beenden Button im Slider</string>
<string name="pref_desc__show_exit_button_in_nav_also">Fügt einen zusätzlichen »App beenden« Button zum Navigations-Slider hinzu</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Persönliche Einstellungen</string>
<string name="pref_desc__personal_settings">Öffne die Einstellungen deines Diaspora Accounts</string>
@ -34,4 +36,5 @@
<string name="pref_title__intellihide_toolbars">Toolbars intelligent verstecken</string>
<string name="pref_title__append_shared_via_app">Verweise auf App</string>
<string name="pref_desc__append_shared_via_app">Füge beim Teilen von Texten Verweis auf diese App an (\"geteilt durch&#8230;\")</string>
</resources>
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -7,8 +7,10 @@
<string name="reload">Neu laden</string>
<string name="new_notifications">Ungelesene Benachrichtigung. Lesen?</string>
<!-- Common Words -->
<string name="settings">Einstellungen</string>
<string name="notifications">Benachrichtigungen</string>
<string name="conversations">Unterhaltungen</string>
<string name="stream">Stream</string>
<string name="profile">Profil</string>
<string name="aspects">Aspekte</string>
<string name="activities">Aktivitäten</string>
@ -16,6 +18,7 @@
<string name="commented">Kommentiert</string>
<string name="mentions">Erwähnungen</string>
<string name="public_">Öffentliche Aktivitäten</string>
<string name="search">Suche</string>
<!-- Pod Activity -->
<string name="title_activity_pods">Pod auswählen</string>
<string name="filter_hint">Pod-Domain eingeben</string>
@ -38,12 +41,12 @@
<string name="share__toast_saved_image_to_location">Speichere Bild als</string>
<string name="share__toast_screenshot">Bildschirmfoto wird gespeichert unter:</string>
<string name="share__toast_link_address_copied">Linkadresse kopiert &#8230;</string>
<string name="new_post">Neuer Beitrag</string>
<string name="action_go_to_top">Nach oben scrollen</string>
<string name="action_search_by_tags_or_persons">Suche nach Tags oder Personen …</string>
<string name="action_exit_app">App beenden</string>
<string name="action_toggle_desktop_page">Mobil-/Desktopansicht umschalten</string>
<string name="action_share_dotdotdot">Teilen&#8230;</string>
<string name="new_post">Neuer Beitrag</string>
<string name="search_alert_tag">nach Tags</string>
<string name="search_alert_people">nach Personen</string>
<string name="search_alert_bypeople_validate_needsomedata">Füge einen Namen ein.</string>
@ -138,4 +141,4 @@ along with this program. If not, see http://www.gnu.org/licenses.&lt;br&gt; &lt
https://www.flickr.com/photos/129581906@N06/sets/72157651933980136/with/16594947123.
Sie wurden von \"Lydia\" veröffentlicht und stehen unter der cc by-nc-sa Lizenz.&lt;/i&gt;</string>
<!-- Recently added - Please move to right section-->
</resources>
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -3,7 +3,7 @@
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<string name="pref_cat__visuals">Apparance</string>
<string name="pref_cat__visuals">Apparence</string>
<string name="pref_cat__network">Paramètres du réseau</string>
<string name="pref_cat__pod_settings">Paramètres du pod</string>
<!-- Visuals -->
@ -12,14 +12,29 @@
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<string name="pref_title__load_images">Charger les images</string>
<string name="pref_desc__load_images">Désactiver le chargements des images pour préserver la data mobile</string>
<!-- Proxy -->
<string name="pref_title__proxy_enabled">Activer Proxy</string>
<string name="pref_desc__proxy_enabled">Serveur Proxy.\n(Nécessite un redémarrage)</string>
<string name="pref_title__proxy_host">Hôte</string>
<string name="pref_title__proxy_port">Port</string>
<string name="pref_title__show_exit_button_in_nav_also">Bouton \"Quitter\" dans la barre de navigation</string>
<string name="pref_desc__show_exit_button_in_nav_also">Ajouter le bouton »Quitter l\'application« dans la barre de navigation</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Paramètres personnels</string>
<string name="pref_desc__manage_contacts">Gérer votre liste des contacts</string>
<string name="pref_desc__personal_settings">Ouvrir vos paramètres de compte Diaspora</string>
<string name="pref_title__manage_contacts">Contacts</string>
<string name="pref_desc__manage_contacts">Gérer votre liste de contacts</string>
<string name="pref_title__manage_tags">Gérer les Hashtags</string>
<string name="pref_desc__manage_tags">Ajouter et supprimer les hashtags que vous suivez</string>
<string name="pref_title__change_account">Changer de compte</string>
<string name="pref_desc__change_account">Effacer les données de session locale et passer à un autre pod/compte Diaspora</string>
<string name="pref_warning__change_account">Cette opération va effacer les cookies et données de session. Voulez-vous vraiment changer de compte/pod?</string>
<string name="pref_title__clear_cache">Vider le cache</string>
</resources>
<string name="pref_desc__clear_cache">Vider le cache</string>
<string name="pref_desc__intellihide_toolbars">Masquer les barres doutils en haut et en bas automatiquement lors du défilement</string>
<string name="pref_title__intellihide_toolbars">Masquage intelligent des barres d\'outils</string>
<string name="pref_title__append_shared_via_app">Ajoutez \"partagé via …\" aux partages</string>
<string name="pref_desc__append_shared_via_app">Ajoutez une référence à l\'application (« partagée via &#8230;\") aux textes partagés</string>
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -7,12 +7,18 @@
<string name="reload">Rafraîchir</string>
<string name="new_notifications">Notifications non lues. Lire ?</string>
<!-- Common Words -->
<string name="settings">Paramètres</string>
<string name="notifications">Notifications</string>
<string name="conversations">Discussions</string>
<string name="stream">Flux</string>
<string name="profile">Profil</string>
<string name="aspects">Aspects</string>
<string name="activities">Activités</string>
<string name="liked">Aimés</string>
<string name="commented">Commentés</string>
<string name="mentions">Mentions</string>
<string name="public_">Publique</string>
<string name="search">Rechercher</string>
<!-- Pod Activity -->
<string name="title_activity_pods">Selectionnez un Pod</string>
<string name="filter_hint">Entrez le nom de domaine du pod</string>
@ -21,6 +27,7 @@
<string name="valid_pod">Veuillez entrer un nom de domaine valide</string>
<string name="podlist_error">Erreur : impossible de récupérer la liste des pods !</string>
<string name="no_internet">Désolé, vous devez être connecté à Internet pour continuer</string>
<string name="confirmation">Confirmation</string>
<string name="confirm_pod">Voulez-vous vraiment utiliser\nhttps://%1$s\ncomme pod Diaspora ?</string>
<string name="confirm_exit">Souhaitez-vous quitter ?</string>
<!-- Drawer, Menu, Toolbar, ContextMenu -->
@ -34,11 +41,12 @@
<string name="share__toast_saved_image_to_location">Enregistrer l\'image sous</string>
<string name="share__toast_screenshot">Enregistrer la capture d\'écran sous :</string>
<string name="share__toast_link_address_copied">Lien copié&#8230;</string>
<string name="new_post">Nouveau message</string>
<string name="action_go_to_top">Retour en haut</string>
<string name="action_search_by_tags_or_persons">Recherche par tags ou par personnes</string>
<string name="action_exit_app">Quitter l\'application</string>
<string name="action_toggle_desktop_page">Activer/désactiver la version mobile</string>
<string name="action_share_dotdotdot">Partager&#8230;</string>
<string name="new_post">Nouveau message</string>
<string name="search_alert_tag">par tags</string>
<string name="search_alert_people">par personne</string>
<string name="search_alert_bypeople_validate_needsomedata">Veuillez ajouter un nom</string>
@ -114,4 +122,4 @@
https://www.flickr.com/photos/129581906@N06/sets/72157651933980136/with/16594947123.
They were published by \"Lydia\" and are licensed under cc by-nc-sa.&lt;/i&gt;</string>
<!-- Recently added - Please move to right section-->
</resources>
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<string name="settings">Impostazioni</string>
<string name="conversations">Conversazioni</string>
<string name="search">Cerca</string>
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<string name="help_license">Licenza</string>
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<string name="settings">സജ്ജീകരണങ്ങൾ</string>
<string name="notifications">അറിയിപ്പുകൾ</string>
<string name="conversations">സംഭാഷണങ്ങൾ</string>
<string name="stream">സ്ട്രീം</string>
<string name="liked">ഇഷ്ടപെട്ടവ</string>
<string name="commented">കമന്റ് ചെയ്തവ </string>
<string name="mentions">പരാമർശങ്ങൾ</string>
<string name="search">തിരയുക</string>
<!-- Pod Activity -->
<string name="title_activity_pods">പോഡ് തിരഞ്ഞെടുക്കുക</string>
<string name="filter_hint">പോഡ് അഡ്രസ് രേഖപ്പെടുത്തുക</string>
<string name="confirm_url">പോഡ് അഡ്രസ് ഉറപ്പാക്കുക</string>
<string name="podlist_source_note">അറിയിപ്പ് : പോഡുകളുടെ ലിസ്റ്റ് https://podupti.me യിൽ നിന്നാണ്‌ ലഭിക്കുന്നത്. തിരുത്തൽ വരുത്താനുള്ളയിടത്തിൽ മറ്റു പോഡുകളുടെ അഡ്രസ് നൽകാം.</string>
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<string name="shared_by_diaspora_android">*[gedeeld door #DiasporaForAndroid]*</string>
<!-- Application -->
<string name="reload">Opnieuw Laden</string>
<string name="new_notifications">Ongelezen bericht. Wilt u het lezen?</string>
<!-- Common Words -->
<string name="settings">Instellingen</string>
<string name="notifications">Meldingen</string>
<string name="conversations">Gesprekken</string>
<string name="stream">Stream</string>
<string name="profile">Profiel</string>
<string name="aspects">Aspecten</string>
<string name="activities">Activiteiten</string>
<string name="liked">Leuk gevonden</string>
<string name="commented">Gereageerd</string>
<string name="mentions">Vermeldingen</string>
<string name="public_">Openbaar</string>
<string name="search">Zoeken</string>
<!-- Pod Activity -->
<string name="title_activity_pods">Selecteer Pod</string>
<string name="filter_hint">Voer pod domein</string>
<string name="confirm_url">Bevestigen pod url</string>
<string name="podlist_source_note">Opmerking: De podlijst is gevuld met beveiligde pods vermeld op https://podupti.me. U kunt in het bewerk veld elke pod invullen die niet in de lijst staat.</string>
<string name="valid_pod">Voer een geldige domeinnaam in</string>
<string name="podlist_error">Fout: Kan niet de podlijst ophalen!</string>
<string name="no_internet">Sorry, u moet verbinding met internet hebben om verder te gaan</string>
<string name="confirmation">Bevestiging</string>
<string name="confirm_pod">Wilt u echt \nhttps://%1$s\n als uw Diaspora pod gebruiken?</string>
<string name="confirm_exit">Wilt u afsluiten?</string>
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<string name="nav_help_license">Over de app | Help</string>
<string name="nav_followed_tags">Gevolgde Tags</string>
<string name="nav_public_activities">Publieke activiteiten</string>
<string name="nav_settings_view">App-instellingen</string>
<string name="share__share_link_as_text">Link delen als tekst</string>
<string name="share__share_screenshot">Screenshot van de webpagina delen</string>
<string name="share__take_screenshot">Neem screenshot van de webpagina</string>
<string name="share__toast_saved_image_to_location">Afbeelding opslaan</string>
<string name="share__toast_screenshot">Screenshot oplaan als:</string>
<string name="share__toast_link_address_copied">Link adres gekopieerd&#8230;</string>
<string name="new_post">Nieuw Bericht</string>
<string name="action_go_to_top">Terug naar boven</string>
<string name="action_search_by_tags_or_persons">Zoeken op tags of personen</string>
<string name="action_exit_app">App afsluiten</string>
<string name="action_toggle_desktop_page">Mobiele/desktop weergave in-/ uitschakelen</string>
<string name="action_share_dotdotdot">Delen&#8230;</string>
<string name="search_alert_tag">viaTags</string>
<string name="search_alert_people">via mensen</string>
<string name="search_alert_bypeople_validate_needsomedata">Voeg een naam toe</string>
<string name="context_menu_share_link">Deel adreslink</string>
<string name="context_menu_save_image">Afbeelding opslaan</string>
<string name="context_menu_share_image">Deel afbeelding</string>
<string name="context_menu_open_external_browser">Geopend in externe browser&#8230;</string>
<string name="context_menu_copy_link">Link-adres kopiëren naar Klembord</string>
<!-- More from MainActivity -->
<string name="toast_set_proxy_failed">Waarschuwing: Kan niet netwerk proxy instellen&#8230;</string>
<string name="unable_to_load_image">Niet in staat om afbeelding te laden</string>
<string name="all_tags">Alle tags</string>
<!-- Permissions -->
<string name="permissions_screenshot">U moet machtegingen aan \"Access Storage Permission\" geven om screenshots op te slaan. Daarna moet u de app volledig afsluiten of de telefoon opnieuw opstarten. Als u geen toestemming aan opslag wil geven maar screenshot functie later wil gebruiken, kunt u de toestemming later geven. Open dan: systemsettings - apps - Diaspora. In de machtegings sectie kunt u machtegingen geven aan \"write storage permission\".</string>
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<string name="pref_cat__visuals">Wygląd</string>
<string name="pref_cat__network">Sieć</string>
<string name="pref_cat__pod_settings">Ustawienia poda</string>
<!-- Visuals -->
<!-- Font size -->
<string name="pref_title__font_size">Rozmiar czcionki</string>
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<string name="pref_title__load_images">Załaduj obrazy</string>
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<string name="shared_by_diaspora_android">*[dzielone przez #DiasporaForAndroid]*</string>
<!-- Application -->
<string name="reload">Odśwież</string>
<string name="new_notifications">Nieprzeczytane powiadomienia. Chcesz je przeczytać?</string>
<!-- Common Words -->
<string name="settings">Ustawienia</string>
<string name="notifications">Powiadomienia</string>
<string name="conversations">Rozmowy</string>
<string name="stream">Strumień</string>
<string name="profile">Profil</string>
<string name="aspects">Aspekty</string>
<string name="activities">Aktywności</string>
<string name="liked">Polubione</string>
<string name="commented">Skomentowane</string>
<string name="search">Szukaj</string>
<!-- Pod Activity -->
<string name="title_activity_pods">Wybierz Pod</string>
<string name="filter_hint">Wprowadź domenę poda</string>
<string name="confirm_url">Potwierdzić adres url poda</string>
<string name="valid_pod">Wprowadź prawidłową nazwę domeny</string>
<string name="podlist_error">Błąd: Nie można pobrać listy podów!</string>
<string name="no_internet">Przepraszam, musisz być podłączony do Internetu, aby kontynuować</string>
<string name="confirmation">Potwierdzenie</string>
<string name="confirm_pod">Czy naprawdę chcesz używać\nhttps://%1$s \njako Twój Pod Diaspory?</string>
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<string name="stream">Stream</string>
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<string name="pref_cat__visuals">Внешний вид</string>
<string name="pref_cat__network">Сеть</string>
<string name="pref_cat__pod_settings">Настройки пода</string>
<!-- Visuals -->
<!-- Font size -->
<string name="pref_title__font_size">Размер шрифта</string>
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<string name="pref_title__load_images">Загрузка изображений</string>
<string name="pref_desc__load_images">Отключить загрузку изображений для экономии траффика</string>
<!-- Proxy -->
<string name="pref_title__proxy_enabled">Использовать прокси</string>
<string name="pref_desc__proxy_enabled">Перенаправить трафик Диаспоры в обход брандмауэров.\nМожет потребовать перезапуска</string>
<string name="pref_title__proxy_host">Хост</string>
<string name="pref_title__proxy_port">Порт</string>
<!-- Diaspora Settings -->
<string name="pref_title__personal_settings">Личные настройки</string>
<string name="pref_desc__personal_settings">Открыть настройки аккаунта диаспоры</string>
<string name="pref_title__manage_contacts">Контакты</string>
<string name="pref_desc__manage_contacts">Управление списком контактов</string>
<string name="pref_title__manage_tags">Управление хэштегами</string>
<string name="pref_desc__manage_tags">Добавление и удаление хэштегов, на которые вы подписаны</string>
<string name="pref_title__change_account">Сменить аккаунт</string>
<string name="pref_desc__change_account">Стереть данные локального сеанса и переключиться на другой под/аккаунт Диаспоры</string>
<string name="pref_warning__change_account">Это удалит все файлы cookie и данные сеанса. Вы действительно хотите изменить вашу учетную запись?</string>
<string name="pref_title__clear_cache">Очистить кэш</string>
<string name="pref_desc__clear_cache">Очистить кэш WebView</string>
<string name="pref_desc__intellihide_toolbars">Скрывать верхнюю и нижнюю панели инструментов автоматически во время прокрутки</string>
<string name="pref_title__intellihide_toolbars">Интеллектуальное скрытие панелей инструментов</string>
<string name="pref_title__append_shared_via_app">Присоединять \"Опубликовано из\" к сообщению</string>
<string name="pref_desc__append_shared_via_app">Присоединять ссылку на приложение (\"Опубликовано из&#8230;\") к размещенным записям</string>
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<string name="shared_by_diaspora_android">*[опубликовано из #DiasporaForAndroid]*</string>
<!-- Application -->
<string name="reload">Перезагрузить</string>
<string name="new_notifications">Непрочитанное уведомление. Хотите прочитать его?</string>
<!-- Common Words -->
<string name="settings">Настройки</string>
<string name="notifications">Уведомления</string>
<string name="conversations">Разговоры</string>
<string name="stream">Поток</string>
<string name="profile">Профиль</string>
<string name="aspects">Аспекты</string>
<string name="activities">Недавняя активность</string>
<string name="liked">Понравившиеся</string>
<string name="commented">Прокомментированные</string>
<string name="mentions">Упоминания</string>
<string name="public_">Публичные</string>
<string name="search">Поиск</string>
<!-- Pod Activity -->
<string name="title_activity_pods">Выберите под</string>
<string name="filter_hint">Введите адрес пода</string>
<string name="confirm_url">Подтвердите URL пода</string>
<string name="podlist_source_note">Примечание: список подов формируется на основании списка безопасных подов с https://podupti.me. Вы можете ввести в поле для ввода любой под не из списка.</string>
<string name="valid_pod">Пожалуйста, введите корректное имя домена</string>
<string name="podlist_error">Ошибка: не удалось получить список подов!</string>
<string name="no_internet">Извините, вы должны быть подключены к Интернету, чтобы продолжить</string>
<string name="confirmation">Подтверждение</string>
<string name="confirm_pod">Вы действительно хотите использовать\nhttps://%1$s\nв качестве вашего пода в Диаспоре?</string>
<string name="confirm_exit">Вы действительно хотите выйти?</string>
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<string name="nav_help_license">О приложении | Справка</string>
<string name="nav_followed_tags">Отслеживаемые хэштеги</string>
<string name="nav_public_activities">Публичная активность</string>
<string name="nav_settings_view">Настройки приложения</string>
<string name="share__share_link_as_text">Разместить ссылку как текст</string>
<string name="share__share_screenshot">Разместить экранный снимок страницы</string>
<string name="share__take_screenshot">Сделать экранный снимок страницы</string>
<string name="share__toast_saved_image_to_location">Сохранение изображения в</string>
<string name="share__toast_screenshot">Сохранение экранного снимка как:</string>
<string name="share__toast_link_address_copied">Адрес ссылки скопирован&#8230;</string>
<string name="action_go_to_top">Наверх</string>
<string name="action_search_by_tags_or_persons">Поиск по тегам или людям</string>
<string name="action_exit_app">Выйти из приложения</string>
<string name="action_toggle_desktop_page">Переключить мобильный/настольный режим просмотра</string>
<string name="action_share_dotdotdot">Поделиться&#8230;</string>
<string name="search_alert_tag">по тегам</string>
<string name="search_alert_people">по людям</string>
<string name="search_alert_bypeople_validate_needsomedata">Пожалуйста добавьте имя</string>
<string name="context_menu_share_link">Разместить адрес ссылки</string>
<string name="context_menu_save_image">Сохранить изображение</string>
<string name="context_menu_share_image">Поделиться изображением</string>
<string name="context_menu_open_external_browser">Открыть во внешнем браузере&#8230;</string>
<string name="context_menu_copy_link">Копировать адрес ссылки в буфер обмена</string>
<!-- More from MainActivity -->
<string name="toast_set_proxy_failed">Предупреждение: Не удалось установить сетевой прокси&#8230;</string>
<string name="unable_to_load_image">Не удается загрузить изображение</string>
<string name="all_tags">Все теги</string>
<!-- Permissions -->
<string name="permissions_screenshot">Необходимо предоставить «Разрешение на доступ к хранилищу» для сохранения скриншотов. После этого вы должны полностью закрыть приложение или перезагрузите телефон. Если вы не разрешаете доступ к хранилищу, но хотите использовать функцию скриншотов позже, можно предоставить разрешение позднее. Затем откройте: Системные настройки - приложения - Диаспора. В разделе разрешения можно предоставить «разрешение на запись в хранилище».</string>
<string name="permissions_image">Необходимо предоставить «Разрешение на доступ к хранилищу» для сохранения изображений. После этого вы должны полностью закрыть приложение или перезагрузите телефон. Если вы не разрешаете доступ к хранилищу, но хотите сохранять изображения позже, можно предоставить разрешение позднее. Затем откройте: Системные настройки - приложения - Диаспора. В разделе разрешения можно предоставить «разрешение на запись в хранилище».</string>
<string name="permission_denied">В разрешении отказано.</string>
<string name="permission_granted_try_again">Разрешение получено. Пожалуйста, попробуйте еще раз.</string>
<!-- License & help (large amount of text) -->
<string name="help_license">Лицензия</string>
<string name="help_help">Форматирование Markdown</string>
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- Key Names (Untranslatable) -->
<!-- Category Titles -->
<!-- Visuals -->
<!-- Font size -->
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
<!-- Load images -->
<!-- Proxy -->
<!-- Diaspora Settings -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<!-- App - AppName specific -->
<!-- Application -->
<!-- Common Words -->
<!-- Pod Activity -->
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<!-- More from MainActivity -->
<!-- Permissions -->
<!-- License & help (large amount of text) -->
<!-- Recently added - Please move to right section-->
</resources>

View File

@ -1,4 +1,34 @@
project_identifier: diaspora-for-android
#api_key: APIKEY_DONT_PUSH
#base_path: /home/gregor/diaspora-android
files:
-
source: '/app/src/main/res/values/strings*.xml'
translation: '/app/src/main/res/values-%two_letters_code%/%original_file_name%'
translation: '/app/src/main/res/values-%android_code%/%original_file_name%'
languages_mapping:
android_code:
# Add all non locality languages here
# (e.g. enUS, enUK, deCH, deAT will automatically go into the right folder)
# Otherwise e.g. en would get added into the folder enEN (which is wrong).
# https://crowdin.com/page/api/language-codes contains supported language codes
# The first listed ones here are diffently managed by crowdin than on android
sv-SE: sv
es-ES: es
ml-IN: ml
pt-PT: pt
'no': 'no'
de: de
tr: tr
ca: ca
ru: ru
pl: pl
nl: nl
ja: ja
it: it
hu: hu
hi: hi
fr: fr
el: el
de: de
cs: cs

1
tools/localization/.gitignore vendored Executable file
View File

@ -0,0 +1 @@
crowdin.yaml

View File

@ -0,0 +1,33 @@
#!/bin/bash
#########################################################
#
# Title
#
# Created by Gregor Santer (gsantner), 2016
# https://gsantner.github.io/
#
#########################################################
#Pfade
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SCRIPTFILE=$(readlink -f $0)
SCRIPTPATH=$(dirname $SCRIPTFILE)
argc=$#
#########################################################
cd "$SCRIPTDIR"
if [ ! -f "crowdin.yaml" ] ; then
echo "base_path: $(realpath '../../')" > 'crowdin.yaml'
cat "../../crowdin.yaml" >> "crowdin.yaml"
fi
if grep -q "DONT_PUSH" "crowdin.yaml" ; then
echo "Insert API key to crowdin.yaml"
echo "and update folder to the root folder of the repository"
exit
fi
# Load latest translations
crowdin-cli download -b master