Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #1159

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions android/app/src/main/res/values-sr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_widget_label">Okvir Slike</string>
<string name="wallpaper">Pozadina</string>
<string name="safe_mode_shortcut_short_label">Siguran režim</string>
<string name="videos_shortcut_short_label">Snimci</string>
<string name="analysis_channel_name">Pretraga medija</string>
<string name="analysis_notification_default_title">Skeniranje medija</string>
<string name="analysis_notification_action_stop">Stop</string>
<string name="app_name">Aves</string>
<string name="search_shortcut_short_label">Pretraga</string>
</resources>
5 changes: 5 additions & 0 deletions fastlane/metadata/android/sr/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<i>Aves</i> can handle all sorts of images and videos, including your typical JPEGs and MP4s, but also more exotic things like <b>multi-page TIFFs, SVGs, old AVIs and more</b>! It scans your media collection to identify <b>motion photos</b>, <b>panoramas</b> (aka photo spheres), <b>360° videos</b>, as well as <b>GeoTIFF</b> files.

<b>Navigation and search</b> is an important part of <i>Aves</i>. The goal is for users to easily flow from albums to photos to tags to maps, etc.

<i>Aves</i> integrates with Android (from KitKat to Android 14, including Android TV) with features such as <b>widgets</b>, <b>app shortcuts</b>, <b>screen saver</b> and <b>global search</b> handling. It also works as a <b>media viewer and picker</b>.
1 change: 1 addition & 0 deletions fastlane/metadata/android/sr/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gallery and metadata explorer
120 changes: 119 additions & 1 deletion lib/l10n/app_da.arb
Original file line number Diff line number Diff line change
@@ -1 +1,119 @@
{}
{
"welcomeMessage": "Velkommen til Aves",
"@welcomeMessage": {},
"welcomeOptional": "Valgfri",
"@welcomeOptional": {},
"appName": "Aves",
"@appName": {},
"welcomeTermsToggle": "Jeg accepterer vilkårene og betingelserne",
"@welcomeTermsToggle": {},
"itemCount": "{count, plural, =1{{count} fil} other{{count} filer}}",
"@itemCount": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"columnCount": "{count, plural, =1{{count} kolonne} other{{count} kolonner}}",
"@columnCount": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"timeMinutes": "{count, plural, =1{{count} minut} other{{count} minutter}}",
"@timeMinutes": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"timeDays": "{count, plural, =1{{count} dag} other{{count} dage}}",
"@timeDays": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"focalLength": "{length} mm",
"@focalLength": {
"placeholders": {
"length": {
"type": "String",
"example": "5.4"
}
}
},
"applyButtonLabel": "UDFØR",
"@applyButtonLabel": {},
"deleteButtonLabel": "SLET",
"@deleteButtonLabel": {},
"nextButtonLabel": "NÆSTE",
"@nextButtonLabel": {},
"showButtonLabel": "VIS",
"@showButtonLabel": {},
"hideButtonLabel": "SKJUL",
"@hideButtonLabel": {},
"saveCopyButtonLabel": "GEM KOPI",
"@saveCopyButtonLabel": {},
"applyTooltip": "Udfør",
"@applyTooltip": {},
"cancelTooltip": "Fortryd",
"@cancelTooltip": {},
"nextTooltip": "Næste",
"@nextTooltip": {},
"showTooltip": "Vis",
"@showTooltip": {},
"hideTooltip": "Skjul",
"@hideTooltip": {},
"actionRemove": "Fjern",
"@actionRemove": {},
"resetTooltip": "Nulstil",
"@resetTooltip": {},
"saveTooltip": "Gem",
"@saveTooltip": {},
"chipActionDelete": "Slet",
"@chipActionDelete": {},
"chipActionGoToAlbumPage": "Vis i Album",
"@chipActionGoToAlbumPage": {},
"chipActionGoToCountryPage": "Vis i Lande",
"@chipActionGoToCountryPage": {},
"chipActionGoToPlacePage": "Vis i Steder",
"@chipActionGoToPlacePage": {},
"chipActionGoToTagPage": "Vis i Tags",
"@chipActionGoToTagPage": {},
"timeSeconds": "{count, plural, =1{{count} sekund} other{{count} sekunder}}",
"@timeSeconds": {
"placeholders": {
"count": {
"format": "decimalPattern"
}
}
},
"continueButtonLabel": "FORTSÆT",
"@continueButtonLabel": {},
"clearTooltip": "Ryd",
"@clearTooltip": {},
"previousTooltip": "Forrige",
"@previousTooltip": {},
"stopTooltip": "Stop",
"@stopTooltip": {},
"pickTooltip": "Vælg",
"@pickTooltip": {},
"chipActionShowCollection": "Vis i Samling",
"@chipActionShowCollection": {},
"doubleBackExitMessage": "Tryk \"tilbage\" igen for at gå ud.",
"@doubleBackExitMessage": {},
"doNotAskAgain": "Spørg ikke igen",
"@doNotAskAgain": {},
"sourceStateLoading": "Loader",
"@sourceStateLoading": {},
"sourceStateLocatingCountries": "Lokaliserer lande",
"@sourceStateLocatingCountries": {},
"sourceStateLocatingPlaces": "Lokaliserer steder",
"@sourceStateLocatingPlaces": {}
}
Loading