-
-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathid.strings
More file actions
executable file
·883 lines (691 loc) · 31.3 KB
/
Copy pathid.strings
File metadata and controls
executable file
·883 lines (691 loc) · 31.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
"__locale" = "en_ID.UTF-8;Id";
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
/* Main page */
"home" = "Home";
"welcome" = "Selamat datang";
"to_top" = "Ke awal";
/* Login */
"log_in" = "Masuk";
"password" = "Kata Sandi";
"registration" = "Buat Akun Baru";
"forgot_password" = "Lupa Kata Sandi?";
"login_failed" = "Masuk Gagal";
"invalid_username_or_password" = "Nama pengguna atau Sandi yang kamu masukan tidak benar. <a href='/restore'>Lupa Kata Sandimu?</a>";
"failed_to_register" = "Pendaftaran Akun Baru Gagal";
"referral_link_invalid" = "Tautan rujukan tidak valid.";
"registration_disabled" = "Pendaftaran dinonaktifkan oleh sistem administrator.";
"user_already_exists" = "Pengguna dengan email ini sudah ada.";
"access_recovery" = "Akses pemulihan";
"page_access_recovery" = "Pulihkan akses ke halaman";
"access_recovery_info" = "lupa kata sandimu? Jangan khawatir, masukkan rincianmu dan kami akan mengirimkan email berisi petunjuk tentang bagaimana cara memulihkan akunmu.";
"access_recovery_info_2" = "Masukkan kata sandi barumu. Semua sesi saat ini akan ditangguhkan dan token akses akan dicabut.";
"reset_password" = "Atur Ulang Sandi";
"2fa_code_2" = "Pengamanan Otentikasi dua faktor";
"password_successfully_reset" = "Kata sandimu berhasil diatur ulang.";
"password_reset_email_sent" = "Jika kamu telah terdaftar, kamu akan menerima instruksi melalui surelmu.";
"password_reset_error" = "Terjadi kesalahan saat mengatur ulang kata sandi.";
"password_reset_rate_limit_error" = "Kamu tidak dapat melakukan hal ini terlalu sering,akses ditangguhkan sementara, maaf.";
"email_sent" = "Pesan ke Surel telah berhasil dikirimkan.";
"email_sent_desc" = "Jika kamu telah terdaftar, kamu akan menerima instruksi melalui surelmu.";
"email_error" = "Terjadi kesalahan saat mengkirimkan pesan ke surel";
"email_rate_limit_error" = "Kamu tidak dapat melakukan hal ini terlalu sering,akses ditangguhkan sementara, maaf.";
"email_verify_success" = "Surelmu telah diverifikasi. Selamat bersenang-senang!";
"registration_disabled_info" = "Pendaftaran dinonaktifkan oleh sistem administrator . Jika memungkinkan, mintalah undangan dari temanmu lagi, jika dia terdaftar di situs ini.";
"registration_closed" = "Pendaftaran ditutup.";
"invites_you_to" = "<strong>$1</strong> mengundangmu ke $2";
"register_meta_desc" = "Register in $1 sekarang!";
"register_referer_meta_title" = "$1 mengundangmu ke $2!";
"register_referer_meta_desc" = "Bergabunglah $1 dan banyak pengguna lainnya di $2!";
"users" = "Pengguna";
/* Profile information */
"select_language" = "Pilih Bahasa";
"edit" = "Sunting";
"birth_date" = "Tanggal lahir";
"registration_date" = "Bergabung sejak";
"hometown" = "Tempat Asal";
"this_is_you" = "ini kamu";
"edit_page" = "Sunting halaman";
"edit_group" = "Sunting grup";
"change_status" = "Ubah status";
"name" = "Nama";
"surname" = "Nama Belakang";
"gender" = "Jenis kelamin";
"male" = "Pria";
"female" = "Wanita";
"description" = "Deskripsi";
"save" = "Simpan";
"main_information" = "Informasi Utama";
"nickname" = "Nama Panggilan";
"online" = "Aktif";
"was_online" = "Terakhir kali terlihat";
"was_online_m" = "Terakhir kali terlihat";
"was_online_f" = "Terakhir kali terlihat";
/* For male and female */
"all_title" = "Semua";
"information" = "Informasi";
"status" = "Status";
"no_information_provided" = "Tidak ada informasi yang diberikan.";
"deceased_person" = "mendiang";
"none" = "nihil";
"send" = "Kirim";
"years_zero" = "berumur 0 tahun";
"years_one" = "berumur 1 tahun";
"years_other" = "berumur $1 tahun";
"relationship" = "Status Hubungan";
"relationship_0" = "Tidak ada yang dipilih";
"relationship_1" = "Belum Menikah";
"relationship_2" = "Berpacaran";
"relationship_3" = "Engaged";
"relationship_4" = "Menikah";
"relationship_5" = "In a civil marriage";
"relationship_6" = "In love";
"relationship_7" = "Rumit";
"relationship_8" = "Sedang Aktif mencari";
"politViews" = "Pandangan Politik";
"politViews_0" = "Tidak ada yang dipilih";
"politViews_1" = "Indifferent";
"politViews_2" = "Kommunisme";
"politViews_3" = "Sosialisme";
"politViews_4" = "Moderatisme";
"politViews_5" = "Liberalisme";
"politViews_6" = "konservatisme";
"politViews_7" = "Monarkisme";
"politViews_8" = "Ultra-Conservative";
"politViews_9" = "Libertarianisme";
"contact_information" = "Informasi Kontak";
"email" = "Surel";
"phone" = "Telp.";
"telegram" = "Telegram";
"personal_website" = "Situs";
"city" = "Kota";
"address" = "Alamat";
"personal_information" = "Informasi personal ";
"interests" = "Minat";
"favorite_music" = "Musik favorit";
"favorite_films" = "Film favorit";
"favorite_shows" = "Acara TV favorit";
"favorite_books" = "Buku favorit";
"favorite_quotes" = "Kutipan favorit";
"information_about" = "Personalia";
"updated_at" = "Diperbarui pada $1";
"user_banned" = "Sayangnya, kami harus memblokir pengguna halaman <b>$1</b> .";
"user_banned_comment" = "Komentar moderator:";
/* Wall */
"feed" = "Beranda";
"post_writes_m" = "Kirim";
"post_writes_f" = "Kirim";
"post_writes_g" = "Kirim";
"wall" = "dinding";
"post" = "Post";
"write" = "tulis";
"publish" = "publikasikan";
"delete" = "Hapus";
"comments" = "Komentar";
"share" = "Bagikan";
"pin" = "sematkan";
"unpin" = "batalkan sematkan";
"pinned" = "disematkan";
"comments_tip" = "Jadilah yang pertama yang berkomentar,pada postingan ini!";
"your_comment" = "Komentarmu";
"shown" = "Tampil";
"x_out_of" = "$1 dari";
"wall_zero" = "tidak ada postingan";
"wall_one" = "$1 postingan";
"wall_other" = "$1 postingan";
"publish_post" = "Tambah";
"view_other_comments" = "Lihat komentar lain.";
"no_comments" = "Tidak ada Komentar";
"all_news" = "All news";
"posts_per_page" = "Number of posts per page";
"attachment" = "Lampiran";
"post_as_group" = "Post sebagai grup";
"comment_as_group" = "Komen sebagai group";
"add_signature" = "Tambahkan Teken";
/* ^ can be translated as "author's signature". ^ */
"contains_nsfw" = "Konten Dewasa (NSFW)";
"nsfw_warning" = "Postingan ini mungkin terdapat konten Dewasa (NSFW)";
"report" = "Lapor";
"attach" = "Lampiran";
"attach_photo" = "Lampirkan foto";
"attach_video" = "Lampirkan video";
"draw_graffiti" = "Lampirankan graffiti";
"no_posts_abstract" = "belum ada yang tertulis disini...";
"attach_no_longer_available" = "Lampiran ini tidak lagi tersedia.";
"open_post" = "Buka postingan";
"version_incompatibility" = "Lampiran ini tidak dapat ditampilkan. Mungkin databasenya tidak kompatibel dengan versi OpenVK saat ini .";
"reply" = "Balas";
/* Friends */
"friends" = "Teman";
"followers" = "Pengikut";
"follower" = "Pengikut";
"friends_add" = "Tambahkan sebagai teman";
"friends_delete" = "Hapus pertemanan";
"friends_reject" = "Tolak Permintaan";
"friends_accept" = "Terima Permintaan";
"send_message" = "Kirim Pesan";
"incoming_req" = "Menunggu";
"outcoming_req" = "Keluar";
"req" = "Permintaan";
"req_zero" = "Tidak ada permintaan ditemukan...";
"req_one" = "Terdapat $1 permintaan";
"req_other" = "Terdapat $1 permintaan";
"friends_zero" = "Tidak ada pertemanan";
"friends_one" = "$1 teman";
"friends_other" = "$1 teman";
"friends_list_zero" = "Kamu belum memiliki pertemanan";
"friends_list_one" = "Kamu memiliki $1 pertemanan";
"friends_list_other" = "Kamu memiliki $1 pertemanan";
"followers_zero" = "Tidak ada pengikut";
"followers_one" = "$1 pengikut";
"followers_other" = "$1 pengikut";
"subscriptions_zero" = "Tidak ada Langganan";
"subscriptions_one" = "$1 Langganan";
"subscriptions_other" = "$1 Langganan";
/* Group */
"name_group" = "Nama";
"subscribe" = "Berlangganan";
"unsubscribe" = "Berhenti berlangganan";
"subscriptions" = "Langganan";
"join_community" = "Gabung komunitas";
"leave_community" = "Tinggalkan Komunitas";
"check_community" = "Lihat komunitas";
"min_6_community" = "Nama grup setidaknya minimal memiliki 6 digit huruf";
"participants" = "Partisipan";
"groups" = "Grup";
"meetings" = "Rapat";
"create_group" = "Buat Grup";
"group_managers" = "Pengurus";
"group_type" = "Tipe Grup";
"group_type_open" = "This is an open group, anyone can enter it.";
"group_type_closed" = "This is an closed group. To enter, you must submit an request.";
"creator" = "Pembuat";
"administrators" = "Administrator";
"add_to_left_menu" = "Add to left menu";
"remove_from_left_menu" = "Remove from left menu";
"all_followers" = "Seluruh pengikut";
"only_administrators" = "Hanya administrator";
"website" = "Situs";
"managed" = "Managed";
"size" = "Jumlah";
"administrators_one" = "$1 administrator";
"administrators_other" = "$1 administrator";
"role" = "Role";
"administrator" = "Administrator";
"promote_to_admin" = "Promosikan sebagai admin";
"promote_to_owner" = "Promosikan sebagai pemilik";
"devote" = "Devote";
"set_comment" = "Atur Komentar";
"hidden_yes" = "Sembunyikan: Ya";
"hidden_no" = "Sembunyikan: No";
"group_allow_post_for_everyone" = "Izinkan semua dapat memposting";
"group_hide_from_global_feed" = "Don't display posts in the global feed";
"statistics" = "Statistik";
"group_administrators_list" = "Lis Admin";
"group_display_only_creator" = "Tampilkan hanya pembuat grup";
"group_display_all_administrators" = "Tampilkan seluruh administrator";
"group_dont_display_administrators_list" = "Jangan tampilkan apapun";
"group_changeowner_modal_title" = "Owner's permissions transfer";
"group_changeowner_modal_text" = "Attention! You are transferring owner rights to user $1. This action is irreversible. After the transfer, you will remain an administrator, but you can easily stop being one.";
"group_owner_setted" = "The new owner ($1) has been successfully assigned to the community $2. You have been granted administrator rights in the community. If you want to return the owner role, contact <a href='/support?act=new'>site technical support</a>.";
"participants_zero" = "Tidak ada partisipan";
"participants_one" = "$1 partisipan";
"participants_other" = "$1 partisipan";
"groups_zero" = "Tidak ada grup";
"groups_one" = "$1 grup";
"groups_other" = "$1 grup";
"groups_list_zero" = "Kamu belum berpatisipasi dalam grup manapun";
"groups_list_one" = "Kamu berpatisipasi dalam satu grup";
"groups_list_other" = "Kamu berpatisipasi dalam of $1 grup";
"meetings_zero" = "tidak terdapat rapat/pertemuan";
"meetings_one" = "$1 rapat/pertemuan";
"meetings_other" = "$1 rapat/pertemuan";
"search_by_groups" = "Cari grup";
/* Albums */
"create" = "Buat";
"albums" = "Album";
"create_album" = "Buat album";
"edit_album" = "Sunting album";
"creating_album" = "Membuat album";
"upload_photo" = "Unggah foto";
"photo" = "Foto";
"upload_button" = "Unggah";
"open_original" = "Buka ukuran file asli";
"avatar_album" = "Foto Profil";
"wall_album" = "Foto dingdings";
"albums_zero" = "tidak ada album";
"albums_one" = "$1 album";
"albums_other" = "$1 album";
"albums_list_zero" = "Kamu belum mempunya album apapun";
"albums_list_one" = "Kamu hanya memiliki satu album";
"albums_list_other" = "Kamu memiliki $1 album";
/* Notes */
"notes" = "Catatan";
"note" = "Catatan";
"name_note" = "Judul";
"text_note" = "Isi";
"create_note" = "Tambahkan catatan";
"edit_note" = "Sunting catatan";
"actions" = "Aksi";
"edited" = "Tersunting";
"notes_zero" = "Tidak ada catatan";
"notes_one" = "$1 catatan";
"notes_other" = "$1 catatan";
"notes_start_screen" = "With notes, you can share your events with friends and see what's going on with them.";
"notes_list_zero" = "No notes found";
"notes_list_one" = "$1 note found";
"notes_list_other" = "$1 notes found";
/* Menus */
/* Note that is string need to fit into the "My Page" link */
"edit_button" = "sunting";
"my_page" = "Halamanku";
"my_friends" = "Pertemanan";
"my_photos" = "Foto";
"my_videos" = "Video";
"my_messages" = "Perpesanan";
"my_notes" = "Catatan";
"my_groups" = "Grup";
"my_feed" = "Beranda";
"my_feedback" = "Pemberandaan";
"my_settings" = "Pengaturan";
"bug_tracker" = "Bug-tracker";
"menu_login" = "Masuk";
"menu_registration" = "Pendaftaran";
"menu_help" = "Bantuan";
"menu_logout" = "Keluar";
"menu_support" = "Dukungan";
"header_home" = "beranda";
"header_groups" = "grup";
"header_people" = "orang";
"header_invite" = "undang";
"header_help" = "bantuan";
"header_log_out" = "keluar";
"header_search" = "Cari";
"header_login" = "masuk";
"header_registration" = "pendaftaran";
"left_menu_donate" = "Donasi";
"footer_about_instance" = "Tentang";
"footer_blog" = "blog";
"footer_help" = "bantuan";
"footer_developers" = "developers";
"footer_choose_language" = "pilih bahasa";
"footer_privacy" = "privasi";
/* Settings */
"main" = "Main";
"contacts" = "kontak";
"avatar" = "Avatar";
"privacy" = "Privasi";
"interface" = "Antarmuka";
"profile_picture" = "Gambar Foto Profil";
"picture" = "Gambar";
"change_password" = "Ubah kata sandi";
"old_password" = "Kata Sandi Lama";
"new_password" = "Kata Sandi Baru";
"repeat_password" = "Ulang Kata Sandi Baru";
"avatars_style" = "Tampilan Gaya Avatar";
"style" = "Gaya";
"default" = "bawaan";
"arbitrary_avatars" = "acak";
"cut" = "Kotak";
"round_avatars" = "Bulat";
"apply_style_for_this_device" = "Hanya terapkan gaya ini pada perangkat ini";
"search_for_groups" = "Cari grup";
"search_for_people" = "Cari orang";
"search_button" = "Cari";
"search_placeholder" = "Masukkan nama,judul atau suatu kata.";
"results_zero" = "Tidak ada hasil";
"results_one" = "$1 hasil";
"results_other" = "$1 hasil";
"privacy_setting_access_page" = "Siapa saja yang dapat melihat halamanku";
"privacy_setting_read_info" = "Siapa saja yang dapat melihat informasi utama halamanku";
"privacy_setting_see_groups" = "Who can see my groups and meetings";
"privacy_setting_see_photos" = "Siapa saja yang dapat melihat fotoku";
"privacy_setting_see_videos" = "Siapa saja yang dapat melihat videosku";
"privacy_setting_see_notes" = "Siapa saja yang dapat melihat catatanku";
"privacy_setting_see_friends" = "Siapa saja yang dapat melihat pertemananku";
"privacy_setting_add_to_friends" = "Siapa saja yang dapat menambahkan pertemanan ke saya";
"privacy_setting_write_wall" = "Siapa saja yang dapat menuliskan postingan kedinding saya";
"privacy_setting_write_messages" = "Siapa saja yang dapat mengirim pesan ke saya";
"privacy_value_anybody" = "Siapa saja";
"privacy_value_anybody_dative" = "Siapa saja";
"privacy_value_users" = "Pengguna OpenVK";
"privacy_value_friends" = "Teman";
"privacy_value_friends_dative" = "Teman";
"privacy_value_only_me" = "Hanya saya";
"privacy_value_only_me_dative" = "Hanya saya";
"privacy_value_nobody" = "Tidak ada";
"your_email_address" = "Alamat Surelmu";
"your_page_address" = "Alamat halamanmu";
"page_address" = "Address page";
"marital_status_user_id" = "ID pengguna";
"current_email_address" = "Alamat surel sekarang";
"page_id" = "ID Halaman";
"you_can_also" = "Kamu juga dapat";
"delete_your_page" = "hapus halamanmu";
"delete_album" = "hapus album";
"ui_settings_interface" = "Antarmuka";
"ui_settings_sidebar" = "Left menu";
"ui_settings_rating" = "Rating";
"ui_settings_rating_show" = "Tampilkan";
"ui_settings_rating_hide" = "Sembunyikan";
"additional_links" = "Tautan tambahan";
"ad_poster" = "Periklanan";
/* Two-factor authentication */
"two_factor_authentication" = "Keamanan autentikasi dua faktor";
"two_factor_authentication_disabled" = "Memberikan perlindungan keamanan yang lebih andal terhadap peretasan: untuk memasuki halaman, Anda harus memasukkan kode yang diperoleh dalam aplikasi 2FA.";
"two_factor_authentication_enabled" = "Keamanan autentikasi dua faktor diaktifkan. Halaman Anda dilindungi.";
"two_factor_authentication_login" = "Anda mengaktifkan autentikasi dua faktor, saat masuk masukkan kode yang diterima dalam aplikasi.";
"two_factor_authentication_settings_1" = "Two-factor authentication via TOTP can be used even without internet. To do this, you need a code generation app. For example, <b>Google Authenticator</b> for Android and iOS or <b>FOSS Aegis and andOTP</b> for Android. Make sure the date and time is set correctly on your phone.";
"two_factor_authentication_settings_2" = "Using the app for two-factor authentication, scan the QR code below:";
"two_factor_authentication_settings_3" = "or manually enter the given secret key: <b>$1</b>.";
"two_factor_authentication_settings_4" = "Now enter the code that the application gave you and the password for your page so that we can confirm that you really are.";
"connect" = "Hubungkan";
"enable" = "Aktifkan";
"disable" = "nonaktifkan";
"code" = "Kode";
"2fa_code" = "Kode 2FA";
"incorrect_password" = "kata sandi tidak sesuai";
"incorrect_code" = "kode tidak sesuai";
"incorrect_2fa_code" = "Keamanan autentikasi dua faktor tidak sesuai";
"two_factor_authentication_enabled_message" = "Two-factor authentication enabled";
"two_factor_authentication_enabled_message_description" = "Your page has become more difficult to hack. We recommend that you download <a href='javascript:viewBackupCodes()'>backup codes</a>";
"two_factor_authentication_disabled_message" = "Keamanan autentikasi dua faktor dinon-aktifkan";
"view_backup_codes" = "lihat kode cadang";
"backup_codes" = "Backup codes for login confirmation";
"two_factor_authentication_backup_codes_1" = "Backup codes allow you to validate your login when you don't have access to your phone, for example, while traveling.";
"two_factor_authentication_backup_codes_2" = "You have <b>10 more codes</b>, each code can only be used once. Print them out, put them away in a safe place and use them when you need codes to validate your login.";
"two_factor_authentication_backup_codes_3" = "You can get new codes if they run out. Only the last created backup codes are valid.";
/* Sorting */
"sort_randomly" = "Urutkan secara acak";
"sort_up" = "Urutkan berdasarkan ID terawal";
"sort_down" = "Urutkan berdasarkan ID terakhir";
/* Videos */
"videos" = "Video";
"video" = "Video";
"upload_video" = "Unggah video";
"video_uploaded" = "Uploaded";
"video_updated" = "Updated";
"video_link_to_yt" = "Pintaskan ke YouTube";
"info_name" = "Judul";
"info_description" = "Deskripsi";
"info_uploaded_by" = "Diunggah oleh";
"info_upload_date" = "Tanggal unggah";
"videos_zero" = "Tidak ada video";
"videos_one" = "$1 video";
"videos_other" = "$1 video";
"view_video" = "Lihat Video";
/* Notifications */
"feedback" = "Pemberandaan";
"unread" = "Belum dibaca";
"archive" = "Arsip";
"notifications_like" = "$1 liked your $2post$3 from $4";
"notifications_repost" = "$1 shared your $2post$3 from $4";
"notifications_comment_under" = "$1 leaved a comment on $2";
"notifications_under_note" = "your $3note$4";
"notifications_under_photo" = "your $3photo$4";
"notifications_under_post" = "your $3post$4 from $5";
"notifications_under_video" = "your $3video$4";
"notifications_post" = "$1 published $2a post$3 on your wall: $4";
"notifications_appoint" = "$1 appointed you as community manager $2";
"nt_liked_yours" = "liked yours";
"nt_shared_yours" = "shared yours";
"nt_commented_yours" = "commented";
"nt_written_on_your_wall" = "wrote on your wall";
"nt_made_you_admin" = "appointed you in the community";
"nt_from" = "dari";
"nt_yours_adjective" = "kamu";
"nt_yours_feminitive_adjective" = "kamu";
"nt_post_nominative" = "post";
"nt_post_instrumental" = "post";
"nt_note_instrumental" = "catatan";
"nt_photo_instrumental" = "foto";
"nt_topic_instrumental" = "topik";
/* Time */
"time_at_sp" = " pada ";
"time_just_now" = "baru saja";
"time_exactly_five_minutes_ago" = "5 menit yang lalu";
"time_minutes_ago" = "$1 menit yang lalu";
"time_today" = "hari ini";
"time_yesterday" = "kemarin";
"points" = "Votes";
"points_count" = "votes";
"on_your_account" = "Pada akunmu";
"vouchers" = "Voucher";
"have_voucher" = "voucher dimiliki";
"voucher_token" = "Voucher token";
"voucher_activators" = "Pengguna";
"voucher_explanation" = "Masukkan nomor seri pada voucher. Biasanya tercantum pada tanda terima atau dalam suatu pesan.";
"voucher_explanation_ex" = "Perlu diketahui bahwa voucher dapat kedaluwarsa dan hanya dapat digunakan sekali.";
"invalid_voucher" = "Voucher tidak valid";
"voucher_bad" = "Kamu mungkin memasukkan nomor seri yang tidak valid atau voucher sudah digunakan, atau juga voucher sudah kedaluwarsa.";
"voucher_good" = "Voucher telah diaktifkan";
"voucher_redeemed" = "Voucher telah berhasil diaktifkan.poin akan segera diterima, tetapi kamu tidak lagi dapat mengaktifkannya dengan kode ini.";
"redeem" = "Gunakan voucher";
"deactivate" = "Nonaktifkan";
"usages_total" = "Total telah digunakan";
"usages_left" = "Sisa penggunaan";
"points_transfer_dialog_header_1" = "You can send as a gift or transfer part of the votes to another person.";
"points_transfer_dialog_header_2" = "Your current balance:";
"points_amount_one" = "1 vote";
"points_amount_other" = "$1 vote";
"transfer_poins" = "Transfer vote";
"transfer_poins_button" = "Transfer vote";
"also_you_can_transfer_points" = "Kamu juga dapat <a href=\"javascript:showCoinsTransferDialog($1, '$2')\">membagikan vote</a>ke orang lain.";
"transferred_to_you" = "transferred to you";
"receiver_address" = "Receiver address";
"coins_count" = "Jumlah of vote";
"message" = "Pesan";
"failed_to_tranfer_points" = "Gagal mentransfer vote";
"points_transfer_successful" = "You have successfully transferred <b>$1</b> to <b><a href=\"$2\">$3</a></b>.";
"not_all_information_has_been_entered" = "Informasi tidak lengkap";
"negative_transfer_value" = "Maaf,kami tidak bisa mencuri atau menggelapkan votes dari orang lain.";
"message_is_too_long" = "Pesan terlalu panjang";
"receiver_not_found" = "Penerima tidak ditemukan / tidak ada";
"you_dont_have_enough_points" = "Kamu tidak memiliki cukup vote";
"increase_rating" = "Increase rating";
"increase_rating_button" = "Increase";
"to_whom" = "Kepada ";
"increase_by" = "Increase by";
"price" = "Harga";
"you_have_unused_votes" = "Kamu memiliki $1 vote yang belum digunakan.";
"apply_voucher" = "Apply voucher";
"failed_to_increase_rating" = "Failed to increase rating";
"rating_increase_successful" = "You have successfully increased rating of <b><a href=\"$1\">$2</a></b> by <b>$3%</b>.";
"negative_rating_value" = "We cannot steal rating from another person, sorry.";
"increased_your_rating_by" = "increased your rating by";
/* Gifts */
"gift" = "Hadiah";
"gifts" = "Hadiah";
"gifts_zero" = "0 Hadiah";
"gifts_one" = "1 Hadiah";
"gifts_other" = "$1 Hadiah";
"gifts_left" = "Hadiah tersedia: $1";
"gifts_left_zero" = "tidak ada Hadiah tersedia";
"gifts_left_one" = "satu Hadiah tersedia";
"gifts_left_other" = "$1 Hadiah tersisa";
"send_gift" = "Beri Hadiah";
"gift_select" = "Pilih Hadiah";
"collections" = "Koleksi";
"confirm" = "Konfirmasi";
"as_anonymous" = "sebagai anonim";
"gift_your_message" = "Pesanmu";
"free_gift" = "Gratis";
"coins" = "Vote";
"coins_zero" = "0 vote";
"coins_one" = "1 vote";
"coins_other" = "$1 vote";
"users_gifts" = "Hadiah";
/* Support */
"support_opened" = "Opened";
"support_answered" = "With a response";
"support_closed" = "Closed";
"support_ticket" = "Tiket";
"support_tickets" = "Tiket";
"support_status_0" = "Issue under consideration";
"support_status_1" = "There's a response";
"support_status_2" = "Closed";
"support_greeting_hi" = "Greetings, $1!";
"support_greeting_regards" = "Best regards,<br/>$1 support team.";
"support_faq" = "Pertanyaan yang sering diajukan";
"support_list" = "Lis tiket";
"support_new" = "Tiket baru";
"support_faq_title" = "Who is this website for?";
"support_faq_content" = "The site is designed to find friends and acquaintances, as well as view user data. It is like a city directory, through which people can quickly find relevant information about a person.";
"support_new_title" = "Masukkkan topik tiketmu";
"support_new_content" = "Deskripsikan keluh kesahmu atau sugesti ataupun kritik dan saranmu";
"support_rate_good_answer" = "Jawaban yang baik";
"support_rate_bad_answer" = "Jawaban yang tidak baik";
"support_good_answer_user" = "Kamu memberikan umpan balik positif.";
"support_bad_answer_user" = "Kamu memberikan umpan balik negatif.";
"support_good_answer_agent" = "Pengguna memberikan umpan balik positif.";
"support_bad_answer_agent" = "Pengguna memberikan umpan balik negatif.";
"support_rated_good" = "Kamu memberikan umpan balik positif terhadap jawabannya.";
"support_rated_bad" = "Kamu memberikan umpan balik negatif terhadap jawabannya.";
"wrong_parameters" = "Parameter permintaan tidak valid.";
"fast_answers" = "Balasan cepat";
"comment" = "Komen";
"sender" = "Pengirim";
"author" = "Pembuat";
"you_have_not_entered_text" = "Kamu belum memasukkan teks apa pun";
"you_have_not_entered_name_or_text" = "Kamu tidak memasukkan nama atau teks";
"ticket_changed" = "Tiket diubah";
"ticket_changed_comment" = "Perubahan akan berlaku dalam beberapa saat.";
/* Invite */
"invite" = "Undang";
"you_can_invite" = "You can invite your friends or acquaintances to the network using an individual link:";
"you_can_invite_2" = "Attach this link to your post. When the user signs up, he will immediately appear in your friends.";
/* Banned */
"banned_title" = "Kamu dibanned";
"banned_header" = "Kamu dibanned";
"banned_alt" = "Pengguna diblokir.";
"banned_1" = "Maaf <b>$1</b>, tapi kamu telah dibanned.";
"banned_2" = "dan alasannya cukup sederhana: <b>$1</b>. namun, saat ini kamu diblokir selamanya.";
"banned_3" = "Kamu masih dapat <a href=\"/support?act=new\">menulis dukungan,masukkan,atau banding</a> jika kamu berpikir bahwa itu adalah kesalahan atau kamu bisa <a href=\"/logout?hash=$1\">keluar</a>.";
/* Registration confirm */
"ec_header" = "Konfirmasi Pendaftaran";
"ec_title" = "Terima kasih!";
"ec_1" = "<b>$1</b>, pendaftaranmu hampir selesai. Dalam beberapa saat kamu akan menerima pesan pada surel dengan tautan untuk mengonfirmasi alamat surelmnu.";
"ec_2" = "Apabila kamu dengan alasan tertentu tidak menerima pesan ke surelmu, coba periksa folder spam surelmu.namun apabila tidak menemukan pesan apapun, kamu dapat mengirimnya ulang.";
"ec_resend" = "Kirim ulang";
/* Discussions */
"discussions" = "Diskusi";
"messages_one" = "Satu Pesan";
"messages_other" = "$1 Pesan";
"topic_messages_count_zero" = "Topic has no messages";
"topic_messages_count_one" = "There are one message in the topic";
"topic_messages_count_other" = "There are $1 messages in the topic";
"replied" = "balas";
"create_topic" = "Buat topik";
"new_topic" = "Topik baru";
"title" = "Judul";
"text" = "Teks";
"view_topic" = "Lihat topik";
"edit_topic_action" = "Sunting topik";
"edit_topic" = "Sunting topik";
"topic_settings" = "Pengaturan topik";
"pin_topic" = "Sematkan Topik";
"close_topic" = "Tutup topik";
"delete_topic" = "Hapus topik";
"topics_one" = "Satu topik";
"topics_other" = "$1 topik";
"created" = "Dibuat";
"everyone_can_create_topics" = "Siapa saja dapat membuat topik";
"display_list_of_topics_above_wall" = "Display a list of topics above the wall";
"topic_changes_saved_comment" = "The updated title and settings will appear on the topic page.";
"failed_to_create_topic" = "Pembuatan topik gagal";
"failed_to_change_topic" = "Pergantian topik gagal";
"no_title_specified" = "No title specified.";
/* Errors */
"error_1" = "Incorrect query";
"error_2" = "Incorrect login and password";
"error_3" = "Non authorized";
"error_4" = "User does not exist";
"information_-1" = "Sukses";
"information_-2" = "Masuk sukses";
"no_data" = "Tidaka ada data";
"no_data_description" = "Belum ada apa-apa disini... ";
"error" = "Error";
"error_shorturl" = "Alamat tidak tersedia atau telah dimiliki.";
"error_segmentation" = "terjadi kesalahan";
"error_upload_failed" = "Gagal mengunggah foto";
"error_old_password" = "Kata sandi lama tidak cocok";
"error_new_password" = "Kata sandi baru tidak cocok";
"error_shorturl_incorrect" = "Alamat singkat memiliki format yang salah.";
"error_repost_fail" = "Gagal membagikan postingan";
"forbidden" = "Access error";
"forbidden_comment" = "This user\'s privacy settings do not allow you to look at his page.";
"changes_saved" = "Perubahan tersimpan";
"changes_saved_comment" = "Data baru akan muncul di halamanmu";
"photo_saved" = "Foto berhasil disimpan";
"photo_saved_comment" = "Gambar / foto profil baru akan muncul di halamanmu";
"shared_succ" = "Postingan akan tampil pada dindingmu,klik notifikasi untuk menuju dinding halamanmu.";
"invalid_email_address" = "Alamat sural tidak valid";
"invalid_email_address_comment" = "Surel yang kamu masukkan tidak benar atau tidak sesuai penulisan yang benar.";
"invalid_real_name" = "Silakan, masukkan nama aslimu. Akan lebih mudah bagi temanmu atau kenalanmu untuk menemukanmu seperti ini.";
"invalid_birth_date" = "Tanggal lahir tidak valid";
"invalid_birth_date_comment" = "Tanggal lahir yang kamu masukkan tidak benar atau tidak sesuai penulisan yang benar.";
"invalid_telegram_name" = "Akun Telegram tidak valid";
"invalid_telegram_name_comment" = "Akun Telegram yang kamu masukkan tidak benar atau tidak sesuai penulisan yang benar.";
"token_manipulation_error" = "Token manipulation error";
"token_manipulation_error_comment" = "The token is invalid or expired";
"profile_changed" = "Profile changed";
"profile_changed_comment" = "Your active profile has been changed.";
"profile_not_found" = "Pengguna tidak ditemukan.";
"suspicious_registration_attempt" = "Upaya yang mencurigakan / asing";
"suspicious_registration_attempt_comment" = "Kamu mencoba mendaftar dari lokasi yang mencurigakan atau sesuai dengan kebijakan";
"rate_limit_error" = "Choomba, are you completely fucked up?";
"rate_limit_error_comment" = "Go to the brainwrap, drink the wheels. In $1, you cannot drop shitposts as often. Exception code: $2.";
"not_enough_permissions" = "izin / akses diperlukan";
"not_enough_permissions_comment" = "Kamu tidak memiliki izin / akses yang memadai untuk melakukan tindakan ini.";
"login_required_error" = "Akses masuk diperlukan";
"login_required_error_comment" = "Untuk melihat halaman ini, kamu harus masuk terlebih dahulu.";
"captcha_error" = "captcha error";
"captcha_error_comment" = "Pastikan Kamu mengisi kolom captcha dengan benar.";
"failed_to_publish_post" = "Gagal memposting postingan";
"failed_to_delete_post" = "Gagal menghapus postingan";
"media_file_corrupted" = "File konten media rusak / korup.";
"media_file_corrupted_or_too_large" = "File konten media rusak atau terlalu besar.";
"post_is_empty_or_too_big" = "Postingan nihil atau ukurannya terlalu besar.";
"post_is_too_big" = "ukuran postingan terlalu besar";
/* Admin actions */
"login_as" = "Masuk sebagai $1";
"manage_user_action" = "Atur pengguna";
"manage_group_action" = "Atur grup";
"ban_user_action" = "Ban pengguna";
"warn_user_action" = "peringatkan pengguna";
/* Paginator (deprecated) */
"paginator_back" = "Sebelumnya";
"paginator_page" = "Halaman $1";
"paginator_next" = "Selanjutnya";
/* About */
"about_openvk" = "Tentang OpenVK";
"about_this_instance" = "About this instance";
"rules" = "Rules";
"most_popular_groups" = "Most popular groups";
"on_this_instance_are" = "On this instance are:";
"about_users_one" = "<b>1</b> pengguna";
"about_users_other" = "<b>$1</b> pengguna";
"about_online_users_one" = "<b>1</b> pengguna aktif";
"about_online_users_other" = "<b>$1</b> pengguna aktif";
"about_active_users_one" = "<b>1</b> pengguna aktif";
"about_active_users_other" = "<b>$1</b> pengguna aktif";
"about_groups_one" = "<b>1</b> grup";
"about_groups_other" = "<b>$1</b> grup";
"about_wall_posts_one" = "<b>1</b> wall post";
"about_wall_posts_other" = "<b>$1</b> wall posts";
/* Dialogs */
"ok" = "OK";
"yes" = "Ya";
"no" = "Tidak";
"cancel" = "Batal";
"edit_action" = "Ubah";
"transfer" = "Transfer";
"close" = "Tutup";
"warning" = "Peringatan";
"question_confirm" = "Tindakan ini tidak dapat diurungkan. Apakah kamu yakin ?";
/* User alerts */
"user_alert_scam" = "Akun ini telah banyak dilaporkan melakukan penipuan. Berhati-hatilah, terutama jika ia meminta uang.";
"bday_reminder" = "Pengingat";
"bday_today" = "Hari ini";
"bday_tomorrow" = "Besok";
"bday_reminder_text" = "$1 adalah hari ulang tahun $2.";
"bday_and" = " dan ";