Bring back relative timestamp translations

This commit is contained in:
arkon
2023-09-24 17:26:12 -04:00
parent 4e69bf993a
commit 86edce0d87
59 changed files with 303 additions and 1 deletions

View File

@@ -613,6 +613,12 @@
<string name="pref_highest">Più alto</string>
<string name="pref_hide_threshold">Sensibilità per nascondere il menù allo scorrimento</string>
<string name="pref_inverted_colors">Inversa</string>
<plurals name="relative_time">
<item quantity="one">Ieri</item>
<item quantity="many">%1$d giorni fa</item>
<item quantity="other">%1$d giorni fa</item>
</plurals>
<string name="relative_time_today">Oggi</string>
<string name="pref_dark_theme_pure_black">Modalità scura con nero puro</string>
<string name="theme_yotsuba">Yotsuba</string>
<string name="theme_yinyang">Yin e Yang</string>