Skip to content

Commit

Permalink
Update localization
Browse files Browse the repository at this point in the history
  • Loading branch information
milanvarady committed Jan 13, 2025
1 parent 04267bf commit df735fe
Showing 1 changed file with 44 additions and 9 deletions.
53 changes: 44 additions & 9 deletions Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -171,22 +171,36 @@
}
},
"**This app is deprecated**\n**Reason:** %@\n**Date:** %@" : {
"comment" : "App deprecated alert message",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "**This app is deprecated**\n**Reason:** %1$@\n**Date:** %2$@"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "**Ez az alkalmazás elavult**\n**Ok:** %1$@\n**Dátum:** %2$@"
}
}
}
},
"**This app is disabled**\n**Reason:** %@\n**Date:** %@" : {
"comment" : "App disabled alert message",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "**This app is disabled**\n**Reason:** %1$@\n**Date:** %2$@"
}
},
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "**Ez az alkalmazás le van tiltva**\n**Ok:** %1$@\n**Dátum:** %2$@"
}
}
}
},
Expand Down Expand Up @@ -785,13 +799,37 @@
}
},
"App has Caveats" : {

"comment" : "App has caveats alert title",
"localizations" : {
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Figyelmeztetés"
}
}
}
},
"App is Deprecated" : {

"comment" : "App is deprecated alert title",
"localizations" : {
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Az alkalmazás elavult"
}
}
}
},
"App is Disabled" : {

"comment" : "App is disabled alert title",
"localizations" : {
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Az alkalmazás le van tiltva"
}
}
}
},
"App Migration" : {
"comment" : "App Migration view title",
Expand Down Expand Up @@ -4946,19 +4984,16 @@
}
}
},
"This app is from a third-party tap" : {
"extractionState" : "stale",
"This app is from a third-party tap:\n`%@`" : {
"comment" : "Tap popup info",
"localizations" : {
"hu" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ez az alkalmazás egy harmadik feltől származó tapból van"
"value" : "Ez az alkalmazás egy harmadik feltől származó tapból van:\n`%@`"
}
}
}
},
"This app is from a third-party tap:\n`%@`" : {

},
"This application uses the [Homebrew](https://brew.sh/) (brew for short) package manager to download apps. Homebrew is a free and open source command line utility that can download useful developer tools as well as desktop applications." : {
"comment" : "Manage Homebrew view description",
Expand Down

0 comments on commit df735fe

Please sign in to comment.