l10n: cs
|
@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
|||
### Added
|
||||
|
||||
- Viewer: optionally show description on overlay
|
||||
- Czech translation (thanks vesp)
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
BIN
fastlane/metadata/android/cs/images/featureGraphic.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
fastlane/metadata/android/cs/images/phoneScreenshots/1.png
Normal file
After Width: | Height: | Size: 282 KiB |
BIN
fastlane/metadata/android/cs/images/phoneScreenshots/2.png
Normal file
After Width: | Height: | Size: 498 KiB |
BIN
fastlane/metadata/android/cs/images/phoneScreenshots/3.png
Normal file
After Width: | Height: | Size: 211 KiB |
BIN
fastlane/metadata/android/cs/images/phoneScreenshots/4.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
fastlane/metadata/android/cs/images/phoneScreenshots/5.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
fastlane/metadata/android/cs/images/phoneScreenshots/6.png
Normal file
After Width: | Height: | Size: 341 KiB |
BIN
fastlane/metadata/android/cs/images/phoneScreenshots/7.png
Normal file
After Width: | Height: | Size: 341 KiB |
|
@ -39,6 +39,7 @@ class AboutTranslators extends StatelessWidget {
|
|||
Contributor('pemibe', 'pemibe4634@dmonies.com'),
|
||||
Contributor('Linerly', 'linerly@protonmail.com'),
|
||||
Contributor('Olexandr Mazur', 'rozihrash.ya6w7@simplelogin.com'),
|
||||
Contributor('vesp', 'vesp@post.cz'),
|
||||
// Contributor('SAMIRAH AIL', 'samiratalzahrani@gmail.com'), // Arabic
|
||||
// Contributor('Salih Ail', 'rrrfff444@gmail.com'), // Arabic
|
||||
// Contributor('Piotr K', '1337.kelt@gmail.com'), // Polish
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
class SupportedLocales {
|
||||
static const languagesByLanguageCode = {
|
||||
'cs': 'Čeština',
|
||||
'de': 'Deutsch',
|
||||
'el': 'Ελληνικά',
|
||||
'en': 'English',
|
||||
|
|
|
@ -591,6 +591,10 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"cs": [
|
||||
"settingsViewerShowDescription"
|
||||
],
|
||||
|
||||
"de": [
|
||||
"columnCount",
|
||||
"settingsViewerShowDescription",
|
||||
|
@ -1070,10 +1074,6 @@
|
|||
"filePickerUseThisFolder"
|
||||
],
|
||||
|
||||
"fr": [
|
||||
"settingsViewerShowDescription"
|
||||
],
|
||||
|
||||
"gl": [
|
||||
"columnCount",
|
||||
"entryActionShareImageOnly",
|
||||
|
@ -1564,10 +1564,6 @@
|
|||
"settingsWidgetDisplayedItem"
|
||||
],
|
||||
|
||||
"ko": [
|
||||
"settingsViewerShowDescription"
|
||||
],
|
||||
|
||||
"lt": [
|
||||
"columnCount",
|
||||
"keepScreenOnVideoPlayback",
|
||||
|
@ -2592,10 +2588,6 @@
|
|||
"settingsViewerShowDescription"
|
||||
],
|
||||
|
||||
"ru": [
|
||||
"settingsViewerShowDescription"
|
||||
],
|
||||
|
||||
"th": [
|
||||
"itemCount",
|
||||
"columnCount",
|
||||
|
|