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>
@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