Skip to content

Commit

Permalink
Import translations
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizrd committed Mar 19, 2022
1 parent 3f971e2 commit 84eb93b
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,10 @@
<string name="label_widget_weather_clock_4x3">"Wetter und Uhr (4x3)"</string>
<string name="label_widget_weather_3x1">"Wetter (3x1)"</string>
<string name="label_widget_weather_forecast_4x2">"Wettervorhersage (4x2)"</string>
<string name="widget_loading_prompt">"Wird geladen…"</string>
<string name="refreshbtn_pref_title">"Schaltfläche Aktualisieren"</string>
<string name="refreshbtn_pref_summary">"Aktualisierungsschaltfläche aus dem Widget ausblenden"</string>
<string name="pref_category_customsize">"Symbolgröße und Schriftgröße"</string>
<string name="pref_title_textsize">"Schriftgröße"</string>
<string name="pref_title_iconsize">"Symbolgröße"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,10 @@
<string name="label_widget_weather_clock_4x3">"Tiempo y reloj (4x3)"</string>
<string name="label_widget_weather_3x1">"Tiempo (3x1)"</string>
<string name="label_widget_weather_forecast_4x2">"Previsión del tiempo (4x2)"</string>
<string name="widget_loading_prompt">"Cargando…"</string>
<string name="refreshbtn_pref_title">"Botón de actualización"</string>
<string name="refreshbtn_pref_summary">"Ocultar el botón de actualización del widget"</string>
<string name="pref_category_customsize">"Tamaño de los iconos y de la letra"</string>
<string name="pref_title_textsize">"Tamaño de la letra"</string>
<string name="pref_title_iconsize">"Tamaño de ícono"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,10 @@
<string name="label_widget_weather_clock_4x3">"Météo et horloge (4x3)"</string>
<string name="label_widget_weather_3x1">"Météo (3x1)"</string>
<string name="label_widget_weather_forecast_4x2">"Prévisions météo (4x2)"</string>
<string name="widget_loading_prompt">"Chargement…"</string>
<string name="refreshbtn_pref_title">"Bouton d'actualisation"</string>
<string name="refreshbtn_pref_summary">"Masquer le bouton d'actualisation du widget"</string>
<string name="pref_category_customsize">"Taille des icônes et de la police"</string>
<string name="pref_title_textsize">"Taille de la police"</string>
<string name="pref_title_iconsize">"Taille de l'icône"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,10 @@
<string name="label_widget_weather_clock_4x3">"Weer en Klok (4x3)"</string>
<string name="label_widget_weather_3x1">"Weer (3x1)"</string>
<string name="label_widget_weather_forecast_4x2">"Weersvoorspelling (4x2)"</string>
<string name="widget_loading_prompt">"Laden…"</string>
<string name="refreshbtn_pref_title">"Vernieuwen knop"</string>
<string name="refreshbtn_pref_summary">"Verberg refresh knop van widget"</string>
<string name="pref_category_customsize">"Pictogramgrootte en tekengrootte"</string>
<string name="pref_title_textsize">"Tekengrootte"</string>
<string name="pref_title_iconsize">"Pictogramgrootte"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,10 @@
<string name="label_widget_weather_clock_4x3">"Pogoda i zegar (4x3)"</string>
<string name="label_widget_weather_3x1">"Pogoda (3x1)"</string>
<string name="label_widget_weather_forecast_4x2">"Prognoza pogody (4x2)"</string>
<string name="widget_loading_prompt">"Wczytuję…"</string>
<string name="refreshbtn_pref_title">"Przycisk Odśwież"</string>
<string name="refreshbtn_pref_summary">"Ukryj przycisk odświeżania w widżecie"</string>
<string name="pref_category_customsize">"Rozmiar ikony i czcionki"</string>
<string name="pref_title_textsize">"Rozmiar czcionki"</string>
<string name="pref_title_iconsize">"Rozmiar ikony"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,10 @@
<string name="label_widget_weather_clock_4x3">"Počasie a hodiny (4x3)"</string>
<string name="label_widget_weather_3x1">"Počasie (3x1)"</string>
<string name="label_widget_weather_forecast_4x2">"Predpoveď počasia (4x2)"</string>
<string name="widget_loading_prompt">"Načítava…"</string>
<string name="refreshbtn_pref_title">"Tlačidlo Obnoviť"</string>
<string name="refreshbtn_pref_summary">"Skryť tlačidlo obnovenia z widgetu"</string>
<string name="pref_category_customsize">"Veľkosť ikony a písma"</string>
<string name="pref_title_textsize">"Veľkosť písma"</string>
<string name="pref_title_iconsize">"Veľkosť ikony"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,10 @@

<!-- Fuzzy -->
<string name="label_widget_weather_forecast_4x2">"天气预报 (4x2)"</string>
<string name="widget_loading_prompt">"负载…"</string>
<string name="refreshbtn_pref_title">"刷新按钮"</string>
<string name="refreshbtn_pref_summary">"从小部件中隐藏刷新按钮"</string>
<string name="pref_category_customsize">"图标和文字大小"</string>
<string name="pref_title_textsize">"字体大小"</string>
<string name="pref_title_iconsize">"图标大小"</string>
</resources>

0 comments on commit 84eb93b

Please sign in to comment.