l10n by weblate (#1326)
Translate-URL: https://hosted.weblate.org/projects/aves/app-android/bg/ Translate-URL: https://hosted.weblate.org/projects/aves/app-android/ta/ Translate-URL: https://hosted.weblate.org/projects/aves/app-android/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/ar/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/bg/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/es/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/et/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/fr/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/id/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/ko/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/pl/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/sk/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/ta/ Translate-URL: https://hosted.weblate.org/projects/aves/app-main/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/aves/store-full-description/bg/ Translate-URL: https://hosted.weblate.org/projects/aves/store-short-description/bg/ Translation: Aves/App - Android Translation: Aves/App - Main Translation: Aves/Store - Full description Translation: Aves/Store - Short description Co-authored-by: Languages add-on <noreply-addon-languages@weblate.org> Co-authored-by: Linerly <linerly@proton.me> Co-authored-by: Milan Šalka <salka.milan@googlemail.com> Co-authored-by: Mohamed Zeroug <mzeroug19@gmail.com> Co-authored-by: Petrov <i_v_c@mail.ru> Co-authored-by: Priit Jõerüüt <hwlate@joeruut.com> Co-authored-by: Thibault Deckers <thibault.deckers@gmail.com> Co-authored-by: gallegonovato <fran-carro@hotmail.es> Co-authored-by: rehork <cooky@e.email> Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com> Co-authored-by: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>
This commit is contained in:
parent
07f6419bb5
commit
d2a27e979b
5 changed files with 1692 additions and 1 deletions
12
android/app/src/main/res/values-ta/strings.xml
Normal file
12
android/app/src/main/res/values-ta/strings.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">ஏவ்ச்</string>
|
||||
<string name="app_widget_label">புகைப்பட சட்டகம்</string>
|
||||
<string name="wallpaper">வால்பேப்பர்</string>
|
||||
<string name="map_shortcut_short_label">வரைபடம்</string>
|
||||
<string name="search_shortcut_short_label">தேடல்</string>
|
||||
<string name="analysis_notification_default_title">ஊடக ச்கேனிங்</string>
|
||||
<string name="videos_shortcut_short_label">வீடியோக்கள்</string>
|
||||
<string name="analysis_channel_name">மீடியா ச்கேன்</string>
|
||||
<string name="analysis_notification_action_stop">நிறுத்து</string>
|
||||
</resources>
|
5
fastlane/metadata/android/ta/full_description.txt
Normal file
5
fastlane/metadata/android/ta/full_description.txt
Normal file
|
@ -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
fastlane/metadata/android/ta/short_description.txt
Normal file
1
fastlane/metadata/android/ta/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Gallery and metadata explorer
|
|
@ -637,5 +637,72 @@
|
|||
"format": "decimalPattern"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"newDynamicAlbumDialogTitle": "Uus dünaamiline album",
|
||||
"@newDynamicAlbumDialogTitle": {},
|
||||
"dynamicAlbumAlreadyExists": "Selline dünaamiline album on juba olemas",
|
||||
"@dynamicAlbumAlreadyExists": {},
|
||||
"editEntryDialogCopyFromItem": "Kopi teisest objektist",
|
||||
"@editEntryDialogCopyFromItem": {},
|
||||
"editEntryDialogTargetFieldsHeader": "Muudetavad väljad",
|
||||
"@editEntryDialogTargetFieldsHeader": {},
|
||||
"editEntryDateDialogTitle": "Kuupäev ja kellaaeg",
|
||||
"@editEntryDateDialogTitle": {},
|
||||
"editEntryDateDialogSetCustom": "Määra soovitud kuupäev",
|
||||
"@editEntryDateDialogSetCustom": {},
|
||||
"unsupportedTypeDialogMessage": "{count, plural, =1{See tegevus pole toetatud antud tüüpi objekti puhul: {types}.} other{See tegevus pole toetatud antud tüüpi objektide puhul: {types}.}}",
|
||||
"@unsupportedTypeDialogMessage": {
|
||||
"placeholders": {
|
||||
"count": {},
|
||||
"types": {
|
||||
"type": "String",
|
||||
"example": "GIF, TIFF, MP4",
|
||||
"description": "a list of unsupported types"
|
||||
}
|
||||
}
|
||||
},
|
||||
"newAlbumDialogTitle": "Uus album",
|
||||
"@newAlbumDialogTitle": {},
|
||||
"newAlbumDialogNameLabel": "Albumi nimi",
|
||||
"@newAlbumDialogNameLabel": {},
|
||||
"newAlbumDialogAlbumAlreadyExistsHelper": "Sellise nimega album on juba olemas",
|
||||
"@newAlbumDialogAlbumAlreadyExistsHelper": {},
|
||||
"newAlbumDialogNameLabelAlreadyExistsHelper": "Selline kaust on juba olemas",
|
||||
"@newAlbumDialogNameLabelAlreadyExistsHelper": {},
|
||||
"newAlbumDialogStorageLabel": "Andmeruum:",
|
||||
"@newAlbumDialogStorageLabel": {},
|
||||
"deleteMultiAlbumConfirmationDialogMessage": "{count, plural, =1{Kas kustutame need albumis koos seal leiduva ühe objektiga?} other{Kas kustutame need albumis koos seal leiduva {count} objektiga?}}",
|
||||
"@deleteMultiAlbumConfirmationDialogMessage": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"format": "decimalPattern"
|
||||
}
|
||||
}
|
||||
},
|
||||
"exportEntryDialogWriteMetadata": "Salvesta metainfo",
|
||||
"@exportEntryDialogWriteMetadata": {},
|
||||
"renameEntryDialogLabel": "Uus nimi",
|
||||
"@renameEntryDialogLabel": {},
|
||||
"editEntryDateDialogCopyField": "Kopeeri muust kuupäevast",
|
||||
"@editEntryDateDialogCopyField": {},
|
||||
"exportEntryDialogHeight": "Kõrgus",
|
||||
"@exportEntryDialogHeight": {},
|
||||
"exportEntryDialogQuality": "Kvaliteet",
|
||||
"@exportEntryDialogQuality": {},
|
||||
"deleteSingleAlbumConfirmationDialogMessage": "{count, plural, =1{Kas kustutame selle albumi koos seal leiduva ühe objektiga?} other{Kas kustutame selle albumi koos seal leiduva {count} objektiga?}}",
|
||||
"@deleteSingleAlbumConfirmationDialogMessage": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"format": "decimalPattern"
|
||||
}
|
||||
}
|
||||
},
|
||||
"exportEntryDialogFormat": "Vorming:",
|
||||
"@exportEntryDialogFormat": {},
|
||||
"chipActionRemove": "Eemalda",
|
||||
"@chipActionRemove": {},
|
||||
"exportEntryDialogWidth": "Laius",
|
||||
"@exportEntryDialogWidth": {},
|
||||
"albumTierDynamic": "Dünaamiline",
|
||||
"@albumTierDynamic": {}
|
||||
}
|
||||
|
|
1606
lib/l10n/app_ta.arb
Normal file
1606
lib/l10n/app_ta.arb
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue