Approval.

This commit is contained in:
Joshua Ramon Enslin 2020-09-07 15:02:32 +02:00 committed by Stefan Rohde-Enslin
parent 724ed280ee
commit e469dba11c
7 changed files with 47 additions and 47 deletions

View File

@ -1,10 +1,10 @@
{ {
"conservation_report_type_set": { "conservation_report_type_set": {
"damage": "Damage", "damage": "Kerusakan",
"conservation": "Conservation", "conservation": "Konservasi",
"condition": "Condition", "condition": "Kondisi",
"restoration": "Restoration", "restoration": "Restorasi",
"other_report": "Other report", "other_report": "Laporan lain",
"other": "Other report" "other": "Laporan lain"
} }
} }

View File

@ -2,12 +2,12 @@
"currencies_set": { "currencies_set": {
"eu-EUR": "Euro", "eu-EUR": "Euro",
"de-DM": "Deutsche Mark", "de-DM": "Deutsche Mark",
"de-RM": "Reichsmark (Germany)", "de-RM": "Reichsmark (Jerman)",
"es-Real": "Spanish Real", "es-Real": "Spanish Real",
"hu-Ft": "Forint", "hu-Ft": "Forint",
"hu-Lari": "Lari", "hu-Lari": "Lari",
"hu-Peng\u0151": "Peng\u0151", "hu-Peng\u0151": "Peng\u0151",
"id-IDR": "Indonesian Rupiah", "id-IDR": "IDR",
"pl-Z\u0142oty": "Z\u0142oty", "pl-Z\u0142oty": "Z\u0142oty",
"us-USD": "US Dollar" "us-USD": "US Dollar"
}, },

View File

@ -17,6 +17,6 @@
"15": "Temukan", "15": "Temukan",
"98": "Harus dicek", "98": "Harus dicek",
"99": "Akuisisi sah yang lain", "99": "Akuisisi sah yang lain",
"16": "Permanent loan" "16": "Pinjaman permanen"
} }
} }

View File

@ -1,16 +1,16 @@
{ {
"license_full_names": { "license_full_names": {
"CC BY-NC-SA": "Attribution - Non Commercial - Share Alike", "CC BY-NC-SA": "Atribusi-NonKomersial-BerbagiSerupa",
"CC BY-NC": "Attribution - Non Commercial", "CC BY-NC": "Atribusi-NonKomersial",
"CC BY-ND": "Attribution - No Derivates", "CC BY-ND": "Atribusi-TanpaTurunan",
"CC BY-SA": "Attribution - Share Alike", "CC BY-SA": "Atribusi-BerbagiSerupa",
"CC BY": "Attribution", "CC BY": "Atribusi",
"CC0": "No Rights Reserved", "CC0": " Dedikasi Domain Publik ",
"RR-F": "Rights Reserved - Free Access", "RR-F": "Rights Reserved - Free Access",
"RR-P": "Rights Reserved - Paid Access", "RR-P": "Rights Reserved - Paid Access",
"RR-R": "Rights Reserved - Restricted Access", "RR-R": "Rights Reserved - Restricted Access",
"Orphan Work": "Orphan Work", "Orphan Work": "Orphan Work",
"Public Domain Mark": "Public Domain Mark", "Public Domain Mark": " Domain Publik ",
"CC BY-NC-ND": "Attribution - Non Commercial - No Derivates" "CC BY-NC-ND": "Atribusi-NonKomersial-TanpaTurunan"
} }
} }

View File

@ -1,12 +1,12 @@
{ {
"marking_types": { "marking_types": {
"signature": "Signature", "signature": "Tanda tangan",
"watermark": "Watermark", "watermark": "Tanda air",
"engraving": "Engraving", "engraving": "Ukiran",
"scratch": "Scratching", "scratch": "Goresan",
"stamp": "Stamped", "stamp": "Cap",
"overprint": "Overprint", "overprint": "Cetak berlebih",
"embossing": "Embossing", "embossing": "Ditatah",
"handwritten": "Handwritten" "handwritten": "Tulisan tangan"
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"object_publication_background": [ "object_publication_background": [
"Image published", "Gambaran diterbitkan",
"Transcript published", "Transkrip diterbitkan",
"Discussed", "Terdiskusi",
"Rezensiert", "Ditinjau",
"Referenced", "Direferensikan",
"Advertised" "Diiklankan"
] ]
} }

View File

@ -1,16 +1,16 @@
{ {
"position_set": { "position_set": {
"left": "Left", "left": "Kiri",
"top_left": "Top left", "top_left": "Kiri atas",
"top": "Top", "top": "Atas",
"top_right": "Top right", "top_right": "Kanan atas",
"right": "Right", "right": "Kanan",
"bottom_right": "Bottom right", "bottom_right": "Bawah kanan",
"bottom": "Bottom", "bottom": "Bawah",
"bottom_left": "Unten links", "bottom_left": "Bawah kiri",
"center": "Center", "center": "Pusat",
"rear_side": "Rear side", "rear_side": "Belakang",
"edge": "Edge", "edge": "Pinggir",
"other": "Other" "other": "Lain"
} }
} }