Skip to content

Commit

Permalink
Translations update from Hosted Weblate (#153)
Browse files Browse the repository at this point in the history
* Translated using Weblate (German)

Currently translated at 92.7% (89 of 96 strings)

Co-authored-by: Martin Chaine <martin@casimir.me>
Translate-URL: https://hosted.weblate.org/projects/frigoligo/flutter/de/
Translation: Frigoligo/Flutter

* Translated using Weblate (French)

Currently translated at 100.0% (96 of 96 strings)

Co-authored-by: Martin Chaine <martin@casimir.me>
Translate-URL: https://hosted.weblate.org/projects/frigoligo/flutter/fr/
Translation: Frigoligo/Flutter

---------

Co-authored-by: Martin Chaine <martin@casimir.me>
  • Loading branch information
weblate and casimir authored Mar 22, 2024
1 parent 095b430 commit 94d33e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 56 deletions.
32 changes: 8 additions & 24 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@
},
"humanize_hours": "{n, plural, =1{1 Stunde} other{{n} Stunden}}",
"@humanize_hours": {},
"settings_headerPreferences": "Einstellungen",
"@settings_headerPreferences": {
"description": "The header of the preferences section in the settings screen."
},
"session_fieldTokenExpiration": "Gültigkeit des Tokens",
"@session_fieldTokenExpiration": {
"description": "The label of the token expiration field in the session screen."
Expand Down Expand Up @@ -283,10 +279,6 @@
"@settings_clearCacheMessage": {
"description": "The message of the confirmation dialog to clear the cache."
},
"settings_headerAdvanced": "Fortgeschritten",
"@settings_headerAdvanced": {
"description": "The header of the advanced section in the settings screen."
},
"logconsole_title": "Log Konsole",
"@logconsole_title": {
"description": "The title of the log console screen."
Expand Down Expand Up @@ -321,10 +313,6 @@
"@login_fieldClientId": {
"description": "The client ID field of the login form."
},
"settings_headerGeneral": "Allgemein",
"@settings_headerGeneral": {
"description": "The header of the general section in the settings screen."
},
"login_title": "Einloggen",
"@login_title": {
"description": "The title of the login screen."
Expand All @@ -345,18 +333,6 @@
"@session_renewDialogTitle": {
"description": "The title of the confirmation dialog to renew the session."
},
"g_langEN": "Englisch",
"@g_langEN": {
"description": "The English language."
},
"g_langFR": "Französisch",
"@g_langFR": {
"description": "The French language."
},
"g_langDE": "Deutsch",
"@g_langDE": {
"description": "The German language."
},
"g_system": "System",
"@g_system": {},
"settings_itemLanguage": "Sprache",
Expand Down Expand Up @@ -406,5 +382,13 @@
"filters_articleFavoriteAll": "Alle",
"@filters_articleFavoriteAll": {
"description": "Don't filter articles by favorite status."
},
"g_sourceCode": "Quellcode",
"@g_sourceCode": {
"description": "The source code of a software."
},
"g_version": "Version",
"@g_version": {
"description": "A version, as in the application version."
}
}
48 changes: 16 additions & 32 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@
"@server_address": {
"description": "The address of the Wallabag instance."
},
"settings_headerPreferences": "Préférences",
"@settings_headerPreferences": {
"description": "The header of the preferences section in the settings screen."
},
"session_fieldTokenExpiration": "Expiration du token",
"@session_fieldTokenExpiration": {
"description": "The label of the token expiration field in the session screen."
Expand Down Expand Up @@ -305,10 +301,6 @@
"@settings_clearCacheMessage": {
"description": "The message of the confirmation dialog to clear the cache."
},
"settings_headerAdvanced": "Avancé",
"@settings_headerAdvanced": {
"description": "The header of the advanced section in the settings screen."
},
"logconsole_title": "Console de journalisation",
"@logconsole_title": {
"description": "The title of the log console screen."
Expand All @@ -329,10 +321,6 @@
"@login_fieldClientId": {
"description": "The client ID field of the login form."
},
"settings_headerGeneral": "Général",
"@settings_headerGeneral": {
"description": "The header of the general section in the settings screen."
},
"login_title": "Connexion",
"@login_title": {
"description": "The title of the login screen."
Expand All @@ -345,14 +333,6 @@
"@session_forceTokenResfresh": {
"description": "The action to force a token refresh."
},
"g_langEN": "Anglais",
"@g_langEN": {
"description": "The English language."
},
"g_langFR": "Français",
"@g_langFR": {
"description": "The French language."
},
"g_system": "Système",
"@g_system": {},
"settings_itemLanguage": "Langue",
Expand All @@ -367,10 +347,6 @@
"@settings_valueThemeLight": {
"description": "The label for the light theme mode."
},
"g_langDE": "Allemand",
"@g_langDE": {
"description": "The German language."
},
"g_search": "Rechercher",
"@g_search": {
"description": "A verb, as in to search something."
Expand Down Expand Up @@ -407,14 +383,6 @@
"@listing_articlesAll": {
"description": "The title for the list of all the articles."
},
"reading_settings_title": "Paramètres de lecture",
"@reading_settings_title": {
"description": "The title of the reading settings screen."
},
"reading_settings_fontSize": "Taille de police",
"@reading_settings_fontSize": {
"description": "The font size of the article content display."
},
"readingsettings_fontFamily": "Famille de police",
"@readingsettings_fontFamily": {
"description": "The font family to display the content of the article."
Expand All @@ -426,5 +394,21 @@
"readingsettings_title": "Paramètres de lecture",
"@readingsettings_title": {
"description": "The title of the reading settings screen."
},
"g_version": "Version",
"@g_version": {
"description": "A version, as in the application version."
},
"g_sourceCode": "Code source",
"@g_sourceCode": {
"description": "The source code of a software."
},
"settings_bugReportLink": "Signaler un bug",
"@settings_bugReportLink": {
"description": "The action to open the bug report form."
},
"settings_helpToTranslate": "Aider à traduire",
"@settings_helpToTranslate": {
"description": "The action to open the Weblate project in a webview."
}
}

0 comments on commit 94d33e0

Please sign in to comment.