Skip to content

Commit b5a4aa2

Browse files
authored
Merge pull request #751 from keymanapp/chore/downloads-km
chore: Add km Crowdin strings for downloads
2 parents d4184c6 + cbe74ac commit b5a4aa2

2 files changed

Lines changed: 94 additions & 1 deletion

File tree

_includes/locale/strings/downloads/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"available_on_play_store" => "Keyman for Android is also available on the Play Store.",
5151

5252
# Keyman for iPhone and iPad
53-
"product_ios" => "Keyman for iPHone and iPad",
53+
"product_ios" => "Keyman for iPhone and iPad",
5454

5555
"available_on_app_store" => "Keyman for iPhone and iPad can be found on the App Store.",
5656

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
<?php
2+
3+
/*
4+
* Keyman is copyright (C) SIL Global. MIT License.
5+
*
6+
* Khmer strings for downloads/index.php
7+
* When exporting strings from crowdin, convert \\$s to \$s
8+
*/
9+
10+
declare(strict_types=1);
11+
12+
return [
13+
# Downloads Page Title
14+
"downloads_page_title" => "ការទាញយក Keyman",
15+
16+
# Downloads_page_description
17+
"downloads_page_description" => "ការទាញយកជំនាន់ស្ថេរភាព​ Keyman",
18+
19+
# Get the latest
20+
"get_the_latest" =>
21+
"យកជំនាន់ចុងក្រោយរបស់ ​Keyman​ នៅទីនេះ។ ទាំងនេះគឺជាការទាញយកកម្មវិធីឈរតែឯង និងមិនផ្ទុកប្លង់ក្ដារចុច សម្រាប់ភាសារបស់អ្នក។ មើលបន្ថែម %1\$s និង %2\$s។",
22+
23+
# Downloads pre-release page
24+
"downloads_pre_release_page" => "ទំព័រទាញយកមុនការចេញផ្សាយ",
25+
26+
# Downloads old versions page
27+
"downloads_old_versions_page" => "ទំព័រទាញយកជំនាន់ចាស់",
28+
29+
# Keyman version history
30+
"keyman_version_history_1" => "ប្រវត្តិជំនាន់ Keyman",
31+
32+
# Keyman version history (description)
33+
"keyman_version_history_2" => "(ផលិតផលទាំងអស់)",
34+
35+
# Browse all versions
36+
"browse_all_versions" => "រុករកជំនាន់ទាំងអស់ (14.0 ឡើងទៅ)",
37+
38+
### Product Downloads
39+
40+
# Keyman for Windows
41+
"product_windows" => "Keyman សម្រាប់ Windows",
42+
43+
# Keyman for macOS
44+
"product_macos" => "Keyman សម្រាប់ macOS",
45+
46+
# Keyman for Android
47+
"product_android" => "Keyman សម្រាប់ Android",
48+
49+
"available_on_play_store" => "Keyman សម្រាប់ Android ក៏មាននៅក្នុងកម្មវិធីទាញយក។",
50+
51+
# Keyman for iPhone and iPad
52+
"product_ios" => "Keyman សម្រាប់ iPhone and iPad",
53+
54+
"available_on_app_store" => "Keyman សម្រាប់ iPhone and iPad អាចរកបាននៅក្នុងកម្មវិធីទាញយក។",
55+
56+
# Keyman for Linux
57+
"product_linux" => "Keyman សម្រាប់ Linux",
58+
59+
"install_via_launchpad" => "Ubuntu, Wasta-Linux៖ Keyman សម្រាប់ Linux អាចដំឡើងបានតាម launchpad៖",
60+
61+
# Products for Software Developers
62+
"products_for_software_developers" => "ផលិតផលសម្រាប់អ្នកអភិវឌ្ឍន៍កម្មវិធី",
63+
64+
# KeymanWeb
65+
"product_keymanweb" => "KeymanWeb",
66+
67+
# Keyman Developer
68+
"product_developer" => "Keyman Developer",
69+
70+
# Keyman Engine for Android
71+
"product_engine_android" => "ម៉ាស៊ីន​ Keyman for Android",
72+
73+
# Keyman Engine for iOS
74+
"product_engine_ios" => "ម៉ាស៊ីន​ Keyman for iOS",
75+
76+
## Tiers
77+
"alpha" => "ជំនាន់បឋម",
78+
79+
"beta" => "ជំនាន់សាកល្បង",
80+
81+
"stable" => "ជំនាន់ស្ថេរភាព",
82+
83+
# (released {date}, {file size})
84+
"released_date_size" => "(បានផ្សព្វផ្សាយ %1\$s, %2\$s)",
85+
86+
# All {product} {tier} releases
87+
"all_product_releases" => "រាល់ការផ្សព្វផ្សាយ %1\$s %2\$s",
88+
89+
# No downloads found for {product}
90+
"no_downloads_found" => "មិនឃើញការទាញយកសម្រាប់ %1\$s។"
91+
]
92+
;
93+

0 commit comments

Comments
 (0)