orchard/src/i18n
宥叡 d46905e7d6
Update zh_TW.jsonc (#364)
Update TW language.
2022-02-07 00:02:45 -08:00
..
de_DE.jsonc Re arranged miss arranged term/action entry 2022-01-30 14:30:49 +03:00
el_GR.jsonc Re arranged miss arranged term/action entry 2022-01-30 14:30:49 +03:00
en_GB.jsonc i18n: Changed English (UK) into a main language rather than a fun language (#299) 2022-02-01 14:54:39 -08:00
en_HODOR.jsonc MADE HODOR USABLE 2022-01-30 15:50:03 +03:00
en_OWO.jsonc trademark LMAO 2022-02-05 22:32:10 -08:00
en_PISS.jsonc trademark LMAO 2022-02-05 22:32:10 -08:00
en_SGA.jsonc Update en_SGA.jsonc 2022-02-05 17:21:33 +08:00
en_US.jsonc Update to audio quality setting clarity (Translators note i18n README.md) 2022-02-06 10:58:30 +00:00
es_ES.jsonc New translations for es_ES (#291) 2022-02-01 08:34:41 -08:00
fr_CA.jsonc Re arranged miss arranged term/action entry 2022-01-30 14:30:49 +03:00
fr_FR.jsonc feat: 🌐 Update French language (#343) 2022-02-05 12:41:06 -08:00
hu_HU.jsonc Update Hungarian (hu_HU) language files (#357) 2022-02-06 17:42:05 -08:00
it_IT.jsonc Added Italian translation (#279) 2022-01-31 11:31:45 -08:00
ja_JP.jsonc i18n sync core's changes 2022-02-06 18:59:09 -08:00
ko_KR.jsonc chore(i18n): initial korean i18n support 2022-02-05 14:16:08 +09:00
pt_BR.jsonc i18n info for pt_BR 2022-01-31 22:03:51 -08:00
README.md Update to audio quality setting clarity (Translators note i18n README.md) 2022-02-06 10:58:30 +00:00
ro_RO.jsonc Merge branch 'main' of https://github.com/ciderapp/Cider 2022-02-03 08:34:12 +07:00
sv_SE.jsonc Updated sv_SE.jsonc (#329) 2022-02-04 15:27:57 -08:00
tr_TR.jsonc Updated TR language 2022-01-30 14:33:20 +03:00
zh_CN.jsonc i18n sync core's changes 2022-02-06 18:59:09 -08:00
zh_HK.jsonc Update zh_Hk 2022-02-05 16:41:36 +08:00
zh_TW.jsonc Update zh_TW.jsonc (#364) 2022-02-07 00:02:45 -08:00
zh_yue.jsonc Irregular update 04/02 (#322) 2022-02-04 10:35:28 -08:00

Cider i18n

Some notes about Cider's i18n support.

  • Localization files are stored in jsonc format aka "JSON with Comments"
  • The default language is English.
  • The default language is used for messages that are not translated.
  • Try when possible to keep the messages the similar in length to the English ones.
  • Most of the strings in the content area are provided and translated by Apple themselves, and do not need to be translated.
  • The language Apple Music uses are dependent on the storefront region.

Localization Notices

Several changes have been made to configuration options and will be listed below with the relevant locales that have been modified, the ones not mentioned in the list need modifying.

  • settings.option.experimental.closeButtonBehaviour: Changed to close_button_hide - Should be "Close Button Should Hide the Application". .quit, .minimizeTaskbar and .minimizeTray have been removed. Translations done for en_US.
  • action.update: Added for en_US.
  • term.topResult: "Top Result" - Added for en_US.
  • term.sharedPlaylists: "Shared Playlists" - Added for en_US.
  • term.people: "People" - Added for en_US.

Updated 02/02/2022 17:16 UTC

  • term.newpreset.name: Added for en_US.
  • term.addedpreset: Added for en_US.
  • term.deletepreset.warn: Added for en_US.
  • term.deletedpreset: Added for en_US.
  • term.musicVideos: Added for en_US.
  • term.stations: Added for en_US.
  • term.curators: Added for en_US.
  • term.appleCurators: Added for en_US.
  • term.radioShows: Added for en_US.
  • term.recordLabels: Added for en_US.
  • term.videoExtras: Added for en_US.
  • term.top: Added for en_US.
  • action.newpreset: Added for en_US.
  • action.deletepreset: Added for en_US.

Updated 04/02/2022 10:00 UTC

  • term.history: Added for en_US.
  • action.copy: Added for en_US.
  • settings.header.visual.theme: Added for en_US.
  • settings.option.visual.theme.default: Added for en_US.
  • settings.option.visual.theme.dark: Added for en_US.
  • settings.option.experimental.copy_log: Added for en_US.
  • settings.option.experimental.inline_playlists: Added for en_US.

Update 05/02/2022 09:00 UTC

  • settings.header.audio.quality.hireslossless: Added for en_US.
  • settings.header.audio.quality.hireslossless.description: Added for en_US.
  • settings.header.audio.quality.lossless: Added for en_US.
  • settings.header.audio.quality.lossless.description: Added for en_US.
  • settings.option.audio.enableAdvancedFunctionality.ciderPPE: Added for en_US.
  • settings.option.audio.enableAdvancedFunctionality.ciderPPE.description: Added for en_US.

Update 06/02/2022 10:35 UTC

  • settings.header.audio.quality.hireslossless.description: Brackets removed, handled in renderer.
  • settings.header.audio.quality.lossless.description: Brackets removed, handled in renderer.
  • settings.header.audio.quality.high.description: Added for en_US.
  • settings.header.audio.quality.auto: Removed as default for MusicKit is 256.
  • settings.header.audio.quality.standard: Replaced settings.header.audio.quality.low to match MusicKit naming.
  • settings.header.audio.quality.standard.description: Added for en_US.