l10n: is
This commit is contained in:
parent
735328cc6f
commit
b3d077634b
5 changed files with 11 additions and 46 deletions
|
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
|||
### Added
|
||||
|
||||
- Viewer / Slideshow: cast images via DLNA/UPnP
|
||||
- Icelandic translation (thanks Sveinn í Felli)
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
"@aboutDataUsageMisc": {},
|
||||
"editorActionTransform": "Ummyndun",
|
||||
"@editorActionTransform": {},
|
||||
"collectionExportFailureFeedback": "{count, plural, ={Mistókst að flytja út 1 atriði} other{Mistókst að flytja út {count} atriði}}",
|
||||
"collectionExportFailureFeedback": "{count, plural, =1{Mistókst að flytja út 1 atriði} other{Mistókst að flytja út {count} atriðum}}",
|
||||
"@collectionExportFailureFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
@ -145,7 +145,7 @@
|
|||
"@chipActionHide": {},
|
||||
"aboutDataUsageDatabase": "Gagnagrunnur",
|
||||
"@aboutDataUsageDatabase": {},
|
||||
"collectionMoveFailureFeedback": "{count, plural, ={Mistókst að flytja 1 atriði} other{Mistókst að flytja {count} atriði}}",
|
||||
"collectionMoveFailureFeedback": "{count, plural, =1{Mistókst að flytja 1 atriði} other{Mistókst að flytja {count} atriðum}}",
|
||||
"@collectionMoveFailureFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
@ -351,7 +351,7 @@
|
|||
"@appName": {},
|
||||
"sortOrderOldestFirst": "Elsta fyrst",
|
||||
"@sortOrderOldestFirst": {},
|
||||
"collectionRenameFailureFeedback": "{count, plural, ={Mistókst að endurnefna 1 atriði} other{Mistókst að endurnefna {count} atriði}}",
|
||||
"collectionRenameFailureFeedback": "{count, plural, =1{Mistókst að endurnefna 1 atriði} other{Mistókst að endurnefna {count} atriðum}}",
|
||||
"@collectionRenameFailureFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
@ -361,7 +361,7 @@
|
|||
"@videoResumptionModeAlways": {},
|
||||
"tagEditorDiscardDialogMessage": "Viltu henda breytingum?",
|
||||
"@tagEditorDiscardDialogMessage": {},
|
||||
"collectionEditSuccessFeedback": "{count, plural, ={Breytti 1 atriði} other{Breytti {count} atriðum}}",
|
||||
"collectionEditSuccessFeedback": "{count, plural, =1{Breytti 1 atriði} other{Breytti {count} atriðum}}",
|
||||
"@collectionEditSuccessFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
@ -419,7 +419,7 @@
|
|||
"@collectionGroupNone": {},
|
||||
"searchRatingSectionTitle": "Einkunnir",
|
||||
"@searchRatingSectionTitle": {},
|
||||
"collectionCopyFailureFeedback": "{count, plural, ={Mistókst að afrita 1 atriði} other{Mistókst að afrita {count} atriði}}",
|
||||
"collectionCopyFailureFeedback": "{count, plural, =1{Mistókst að afrita 1 atriði} other{Mistókst að afrita {count} atriðum}}",
|
||||
"@collectionCopyFailureFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
@ -483,7 +483,7 @@
|
|||
"@viewerTransitionZoomIn": {},
|
||||
"drawerCollectionAll": "Allt safnið",
|
||||
"@drawerCollectionAll": {},
|
||||
"collectionMoveSuccessFeedback": "{count, plural, ={Færði 1 atriði} other{Færði {count} atriði}}",
|
||||
"collectionMoveSuccessFeedback": "{count, plural, =1{Færði 1 atriði} other{Færði {count} atriðum}}",
|
||||
"@collectionMoveSuccessFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
@ -593,7 +593,7 @@
|
|||
"@drawerCollectionSphericalVideos": {},
|
||||
"moveUndatedConfirmationDialogMessage": "Vista dagsetningar atriðis áður en haldið er áfram?",
|
||||
"@moveUndatedConfirmationDialogMessage": {},
|
||||
"collectionEditFailureFeedback": "{count, plural, ={Mistókst að breyta 1 atriði} other{Mistókst að breyta {count} atriðum}}",
|
||||
"collectionEditFailureFeedback": "{count, plural, =1{Mistókst að breyta 1 atriði} other{Mistókst að breyta {count} atriðum}}",
|
||||
"@collectionEditFailureFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
@ -649,7 +649,7 @@
|
|||
"@exportEntryDialogWidth": {},
|
||||
"newAlbumDialogTitle": "Nýtt albúm",
|
||||
"@newAlbumDialogTitle": {},
|
||||
"collectionRenameSuccessFeedback": "{count, plural, ={Endurnefndi 1 atriði} other{Endurnefndi {count} atriði}}",
|
||||
"collectionRenameSuccessFeedback": "{count, plural, =1{Endurnefndi 1 atriði} other{Endurnefndi {count} atriðum}}",
|
||||
"@collectionRenameSuccessFeedback": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
|
|
|
@ -65,6 +65,7 @@ class Contributors {
|
|||
Contributor('Diviega Ayulsa', 'ayulsadiviega@gmail.com'),
|
||||
Contributor('Fqwe1', 'Fqwe1@users.noreply.hosted.weblate.org'),
|
||||
Contributor('Reza Almanda', 'rezaalmanda27@gmail.com'),
|
||||
Contributor('Sveinn í Felli', 'sv1@fellsnet.is'),
|
||||
// Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'), // Arabic
|
||||
// Contributor('Salih Ail', 'rrrfff444@gmail.com'), // Arabic
|
||||
// Contributor('nasreddineloukriz', 'nasreddineloukriz@gmail.com'), // Arabic
|
||||
|
|
|
@ -12,6 +12,7 @@ class SupportedLocales {
|
|||
'fr': 'Français',
|
||||
'hu': 'Magyar',
|
||||
'id': 'Bahasa Indonesia',
|
||||
'is': 'Íslenska',
|
||||
'it': 'Italiano',
|
||||
'ja': '日本語',
|
||||
'ko': '한국어',
|
||||
|
|
|
@ -646,17 +646,9 @@
|
|||
],
|
||||
|
||||
"be": [
|
||||
"entryActionCast",
|
||||
"binEntriesConfirmationDialogMessage",
|
||||
"deleteEntriesConfirmationDialogMessage",
|
||||
"setCoverDialogCustom",
|
||||
"hideFilterConfirmationDialogMessage",
|
||||
"newVaultWarningDialogMessage",
|
||||
"vaultBinUsageDialogMessage",
|
||||
"renameAlbumDialogLabel",
|
||||
"renameAlbumDialogLabelAlreadyExistsHelper",
|
||||
"renameEntrySetPageTitle",
|
||||
"renameEntrySetPagePatternFieldLabel",
|
||||
"renameEntrySetPageInsertTooltip",
|
||||
"renameEntrySetPagePreviewSectionTitle",
|
||||
"renameProcessorCounter",
|
||||
|
@ -724,12 +716,6 @@
|
|||
"aboutPageTitle",
|
||||
"aboutLinkLicense",
|
||||
"aboutLinkPolicy",
|
||||
"aboutBugSectionTitle",
|
||||
"aboutBugSaveLogInstruction",
|
||||
"aboutBugCopyInfoInstruction",
|
||||
"aboutBugCopyInfoButton",
|
||||
"aboutBugReportInstruction",
|
||||
"aboutBugReportButton",
|
||||
"aboutDataUsageSectionTitle",
|
||||
"aboutDataUsageData",
|
||||
"aboutDataUsageDatabase",
|
||||
|
@ -3245,11 +3231,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"entryActionCast",
|
||||
"castDialogTitle"
|
||||
],
|
||||
|
||||
"gl": [
|
||||
"columnCount",
|
||||
"saveCopyButtonLabel",
|
||||
|
@ -5136,11 +5117,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"hu": [
|
||||
"entryActionCast",
|
||||
"castDialogTitle"
|
||||
],
|
||||
|
||||
"id": [
|
||||
"entryActionCast",
|
||||
"castDialogTitle"
|
||||
|
@ -5868,11 +5844,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"ko": [
|
||||
"entryActionCast",
|
||||
"castDialogTitle"
|
||||
],
|
||||
|
||||
"lt": [
|
||||
"columnCount",
|
||||
"saveCopyButtonLabel",
|
||||
|
@ -7171,9 +7142,6 @@
|
|||
"menuActionSelectNone",
|
||||
"menuActionMap",
|
||||
"menuActionSlideshow",
|
||||
"menuActionStats",
|
||||
"viewDialogSortSectionTitle",
|
||||
"viewDialogGroupSectionTitle",
|
||||
"viewDialogLayoutSectionTitle",
|
||||
"viewDialogReverseSortOrder",
|
||||
"tileLayoutMosaic",
|
||||
|
@ -7561,12 +7529,6 @@
|
|||
"tagEditorDiscardDialogMessage"
|
||||
],
|
||||
|
||||
"sk": [
|
||||
"entryActionCast",
|
||||
"castDialogTitle",
|
||||
"aboutDataUsageClearCache"
|
||||
],
|
||||
|
||||
"sl": [
|
||||
"itemCount",
|
||||
"columnCount",
|
||||
|
|
Loading…
Reference in a new issue