Skip to content

Instantly share code, notes, and snippets.

@iAdam1n
Created September 13, 2020 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iAdam1n/1f89834bab4d85a2c5feaf778c7ad7ef to your computer and use it in GitHub Desktop.
Save iAdam1n/1f89834bab4d85a2c5feaf778c7ad7ef to your computer and use it in GitHub Desktop.
Cephei 1.16
<key>DONATE</key>
<string>Tip Jar</string>
<key>DONATE_FOOTER</key>
<string>Please consider showing your appreciation for this tweak with a small donation to the tip jar.</string>
<!-- Title of a menu of apps the user can view the package in. -->
<key>OPEN_PACKAGE_IN_TITLE</key>
<string>Open inโ€ฆ</string>
<!-- Message displayed below the Open Inโ€ฆ title when the package comes from a non-default repository. %@ is the repository URL. -->
<key>OPEN_PACKAGE_IN_REPO_NOTICE</key>
<string>This package will be installed from the repository %@.</string>
<!-- Title of error message shown when no email accounts are set up on the device. -->
<key>NO_EMAIL_ACCOUNTS_TITLE</key>
<string>No mail accounts are set up.</string>
<!-- Explanation of how to add an email account to the device. -->
<key>NO_EMAIL_ACCOUNTS_BODY</key>
<string>Use the Mail settings to add a new account.</string>
@zenyr
Copy link

zenyr commented Oct 2, 2020

๐Ÿ‡ฐ๐Ÿ‡ท Korean

Common.strings

  	<key>DONATE</key>
	<string>ํŒ ์ €๊ธˆํ†ต</string>
  
  	<key>DONATE_FOOTER</key>
	<string>ํŒ ์ €๊ธˆํ†ต์— ์•ฝ๊ฐ„์˜ ๊ธฐ๋ถ€๋กœ ์—ฌ๋Ÿฌ๋ถ„์˜ ๊ฐ์‚ฌ ํ‘œ์‹œ๋ฅผ ๋‚จ๊ฒจ์ฃผ์‹œ๋ฉด ๊ฐ์‚ฌ๋“œ๋ฆฌ๊ฒ ์Šต๋‹ˆ๋‹ค.</string>

PackageCell.strings

  	<!-- Title of a menu of apps the user can view the package in. -->
	<key>OPEN_PACKAGE_IN_TITLE</key>
	<string>๋‹ค์Œ์œผ๋กœ ์—ด๊ธฐโ€ฆ</string>

	<!-- Message displayed below the Open Inโ€ฆ title when the package comes from a non-default repository. %@ is the repository URL. -->
	<key>OPEN_PACKAGE_IN_REPO_NOTICE</key>
	<string>์ด ํŒจํ‚ค์ง€๋Š” %@ ์ €์žฅ์†Œ์—์„œ ์„ค์น˜๋ฉ๋‹ˆ๋‹ค.</string>

Support.strings

  	<!-- Title of error message shown when no email accounts are set up on the device. -->
	<key>NO_EMAIL_ACCOUNTS_TITLE</key>
	<string>์„ค์ •๋œ ์ด๋ฉ”์ผ ๊ณ„์ •์ด ์—†์Šต๋‹ˆ๋‹ค..</string>

	<!-- Explanation of how to add an email account to the device. -->
	<key>NO_EMAIL_ACCOUNTS_BODY</key>
	<string>๋ฉ”์ผ ์„ค์ •์—์„œ ์ƒˆ ๊ณ„์ •์„ ์ถ”๊ฐ€ํ•ด์ฃผ์„ธ์š”.</string>

@redzrex
Copy link

redzrex commented Oct 13, 2020

MALAY:

Common.strings

  	<key>DONATE</key>
	<string>Balang Derma</string>
  
  	<key>DONATE_FOOTER</key>
	<string>Sila pertimbangkan untuk memberi penghargaan untuk tweak ini dengan memberi sejumlah derma di balang derma.</string>

PackageCell.strings

  	<!-- Title of a menu of apps the user can view the package in. -->
	<key>OPEN_PACKAGE_IN_TITLE</key>
	<string>Buka dalamโ€ฆ</string>

	<!-- Message displayed below the Open Inโ€ฆ title when the package comes from a non-default repository. %@ is the repository URL. -->
	<key>OPEN_PACKAGE_IN_REPO_NOTICE</key>
	<string>Pekej ini akan dipasang di dalam repositori %@.</string>

Support.strings

  	<!-- Title of error message shown when no email accounts are set up on the device. -->
	<key>NO_EMAIL_ACCOUNTS_TITLE</key>
	<string>Didapati tiada akaun emel dibuat.</string>

	<!-- Explanation of how to add an email account to the device. -->
	<key>NO_EMAIL_ACCOUNTS_BODY</key>
	<string>Gunakan tetapan aplikasi Mail untuk untuk membuat akaun baru.</string>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment