diff --git a/classifiers/cpvs/en_pretty.json b/classifiers/cpvs/en_pretty.json new file mode 100644 index 0000000..1ce1aa8 --- /dev/null +++ b/classifiers/cpvs/en_pretty.json @@ -0,0 +1,4 @@ +{ + "PA01-7": "Hire", + "PA02-0": "Lease", +} \ No newline at end of file diff --git a/classifiers/cpvs/en_pretty.yaml b/classifiers/cpvs/en_pretty.yaml new file mode 100644 index 0000000..bd2b12c --- /dev/null +++ b/classifiers/cpvs/en_pretty.yaml @@ -0,0 +1,2 @@ +"PA01-7": "Hire" +"PA02-0": "Lease" \ No newline at end of file diff --git a/classifiers/cpvs/uk_pretty.json b/classifiers/cpvs/uk_pretty.json new file mode 100644 index 0000000..0c9aae4 --- /dev/null +++ b/classifiers/cpvs/uk_pretty.json @@ -0,0 +1,4 @@ +{ + "PA01-7": "Найм", + "PA02-0": "Оренда", +} \ No newline at end of file diff --git a/classifiers/cpvs/uk_pretty.yaml b/classifiers/cpvs/uk_pretty.yaml new file mode 100644 index 0000000..64404b2 --- /dev/null +++ b/classifiers/cpvs/uk_pretty.yaml @@ -0,0 +1,2 @@ +"PA01-7": "Найм" +"PA02-0": "Оренда" \ No newline at end of file