|
71 | 71 | "@somethingBadHappens": {
|
72 | 72 | "description": "error message"
|
73 | 73 | },
|
74 |
| - "removeAccount": "Hapus akun", |
| 74 | + "removeAccount": "Hapus Akun", |
75 | 75 | "@removeAccount": {
|
76 | 76 | "description": "remove account"
|
77 | 77 | },
|
|
143 | 143 | "@branches": {
|
144 | 144 | "description": "branches"
|
145 | 145 | },
|
146 |
| - "pullRequests": "Pull request", |
| 146 | + "pullRequests": "Pull Request", |
147 | 147 | "@pullRequests": {
|
148 | 148 | "description": "Pull Requests"
|
149 | 149 | },
|
|
183 | 183 | "@version": {
|
184 | 184 | "description": "app version"
|
185 | 185 | },
|
186 |
| - "about": "tentang", |
| 186 | + "about": "Tentang", |
187 | 187 | "@about": {
|
188 | 188 | "description": "about section"
|
189 | 189 | },
|
|
195 | 195 | "@rateThisApp": {
|
196 | 196 | "description": "rate the app"
|
197 | 197 | },
|
198 |
| - "submitAnIssue": "Kirimkan isu", |
| 198 | + "submitAnIssue": "Kirim Masalah", |
199 | 199 | "@submitAnIssue": {
|
200 | 200 | "description": "submit issue for app"
|
201 | 201 | },
|
|
247 | 247 | "@brightness": {
|
248 | 248 | "description": "brightness"
|
249 | 249 | },
|
250 |
| - "switchAccounts": "Ganti akun", |
| 250 | + "switchAccounts": "Ganti Akun", |
251 | 251 | "@switchAccounts": {
|
252 | 252 | "description": "Switch accounts"
|
253 | 253 | },
|
|
271 | 271 | "@githubStatus": {
|
272 | 272 | "description": "github status"
|
273 | 273 | },
|
274 |
| - "system": "sistem", |
| 274 | + "system": "Sistem", |
275 | 275 | "@system": {
|
276 | 276 | "description": "system"
|
277 | 277 | },
|
278 | 278 | "settings": "Pengaturan",
|
279 | 279 | "@settings": {
|
280 | 280 | "description": "settings"
|
281 | 281 | },
|
282 |
| - "pinnedRepositories": "repositori yang disematkan", |
| 282 | + "pinnedRepositories": "Repositori yang Disematkan", |
283 | 283 | "@pinnedRepositories": {
|
284 | 284 | "description": "pinned repositories"
|
285 | 285 | },
|
286 |
| - "popularRepositories": "repositori populer", |
| 286 | + "popularRepositories": "Repositori Populer", |
287 | 287 | "@popularRepositories": {
|
288 | 288 | "description": "popular repositories"
|
289 | 289 | },
|
|
346 | 346 | "news": "Berita",
|
347 | 347 | "@news": {
|
348 | 348 | "description": "The News tab"
|
| 349 | + }, |
| 350 | + "forGithubAppWithId": "untuk Aplikasi Github dengan id {id}", |
| 351 | + "@forGithubAppWithId": { |
| 352 | + "description": "for the Github App with id", |
| 353 | + "placeholders": { |
| 354 | + "id": { |
| 355 | + "type": "String" |
| 356 | + } |
| 357 | + } |
| 358 | + }, |
| 359 | + "newPermissionsAccepted": "izin baru diterima untuk ditindak ", |
| 360 | + "@newPermissionsAccepted": { |
| 361 | + "description": "new permissions were accepted for" |
| 362 | + }, |
| 363 | + "editedPages": "mengedit halaman: {pageNames}", |
| 364 | + "@editedPages": { |
| 365 | + "description": "edited pages", |
| 366 | + "placeholders": { |
| 367 | + "pageAction": { |
| 368 | + "type": "String" |
| 369 | + } |
| 370 | + } |
| 371 | + }, |
| 372 | + "was": "telah", |
| 373 | + "@was": { |
| 374 | + "description": "was" |
| 375 | + }, |
| 376 | + "from": "dari", |
| 377 | + "@from": { |
| 378 | + "description": "from" |
| 379 | + }, |
| 380 | + "public": "publik", |
| 381 | + "@public": { |
| 382 | + "description": "public" |
| 383 | + }, |
| 384 | + "unsubscribedEventMessage": "berhenti berlangganan dari masalah ini", |
| 385 | + "@unsubscribedEventMessage": { |
| 386 | + "description": "unsubscribed event" |
| 387 | + }, |
| 388 | + "subscribedEventMessage": "berlangganan masalah ini", |
| 389 | + "@subscribedEventMessage": { |
| 390 | + "description": "subscribed event" |
| 391 | + }, |
| 392 | + "reopenedEventMessage": "membuka kembali ini", |
| 393 | + "@reopenedEventMessage": { |
| 394 | + "description": "reopened event" |
| 395 | + }, |
| 396 | + "closedEventMessage": "tutup ini", |
| 397 | + "@closedEventMessage": { |
| 398 | + "description": "closed event" |
| 399 | + }, |
| 400 | + "crossReferencedEventMessage": "referensi ini di", |
| 401 | + "@crossReferencedEventMessage": { |
| 402 | + "description": "cross referenced event" |
| 403 | + }, |
| 404 | + "pullRequestCommitMessage": "menambahkan commit {commit}", |
| 405 | + "@pullRequestCommitMessage": { |
| 406 | + "description": "pull request commit message", |
| 407 | + "placeholders": { |
| 408 | + "commit": { |
| 409 | + "type": "String" |
| 410 | + } |
| 411 | + } |
| 412 | + }, |
| 413 | + "timelineTypeNotImplemented": "Tipe belum diimplementasikan", |
| 414 | + "@timelineTypeNotImplemented": { |
| 415 | + "description": "Timeline type not implemented" |
| 416 | + }, |
| 417 | + "body": "Badan", |
| 418 | + "@body": { |
| 419 | + "description": "body" |
| 420 | + }, |
| 421 | + "title": "Judul", |
| 422 | + "@title": { |
| 423 | + "description": "title" |
| 424 | + }, |
| 425 | + "theme": "Tema", |
| 426 | + "@theme": { |
| 427 | + "description": "Theme header text" |
| 428 | + }, |
| 429 | + "appLanguage": "Bahasa Aplikasi", |
| 430 | + "@appLanguage": { |
| 431 | + "description": "The app's language" |
| 432 | + }, |
| 433 | + "released": "dirilis", |
| 434 | + "@released": { |
| 435 | + "description": "released" |
| 436 | + }, |
| 437 | + "submit": "Kirim", |
| 438 | + "@submit": { |
| 439 | + "description": "submit button text" |
349 | 440 | }
|
350 | 441 | }
|
0 commit comments