|
11 | 11 | "@fontFamily": {
|
12 | 12 | "description": "Font Family"
|
13 | 13 | },
|
14 |
| - "syntaxHighlighting": "PENYOROTAN SINTAKS", |
| 14 | + "syntaxHighlighting": "PENYOROTAN SINTAKSIS", |
15 | 15 | "@syntaxHighlighting": {
|
16 | 16 | "description": "Syntax Highlighting"
|
17 | 17 | },
|
|
159 | 159 | "@watchers": {
|
160 | 160 | "description": "watchers"
|
161 | 161 | },
|
162 |
| - "releases": "Rilisan", |
| 162 | + "releases": "Rilis", |
163 | 163 | "@releases": {
|
164 | 164 | "description": "releases"
|
165 | 165 | },
|
|
259 | 259 | "@reviewPermissions": {
|
260 | 260 | "description": "review Permissions"
|
261 | 261 | },
|
262 |
| - "trending": "Trending", |
| 262 | + "trending": "Sedang tren", |
263 | 263 | "@trending": {
|
264 | 264 | "description": "Trending"
|
265 | 265 | },
|
|
299 | 299 | "@gists": {
|
300 | 300 | "description": "gists for a user"
|
301 | 301 | },
|
302 |
| - "events": "Event", |
| 302 | + "events": "Peristiwa", |
303 | 303 | "@events": {
|
304 | 304 | "description": "events for a user"
|
305 | 305 | },
|
|
636 | 636 | "@forked": {
|
637 | 637 | "description": "forked"
|
638 | 638 | },
|
639 |
| - "nCommitsTo": "{count,plural, =1{{count} commit to} lainya {{count} commits to}}", |
| 639 | + "nCommitsTo": "{count,plural, =1{{count} commit to} lainnya{{count} commits to}}", |
640 | 640 | "@nCommitsTo": {
|
641 | 641 | "description": "no. of commits to a branch",
|
642 | 642 | "placeholders": {
|
|
810 | 810 | "@made": {
|
811 | 811 | "description": "made"
|
812 | 812 | },
|
813 |
| - "pullRequestEventMessage": "{action} pull request", |
| 813 | + "pullRequestEventMessage": "{action} permintaan pull", |
814 | 814 | "@pullRequestEventMessage": {
|
815 | 815 | "description": "pull request event",
|
816 | 816 | "placeholders": {
|
|
843 | 843 | "headRefForcedPushedEventFirstMessage": "force-push",
|
844 | 844 | "@headRefForcedPushedEventFirstMessage": {
|
845 | 845 | "description": "head ref forced pushed event message first half"
|
| 846 | + }, |
| 847 | + "commit": "Commit", |
| 848 | + "@commit": { |
| 849 | + "description": "Commit" |
| 850 | + }, |
| 851 | + "filesChanged": "{count,plural, =1{{count} file changed} other{{count} files changed}}", |
| 852 | + "@filesChanged": { |
| 853 | + "description": "no. of files changed", |
| 854 | + "placeholders": { |
| 855 | + "count": { |
| 856 | + "type": "String" |
| 857 | + } |
| 858 | + } |
| 859 | + }, |
| 860 | + "blankDiff": "Tak ada teks yang ditampilkan di sini", |
| 861 | + "@blankDiff": { |
| 862 | + "description": "text to show for a blank diff" |
846 | 863 | }
|
847 | 864 | }
|
0 commit comments