From 12fb10130a7b38a8c6d35c01557feb3ccc77a268 Mon Sep 17 00:00:00 2001 From: wukko Date: Sat, 3 Sep 2022 20:46:31 +0600 Subject: [PATCH] New translations en.json (Italian) --- src/localization/languages/it.json | 100 +++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 src/localization/languages/it.json diff --git a/src/localization/languages/it.json b/src/localization/languages/it.json new file mode 100644 index 00000000..871915b4 --- /dev/null +++ b/src/localization/languages/it.json @@ -0,0 +1,100 @@ +{ + "name": "", + "code": "", + "substrings": { + "ContactLink": "" + }, + "strings": { + "ChangelogContentTitle": "", + "ChangelogContent": "", + "FollowTwitter": "", + "LinkInput": "", + "AboutSummary": "", + "AboutSupportedServices": "", + "EmbedBriefDescription": "", + "MadeWithLove": "", + "AccessibilityInputArea": "", + "AccessibilityOpenAbout": "", + "AccessibilityDownloadButton": "", + "AccessibilityOpenSettings": "", + "AccessibilityOpenChangelog": "", + "AccessibilityClosePopup": "", + "AccessibilityOpenDonate": "", + "TitlePopupAbout": "", + "TitlePopupSettings": "", + "TitlePopupError": "", + "TitlePopupChangelog": "", + "TitlePopupDonate": "", + "TitlePopupDownload": "", + "ErrorSomethingWentWrong": "", + "ErrorUnsupported": "", + "ErrorBrokenLink": "", + "ErrorNoLink": "", + "ErrorPageRenderFail": "", + "ErrorRateLimit": "", + "ErrorCouldntFetch": "", + "ErrorLengthLimit": "", + "ErrorBadFetch": "", + "ErrorCorruptedStream": "", + "ErrorNoInternet": "", + "ErrorCantConnectToServiceAPI": "", + "ErrorEmptyDownload": "", + "ErrorLiveVideo": "", + "ErrorNoStreamID": "", + "ErrorNoType": "", + "SettingsAppearanceSubtitle": "", + "SettingsThemeSubtitle": "", + "SettingsFormatSubtitle": "", + "SettingsMiscSubtitle": "", + "SettingsDownloadsSubtitle": "", + "SettingsQualitySubtitle": "", + "SettingsThemeAuto": "", + "SettingsThemeLight": "", + "SettingsThemeDark": "", + "SettingsQualitySwitchMax": "", + "SettingsQualitySwitchHigh": "", + "SettingsQualitySwitchMedium": "", + "SettingsQualitySwitchLow": "", + "SettingsQualitySwitchLowest": "", + "SettingsKeepDownloadButton": "", + "AccessibilityKeepDownloadButton": "", + "SettingsEnableDownloadPopup": "", + "AccessibilityEnableDownloadPopup": "", + "SettingsFormatDescription": "", + "SettingsQualityDescription": "", + "DonateSubtitle": "", + "DonateDescription": "", + "LinkGitHubIssues": "", + "LinkGitHubChanges": "", + "LinkDonateContact": "", + "NoScriptMessage": "", + "DownloadPopupDescriptionIOS": "", + "DownloadPopupDescription": "", + "DownloadPopupWayToSave": "", + "ClickToCopy": "", + "Download": "", + "CopyURL": "", + "AboutTab": "", + "ChangelogTab": "", + "DonationsTab": "", + "SettingsVideoTab": "", + "SettingsAudioTab": "", + "SettingsOtherTab": "", + "ChangelogLastCommit": "", + "ChangelogLastMajor": "", + "AccessibilityModeToggle": "", + "DonateLinksDescription": "", + "SettingsAudioFormatBest": "", + "SettingsAudioFormatDescription": "", + "Keyphrase": "", + "SettingsDisableChangelogOnUpdate": "", + "SettingsRemoveWatermark": "", + "ErrorPopupCloseButton": "", + "ModeToggle": "", + "ModeToggleSmart": "", + "PressToChange": "", + "ErrorLengthAudioConvert": "", + "SettingsAudioFullTikTok": "", + "SettingsAudioFullTikTokDescription": "" + } +}