diff options
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/ja.js | 25 | ||||
-rw-r--r-- | apps/theming/l10n/ja.json | 25 | ||||
-rw-r--r-- | apps/theming/l10n/ka.js | 113 | ||||
-rw-r--r-- | apps/theming/l10n/ka.json | 111 | ||||
-rw-r--r-- | apps/theming/openapi.json | 18 |
5 files changed, 289 insertions, 3 deletions
diff --git a/apps/theming/l10n/ja.js b/apps/theming/l10n/ja.js index eb7d6042eae..36ab32d8922 100644 --- a/apps/theming/l10n/ja.js +++ b/apps/theming/l10n/ja.js @@ -12,6 +12,8 @@ OC.L10N.register( "The given color is invalid" : "無効な色です", "Disable-user-theming should be true or false" : "Disable-user-themingは、trueまたはfalseで指定してください", "Saved" : "保存済み", + "Invalid app given" : "無効なアプリが指定されました", + "Invalid setting key" : "無効な設定キー", "The file was uploaded" : "ファイルがアップロードされました", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードファイルサイズが、php.ini の upload_max_filesize を超過しています", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています", @@ -21,6 +23,8 @@ OC.L10N.register( "Could not write file to disk" : "ディスクにファイルを書き込めませんでした", "A PHP extension stopped the file upload" : "PHP拡張でファイルのアップロードが停止されています", "No file uploaded" : "ファイルがアップロードされていません", + "Failed to clean up the old administration theming images folder" : "古い管理テーマ画像フォルダのクリーンアップに失敗しました", + "Failed to clean up the old administration image folder" : "古い管理画像フォルダのクリーンアップに失敗しました", "You are already using a custom theme. Theming app settings might be overwritten by that." : "あなたはすでにカスタムテーマを使用しています。 テーマ設定の設定が上書きされる可能性があります。", "Theming" : "テーマ", "Appearance and accessibility" : "外観とアクセシビリティ", @@ -74,11 +78,32 @@ OC.L10N.register( "Disable all keyboard shortcuts" : "全てのキーボードショートカットを無効化", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "ユニバーサルアクセスは私たちにとって非常に重要なことです。そのためウェブ標準に従い、マウスやスクリーンリーダーなどの支援ソフトウェアが無くても全ての機能をご利用いただけるようにチェックしています。AAAレベルのハイコントラストのテーマを採用することで、{guidelines} Webコンテンツアクセシビリティガイドライン2.1 {linkend} のAAAレベルに準拠することを目指しています。", "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "何か問題を見つけた場合は、{issuetracker}私たちの問題トラッカー{linkend}で遠慮なく報告してください。参加したい場合は、{designteam}私たちのデザイン チーム{linkend}に参加してください!", + "Current selected app: {app}, position {position} of {total}" : "現在の選択済みアプリ: {app}、{total} の {position} 番目", "Move up" : "上に移動", "Move down" : "下に移動", + "Custom background" : "カスタム背景", "Default background" : "デフォルト背景", "Change color" : "色を変える", + "No background" : "背景なし", + "Select a background from your files" : "あなたのファイルから背景を選択する", + "Select background" : "背景を選択する", + "No background has been selected" : "選択済みの背景はありません", "Theme selection is enforced" : "テーマ選択を強制", + "Navigation bar settings" : "ナビゲーションバーの設定", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "アプリのナビゲーションバーで使用されるアプリの順序を設定できます。最初のエントリは、ログイン後またはロゴをクリックしたときに開かれるデフォルトのアプリになります。", + "The default app can not be changed because it was configured by the administrator." : "デフォルトのアプリは、管理者によって設定されたため変更できません。", + "The app order was changed, to see it in action you have to reload the page." : "アプリの順番が変更されました。それを実際に見るには、ページをリロードする必要があります。", + "Reset default app order" : "デフォルトのアプリの順序をリセットする", + "Could not set the app order" : "アプリの順番を設定できませんでした", + "Could not reset the app order" : "アプリの順番をリセットできませんでした", + "Default app" : "デフォルトアプリ", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "デフォルトのアプリは、ログイン後やメニューのロゴをクリックした後に開かれるアプリです。", + "Use custom default app" : "カスタムデフォルトアプリを使用する", + "Global default app" : "Global default app", + "Global default apps" : "Global default apps", + "Default app priority" : "デフォルトアプリの優先順位", + "If an app is not enabled for a user, the next app with lower priority is used." : "あるアプリがユーザーに対して有効になっていない場合、次の優先順位のアプリが使用されます。", + "Could not set global default apps" : "グローバルなデフォルトアプリを設定できなかった", "Select a custom color" : "カスタムカラーを選択", "Reset to default" : "デフォルトに戻す", "Upload" : "アップロード", diff --git a/apps/theming/l10n/ja.json b/apps/theming/l10n/ja.json index ef087dd24d7..14b676f321b 100644 --- a/apps/theming/l10n/ja.json +++ b/apps/theming/l10n/ja.json @@ -10,6 +10,8 @@ "The given color is invalid" : "無効な色です", "Disable-user-theming should be true or false" : "Disable-user-themingは、trueまたはfalseで指定してください", "Saved" : "保存済み", + "Invalid app given" : "無効なアプリが指定されました", + "Invalid setting key" : "無効な設定キー", "The file was uploaded" : "ファイルがアップロードされました", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードファイルサイズが、php.ini の upload_max_filesize を超過しています", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "アップロードファイルはHTMLフォームで指定された MAX_FILE_SIZE の制限を超えています", @@ -19,6 +21,8 @@ "Could not write file to disk" : "ディスクにファイルを書き込めませんでした", "A PHP extension stopped the file upload" : "PHP拡張でファイルのアップロードが停止されています", "No file uploaded" : "ファイルがアップロードされていません", + "Failed to clean up the old administration theming images folder" : "古い管理テーマ画像フォルダのクリーンアップに失敗しました", + "Failed to clean up the old administration image folder" : "古い管理画像フォルダのクリーンアップに失敗しました", "You are already using a custom theme. Theming app settings might be overwritten by that." : "あなたはすでにカスタムテーマを使用しています。 テーマ設定の設定が上書きされる可能性があります。", "Theming" : "テーマ", "Appearance and accessibility" : "外観とアクセシビリティ", @@ -72,11 +76,32 @@ "Disable all keyboard shortcuts" : "全てのキーボードショートカットを無効化", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "ユニバーサルアクセスは私たちにとって非常に重要なことです。そのためウェブ標準に従い、マウスやスクリーンリーダーなどの支援ソフトウェアが無くても全ての機能をご利用いただけるようにチェックしています。AAAレベルのハイコントラストのテーマを採用することで、{guidelines} Webコンテンツアクセシビリティガイドライン2.1 {linkend} のAAAレベルに準拠することを目指しています。", "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "何か問題を見つけた場合は、{issuetracker}私たちの問題トラッカー{linkend}で遠慮なく報告してください。参加したい場合は、{designteam}私たちのデザイン チーム{linkend}に参加してください!", + "Current selected app: {app}, position {position} of {total}" : "現在の選択済みアプリ: {app}、{total} の {position} 番目", "Move up" : "上に移動", "Move down" : "下に移動", + "Custom background" : "カスタム背景", "Default background" : "デフォルト背景", "Change color" : "色を変える", + "No background" : "背景なし", + "Select a background from your files" : "あなたのファイルから背景を選択する", + "Select background" : "背景を選択する", + "No background has been selected" : "選択済みの背景はありません", "Theme selection is enforced" : "テーマ選択を強制", + "Navigation bar settings" : "ナビゲーションバーの設定", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "アプリのナビゲーションバーで使用されるアプリの順序を設定できます。最初のエントリは、ログイン後またはロゴをクリックしたときに開かれるデフォルトのアプリになります。", + "The default app can not be changed because it was configured by the administrator." : "デフォルトのアプリは、管理者によって設定されたため変更できません。", + "The app order was changed, to see it in action you have to reload the page." : "アプリの順番が変更されました。それを実際に見るには、ページをリロードする必要があります。", + "Reset default app order" : "デフォルトのアプリの順序をリセットする", + "Could not set the app order" : "アプリの順番を設定できませんでした", + "Could not reset the app order" : "アプリの順番をリセットできませんでした", + "Default app" : "デフォルトアプリ", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "デフォルトのアプリは、ログイン後やメニューのロゴをクリックした後に開かれるアプリです。", + "Use custom default app" : "カスタムデフォルトアプリを使用する", + "Global default app" : "Global default app", + "Global default apps" : "Global default apps", + "Default app priority" : "デフォルトアプリの優先順位", + "If an app is not enabled for a user, the next app with lower priority is used." : "あるアプリがユーザーに対して有効になっていない場合、次の優先順位のアプリが使用されます。", + "Could not set global default apps" : "グローバルなデフォルトアプリを設定できなかった", "Select a custom color" : "カスタムカラーを選択", "Reset to default" : "デフォルトに戻す", "Upload" : "アップロード", diff --git a/apps/theming/l10n/ka.js b/apps/theming/l10n/ka.js new file mode 100644 index 00000000000..1f9687c2eb6 --- /dev/null +++ b/apps/theming/l10n/ka.js @@ -0,0 +1,113 @@ +OC.L10N.register( + "theming", + { + "The given name is too long" : "The given name is too long", + "The given web address is too long" : "The given web address is too long", + "The given web address is not a valid URL" : "The given web address is not a valid URL", + "The given legal notice address is too long" : "The given legal notice address is too long", + "The given legal notice address is not a valid URL" : "The given legal notice address is not a valid URL", + "The given privacy policy address is too long" : "The given privacy policy address is too long", + "The given privacy policy address is not a valid URL" : "The given privacy policy address is not a valid URL", + "The given slogan is too long" : "The given slogan is too long", + "The given color is invalid" : "The given color is invalid", + "Disable-user-theming should be true or false" : "Disable-user-theming should be true or false", + "Saved" : "Saved", + "Invalid app given" : "Invalid app given", + "Invalid type for setting \"defaultApp\" given" : "Invalid type for setting \"defaultApp\" given", + "Invalid setting key" : "Invalid setting key", + "The file was uploaded" : "The file was uploaded", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The file was only partially uploaded" : "The file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Could not write file to disk" : "Could not write file to disk", + "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", + "No file uploaded" : "No file uploaded", + "Failed to clean up the old administration theming images folder" : "Failed to clean up the old administration theming images folder", + "Failed to clean up the old administration image folder" : "Failed to clean up the old administration image folder", + "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.", + "Theming" : "Theming", + "Appearance and accessibility" : "Appearance and accessibility", + "Dark theme with high contrast mode" : "Dark theme with high contrast mode", + "Enable dark high contrast mode" : "Enable dark high contrast mode", + "Similar to the high contrast mode, but with dark colours." : "Similar to the high contrast mode, but with dark colours.", + "Dark theme" : "Dark theme", + "Enable dark theme" : "Enable dark theme", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "A dark theme to ease your eyes by reducing the overall luminosity and brightness.", + "System default theme" : "System default theme", + "Enable the system default" : "Enable the system default", + "Using the default system appearance." : "Using the default system appearance.", + "Dyslexia font" : "Dyslexia font", + "Enable dyslexia font" : "Enable dyslexia font", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia.", + "High contrast mode" : "High contrast mode", + "Enable high contrast mode" : "Enable high contrast mode", + "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased.", + "Light theme" : "Light theme", + "Enable the default light theme" : "Enable the default light theme", + "The default light appearance." : "The default light appearance.", + "Legal notice" : "Legal notice", + "Privacy policy" : "Privacy policy", + "Adjust the Nextcloud theme" : "Adjust the Nextcloud theme", + "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users.", + "Advanced options" : "Advanced options", + "Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color.", + "Name" : "Name", + "Web link" : "Web link", + "a safe home for all your data" : "a safe home for all your data", + "Slogan" : "Slogan", + "Color" : "Color", + "Logo" : "Logo", + "Upload new logo" : "Upload new logo", + "Background and login image" : "Background and login image", + "Upload new background and login image" : "Upload new background and login image", + "Legal notice link" : "Legal notice link", + "Privacy policy link" : "Privacy policy link", + "Header logo" : "Header logo", + "Upload new header logo" : "Upload new header logo", + "Favicon" : "Favicon", + "Upload new favicon" : "Upload new favicon", + "User settings" : "User settings", + "Disable user theming" : "Disable user theming", + "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", + "Background" : "Background", + "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", + "Set a custom background" : "Set a custom background", + "Keyboard shortcuts" : "Keyboard shortcuts", + "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", + "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", + "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level.", + "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!", + "Current selected app: {app}, position {position} of {total}" : "Current selected app: {app}, position {position} of {total}", + "Move up" : "Move up", + "Move down" : "Move down", + "Custom background" : "Custom background", + "Default background" : "Default background", + "Change color" : "Change color", + "No background" : "No background", + "Select a background from your files" : "Select a background from your files", + "Select background" : "Select background", + "No background has been selected" : "No background has been selected", + "Theme selection is enforced" : "Theme selection is enforced", + "Navigation bar settings" : "Navigation bar settings", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo.", + "The default app can not be changed because it was configured by the administrator." : "The default app can not be changed because it was configured by the administrator.", + "The app order was changed, to see it in action you have to reload the page." : "The app order was changed, to see it in action you have to reload the page.", + "Reset default app order" : "Reset default app order", + "Could not set the app order" : "Could not set the app order", + "Could not reset the app order" : "Could not reset the app order", + "Default app" : "Default app", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked.", + "Use custom default app" : "Use custom default app", + "Global default app" : "Global default app", + "Global default apps" : "Global default apps", + "Default app priority" : "Default app priority", + "If an app is not enabled for a user, the next app with lower priority is used." : "If an app is not enabled for a user, the next app with lower priority is used.", + "Could not set global default apps" : "Could not set global default apps", + "Select a custom color" : "Select a custom color", + "Reset to default" : "Reset to default", + "Upload" : "Upload", + "Remove background image" : "Remove background image" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/apps/theming/l10n/ka.json b/apps/theming/l10n/ka.json new file mode 100644 index 00000000000..0874fbefd2f --- /dev/null +++ b/apps/theming/l10n/ka.json @@ -0,0 +1,111 @@ +{ "translations": { + "The given name is too long" : "The given name is too long", + "The given web address is too long" : "The given web address is too long", + "The given web address is not a valid URL" : "The given web address is not a valid URL", + "The given legal notice address is too long" : "The given legal notice address is too long", + "The given legal notice address is not a valid URL" : "The given legal notice address is not a valid URL", + "The given privacy policy address is too long" : "The given privacy policy address is too long", + "The given privacy policy address is not a valid URL" : "The given privacy policy address is not a valid URL", + "The given slogan is too long" : "The given slogan is too long", + "The given color is invalid" : "The given color is invalid", + "Disable-user-theming should be true or false" : "Disable-user-theming should be true or false", + "Saved" : "Saved", + "Invalid app given" : "Invalid app given", + "Invalid type for setting \"defaultApp\" given" : "Invalid type for setting \"defaultApp\" given", + "Invalid setting key" : "Invalid setting key", + "The file was uploaded" : "The file was uploaded", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The file was only partially uploaded" : "The file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Could not write file to disk" : "Could not write file to disk", + "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", + "No file uploaded" : "No file uploaded", + "Failed to clean up the old administration theming images folder" : "Failed to clean up the old administration theming images folder", + "Failed to clean up the old administration image folder" : "Failed to clean up the old administration image folder", + "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.", + "Theming" : "Theming", + "Appearance and accessibility" : "Appearance and accessibility", + "Dark theme with high contrast mode" : "Dark theme with high contrast mode", + "Enable dark high contrast mode" : "Enable dark high contrast mode", + "Similar to the high contrast mode, but with dark colours." : "Similar to the high contrast mode, but with dark colours.", + "Dark theme" : "Dark theme", + "Enable dark theme" : "Enable dark theme", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "A dark theme to ease your eyes by reducing the overall luminosity and brightness.", + "System default theme" : "System default theme", + "Enable the system default" : "Enable the system default", + "Using the default system appearance." : "Using the default system appearance.", + "Dyslexia font" : "Dyslexia font", + "Enable dyslexia font" : "Enable dyslexia font", + "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia.", + "High contrast mode" : "High contrast mode", + "Enable high contrast mode" : "Enable high contrast mode", + "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased.", + "Light theme" : "Light theme", + "Enable the default light theme" : "Enable the default light theme", + "The default light appearance." : "The default light appearance.", + "Legal notice" : "Legal notice", + "Privacy policy" : "Privacy policy", + "Adjust the Nextcloud theme" : "Adjust the Nextcloud theme", + "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users.", + "Advanced options" : "Advanced options", + "Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Install the ImageMagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color.", + "Name" : "Name", + "Web link" : "Web link", + "a safe home for all your data" : "a safe home for all your data", + "Slogan" : "Slogan", + "Color" : "Color", + "Logo" : "Logo", + "Upload new logo" : "Upload new logo", + "Background and login image" : "Background and login image", + "Upload new background and login image" : "Upload new background and login image", + "Legal notice link" : "Legal notice link", + "Privacy policy link" : "Privacy policy link", + "Header logo" : "Header logo", + "Upload new header logo" : "Upload new header logo", + "Favicon" : "Favicon", + "Upload new favicon" : "Upload new favicon", + "User settings" : "User settings", + "Disable user theming" : "Disable user theming", + "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", + "Background" : "Background", + "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", + "Set a custom background" : "Set a custom background", + "Keyboard shortcuts" : "Keyboard shortcuts", + "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", + "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", + "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level.", + "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!", + "Current selected app: {app}, position {position} of {total}" : "Current selected app: {app}, position {position} of {total}", + "Move up" : "Move up", + "Move down" : "Move down", + "Custom background" : "Custom background", + "Default background" : "Default background", + "Change color" : "Change color", + "No background" : "No background", + "Select a background from your files" : "Select a background from your files", + "Select background" : "Select background", + "No background has been selected" : "No background has been selected", + "Theme selection is enforced" : "Theme selection is enforced", + "Navigation bar settings" : "Navigation bar settings", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo.", + "The default app can not be changed because it was configured by the administrator." : "The default app can not be changed because it was configured by the administrator.", + "The app order was changed, to see it in action you have to reload the page." : "The app order was changed, to see it in action you have to reload the page.", + "Reset default app order" : "Reset default app order", + "Could not set the app order" : "Could not set the app order", + "Could not reset the app order" : "Could not reset the app order", + "Default app" : "Default app", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked.", + "Use custom default app" : "Use custom default app", + "Global default app" : "Global default app", + "Global default apps" : "Global default apps", + "Default app priority" : "Default app priority", + "If an app is not enabled for a user, the next app with lower priority is used." : "If an app is not enabled for a user, the next app with lower priority is used.", + "Could not set global default apps" : "Could not set global default apps", + "Select a custom color" : "Select a custom color", + "Reset to default" : "Reset to default", + "Upload" : "Upload", + "Remove background image" : "Remove background image" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +}
\ No newline at end of file diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json index 7ed98467e96..f85f916dcaa 100644 --- a/apps/theming/openapi.json +++ b/apps/theming/openapi.json @@ -162,7 +162,11 @@ "description": "Let the browser decide the CSS priority", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { @@ -171,7 +175,11 @@ "description": "Include custom CSS", "schema": { "type": "integer", - "default": 0 + "default": 0, + "enum": [ + 0, + 1 + ] } }, { @@ -232,7 +240,11 @@ "description": "Return image as SVG", "schema": { "type": "integer", - "default": 1 + "default": 1, + "enum": [ + 0, + 1 + ] } }, { |