diff --git a/src/i18n/i18nFactory.ts b/src/i18n/i18nFactory.ts index a4c56e8f55..9b812fe660 100644 --- a/src/i18n/i18nFactory.ts +++ b/src/i18n/i18nFactory.ts @@ -3,23 +3,23 @@ import { TFunction } from 'i18next' import { Lang } from 'meta/lang' -import * as arTranslation from './resources/ar' -import * as enTranslation from './resources/en' -import * as esTranslation from './resources/es' -import * as frTranslation from './resources/fr' -import * as ruTranslation from './resources/ru' -import * as zhTranslation from './resources/zh' +import { arTranslation } from './resources/ar' +import { enTranslation } from './resources/en' +import { esTranslation } from './resources/es' +import { frTranslation } from './resources/fr' +import { ruTranslation } from './resources/ru' +import { zhTranslation } from './resources/zh' // @ts-ignore const createInstance = i18next.createInstance || i18next.default.createInstance const translationsFiles: { [langCode: string]: any } = { - en: enTranslation.translation, - es: esTranslation.translation, - fr: frTranslation.translation, - ru: ruTranslation.translation, - ar: arTranslation.translation, - zh: zhTranslation.translation, + en: enTranslation, + es: esTranslation, + fr: frTranslation, + ru: ruTranslation, + ar: arTranslation, + zh: zhTranslation, } export const createParams = (lang: string) => ({ diff --git a/src/i18n/resources/ar.js b/src/i18n/resources/ar.js deleted file mode 100644 index 54962e2d2b..0000000000 --- a/src/i18n/resources/ar.js +++ /dev/null @@ -1,46 +0,0 @@ -const admin = require('./ar/admin') -const area = require('./ar/area') -const assessmentSection = require('./ar/assessmentSection') -const common = require('./ar/common') -const contentCheck = require('./ar/contentCheck') -const dataDownload = require('./ar/dataDownload') -const dataSource = require('./ar/dataSource') -const editUser = require('./ar/editUser') -const email = require('./ar/email') -const fra = require('./ar/fra') -const generalValidation = require('./ar/generalValidation') -const geo = require('./ar/geo') -const history = require('./ar/history') -const landing = require('./ar/landing') -const login = require('./ar/login') -const nationalDataPoint = require('./ar/nationalDataPoint') -const other = require('./ar/other') -const statisticalFactsheets = require('./ar/statisticalFactsheets') -const uc = require('./ar/uc') - -module.exports.translation = { - admin, - area, - common, - contentCheck, - dataDownload, - dataSource, - editUser, - email, - fra, - generalValidation, - geo, - history, - landing, - login, - nationalDataPoint, - - page: { - assessmentSection, - }, - - statisticalFactsheets, - uc, - - ...other, -} diff --git a/src/i18n/resources/ar.ts b/src/i18n/resources/ar.ts new file mode 100644 index 0000000000..e021886125 --- /dev/null +++ b/src/i18n/resources/ar.ts @@ -0,0 +1,46 @@ +import * as admin from './ar/admin.json' +import * as area from './ar/area.json' +import * as assessmentSection from './ar/assessmentSection.json' +import * as common from './ar/common.json' +import * as contentCheck from './ar/contentCheck.json' +import * as dataDownload from './ar/dataDownload.json' +import * as dataSource from './ar/dataSource.json' +import * as editUser from './ar/editUser.json' +import * as email from './ar/email.json' +import * as fra from './ar/fra.json' +import * as generalValidation from './ar/generalValidation.json' +import * as geo from './ar/geo.json' +import * as history from './ar/history.json' +import * as landing from './ar/landing.json' +import * as login from './ar/login.json' +import * as nationalDataPoint from './ar/nationalDataPoint.json' +import * as other from './ar/other.json' +import * as statisticalFactsheets from './ar/statisticalFactsheets.json' +import * as uc from './ar/uc.json' + +export const arTranslation = { + admin, + area, + common, + contentCheck, + dataDownload, + dataSource, + editUser, + email, + fra, + generalValidation, + geo, + history, + landing, + login, + nationalDataPoint, + + page: { + assessmentSection, + }, + + statisticalFactsheets, + uc, + + ...other, +} diff --git a/src/i18n/resources/ar/admin.js b/src/i18n/resources/ar/admin.js deleted file mode 100644 index 6eacf6b252..0000000000 --- a/src/i18n/resources/ar/admin.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - admin: 'المدير', - enotfound: 'خطأ في نظام أسماء النطاقات', - filter: 'غربلة وفق', - invitationPending: 'تعليق الدعوة', - invitationsAcceptedCount: 'عدد الدعوات المقبولة', - invitationsSentCount: 'عدد الدعوات المرسلة', - lastStatus: 'آخر تحديث', - locationsCount: 'عدد المواقع', - urlParsingError: 'خطأ في التوصل إلى عنوان الموقع', - usersCount: 'عدد المستخدمين', - verifyLinks: 'التحقق من الروابط', -} diff --git a/src/i18n/resources/ar/admin.json b/src/i18n/resources/ar/admin.json new file mode 100644 index 0000000000..2be8d4be79 --- /dev/null +++ b/src/i18n/resources/ar/admin.json @@ -0,0 +1,13 @@ +{ + "admin": "المدير", + "enotfound": "خطأ في نظام أسماء النطاقات", + "filter": "غربلة وفق", + "invitationPending": "تعليق الدعوة", + "invitationsAcceptedCount": "عدد الدعوات المقبولة", + "invitationsSentCount": "عدد الدعوات المرسلة", + "lastStatus": "آخر تحديث", + "locationsCount": "عدد المواقع", + "urlParsingError": "خطأ في التوصل إلى عنوان الموقع", + "usersCount": "عدد المستخدمين", + "verifyLinks": "التحقق من الروابط" +} diff --git a/src/i18n/resources/ar/area.js b/src/i18n/resources/ar/area.js deleted file mode 100644 index f1467e2fae..0000000000 --- a/src/i18n/resources/ar/area.js +++ /dev/null @@ -1,276 +0,0 @@ -module.exports = { - WO: { listName: 'العالم' }, - AF: { listName: 'أفريقيا' }, - AN: { listName: 'القطب الجنوبي' }, - AS: { listName: 'آسيا' }, - AT: { listName: 'أطلانطس' }, - EU: { listName: 'أوروبا' }, - NA: { listName: 'أمريكا الشمالية والوسطى' }, - OC: { listName: 'أوقيانوسيا' }, - SA: { listName: 'أمريكا الجنوبية' }, - - ASEAN: { listName: 'ASEAN' }, - FE: { listName: 'المؤتمر الوزاري لحماية الغابات في أوروبا' }, - EU27: { listName: 'الاتحاد الأوروبي - 27' }, - ECOMIFAC: { listName: 'اللجنة المعنية بغابات أفريقيا الوسطى' }, - MP: { listName: 'عملية مونتريال' }, - UNECE: { listName: 'لجنة الأمم المتحدة الاقتصادية لأوروبا' }, - ITTO: { listName: 'المنظمة الدولية للأخشاب الاستوائية' }, - - ABW: { listName: 'أروبا' }, - AFG: { listName: 'أفغانستان' }, - AGO: { listName: 'أنجولا' }, - AIA: { listName: 'أنجويلا' }, - ALB: { listName: 'ألبانيا' }, - AND: { listName: 'أندورا' }, - ARE: { listName: 'الإمارات العربية المتحدة' }, - ARG: { listName: 'الأرجنتين' }, - ARM: { listName: 'أرمينيا' }, - ASM: { listName: 'ساموا الأمريكية' }, - ATG: { listName: 'أنتيغوا وبروبودا' }, - AUS: { listName: 'أستراليا' }, - AUT: { listName: 'النمسا' }, - AZE: { listName: 'أذربيجان' }, - BDI: { listName: 'بروندي' }, - BEL: { listName: 'بلجيكا' }, - BEN: { listName: 'بنن' }, - BES: { listName: 'بونير وسان بوستاتيوس وسابا' }, - BFA: { listName: 'بوركينا فاسو' }, - BGD: { listName: 'بنغلاديش' }, - BGR: { listName: 'بلغاريا' }, - BHR: { listName: 'البحرين' }, - BHS: { listName: 'جزر البهاما' }, - BIH: { listName: 'البوسنة والهرسك' }, - BLM: { listName: 'سان بارثيليمي' }, - BLR: { listName: 'بيلاروس' }, - BLZ: { listName: 'بليز' }, - BMU: { listName: 'برمودا' }, - BOL: { listName: 'دولة بوليفيا المتعددة القوميات' }, - BRA: { listName: 'البرازيل' }, - BRB: { listName: 'بربادوس' }, - BRN: { listName: 'بروني دار السلام' }, - BTN: { listName: 'بوتان' }, - BWA: { listName: 'بوتسوانا' }, - CAF: { listName: 'جمهورية أفريقيا الوسطى' }, - CAN: { listName: 'كندا' }, - CHE: { listName: 'سويسرا' }, - CHL: { listName: 'شيلي' }, - CHN: { listName: 'الصين' }, - CIV: { listName: 'كوت دي فوار' }, - CMR: { listName: 'الكاميرون' }, - COD: { listName: 'جمهورية الكونغو الديمقراطية' }, - COG: { listName: 'الكونغو' }, - COK: { listName: 'جزر كوك' }, - COL: { listName: 'كولومبيا' }, - COM: { listName: 'جزر القمر' }, - CPV: { listName: 'كابو فيردي' }, - CRI: { listName: 'كوستا ريكا' }, - CUB: { listName: 'كوبا' }, - CUW: { listName: 'جزر كوراساو' }, - CYM: { listName: 'جزر كايمان' }, - CYP: { listName: 'قبرص' }, - CZE: { listName: 'تشيكيا' }, - DEU: { listName: 'ألمانيا' }, - DJI: { listName: 'جيبوتي' }, - DMA: { listName: 'دومينيكا' }, - DNK: { listName: 'الدانمرك' }, - DOM: { listName: 'جمهورية الدومينيكان' }, - DZA: { listName: 'الجزائر' }, - ECU: { listName: 'إكوادور' }, - EGY: { listName: 'مصر' }, - ERI: { listName: 'أريتريا' }, - ESH: { listName: 'الصحراء الغربية' }, - ESP: { listName: 'اسبانيا' }, - EST: { listName: 'استونيا' }, - ETH: { listName: 'إثيوبيا' }, - FIN: { listName: 'فنلندا' }, - FJI: { listName: 'فيجي' }, - FLK: { listName: 'جزر فوكلاند (مالفيناس)' }, - FRA: { listName: 'فرنسا' }, - FRO: { listName: 'جزر فارو' }, - FSM: { listName: 'ولايات ميكرونيزيا الموحدة' }, - GAB: { listName: 'الغابون' }, - GBR: { listName: 'المملكة المتحدة لبريطانيا العظمى وأيرلندا الشمالية' }, - GEO: { listName: 'جورجيا' }, - GGY: { listName: 'جزيرة غيرنسي' }, - GHA: { listName: 'غانا' }, - GIB: { listName: 'جبل طارق' }, - GIN: { listName: 'غينيا' }, - GLP: { listName: 'غوادلوب' }, - GMB: { listName: 'غامبيا' }, - GNB: { listName: 'غينيا - بيساو' }, - GNQ: { listName: 'غينيا الاستوائية' }, - GRC: { listName: 'اليونان' }, - GRD: { listName: 'غرينادا' }, - GRL: { listName: 'غرينلاند' }, - GTM: { listName: 'غواتيمالا' }, - GUF: { listName: 'غيانا الفرنسية' }, - GUM: { listName: 'مجموعة بلدان جورجيا وأوكرانيا وأذربيجان ومولدوفا' }, - GUY: { listName: 'غيانا' }, - HND: { listName: 'هندوراس' }, - HRV: { listName: 'كرواتيا' }, - HTI: { listName: 'هايتي' }, - HUN: { listName: 'هنغاريا' }, - IDN: { listName: 'أندونيسيا' }, - IMN: { listName: 'جزيرة مان' }, - IND: { listName: 'الهند' }, - IRL: { listName: 'أيرلندا' }, - IRN: { listName: 'جمهورية إيران الإسلامية' }, - IRQ: { listName: 'العراق' }, - ISL: { listName: 'أيسلندا' }, - ISR: { listName: 'إسرائيل' }, - ITA: { listName: 'إيطاليا' }, - JAM: { listName: 'جاميكا' }, - JEY: { listName: 'جيرسي' }, - JOR: { listName: 'الأردن' }, - JPN: { listName: 'اليابان' }, - KAZ: { listName: 'كازاخستان' }, - KEN: { listName: 'كينيا' }, - KGZ: { listName: 'قيرغيزستان' }, - KHM: { listName: 'كامبوديا' }, - KIR: { listName: 'كيريباتي' }, - KNA: { listName: 'سانت كيتس ونفيس' }, - KOR: { listName: 'جمهورية كوريا' }, - KWT: { listName: 'الكويت' }, - LAO: { listName: 'جمهورية لاو الديمقراطية الشعبية' }, - LBN: { listName: 'لبنان' }, - LBR: { listName: 'ليبيريا' }, - LBY: { listName: 'ليبيا' }, - LCA: { listName: 'سانت لوسيا' }, - LIE: { listName: 'ليختنشتاين' }, - LKA: { listName: 'سري لانكا' }, - LSO: { listName: 'ليسوتو' }, - LTU: { listName: 'ليتوانيا' }, - LUX: { listName: 'لوكسمبورغ' }, - LVA: { listName: 'لاتفيا' }, - MAF: { listName: 'سانت مارتن (الجانب الفرنسي)' }, - MAR: { listName: 'المغرب' }, - MCO: { listName: 'موناكو' }, - MDA: { listName: 'جمهورية مولدوفا' }, - MDG: { listName: 'مدغشقر' }, - MDV: { listName: 'جزر المالديف' }, - MEX: { listName: 'المكسيك' }, - MHL: { listName: 'جزر مارشال' }, - MKD: { listName: 'جمهورية مقدونيا الشمالية' }, - MLI: { listName: 'مالي' }, - MLT: { listName: 'مالطا' }, - MMR: { listName: 'ميانمار' }, - MNE: { listName: 'الجبل الأسود' }, - MNG: { listName: 'منغوليا' }, - MNP: { listName: 'جزر مارينا الشمالية' }, - MOZ: { listName: 'موزامبيق' }, - MRT: { listName: 'موريتانيا' }, - MSR: { listName: 'مونتسيرات' }, - MTQ: { listName: 'المارتينيك' }, - MUS: { listName: 'موريشوس' }, - MWI: { listName: 'ملاوي' }, - MYS: { listName: 'ماليزيا' }, - MYT: { listName: 'مايوت' }, - NAM: { listName: 'ناميبيا' }, - NCL: { listName: 'كاليدونيا الجديدة' }, - NER: { listName: 'النيجر' }, - NFK: { listName: 'جزيرة نورفولك' }, - NGA: { listName: 'نيجيريا' }, - NIC: { listName: 'نيكاراغوا' }, - NIU: { listName: 'نيوي' }, - NLD: { listName: 'هولندا (مملكة)' }, - NOR: { listName: 'النرويج' }, - NPL: { listName: 'نيبال' }, - NRU: { listName: 'ناورو' }, - NZL: { listName: 'نيوزيلندا' }, - OMN: { listName: 'عمان' }, - PAK: { listName: 'باكستان' }, - PAN: { listName: 'باناما' }, - PCN: { listName: 'بيتكيرن' }, - PER: { listName: 'بيرو' }, - PHL: { listName: 'الفلبين' }, - PLW: { listName: 'بالاو' }, - PNG: { listName: 'بابوا غينيا الجديدة' }, - POL: { listName: 'بولندا' }, - PRI: { listName: 'بورتوريكو' }, - PRK: { listName: 'جمهورية كوريا الديمقراطية الشعبية' }, - PRT: { listName: 'البرتغال' }, - PRY: { listName: 'باراغواي' }, - PSE: { listName: 'فلسطين' }, - PYF: { listName: 'بولينزيا الفرنسية' }, - QAT: { listName: 'قطر' }, - REU: { listName: 'ريونيون' }, - ROU: { listName: 'رومانيا' }, - RUS: { listName: 'الاتحاد الروسي' }, - RWA: { listName: 'رواندا' }, - SAU: { listName: 'العربية السعودية' }, - SDN: { listName: 'السودان' }, - SEN: { listName: 'السنغال' }, - SGP: { listName: 'سنغافورة' }, - SHN: { listName: 'سانت هيلينا' }, - SJM: { listName: 'جزيرتا سفالبارك وجان ماين' }, - SLB: { listName: 'جزر سليمان' }, - SLE: { listName: 'سيرا ليون' }, - SLV: { listName: 'السلفادور' }, - SMR: { listName: 'سان مارينو' }, - SOM: { listName: 'الصومال' }, - SPM: { listName: 'سانت بيير وميكيلون' }, - SRB: { listName: 'صربيا' }, - SSD: { listName: 'جنوب السودان' }, - STP: { listName: 'ساو تومي وبرينسيبي' }, - SUR: { listName: 'سورينام' }, - SVK: { listName: 'سلوفاكيا' }, - SVN: { listName: 'سلوفينيا' }, - SWE: { listName: 'السويد' }, - SWZ: { listName: 'اسواتيني' }, - SXM: { listName: 'سانت مارتن (الجانب الهولندي)' }, - SYC: { listName: 'جزر سيشل' }, - SYR: { listName: 'الجمهورية العربية السورية' }, - TCA: { listName: 'جزر تركس وكايكوس' }, - TCD: { listName: 'تشاد' }, - TGO: { listName: 'توجو' }, - THA: { listName: 'تايلند' }, - TJK: { listName: 'طاجيكستان' }, - TKL: { listName: 'توكيلاو' }, - TKM: { listName: 'تركمانستان' }, - TLS: { listName: 'تيمور - ليشتي' }, - TON: { listName: 'تونجا' }, - TTO: { listName: 'ترينيداد وتوباغو' }, - TUN: { listName: 'تونس' }, - TUR: { listName: 'تركيا' }, - TUV: { listName: 'توفالو' }, - TZA: { listName: 'جمهورية تنزانيا المتحدة' }, - UGA: { listName: 'أوغندا' }, - UKR: { listName: 'أوكرانيا' }, - URY: { listName: 'أوروغواي' }, - USA: { listName: 'الولايات المتحدة الأمريكية' }, - UZB: { listName: 'أوزبكستان' }, - VAT: { listName: 'الكرسي الرسولي' }, - VCT: { listName: 'سانت فينسنت وجزر غريناين' }, - VEN: { listName: 'جمهورية فنزويلا البوليفارية' }, - VGB: { listName: 'جزر فيرجن البريطانية' }, - VIR: { listName: 'جزر فيرجن الأمريكية' }, - VNM: { listName: 'فيت نام' }, - VUT: { listName: 'فانواتو' }, - WLF: { listName: 'جزر واليس وفوتونا' }, - WSM: { listName: 'ساموا' }, - X01: { listName: 'أطلانطس 01' }, - X02: { listName: 'أطلانطس 02' }, - X03: { listName: 'أطلانطس 03' }, - X04: { listName: 'أطلانطس 04' }, - X05: { listName: 'أطلانطس 05' }, - X06: { listName: 'أطلانطس 06' }, - X07: { listName: 'أطلانطس 07' }, - X08: { listName: 'أطلانطس 08' }, - X09: { listName: 'أطلانطس 09' }, - X10: { listName: 'أطلانطس 10' }, - X11: { listName: 'أطلانطس 11' }, - X12: { listName: 'أطلانطس 12' }, - X13: { listName: 'أطلانطس 13' }, - X14: { listName: 'أطلانطس 14' }, - X15: { listName: 'أطلانطس 15' }, - X16: { listName: 'أطلانطس 16' }, - X17: { listName: 'أطلانطس 17' }, - X18: { listName: 'أطلانطس 18' }, - X19: { listName: 'أطلانطس 19' }, - X20: { listName: 'أطلانطس 20' }, - YEM: { listName: 'اليمن' }, - ZAF: { listName: 'جنوب أفريقيا' }, - ZMB: { listName: 'زامبيا' }, - ZWE: { listName: 'زمبابوي' }, -} diff --git a/src/i18n/resources/ar/area.json b/src/i18n/resources/ar/area.json new file mode 100644 index 0000000000..43be5fd493 --- /dev/null +++ b/src/i18n/resources/ar/area.json @@ -0,0 +1,818 @@ +{ + "WO": { + "listName": "العالم" + }, + "AF": { + "listName": "أفريقيا" + }, + "AN": { + "listName": "القطب الجنوبي" + }, + "AS": { + "listName": "آسيا" + }, + "AT": { + "listName": "أطلانطس" + }, + "EU": { + "listName": "أوروبا" + }, + "NA": { + "listName": "أمريكا الشمالية والوسطى" + }, + "OC": { + "listName": "أوقيانوسيا" + }, + "SA": { + "listName": "أمريكا الجنوبية" + }, + "ASEAN": { + "listName": "ASEAN" + }, + "FE": { + "listName": "المؤتمر الوزاري لحماية الغابات في أوروبا" + }, + "EU27": { + "listName": "الاتحاد الأوروبي - 27" + }, + "ECOMIFAC": { + "listName": "اللجنة المعنية بغابات أفريقيا الوسطى" + }, + "MP": { + "listName": "عملية مونتريال" + }, + "UNECE": { + "listName": "لجنة الأمم المتحدة الاقتصادية لأوروبا" + }, + "ITTO": { + "listName": "المنظمة الدولية للأخشاب الاستوائية" + }, + "ABW": { + "listName": "أروبا" + }, + "AFG": { + "listName": "أفغانستان" + }, + "AGO": { + "listName": "أنجولا" + }, + "AIA": { + "listName": "أنجويلا" + }, + "ALB": { + "listName": "ألبانيا" + }, + "AND": { + "listName": "أندورا" + }, + "ARE": { + "listName": "الإمارات العربية المتحدة" + }, + "ARG": { + "listName": "الأرجنتين" + }, + "ARM": { + "listName": "أرمينيا" + }, + "ASM": { + "listName": "ساموا الأمريكية" + }, + "ATG": { + "listName": "أنتيغوا وبروبودا" + }, + "AUS": { + "listName": "أستراليا" + }, + "AUT": { + "listName": "النمسا" + }, + "AZE": { + "listName": "أذربيجان" + }, + "BDI": { + "listName": "بروندي" + }, + "BEL": { + "listName": "بلجيكا" + }, + "BEN": { + "listName": "بنن" + }, + "BES": { + "listName": "بونير وسان بوستاتيوس وسابا" + }, + "BFA": { + "listName": "بوركينا فاسو" + }, + "BGD": { + "listName": "بنغلاديش" + }, + "BGR": { + "listName": "بلغاريا" + }, + "BHR": { + "listName": "البحرين" + }, + "BHS": { + "listName": "جزر البهاما" + }, + "BIH": { + "listName": "البوسنة والهرسك" + }, + "BLM": { + "listName": "سان بارثيليمي" + }, + "BLR": { + "listName": "بيلاروس" + }, + "BLZ": { + "listName": "بليز" + }, + "BMU": { + "listName": "برمودا" + }, + "BOL": { + "listName": "دولة بوليفيا المتعددة القوميات" + }, + "BRA": { + "listName": "البرازيل" + }, + "BRB": { + "listName": "بربادوس" + }, + "BRN": { + "listName": "بروني دار السلام" + }, + "BTN": { + "listName": "بوتان" + }, + "BWA": { + "listName": "بوتسوانا" + }, + "CAF": { + "listName": "جمهورية أفريقيا الوسطى" + }, + "CAN": { + "listName": "كندا" + }, + "CHE": { + "listName": "سويسرا" + }, + "CHL": { + "listName": "شيلي" + }, + "CHN": { + "listName": "الصين" + }, + "CIV": { + "listName": "كوت دي فوار" + }, + "CMR": { + "listName": "الكاميرون" + }, + "COD": { + "listName": "جمهورية الكونغو الديمقراطية" + }, + "COG": { + "listName": "الكونغو" + }, + "COK": { + "listName": "جزر كوك" + }, + "COL": { + "listName": "كولومبيا" + }, + "COM": { + "listName": "جزر القمر" + }, + "CPV": { + "listName": "كابو فيردي" + }, + "CRI": { + "listName": "كوستا ريكا" + }, + "CUB": { + "listName": "كوبا" + }, + "CUW": { + "listName": "جزر كوراساو" + }, + "CYM": { + "listName": "جزر كايمان" + }, + "CYP": { + "listName": "قبرص" + }, + "CZE": { + "listName": "تشيكيا" + }, + "DEU": { + "listName": "ألمانيا" + }, + "DJI": { + "listName": "جيبوتي" + }, + "DMA": { + "listName": "دومينيكا" + }, + "DNK": { + "listName": "الدانمرك" + }, + "DOM": { + "listName": "جمهورية الدومينيكان" + }, + "DZA": { + "listName": "الجزائر" + }, + "ECU": { + "listName": "إكوادور" + }, + "EGY": { + "listName": "مصر" + }, + "ERI": { + "listName": "أريتريا" + }, + "ESH": { + "listName": "الصحراء الغربية" + }, + "ESP": { + "listName": "اسبانيا" + }, + "EST": { + "listName": "استونيا" + }, + "ETH": { + "listName": "إثيوبيا" + }, + "FIN": { + "listName": "فنلندا" + }, + "FJI": { + "listName": "فيجي" + }, + "FLK": { + "listName": "جزر فوكلاند (مالفيناس)" + }, + "FRA": { + "listName": "فرنسا" + }, + "FRO": { + "listName": "جزر فارو" + }, + "FSM": { + "listName": "ولايات ميكرونيزيا الموحدة" + }, + "GAB": { + "listName": "الغابون" + }, + "GBR": { + "listName": "المملكة المتحدة لبريطانيا العظمى وأيرلندا الشمالية" + }, + "GEO": { + "listName": "جورجيا" + }, + "GGY": { + "listName": "جزيرة غيرنسي" + }, + "GHA": { + "listName": "غانا" + }, + "GIB": { + "listName": "جبل طارق" + }, + "GIN": { + "listName": "غينيا" + }, + "GLP": { + "listName": "غوادلوب" + }, + "GMB": { + "listName": "غامبيا" + }, + "GNB": { + "listName": "غينيا - بيساو" + }, + "GNQ": { + "listName": "غينيا الاستوائية" + }, + "GRC": { + "listName": "اليونان" + }, + "GRD": { + "listName": "غرينادا" + }, + "GRL": { + "listName": "غرينلاند" + }, + "GTM": { + "listName": "غواتيمالا" + }, + "GUF": { + "listName": "غيانا الفرنسية" + }, + "GUM": { + "listName": "مجموعة بلدان جورجيا وأوكرانيا وأذربيجان ومولدوفا" + }, + "GUY": { + "listName": "غيانا" + }, + "HND": { + "listName": "هندوراس" + }, + "HRV": { + "listName": "كرواتيا" + }, + "HTI": { + "listName": "هايتي" + }, + "HUN": { + "listName": "هنغاريا" + }, + "IDN": { + "listName": "أندونيسيا" + }, + "IMN": { + "listName": "جزيرة مان" + }, + "IND": { + "listName": "الهند" + }, + "IRL": { + "listName": "أيرلندا" + }, + "IRN": { + "listName": "جمهورية إيران الإسلامية" + }, + "IRQ": { + "listName": "العراق" + }, + "ISL": { + "listName": "أيسلندا" + }, + "ISR": { + "listName": "إسرائيل" + }, + "ITA": { + "listName": "إيطاليا" + }, + "JAM": { + "listName": "جاميكا" + }, + "JEY": { + "listName": "جيرسي" + }, + "JOR": { + "listName": "الأردن" + }, + "JPN": { + "listName": "اليابان" + }, + "KAZ": { + "listName": "كازاخستان" + }, + "KEN": { + "listName": "كينيا" + }, + "KGZ": { + "listName": "قيرغيزستان" + }, + "KHM": { + "listName": "كامبوديا" + }, + "KIR": { + "listName": "كيريباتي" + }, + "KNA": { + "listName": "سانت كيتس ونفيس" + }, + "KOR": { + "listName": "جمهورية كوريا" + }, + "KWT": { + "listName": "الكويت" + }, + "LAO": { + "listName": "جمهورية لاو الديمقراطية الشعبية" + }, + "LBN": { + "listName": "لبنان" + }, + "LBR": { + "listName": "ليبيريا" + }, + "LBY": { + "listName": "ليبيا" + }, + "LCA": { + "listName": "سانت لوسيا" + }, + "LIE": { + "listName": "ليختنشتاين" + }, + "LKA": { + "listName": "سري لانكا" + }, + "LSO": { + "listName": "ليسوتو" + }, + "LTU": { + "listName": "ليتوانيا" + }, + "LUX": { + "listName": "لوكسمبورغ" + }, + "LVA": { + "listName": "لاتفيا" + }, + "MAF": { + "listName": "سانت مارتن (الجانب الفرنسي)" + }, + "MAR": { + "listName": "المغرب" + }, + "MCO": { + "listName": "موناكو" + }, + "MDA": { + "listName": "جمهورية مولدوفا" + }, + "MDG": { + "listName": "مدغشقر" + }, + "MDV": { + "listName": "جزر المالديف" + }, + "MEX": { + "listName": "المكسيك" + }, + "MHL": { + "listName": "جزر مارشال" + }, + "MKD": { + "listName": "جمهورية مقدونيا الشمالية" + }, + "MLI": { + "listName": "مالي" + }, + "MLT": { + "listName": "مالطا" + }, + "MMR": { + "listName": "ميانمار" + }, + "MNE": { + "listName": "الجبل الأسود" + }, + "MNG": { + "listName": "منغوليا" + }, + "MNP": { + "listName": "جزر مارينا الشمالية" + }, + "MOZ": { + "listName": "موزامبيق" + }, + "MRT": { + "listName": "موريتانيا" + }, + "MSR": { + "listName": "مونتسيرات" + }, + "MTQ": { + "listName": "المارتينيك" + }, + "MUS": { + "listName": "موريشوس" + }, + "MWI": { + "listName": "ملاوي" + }, + "MYS": { + "listName": "ماليزيا" + }, + "MYT": { + "listName": "مايوت" + }, + "NAM": { + "listName": "ناميبيا" + }, + "NCL": { + "listName": "كاليدونيا الجديدة" + }, + "NER": { + "listName": "النيجر" + }, + "NFK": { + "listName": "جزيرة نورفولك" + }, + "NGA": { + "listName": "نيجيريا" + }, + "NIC": { + "listName": "نيكاراغوا" + }, + "NIU": { + "listName": "نيوي" + }, + "NLD": { + "listName": "هولندا (مملكة)" + }, + "NOR": { + "listName": "النرويج" + }, + "NPL": { + "listName": "نيبال" + }, + "NRU": { + "listName": "ناورو" + }, + "NZL": { + "listName": "نيوزيلندا" + }, + "OMN": { + "listName": "عمان" + }, + "PAK": { + "listName": "باكستان" + }, + "PAN": { + "listName": "باناما" + }, + "PCN": { + "listName": "بيتكيرن" + }, + "PER": { + "listName": "بيرو" + }, + "PHL": { + "listName": "الفلبين" + }, + "PLW": { + "listName": "بالاو" + }, + "PNG": { + "listName": "بابوا غينيا الجديدة" + }, + "POL": { + "listName": "بولندا" + }, + "PRI": { + "listName": "بورتوريكو" + }, + "PRK": { + "listName": "جمهورية كوريا الديمقراطية الشعبية" + }, + "PRT": { + "listName": "البرتغال" + }, + "PRY": { + "listName": "باراغواي" + }, + "PSE": { + "listName": "فلسطين" + }, + "PYF": { + "listName": "بولينزيا الفرنسية" + }, + "QAT": { + "listName": "قطر" + }, + "REU": { + "listName": "ريونيون" + }, + "ROU": { + "listName": "رومانيا" + }, + "RUS": { + "listName": "الاتحاد الروسي" + }, + "RWA": { + "listName": "رواندا" + }, + "SAU": { + "listName": "العربية السعودية" + }, + "SDN": { + "listName": "السودان" + }, + "SEN": { + "listName": "السنغال" + }, + "SGP": { + "listName": "سنغافورة" + }, + "SHN": { + "listName": "سانت هيلينا" + }, + "SJM": { + "listName": "جزيرتا سفالبارك وجان ماين" + }, + "SLB": { + "listName": "جزر سليمان" + }, + "SLE": { + "listName": "سيرا ليون" + }, + "SLV": { + "listName": "السلفادور" + }, + "SMR": { + "listName": "سان مارينو" + }, + "SOM": { + "listName": "الصومال" + }, + "SPM": { + "listName": "سانت بيير وميكيلون" + }, + "SRB": { + "listName": "صربيا" + }, + "SSD": { + "listName": "جنوب السودان" + }, + "STP": { + "listName": "ساو تومي وبرينسيبي" + }, + "SUR": { + "listName": "سورينام" + }, + "SVK": { + "listName": "سلوفاكيا" + }, + "SVN": { + "listName": "سلوفينيا" + }, + "SWE": { + "listName": "السويد" + }, + "SWZ": { + "listName": "اسواتيني" + }, + "SXM": { + "listName": "سانت مارتن (الجانب الهولندي)" + }, + "SYC": { + "listName": "جزر سيشل" + }, + "SYR": { + "listName": "الجمهورية العربية السورية" + }, + "TCA": { + "listName": "جزر تركس وكايكوس" + }, + "TCD": { + "listName": "تشاد" + }, + "TGO": { + "listName": "توجو" + }, + "THA": { + "listName": "تايلند" + }, + "TJK": { + "listName": "طاجيكستان" + }, + "TKL": { + "listName": "توكيلاو" + }, + "TKM": { + "listName": "تركمانستان" + }, + "TLS": { + "listName": "تيمور - ليشتي" + }, + "TON": { + "listName": "تونجا" + }, + "TTO": { + "listName": "ترينيداد وتوباغو" + }, + "TUN": { + "listName": "تونس" + }, + "TUR": { + "listName": "تركيا" + }, + "TUV": { + "listName": "توفالو" + }, + "TZA": { + "listName": "جمهورية تنزانيا المتحدة" + }, + "UGA": { + "listName": "أوغندا" + }, + "UKR": { + "listName": "أوكرانيا" + }, + "URY": { + "listName": "أوروغواي" + }, + "USA": { + "listName": "الولايات المتحدة الأمريكية" + }, + "UZB": { + "listName": "أوزبكستان" + }, + "VAT": { + "listName": "الكرسي الرسولي" + }, + "VCT": { + "listName": "سانت فينسنت وجزر غريناين" + }, + "VEN": { + "listName": "جمهورية فنزويلا البوليفارية" + }, + "VGB": { + "listName": "جزر فيرجن البريطانية" + }, + "VIR": { + "listName": "جزر فيرجن الأمريكية" + }, + "VNM": { + "listName": "فيت نام" + }, + "VUT": { + "listName": "فانواتو" + }, + "WLF": { + "listName": "جزر واليس وفوتونا" + }, + "WSM": { + "listName": "ساموا" + }, + "X01": { + "listName": "أطلانطس 01" + }, + "X02": { + "listName": "أطلانطس 02" + }, + "X03": { + "listName": "أطلانطس 03" + }, + "X04": { + "listName": "أطلانطس 04" + }, + "X05": { + "listName": "أطلانطس 05" + }, + "X06": { + "listName": "أطلانطس 06" + }, + "X07": { + "listName": "أطلانطس 07" + }, + "X08": { + "listName": "أطلانطس 08" + }, + "X09": { + "listName": "أطلانطس 09" + }, + "X10": { + "listName": "أطلانطس 10" + }, + "X11": { + "listName": "أطلانطس 11" + }, + "X12": { + "listName": "أطلانطس 12" + }, + "X13": { + "listName": "أطلانطس 13" + }, + "X14": { + "listName": "أطلانطس 14" + }, + "X15": { + "listName": "أطلانطس 15" + }, + "X16": { + "listName": "أطلانطس 16" + }, + "X17": { + "listName": "أطلانطس 17" + }, + "X18": { + "listName": "أطلانطس 18" + }, + "X19": { + "listName": "أطلانطس 19" + }, + "X20": { + "listName": "أطلانطس 20" + }, + "YEM": { + "listName": "اليمن" + }, + "ZAF": { + "listName": "جنوب أفريقيا" + }, + "ZMB": { + "listName": "زامبيا" + }, + "ZWE": { + "listName": "زمبابوي" + } +} diff --git a/src/i18n/resources/ar/assessmentSection.js b/src/i18n/resources/ar/assessmentSection.js deleted file mode 100644 index 9c951009cd..0000000000 --- a/src/i18n/resources/ar/assessmentSection.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - odpUpdatedAfterEstimatingThisCell: `تم تحديث نقطة البيانات الأصلية بعد استخدام التقديرات لهذة الخلية`, - dataTableHasErrors: `بيانات الجدول تحتوي على أخطاء. `, - hoverCellToSeeDetails: `يُرجى التمرير فوق الخلية الحمراء للاطلاع على التفاصيل.`, -} diff --git a/src/i18n/resources/ar/assessmentSection.json b/src/i18n/resources/ar/assessmentSection.json new file mode 100644 index 0000000000..c8e5ddf23f --- /dev/null +++ b/src/i18n/resources/ar/assessmentSection.json @@ -0,0 +1,5 @@ +{ + "odpUpdatedAfterEstimatingThisCell": "تم تحديث نقطة البيانات الأصلية بعد استخدام التقديرات لهذة الخلية", + "dataTableHasErrors": "بيانات الجدول تحتوي على أخطاء. ", + "hoverCellToSeeDetails": "يُرجى التمرير فوق الخلية الحمراء للاطلاع على التفاصيل." +} diff --git a/src/i18n/resources/ar/common.js b/src/i18n/resources/ar/common.js deleted file mode 100644 index 61f0eabd94..0000000000 --- a/src/i18n/resources/ar/common.js +++ /dev/null @@ -1,74 +0,0 @@ -module.exports = { - accepted: 'تم قبوله', - add: 'إضافة', - all: 'الكل', - apply: 'نفذ', - approve: 'الموافقة', - approved: 'تمت الموافقة عليه', - areYouSureYouWantToDelete: 'هل ترغب في حذف هذا الملف؟ عند حذف هذا الملف لا يمكن استرجاعة مره اخري.', - calculate: 'احسب', - cancel: 'إلغاء', - clearTable: 'حذف بيانات الجدول', - column: 'عمود', - continue: 'اسْتَمَرَّ', - copyToClipboard: 'انسخ للحافظة', - countries: 'البلدان', - country: 'البلد', - custom: 'مخصص', - dashboard: 'لوحة التحكم', - dataExport: 'تصدير البيانات', - delete: 'حذف', - disapprove: 'تم الرفض عليه', - done: 'تم', - email: 'البريد الإلكتروني', - empty: 'فارغاً', - file: 'ملف', - filterCountries: 'غربلة البلدان', - fraPlatform: 'منصة تقييم الموارد الحرجية', - globalFRA: 'تقييم الموارد الحرجية العالمية', - hide: `إخفاء`, - issues: 'مشاكل', - label: 'التسمية', - language: 'اللغة', - lastEdit: 'آخر تعديل', - latest: 'الأحدث', - link: 'الرابط', - load: 'تحميل', - loading: 'جاري التحميل...', - login: 'المنطقة المحجوزة', - name: 'الاسم', - or: 'و', - other: 'غير ذلك', - otherSpecifyInComments: 'أخرى (حدد في التعليقات)', - private: 'خاص', - public: 'عام', - regions: 'المناطق', - resetAll: 'إعادة ضبط الكل', - role: 'الدور', - select: 'اختيار', - selectAll: 'اختيار الكل', - selectArea: 'اختيار منطقة جغرافية', - selectFiles: 'اختر الملف', - show: `إظهار`, - showLess: 'أظهار الأقل', - showMore: 'أظهار المزيد', - source: 'المصدر', - sources: 'المصادر', - statisticalFactsheets: 'صحائف وقائع إحصائية', - status: 'الحالة', - submit: 'تقديم', - submittedForApproval: 'تم التقديم للموافقة', - submittedToReview: 'تم التقديم للمراجعة', - success: 'تمت بنجاح', - tier: 'المستوى', - tiers: { notSelected: '', high: 'مرتفع', medium: 'متوسط', low: 'منخفض' }, - totalPercentage: 'النسبة المئوية الإجمالية', - trend: 'اتجاه', - unknown: 'ولا واحدة/مجهولة', - unselectAll: 'إلغاء اختيار الكل', - updated: 'مُحَدَّث', - userGuide: 'دليل المستخدم', - variable: 'تقييم الموارد الحرجية متاح', - view: 'مشاهدة', - year: 'العام', -} diff --git a/src/i18n/resources/ar/common.json b/src/i18n/resources/ar/common.json new file mode 100644 index 0000000000..0f8c9e186b --- /dev/null +++ b/src/i18n/resources/ar/common.json @@ -0,0 +1,79 @@ +{ + "accepted": "تم قبوله", + "add": "إضافة", + "all": "الكل", + "apply": "نفذ", + "approve": "الموافقة", + "approved": "تمت الموافقة عليه", + "areYouSureYouWantToDelete": "هل ترغب في حذف هذا الملف؟ عند حذف هذا الملف لا يمكن استرجاعة مره اخري.", + "calculate": "احسب", + "cancel": "إلغاء", + "clearTable": "حذف بيانات الجدول", + "column": "عمود", + "continue": "اسْتَمَرَّ", + "copyToClipboard": "انسخ للحافظة", + "countries": "البلدان", + "country": "البلد", + "custom": "مخصص", + "dashboard": "لوحة التحكم", + "dataExport": "تصدير البيانات", + "delete": "حذف", + "disapprove": "تم الرفض عليه", + "done": "تم", + "email": "البريد الإلكتروني", + "empty": "فارغاً", + "file": "ملف", + "filterCountries": "غربلة البلدان", + "fraPlatform": "منصة تقييم الموارد الحرجية", + "globalFRA": "تقييم الموارد الحرجية العالمية", + "hide": "إخفاء", + "issues": "مشاكل", + "label": "التسمية", + "language": "اللغة", + "lastEdit": "آخر تعديل", + "latest": "الأحدث", + "link": "الرابط", + "load": "تحميل", + "loading": "جاري التحميل...", + "login": "المنطقة المحجوزة", + "name": "الاسم", + "or": "و", + "other": "غير ذلك", + "otherSpecifyInComments": "أخرى (حدد في التعليقات)", + "private": "خاص", + "public": "عام", + "regions": "المناطق", + "resetAll": "إعادة ضبط الكل", + "role": "الدور", + "select": "اختيار", + "selectAll": "اختيار الكل", + "selectArea": "اختيار منطقة جغرافية", + "selectFiles": "اختر الملف", + "show": "إظهار", + "showLess": "أظهار الأقل", + "showMore": "أظهار المزيد", + "source": "المصدر", + "sources": "المصادر", + "statisticalFactsheets": "صحائف وقائع إحصائية", + "status": "الحالة", + "submit": "تقديم", + "submittedForApproval": "تم التقديم للموافقة", + "submittedToReview": "تم التقديم للمراجعة", + "success": "تمت بنجاح", + "tier": "المستوى", + "tiers": { + "notSelected": "", + "high": "مرتفع", + "medium": "متوسط", + "low": "منخفض" + }, + "totalPercentage": "النسبة المئوية الإجمالية", + "trend": "اتجاه", + "unknown": "ولا واحدة/مجهولة", + "unselectAll": "إلغاء اختيار الكل", + "updated": "مُحَدَّث", + "userGuide": "دليل المستخدم", + "variable": "تقييم الموارد الحرجية متاح", + "view": "مشاهدة", + "year": "العام" +} diff --git a/src/i18n/resources/ar/contentCheck.js b/src/i18n/resources/ar/contentCheck.js deleted file mode 100644 index 415979066e..0000000000 --- a/src/i18n/resources/ar/contentCheck.js +++ /dev/null @@ -1,77 +0,0 @@ -module.exports = { - '//': 'المفاتيح هي بنفس صيغة حقول قاعدة البيانات ', - extent: { - bamboo: '$t(specificForestCategories.bamboo)', - mangroves: '$t(specificForestCategories.mangroves)', - title: 'مَدًى', - forest_area: 'الغابة (١٠٠٠ هكتار)', - other_wooded_land: 'أراضي حرجية أخرى (١٠٠٠ هكتار)', - primary_forest_percent: 'غابة أولية (٪ من الغابات)', - protected_forest_percent: 'الغابات في المناطق المحمية (٪ من الغابات)', - management_plan_percent: 'مساحة الغابات مع خطط الإدارة (٪ من الغابات)', - certified_area: 'مساحة الغابات المعتمدة (١٠٠٠ هكتار)', - }, - periodicChangeRate: { - title: 'معدلات التغيير الدوري (المعدلات السنوية)', - forest_area_annual_net_change: 'صافي التغير السنوي لمساحة الغابات (١٠٠٠ هكتار)', - forest_area_annual_net_change_rate: 'معدل التغير الصافي السنوي لمساحة الغابات (٪)', - other_wooded_land_annual_net_change: 'صافي التغير السنوي لمساحة الأراضي الحرجية الأخرى (١٠٠٠ هكتار)', - other_wooded_land_annual_net_change_rate: 'معدل التغير الصافي السنوي لمنطقة الأراضي الحرجية الأخرى (٪)', - primary_forest_annual_net_change: 'صافي التغير السنوي للغابات الأولية (١٠٠٠ هكتار)', - primary_forest_annual_net_change_rate: 'معدل التغير في مساحة الغابات الأولية (٪)', - natural_forest_area_annual_net_change: 'التجديد الصافي السنوي لالغابات المجددة طبيعياً', - natural_forest_area_annual_net_change_rate: 'معدل التغير لالغابات المجددة طبيعياً (٪)', - planted_forest_annual_net_change: 'صافي التغير السنوي للغابات المزروعة', - planted_forest_annual_net_change_rate: 'معدل تغير الغابات المزروعة (٪)', - }, - forestGrowingStockBiomassCarbon: { - title: 'مخزون الغابات المتزايد والكتلة الحيوية والكربون', - forest: 'مخزون الأشجار الحيّة (متر مكعب / هكتار)', - forest_above_ground: 'الكتلة الحيوية فوق الأرض (طن / هكتار)', - forest_below_ground: 'الكتلة الحيوية تحت الأرض (طن / هكتار)', - forest_deadwood: 'الحطب الميّت (طن / هكتار)', - carbon_forest_above_ground: 'الكربون في الكتلة الحيوية فوق الأرض (طن / هكتار)', - carbon_forest_below_ground: 'الكربون في الكتلة الحيوية تحت الأرض (طن / هكتار)', - carbon_forest_deadwood: 'الكربون في الخشب الميت (طن / هكتار)', - carbon_forest_litter: 'الكربون في بقايا النبات (طن / هكتار)', - carbon_forest_soil: 'الكربون في التربة (طن / هكتار)', - above_ground_biomass_growing_stock_ratio: 'نسبة (الكتلة الحيوية فوق الأرض) / مخزون النمو (طن / متر مكعب)', - root_shoot_ratio: 'معدل وزن الجزء الجذري إلى الجزء الخضري', - carbon_biomass_deadwood_ratio: 'النسبة (الحطب الميّت / الكتلة الحيوية الحية)', - carbon_biomass_above_ground_ratio: 'النسبة (الكربون / الكتلة الحيوية) للكتلة الحيوية فوق الأرض', - carbon_biomass_below_ground_ratio: 'النسبة (الكربون / الكتلة الحيوية) للكتلة الحيوية تحت الأرض', - dead_living_mass_ratio: 'نسبة (الكربون / الكتلة الحيوية) الحطب الميّت', - }, - primaryDesignatedManagementObjective: { - title: 'الهدف الرئيسى المحدد للإدارة', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - social_services: '$t(designatedManagementObjective.socialServices)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(designatedManagementObjective.other)', - no_unknown: '$t(designatedManagementObjective.unknown)', - }, - totalAreaDesignatedManagementObjective: 'إجمالي المساحة الخاضعة لهدف إدارة محدد', - forestOwnership: { - title: 'الملكية', - private_ownership: '$t(forestOwnership.privateOwnership)', - public_ownership: '$t(forestOwnership.publicOwnership)', - other_or_unknown: '$t(forestOwnership.otherOrUnknown)', - }, - holderOfManagementRights: { - title: 'حقوق إدارة الغابات العامة', - public_administration: '$t(holderOfManagementRights.publicAdministration)', - individuals: '$t(holderOfManagementRights.individuals)', - private_businesses: '$t(holderOfManagementRights.privateBusinesses)', - communities: '$t(holderOfManagementRights.communities)', - other: '$t(holderOfManagementRights.other)', - }, - disturbances: { - title: 'الاضطرابات', - insects: '$t(disturbances.insects)', - diseases: '$t(disturbances.diseases)', - severe_weather_events: '$t(disturbances.severeWeatherEvents)', - other: '$t(disturbances.other)', - }, -} diff --git a/src/i18n/resources/ar/contentCheck.json b/src/i18n/resources/ar/contentCheck.json new file mode 100644 index 0000000000..5ebb71c38e --- /dev/null +++ b/src/i18n/resources/ar/contentCheck.json @@ -0,0 +1,77 @@ +{ + "//": "المفاتيح هي بنفس صيغة حقول قاعدة البيانات ", + "extent": { + "bamboo": "$t(specificForestCategories.bamboo)", + "mangroves": "$t(specificForestCategories.mangroves)", + "title": "مَدًى", + "forest_area": "الغابة (١٠٠٠ هكتار)", + "other_wooded_land": "أراضي حرجية أخرى (١٠٠٠ هكتار)", + "primary_forest_percent": "غابة أولية (٪ من الغابات)", + "protected_forest_percent": "الغابات في المناطق المحمية (٪ من الغابات)", + "management_plan_percent": "مساحة الغابات مع خطط الإدارة (٪ من الغابات)", + "certified_area": "مساحة الغابات المعتمدة (١٠٠٠ هكتار)" + }, + "periodicChangeRate": { + "title": "معدلات التغيير الدوري (المعدلات السنوية)", + "forest_area_annual_net_change": "صافي التغير السنوي لمساحة الغابات (١٠٠٠ هكتار)", + "forest_area_annual_net_change_rate": "معدل التغير الصافي السنوي لمساحة الغابات (٪)", + "other_wooded_land_annual_net_change": "صافي التغير السنوي لمساحة الأراضي الحرجية الأخرى (١٠٠٠ هكتار)", + "other_wooded_land_annual_net_change_rate": "معدل التغير الصافي السنوي لمنطقة الأراضي الحرجية الأخرى (٪)", + "primary_forest_annual_net_change": "صافي التغير السنوي للغابات الأولية (١٠٠٠ هكتار)", + "primary_forest_annual_net_change_rate": "معدل التغير في مساحة الغابات الأولية (٪)", + "natural_forest_area_annual_net_change": "التجديد الصافي السنوي لالغابات المجددة طبيعياً", + "natural_forest_area_annual_net_change_rate": "معدل التغير لالغابات المجددة طبيعياً (٪)", + "planted_forest_annual_net_change": "صافي التغير السنوي للغابات المزروعة", + "planted_forest_annual_net_change_rate": "معدل تغير الغابات المزروعة (٪)" + }, + "forestGrowingStockBiomassCarbon": { + "title": "مخزون الغابات المتزايد والكتلة الحيوية والكربون", + "forest": "مخزون الأشجار الحيّة (متر مكعب / هكتار)", + "forest_above_ground": "الكتلة الحيوية فوق الأرض (طن / هكتار)", + "forest_below_ground": "الكتلة الحيوية تحت الأرض (طن / هكتار)", + "forest_deadwood": "الحطب الميّت (طن / هكتار)", + "carbon_forest_above_ground": "الكربون في الكتلة الحيوية فوق الأرض (طن / هكتار)", + "carbon_forest_below_ground": "الكربون في الكتلة الحيوية تحت الأرض (طن / هكتار)", + "carbon_forest_deadwood": "الكربون في الخشب الميت (طن / هكتار)", + "carbon_forest_litter": "الكربون في بقايا النبات (طن / هكتار)", + "carbon_forest_soil": "الكربون في التربة (طن / هكتار)", + "above_ground_biomass_growing_stock_ratio": "نسبة (الكتلة الحيوية فوق الأرض) / مخزون النمو (طن / متر مكعب)", + "root_shoot_ratio": "معدل وزن الجزء الجذري إلى الجزء الخضري", + "carbon_biomass_deadwood_ratio": "النسبة (الحطب الميّت / الكتلة الحيوية الحية)", + "carbon_biomass_above_ground_ratio": "النسبة (الكربون / الكتلة الحيوية) للكتلة الحيوية فوق الأرض", + "carbon_biomass_below_ground_ratio": "النسبة (الكربون / الكتلة الحيوية) للكتلة الحيوية تحت الأرض", + "dead_living_mass_ratio": "نسبة (الكربون / الكتلة الحيوية) الحطب الميّت" + }, + "primaryDesignatedManagementObjective": { + "title": "الهدف الرئيسى المحدد للإدارة", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(designatedManagementObjective.other)", + "no_unknown": "$t(designatedManagementObjective.unknown)" + }, + "totalAreaDesignatedManagementObjective": "إجمالي المساحة الخاضعة لهدف إدارة محدد", + "forestOwnership": { + "title": "الملكية", + "private_ownership": "$t(forestOwnership.privateOwnership)", + "public_ownership": "$t(forestOwnership.publicOwnership)", + "other_or_unknown": "$t(forestOwnership.otherOrUnknown)" + }, + "holderOfManagementRights": { + "title": "حقوق إدارة الغابات العامة", + "public_administration": "$t(holderOfManagementRights.publicAdministration)", + "individuals": "$t(holderOfManagementRights.individuals)", + "private_businesses": "$t(holderOfManagementRights.privateBusinesses)", + "communities": "$t(holderOfManagementRights.communities)", + "other": "$t(holderOfManagementRights.other)" + }, + "disturbances": { + "title": "الاضطرابات", + "insects": "$t(disturbances.insects)", + "diseases": "$t(disturbances.diseases)", + "severe_weather_events": "$t(disturbances.severeWeatherEvents)", + "other": "$t(disturbances.other)" + } +} diff --git a/src/i18n/resources/ar/dataDownload.js b/src/i18n/resources/ar/dataDownload.js deleted file mode 100644 index 240c15a151..0000000000 --- a/src/i18n/resources/ar/dataDownload.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - bulkDownload: 'تنزيل شامل', - dataDownload: 'تنزيل بيانات', -} diff --git a/src/i18n/resources/ar/dataDownload.json b/src/i18n/resources/ar/dataDownload.json new file mode 100644 index 0000000000..d69b6a772d --- /dev/null +++ b/src/i18n/resources/ar/dataDownload.json @@ -0,0 +1,4 @@ +{ + "bulkDownload": "تنزيل شامل", + "dataDownload": "تنزيل بيانات" +} diff --git a/src/i18n/resources/ar/dataSource.js b/src/i18n/resources/ar/dataSource.js deleted file mode 100644 index 9e335f25b5..0000000000 --- a/src/i18n/resources/ar/dataSource.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - referenceToTataSource: 'مرجع مصدر البيانات', - typeOfDataSource: 'نوع مصدر البيانات', - fraVariable: 'متغير (فرا)', - variable: 'المتغير', - yearForDataSource: 'سنة مصدر البيانات', - comments: 'التعليقات', - nationalForestInventory: 'الجرد الوطني للغابات (NFI)', - remoteSensingBasedAssessmentWithGroundTruthing: 'التقييم القائم على الاستشعار عن بعد مع التحقيق السطحي', - statisticalRemoteSensingSurveyWithAccuracyAssessment: 'المسح الإحصائي بالاستشعار عن بعد مع تقييم الدقة', - remoteSensingBasedAssessmentWithoutGroundTruthing: 'التقييم القائم على الاستشعار عن بعد دون التحقيق السطحي', - vegetationMapping: 'رسم خرائط الغطاء النباتي', - registersAndStatistics: 'السجلات والإحصاءات', -} diff --git a/src/i18n/resources/ar/dataSource.json b/src/i18n/resources/ar/dataSource.json new file mode 100644 index 0000000000..4810dfa6f1 --- /dev/null +++ b/src/i18n/resources/ar/dataSource.json @@ -0,0 +1,14 @@ +{ + "referenceToTataSource": "مرجع مصدر البيانات", + "typeOfDataSource": "نوع مصدر البيانات", + "fraVariable": "متغير (فرا)", + "variable": "المتغير", + "yearForDataSource": "سنة مصدر البيانات", + "comments": "التعليقات", + "nationalForestInventory": "الجرد الوطني للغابات (NFI)", + "remoteSensingBasedAssessmentWithGroundTruthing": "التقييم القائم على الاستشعار عن بعد مع التحقيق السطحي", + "statisticalRemoteSensingSurveyWithAccuracyAssessment": "المسح الإحصائي بالاستشعار عن بعد مع تقييم الدقة", + "remoteSensingBasedAssessmentWithoutGroundTruthing": "التقييم القائم على الاستشعار عن بعد دون التحقيق السطحي", + "vegetationMapping": "رسم خرائط الغطاء النباتي", + "registersAndStatistics": "السجلات والإحصاءات" +} diff --git a/src/i18n/resources/ar/editUser.js b/src/i18n/resources/ar/editUser.js deleted file mode 100644 index b9ac7d7472..0000000000 --- a/src/i18n/resources/ar/editUser.js +++ /dev/null @@ -1,43 +0,0 @@ -module.exports = { - activate: 'تفعيل', - activated: 'مفعل', - chooseProfilePicture: 'اختر صورة', - city: 'المدينة', - contactPreference: 'الطريقة المفضلة للاتصال', - contactPreferenceMethod: 'طريقة الاتصال', - contributions: 'مساهمات', - countryIso: 'البلد', - deactivate: 'إلغاء التفعيل', - demoteToUser: 'هل أنت متأكد أنك تريد إزالة امتيازات المسؤول؟', - done: 'حفظ', - email: 'البريد الإلكتروني', - institution: 'المؤسسة', - loginEmail: 'تسجيل دخول', - mandatoryFields: '* هي خانات إلزامية', - mr: 'السيد', - mrs: 'السيدة', - ms: 'السيدة', - name: 'الاسم', - organization: 'المنظمة', - organizationalUnit: 'وحدة تنظيمية', - other: 'الاخر', - picture1MbMax: 'لا يجب أن يزيد حجم صورة الملف الشخصي عن 1 ميجابايت', - platformChat: 'منصة الدردشة', - poBox: 'الصندوق البريدي', - position: 'المنصب', - primaryEmail: 'عنوان البريد الإلكتروني الرئيسي', - primaryPhoneNumber: 'رقم الهاتف الأساسي', - professionalTitle: 'المسمى الوظيفي', - promoteToAdmin: 'هل أنت متأكد أنك تريد منح امتيازات المسؤول؟', - role: 'الدور', - secondaryEmail: 'عنوان البريد الإلكتروني الثانوي', - secondaryPhoneNumber: 'رقم الهاتف الثانوي', - signal: 'الإشارة', - skype: 'اسم المستخدم في سكايب', - status: 'الحالة', - street: 'العنوان', - surname: 'اللقب ', - title: 'التسمية', - whatsapp: 'رقم الواتس اب', - zipCode: 'الرمز البريدي', -} diff --git a/src/i18n/resources/ar/editUser.json b/src/i18n/resources/ar/editUser.json new file mode 100644 index 0000000000..42050bbca3 --- /dev/null +++ b/src/i18n/resources/ar/editUser.json @@ -0,0 +1,43 @@ +{ + "activate": "تفعيل", + "activated": "مفعل", + "chooseProfilePicture": "اختر صورة", + "city": "المدينة", + "contactPreference": "الطريقة المفضلة للاتصال", + "contactPreferenceMethod": "طريقة الاتصال", + "contributions": "مساهمات", + "countryIso": "البلد", + "deactivate": "إلغاء التفعيل", + "demoteToUser": "هل أنت متأكد أنك تريد إزالة امتيازات المسؤول؟", + "done": "حفظ", + "email": "البريد الإلكتروني", + "institution": "المؤسسة", + "loginEmail": "تسجيل دخول", + "mandatoryFields": "* هي خانات إلزامية", + "mr": "السيد", + "mrs": "السيدة", + "ms": "السيدة", + "name": "الاسم", + "organization": "المنظمة", + "organizationalUnit": "وحدة تنظيمية", + "other": "الاخر", + "picture1MbMax": "لا يجب أن يزيد حجم صورة الملف الشخصي عن 1 ميجابايت", + "platformChat": "منصة الدردشة", + "poBox": "الصندوق البريدي", + "position": "المنصب", + "primaryEmail": "عنوان البريد الإلكتروني الرئيسي", + "primaryPhoneNumber": "رقم الهاتف الأساسي", + "professionalTitle": "المسمى الوظيفي", + "promoteToAdmin": "هل أنت متأكد أنك تريد منح امتيازات المسؤول؟", + "role": "الدور", + "secondaryEmail": "عنوان البريد الإلكتروني الثانوي", + "secondaryPhoneNumber": "رقم الهاتف الثانوي", + "signal": "الإشارة", + "skype": "اسم المستخدم في سكايب", + "status": "الحالة", + "street": "العنوان", + "surname": "اللقب ", + "title": "التسمية", + "whatsapp": "رقم الواتس اب", + "zipCode": "الرمز البريدي" +} diff --git a/src/i18n/resources/ar/email.js b/src/i18n/resources/ar/email.js deleted file mode 100644 index 9e3d31d77f..0000000000 --- a/src/i18n/resources/ar/email.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - invitationAccepted: { - subject: 'لقد تم قبول الدعوة المقدمة من جانبكم {{invitedUserSurname}} {{invitedUserName}} المستخدم', - textMessage: `{{recipientSurname}} {{recipientName}} عزيزتي عزيزي / - -{{country}} في {{role}} ك {{cycleName}} {{assessmentName}} لقد تم قبول الدعوة المقدمة من جانبكم {{invitedUserSurname}} {{invitedUserName}} المستخدم -{{- manageCollaboratorsUrl}} - -فريق التقييم العالمي للموارد الحرجيه`, - htmlMessage: `{{recipientSurname}} {{recipientName}} عزيزتي عزيزي / -

-{{country}} في {{role}} ك {{cycleName}} {{assessmentName}} لقد تم قبول الدعوة المقدمة من جانبكم {{invitedUserSurname}} {{invitedUserName}} المستخدم -

-فريق التقييم العالمي للموارد الحرجيه`, - }, -} diff --git a/src/i18n/resources/ar/email.json b/src/i18n/resources/ar/email.json new file mode 100644 index 0000000000..c043ab6ca0 --- /dev/null +++ b/src/i18n/resources/ar/email.json @@ -0,0 +1,7 @@ +{ + "invitationAccepted": { + "subject": "لقد تم قبول الدعوة المقدمة من جانبكم {{invitedUserSurname}} {{invitedUserName}} المستخدم", + "textMessage": "{{recipientSurname}} {{recipientName}} عزيزتي عزيزي /\n\n{{country}} في {{role}} ك {{cycleName}} {{assessmentName}} لقد تم قبول الدعوة المقدمة من جانبكم {{invitedUserSurname}} {{invitedUserName}} المستخدم\n{{- manageCollaboratorsUrl}}\n\nفريق التقييم العالمي للموارد الحرجيه", + "htmlMessage": "{{recipientSurname}} {{recipientName}} عزيزتي عزيزي /\n

\n{{country}} في {{role}} ك {{cycleName}} {{assessmentName}} لقد تم قبول الدعوة المقدمة من جانبكم {{invitedUserSurname}} {{invitedUserName}} المستخدم\n

\nفريق التقييم العالمي للموارد الحرجيه" + } +} diff --git a/src/i18n/resources/ar/fra.js b/src/i18n/resources/ar/fra.js deleted file mode 100644 index 5e1caa9052..0000000000 --- a/src/i18n/resources/ar/fra.js +++ /dev/null @@ -1,203 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/no-var-requires -const print = require('./print') - -module.exports = { - print, - - // common - area100HaYear: 'المساحة (1000 هـ)', - categoryHeader2020: 'فئات تقييم الموارد الحرجية 2020', - categoryHeader2025: 'فئات تقييم الموارد الحرجية 2025', - forestArea100HaYear: 'مساحة الغابة (1000 هـ)', - - area100Ha: 'المساحة (١٠٠٠ هكتار)', - areaAffectedByFire: { - areaAffected: 'المساحة المتضررة (١٠٠٠ هكتار)', - totalLandAreaAffectedByFire2025: 'إجمالي مساحة الاراضي المتضررة بالحرائق', - }, - biomassStockAvg: { - forestBiomass: 'الكتلة الحيوية للغابات (طن / هكتار)', - }, - biomassStockTotal: { - totalForestBiomass: 'إجمالي الكتلة الحيوية للغابات (مليون طن)', - }, - carbonStockTotal: { - totalForestCarbon: 'إجمالي الكربون الحرجي (مليون طن)', - }, - climaticDomain: { - percentOfForestArea: '٪ من مساحة الغابات', - }, - contactPersons: { - expectedYearForNextCountryReportUpdate: 'العام المتوقع للتحديث القادم للتقاريرالدولة', - }, - degradedForest: { - degradedForest: 'الغابة المتدهورة', - degradedForestDefinition: 'تعريف الغابات المتدهورة', - forestDegradationMonitoringAndAssessment: 'رصد تدهور الغابات وتقييمه', - degradedAreaForThatYear: 'مساحة الغابات المتدهورة لذلك العام (١٠٠٠ هكتار)', - doesYourCountryMonitor: 'هل يرصد في بلدك مساحة الغابات المتدهورة', - hasNationalDefinitionOfDegradedForest: 'هل في بلدك تعريف وطني "للغابات المتدهورة"', - hasNationalLevelData: 'إذا كانت البيانات متوفرة على المستوى الوطني', - howMonitored: 'اوصف عملية الرصد والنتائج', - ifYes: 'اذا "نعم"', - whatIsDefinition: 'ما هو التعريف الوطني "للغابات المتدهورة"؟', - yearOfLatestAssessment: 'سنة آخر تقييم', - other: 'أخرى (شرح في التعليقات)', - notSelected: '', - criteriaOfDegradedForest: 'المعايير المطبقة في تعريف الغابات المتدهورة', - changeInForestStructureDecreaseInForestCanopy: 'تغيير في هيكل الغابة / انخفاض في الغطاء التاجي', - forestDisturbances: 'اضطرابات الغابات', - lossOfProductivityAndForestGoods: 'فقدان الإنتاجية والمنتجات الحرجية', - lossOfForestServices: 'فقدان خدمات الغابات', - lossOfCarbonBiomassAndGrowingStock: 'فقدان الكربون والكتلة الحيوية والمخزون المتنامي', - lossOfBiologicalDiversity: 'فقدان التنوع البيولوجي', - soilDamageErosion: 'تلف / تآكل التربة', - mainMethods: 'الأساليب الرئيسية المطبقة لرصد مساحة الغابات المتدهورة', - fieldInventoryAndObservations: 'الجرد الميداني والملاحظات', - wallToWallRemoteSensingMapping: 'رسم خرائط الاستشعار عن بعد المتواصلة', - remoteSensingSurvey: 'مسح الاستشعار عن بعد', - expertOpinion: 'رأي الخبراء', - productionHarvestData: 'بيانات الإنتاج / الحصاد', - forestManagementPlanReport: 'تقرير خطة إدارة الغابات', - underDevelopment: 'تحت التطوير', - monitoringScale: 'مقياس المراقبة', - national: 'الوطني', - subnational: 'دون الوطني', - biome: 'منطقة حيوية', - standLocal: 'الوقوف / محلي', - }, - designatedManagementObjective: { - noDesignation: 'بدون تعيين', - unknown2025: 'غير معروف', - }, - disturbances: { - forestDamage: 'أضرار لاحقة بالغابة', - predominantCause: 'السبب الغالب', - forestAreaAffected: 'مساحة الغابات المتضررة (١٠٠٠ هكتار)', - }, - extentOfForest: { - remainingLandArea: 'مساحة الأرض المتبقية', - extentOfForest2025: '$t(extentOfForest.extentOfForest)', - otherWoodedLand: '$t(fraClass.otherWoodedLand)', - }, - forestAreaWithinProtectedAreas: { - forestAreaWithLongTermManagementPlan2025: 'منطقة الغابات مع خطة إدارة طويلة الأجل', - forestAreaWithinProtectedAreas2025: '$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)', - }, - forestCharacteristics: { - primaryForest: '... منها غابة أولية', - plantationForestIntroducedArea2025: '... منها الأنواع الدخيلة', - }, - forestOwnership: { - ofWhichCommunities2025: '... منها مملوكة من قبل الشعوب الأصلية والمجتمعات المحلية', - other2025: '$t(common.otherSpecifyInComments)', - unknown2025: 'غير معروف', - total2025: 'الإجمالي الكلي', - }, - forestRestoration: { - forestRestoration: 'استصلاح الغابات', - hasYourCountryForestRestorationCommitments: 'هل التزامات بلدك باستصلاح الغابات؟', - isThereALawOrOtherGovernmentMandateInSupportOfRestoration: 'هل هناك قانون أو تفويض حكومي آخر لدعم الاستصلاح ؟', - isThereANationalDefinitionOfRestoration: - 'هل يوجد تعريف وطني لـ "الاستصلاح " إذا كانت الإجابة بنعم ، قدِّم تعريفًا لعملية المراقبة والنتائج.', - whatAreasInNeedOfRestorationHaveBeenIdentified: - 'ما هي المناطق التي تحتاج إلى استصلاحها والتي تم تحديدها وكيف تم تحديدها؟', - whatAreTheTargetsSetForTheRestoration: 'ما هي أهداف جهود التعافي؟ على سبيل المثال: (xxxx) هكتار إلى (yyyy) سنة.', - howManyHectaresOfForestHaveBeenRestoredToDate: 'كم هكتار من الغابات تم استصلاحها حتى الآن؟', - ifYes: 'اذا نعم"', - }, - growingStock: { - totalForest: 'مجموع الكلي للغابات', - plantationForest2025: '...منها غابة اصطناعيه', - }, - growingStockComposition: { - millionCubicMeter: 'مليون متر مكعب', - mostRecentYear: 'آخر سنة:', - percentOfTotal: '٪ من الكل', - ranked: '# {{idx}} الترتيب', - totalGrowingStock: 'إجمالي مخزون الأشجار الحيّة', - totalIntroducedTreeSpecies: 'إجمالي أنواع الأشجار الدخيلة', - totalNativeTreeSpecies: 'إجمالي أنواع الأشجار الأصلية', - }, - holderOfManagementRights: { - communities2025: 'الشعوب الأصلية والمجتمعات المحلية', - other2025: '$t(common.otherSpecifyInComments)', - unknown2025: 'غير معروف', - }, - otherWoodedLand: { - otherWoodedLand2025: '$t(growingStock.otherWoodedLand)', - }, - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals2025: 'عمليات إزالة المنتجات الحرجية غير الخشبية وقيمتها ٢٠٢٠ ', - }, - primaryForestByClimaticDomain: { - primaryForestByClimaticDomain: 'الغابات الأولية حسب المجال المناخي', - primaryForestBoreal: '... منها غابة أولية شمالية', - primaryForestTemperate: '... منها غابة أولية معتدلة', - primaryForestTropical: '... منها غابة استوائية أولية', - primaryForestSubTropical: '... منها غابة أولية شبه استوائية', - totalPrimaryForest: 'المجموع الكلي', - }, - specificForestCategories: { - specificForestCategories2025: 'فئات الغابات المحددة', - mangroves2025: 'المانغروف¹', - mangrovesDisclaimer: '¹ تشمل كلا من الغابات والأراضي الحرجية الأخرى', - }, - sustainableDevelopment: { - annualForestAreaChangeRate: 'معدل التغير السنوي لمساحة الغابات', - sdgIndicator1_2025: 'مؤشر أهداف التنمية المستدامة ١٥ .١ .١ لمساحة الغابات كنسبة من إجمالي مساحة الأرض', - forestAreaProportionLandArea: 'مساحة الغابات كنسبة من إجمالي مساحة الأرض', - dataProvidedBy: `يتم توفير البيانات الخاصة بهذا المؤشر الفرعي لأهداف التنمية المستدامة من قبل مجلس رعاية الغابات وهيئة اعتماد الحراجة البيئية (منظمات إصدار الشهادات الحرجية).`, - 'Metadata-15-01-01': `المؤشر ١٥. ١. ١ البيانات الوصفية لأهداف التنمية المستدامة.`, - 'Metadata-15-02-01': `المؤشر ١٥. ٢. ١ البيانات الوصفية لأهداف التنمية المستدامة.`, - }, - navigation: { - sectionHeaders: { - employmentEducationAndNwfp2025: 'عمليات إزالة المنتجات الحرجية غير الخشبية وقيمتها ٢٠٢٠ ', - forestExtentCharacteristicsAndChanges2025: '$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)', - forestPolicyAndLegislation2025: '$t(navigation.sectionHeaders.forestPolicyAndLegislation)', - }, - }, - extentOfForest_forestAreaStatusAndTrend_Description: { - header_0: 'معيار درجة منطقة الغابات', - status: { - high: 'مصادر البيانات: الجرد الوطني للغابات أو الاستشعار عن بعد الحديثة¹ (مسح قائم على العينات أو رسم الخرائط المتواصل) مع تقييم الدقة / معايرة البيانات الميدانية.', - medium: - 'مصادر البيانات: الجرد الوطني للغابات أو الاستشعار عن بعد القديمة² (المسح القائم على العينات أو رسم الخرائط المتواصل) مع تقييم الدقة / معايرة البيانات الميدانية.', - low: 'مصادر البيانات: أخرى ، مثل السجلات أو تقديرات الخبراء أو الاستشعار عن بعد دون تقييم الدقة / معايرة البيانات الميدانية.', - }, - trend: { - high: 'تستند التقديرات إلى التوافق المتكرر لقوائم الجرد الوطنية للغابات حيث لا يتجاوز تاريخ أحدثها خمس سنوات³ ؛ و / أو الاستشعار عن بعد - تقييمات التغيير من خلال التحليل متعدد الأوقات لفترة لا تنتهي قبل أكثر من خمس سنوات (على سبيل المثال ، خفض الانبعاثات الناتجة عن إزالة الغابات وتدهورها ، المستويات المرجعية [للانبعاثات]).', - medium: - 'تستند التقديرات إلى التوافق المتكرر لقوائم الجرد الوطنية للغابات حيث يكون أحدثها قد مضي عليها اكثر من خمس سنوات³ ؛ و / أو تقييمات تغير الاستشعار عن بعد من خلال التحليل متعدد الأوقات لفترة تنتهي قبل أكثر من خمس سنوات ؛ أو مقارنة الخرائط المتوافقة بدون تحليل زمني متعدد.', - low: 'مصادر البيانات الأخرى ، على سبيل المثال ، تقديرات الخبراء ، أو التقديرات المستندة إلى تقييمات غير متوافقة.', - }, - footer1: - 'البيانات المستخدمة لا تزيد عمرها عن ٥ سنوات من سنة تقديم التقارير (البيانات أحدث من عام ٢٠١٨ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)¹.', - footer2: - 'البيانات المستخدمة تزيد عمرها عن ٥ سنوات من سنة تقديم التقارير (البيانات أقدم من عام ٢٠١٨ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)².', - footer3: 'متوافقة فيما يتعلق بالأساليب والفئات والتعريفات المستخدمة³.', - }, - biomassStock_biomassStockStatus_Description: { - header_0: 'معيار درجة مخزون الأشجار الحيّة', - status: { - high: 'مصادر البيانات: الجرد الوطني للغابات أو المسح بالليزر المحمول جوًا مع عينات أرضية احتمالية', - medium: - 'مصادر البيانات: الجرد الوطني القديم للغابات ، قوائم الجرد الميدانية الجزئية ، أو المسح بالليزر المحمول جواً بدون عينات أرضية احتمالية.', - low: 'مصادر البيانات: مصادر البيانات الأخرى ، مثل بيانات الأقمار الصناعية أو السجلات أو الاستبيانات أو تقييمات الخبراء.', - }, - }, - growingStock_growingStockStatus_Description: { - header_0: 'معيار درجة طريقة تقدير الكتلة الحيوية', - status: { - high: 'مصادر البيانات: الجرد الوطني الحديث¹ للغابات أو المسح الجوي بخاصية الليزر بالمسح الأرضي الاحتمالي.', - medium: - 'مصادر البيانات: الجرد الوطني القديم² للغابات، أو الجرد الجزئي الميداني، أو المسح الجوي بخاصية الليزر بدون عينات ميدانية احتمالية.', - low: 'مصادر البيانات: مصادر بيانات أخرى، مثل بيانات الأقمار الصناعية، السجلات، الاستبيانات أو تقييمات الخبيراء', - }, - footer1: - 'البيانات المستخدمة لا تزيد عمرها عن ١٠ سنوات من سنة تقديم التقارير (البيانات أحدث من عام ٢٠١٣ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)¹.', - footer2: - 'البيانات المستخدمة تزيد عمرها عن ١٠ سنوات من سنة تقديم التقارير (البيانات أقدم من عام ٢٠١٣ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)².', - }, -} diff --git a/src/i18n/resources/ar/fra.json b/src/i18n/resources/ar/fra.json new file mode 100644 index 0000000000..c544389811 --- /dev/null +++ b/src/i18n/resources/ar/fra.json @@ -0,0 +1,194 @@ +{ + "print": { + "title": "تقرير تقييم الموارد الحرجية لعام {{cycleName}}", + "titleTables": "جداول حول التقرير الخاص بتقييم الموارد الحرجية لعام {{cycleName}}", + "tableOfContent": "قائمة المحتويات", + "disclaimer": " 'ترصد منظمة الأغذية والزراعة الغابات في العالم منذ عام 1946 بفاصل زمني من خمس إلى 10 سنوات. واليوم تصدر تقييمات الموارد الحرجية العالمية كل خمس سنوات بهدف توفير نهج متسق يقدم من خلاله توصيفاً للغابات في العالم والتغيرات التي تطرأ عليها. وتقييم الموارد الحرجية عملية قطرية تعتمد فيها التقييمات على تقارير يُعدها مراسلون وطنيون تتسم تسميتهم رسمياً. وفي حال عدم توافر تقرير ما، تقوم أمانة تقييم الموارد الحرجية بإعداد دراسة مكتبية يتم الاعتماد فيها على تقارير سابقة وكذلك على المعلومات المتوافرة أو تحليل قائم على الاستشعار عن بعد أو جميعها معاً. ", + "disclaimerGenerated": "أعدت هذه الوثيقة تلقائياً باستخدام التقرير الذي أعد للإسهام في التقييم الذي أجرته منظمة الأغذية والزراعة للموارد الحرجية العالمية لعام {{cycleName}}، حيث قـُدمت إلى المنظمة كوثيقة حكومية رسمية. أما محتوى هذا التقرير والآراء الواردة فيه فتقع ضمن مسؤولية الجهة التي بعثت بالتقرير إلى منظمة الأغذية والزراعة، حيث لا تتحمل منظمة الأغذية والزراعة المسؤولية بشأن أي استخدام للمعلومات الواردة في هذه الوثيقة.", + "disclaimerGeneratedDeskStudy": "أعدت هذه الوثيقة تلقائياً من خلال دراسة مكتبية. ولا تتحمل منظمة الأغذية والزراعة المسؤولية بشأن أي استخدام للمعلومات الواردة في هذه الوثيقة." + }, + "area100HaYear": "المساحة (1000 هـ)", + "categoryHeader2020": "فئات تقييم الموارد الحرجية 2020", + "categoryHeader2025": "فئات تقييم الموارد الحرجية 2025", + "forestArea100HaYear": "مساحة الغابة (1000 هـ)", + "area100Ha": "المساحة (١٠٠٠ هكتار)", + "areaAffectedByFire": { + "areaAffected": "المساحة المتضررة (١٠٠٠ هكتار)", + "totalLandAreaAffectedByFire2025": "إجمالي مساحة الاراضي المتضررة بالحرائق" + }, + "biomassStockAvg": { + "forestBiomass": "الكتلة الحيوية للغابات (طن / هكتار)" + }, + "biomassStockTotal": { + "totalForestBiomass": "إجمالي الكتلة الحيوية للغابات (مليون طن)" + }, + "carbonStockTotal": { + "totalForestCarbon": "إجمالي الكربون الحرجي (مليون طن)" + }, + "climaticDomain": { + "percentOfForestArea": "٪ من مساحة الغابات" + }, + "contactPersons": { + "expectedYearForNextCountryReportUpdate": "العام المتوقع للتحديث القادم للتقاريرالدولة" + }, + "degradedForest": { + "degradedForest": "الغابة المتدهورة", + "degradedForestDefinition": "تعريف الغابات المتدهورة", + "forestDegradationMonitoringAndAssessment": "رصد تدهور الغابات وتقييمه", + "degradedAreaForThatYear": "مساحة الغابات المتدهورة لذلك العام (١٠٠٠ هكتار)", + "doesYourCountryMonitor": "هل يرصد في بلدك مساحة الغابات المتدهورة", + "hasNationalDefinitionOfDegradedForest": "هل في بلدك تعريف وطني \"للغابات المتدهورة\"", + "hasNationalLevelData": "إذا كانت البيانات متوفرة على المستوى الوطني", + "howMonitored": "اوصف عملية الرصد والنتائج", + "ifYes": "اذا \"نعم\"", + "whatIsDefinition": "ما هو التعريف الوطني \"للغابات المتدهورة\"؟", + "yearOfLatestAssessment": "سنة آخر تقييم", + "other": "أخرى (شرح في التعليقات)", + "notSelected": "", + "criteriaOfDegradedForest": "المعايير المطبقة في تعريف الغابات المتدهورة", + "changeInForestStructureDecreaseInForestCanopy": "تغيير في هيكل الغابة / انخفاض في الغطاء التاجي", + "forestDisturbances": "اضطرابات الغابات", + "lossOfProductivityAndForestGoods": "فقدان الإنتاجية والمنتجات الحرجية", + "lossOfForestServices": "فقدان خدمات الغابات", + "lossOfCarbonBiomassAndGrowingStock": "فقدان الكربون والكتلة الحيوية والمخزون المتنامي", + "lossOfBiologicalDiversity": "فقدان التنوع البيولوجي", + "soilDamageErosion": "تلف / تآكل التربة", + "mainMethods": "الأساليب الرئيسية المطبقة لرصد مساحة الغابات المتدهورة", + "fieldInventoryAndObservations": "الجرد الميداني والملاحظات", + "wallToWallRemoteSensingMapping": "رسم خرائط الاستشعار عن بعد المتواصلة", + "remoteSensingSurvey": "مسح الاستشعار عن بعد", + "expertOpinion": "رأي الخبراء", + "productionHarvestData": "بيانات الإنتاج / الحصاد", + "forestManagementPlanReport": "تقرير خطة إدارة الغابات", + "underDevelopment": "تحت التطوير", + "monitoringScale": "مقياس المراقبة", + "national": "الوطني", + "subnational": "دون الوطني", + "biome": "منطقة حيوية", + "standLocal": "الوقوف / محلي" + }, + "designatedManagementObjective": { + "noDesignation": "بدون تعيين", + "unknown2025": "غير معروف" + }, + "disturbances": { + "forestDamage": "أضرار لاحقة بالغابة", + "predominantCause": "السبب الغالب", + "forestAreaAffected": "مساحة الغابات المتضررة (١٠٠٠ هكتار)" + }, + "extentOfForest": { + "remainingLandArea": "مساحة الأرض المتبقية", + "extentOfForest2025": "$t(extentOfForest.extentOfForest)", + "otherWoodedLand": "$t(fraClass.otherWoodedLand)" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithLongTermManagementPlan2025": "منطقة الغابات مع خطة إدارة طويلة الأجل", + "forestAreaWithinProtectedAreas2025": "$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)" + }, + "forestCharacteristics": { + "primaryForest": "... منها غابة أولية", + "plantationForestIntroducedArea2025": "... منها الأنواع الدخيلة" + }, + "forestOwnership": { + "ofWhichCommunities2025": "... منها مملوكة من قبل الشعوب الأصلية والمجتمعات المحلية", + "other2025": "$t(common.otherSpecifyInComments)", + "unknown2025": "غير معروف", + "total2025": "الإجمالي الكلي" + }, + "forestRestoration": { + "forestRestoration": "استصلاح الغابات", + "hasYourCountryForestRestorationCommitments": "هل التزامات بلدك باستصلاح الغابات؟", + "isThereALawOrOtherGovernmentMandateInSupportOfRestoration": "هل هناك قانون أو تفويض حكومي آخر لدعم الاستصلاح ؟", + "isThereANationalDefinitionOfRestoration": "هل يوجد تعريف وطني لـ \"الاستصلاح \" إذا كانت الإجابة بنعم ، قدِّم تعريفًا لعملية المراقبة والنتائج.", + "whatAreasInNeedOfRestorationHaveBeenIdentified": "ما هي المناطق التي تحتاج إلى استصلاحها والتي تم تحديدها وكيف تم تحديدها؟", + "whatAreTheTargetsSetForTheRestoration": "ما هي أهداف جهود التعافي؟ على سبيل المثال: (xxxx) هكتار إلى (yyyy) سنة.", + "howManyHectaresOfForestHaveBeenRestoredToDate": "كم هكتار من الغابات تم استصلاحها حتى الآن؟", + "ifYes": "اذا نعم\"" + }, + "growingStock": { + "totalForest": "مجموع الكلي للغابات", + "plantationForest2025": "...منها غابة اصطناعيه" + }, + "growingStockComposition": { + "millionCubicMeter": "مليون متر مكعب", + "mostRecentYear": "آخر سنة:", + "percentOfTotal": "٪ من الكل", + "ranked": "# {{idx}} الترتيب", + "totalGrowingStock": "إجمالي مخزون الأشجار الحيّة", + "totalIntroducedTreeSpecies": "إجمالي أنواع الأشجار الدخيلة", + "totalNativeTreeSpecies": "إجمالي أنواع الأشجار الأصلية" + }, + "holderOfManagementRights": { + "communities2025": "الشعوب الأصلية والمجتمعات المحلية", + "other2025": "$t(common.otherSpecifyInComments)", + "unknown2025": "غير معروف" + }, + "otherWoodedLand": { + "otherWoodedLand2025": "$t(growingStock.otherWoodedLand)" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals2025": "عمليات إزالة المنتجات الحرجية غير الخشبية وقيمتها ٢٠٢٠ " + }, + "primaryForestByClimaticDomain": { + "primaryForestByClimaticDomain": "الغابات الأولية حسب المجال المناخي", + "primaryForestBoreal": "... منها غابة أولية شمالية", + "primaryForestTemperate": "... منها غابة أولية معتدلة", + "primaryForestTropical": "... منها غابة استوائية أولية", + "primaryForestSubTropical": "... منها غابة أولية شبه استوائية", + "totalPrimaryForest": "المجموع الكلي" + }, + "specificForestCategories": { + "specificForestCategories2025": "فئات الغابات المحددة", + "mangroves2025": "المانغروف¹", + "mangrovesDisclaimer": "¹ تشمل كلا من الغابات والأراضي الحرجية الأخرى" + }, + "sustainableDevelopment": { + "annualForestAreaChangeRate": "معدل التغير السنوي لمساحة الغابات", + "sdgIndicator1_2025": "مؤشر أهداف التنمية المستدامة ١٥ .١ .١ لمساحة الغابات كنسبة من إجمالي مساحة الأرض", + "forestAreaProportionLandArea": "مساحة الغابات كنسبة من إجمالي مساحة الأرض", + "dataProvidedBy": "يتم توفير البيانات الخاصة بهذا المؤشر الفرعي لأهداف التنمية المستدامة من قبل مجلس رعاية الغابات وهيئة اعتماد الحراجة البيئية (منظمات إصدار الشهادات الحرجية).", + "Metadata-15-01-01": "المؤشر ١٥. ١. ١ البيانات الوصفية لأهداف التنمية المستدامة.", + "Metadata-15-02-01": "المؤشر ١٥. ٢. ١ البيانات الوصفية لأهداف التنمية المستدامة." + }, + "navigation": { + "sectionHeaders": { + "employmentEducationAndNwfp2025": "عمليات إزالة المنتجات الحرجية غير الخشبية وقيمتها ٢٠٢٠ ", + "forestExtentCharacteristicsAndChanges2025": "$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)", + "forestPolicyAndLegislation2025": "$t(navigation.sectionHeaders.forestPolicyAndLegislation)" + } + }, + "extentOfForest_forestAreaStatusAndTrend_Description": { + "header_0": "معيار درجة منطقة الغابات", + "status": { + "high": "مصادر البيانات: الجرد الوطني للغابات أو الاستشعار عن بعد الحديثة¹ (مسح قائم على العينات أو رسم الخرائط المتواصل) مع تقييم الدقة / معايرة البيانات الميدانية.", + "medium": "مصادر البيانات: الجرد الوطني للغابات أو الاستشعار عن بعد القديمة² (المسح القائم على العينات أو رسم الخرائط المتواصل) مع تقييم الدقة / معايرة البيانات الميدانية.", + "low": "مصادر البيانات: أخرى ، مثل السجلات أو تقديرات الخبراء أو الاستشعار عن بعد دون تقييم الدقة / معايرة البيانات الميدانية." + }, + "trend": { + "high": "تستند التقديرات إلى التوافق المتكرر لقوائم الجرد الوطنية للغابات حيث لا يتجاوز تاريخ أحدثها خمس سنوات³ ؛ و / أو الاستشعار عن بعد - تقييمات التغيير من خلال التحليل متعدد الأوقات لفترة لا تنتهي قبل أكثر من خمس سنوات (على سبيل المثال ، خفض الانبعاثات الناتجة عن إزالة الغابات وتدهورها ، المستويات المرجعية [للانبعاثات]).", + "medium": "تستند التقديرات إلى التوافق المتكرر لقوائم الجرد الوطنية للغابات حيث يكون أحدثها قد مضي عليها اكثر من خمس سنوات³ ؛ و / أو تقييمات تغير الاستشعار عن بعد من خلال التحليل متعدد الأوقات لفترة تنتهي قبل أكثر من خمس سنوات ؛ أو مقارنة الخرائط المتوافقة بدون تحليل زمني متعدد.", + "low": "مصادر البيانات الأخرى ، على سبيل المثال ، تقديرات الخبراء ، أو التقديرات المستندة إلى تقييمات غير متوافقة." + }, + "footer1": "البيانات المستخدمة لا تزيد عمرها عن ٥ سنوات من سنة تقديم التقارير (البيانات أحدث من عام ٢٠١٨ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)¹.", + "footer2": "البيانات المستخدمة تزيد عمرها عن ٥ سنوات من سنة تقديم التقارير (البيانات أقدم من عام ٢٠١٨ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)².", + "footer3": "متوافقة فيما يتعلق بالأساليب والفئات والتعريفات المستخدمة³." + }, + "biomassStock_biomassStockStatus_Description": { + "header_0": "معيار درجة مخزون الأشجار الحيّة", + "status": { + "high": "مصادر البيانات: الجرد الوطني للغابات أو المسح بالليزر المحمول جوًا مع عينات أرضية احتمالية", + "medium": "مصادر البيانات: الجرد الوطني القديم للغابات ، قوائم الجرد الميدانية الجزئية ، أو المسح بالليزر المحمول جواً بدون عينات أرضية احتمالية.", + "low": "مصادر البيانات: مصادر البيانات الأخرى ، مثل بيانات الأقمار الصناعية أو السجلات أو الاستبيانات أو تقييمات الخبراء." + } + }, + "growingStock_growingStockStatus_Description": { + "header_0": "معيار درجة طريقة تقدير الكتلة الحيوية", + "status": { + "high": "مصادر البيانات: الجرد الوطني الحديث¹ للغابات أو المسح الجوي بخاصية الليزر بالمسح الأرضي الاحتمالي.", + "medium": "مصادر البيانات: الجرد الوطني القديم² للغابات، أو الجرد الجزئي الميداني، أو المسح الجوي بخاصية الليزر بدون عينات ميدانية احتمالية.", + "low": "مصادر البيانات: مصادر بيانات أخرى، مثل بيانات الأقمار الصناعية، السجلات، الاستبيانات أو تقييمات الخبيراء" + }, + "footer1": "البيانات المستخدمة لا تزيد عمرها عن ١٠ سنوات من سنة تقديم التقارير (البيانات أحدث من عام ٢٠١٣ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)¹.", + "footer2": "البيانات المستخدمة تزيد عمرها عن ١٠ سنوات من سنة تقديم التقارير (البيانات أقدم من عام ٢٠١٣ لتقارير برنامج التقييم العالمي للغابات ٢٠٢٥)²." + } +} diff --git a/src/i18n/resources/ar/generalValidation.js b/src/i18n/resources/ar/generalValidation.js deleted file mode 100644 index 50b93eaac5..0000000000 --- a/src/i18n/resources/ar/generalValidation.js +++ /dev/null @@ -1,39 +0,0 @@ -module.exports = { - classValueNotGreaterThan: `يجب ألا يتجاوز {{name}} قيمة {{value}}.`, - classValuesMustBeEqualTo: `يجب أن يكون مجموع {{name}} مساويًا لـ {{value}}.`, - columnEmpty: `يجب أن يحتوي العمود '$t({{columName}})' على قيمة.`, - countryReportYearGreaterThanCurrentYear: `يجب أن تكون القيمة أكبر من أو تساوي {{minValue}}.`, - emptyField: `هذة الخانة فارغة.`, - forestAreaDoesNotMatchExtentOfForest: `لا يتطابق مع مساحة الغابات (1أ).`, - forestAreaExceedsExtentOfForest: `تتجاوز مساحة الغابة (اأ)`, - forestAreaReportedIsDifferentFromPreviousCycle: `المساحة المُبلَّغ عنها ({{forestArea2025}}) تختلف عن المُبلَّغ عنها سابقًا ({{forestArea2020}}). يرجى تقديم تعليق يشرح فيه سبب الاختلاف.`, - forestSumAreaExceedsExtentOfForest: `مجموع فئات الفرا المُبلَّغ عنها تتجاوز مساحة الغابات المُبلَّغ عنها في الجدول 1أ.`, - invalidLink: `رابط غير متوفر`, - landAreaExceedsTotalLandArea: `مساحة الأرض تتجاوز مجموع مساحة الأراضي الكلية (1أ) ({{value}}).`, - mustBeEqualToForestArea: `جموع الغابات المتجدد الطبيعيا والغابات المزروعة غير مساوٍ لإجمالي مساحة الغابات.`, - mustBeEqualToForestExpansion: `يجب أن يكون مجموع الفئات الفرعية مساويًا لمساحة الغابات المتوسعة.`, - mustBeEqualToPlantedForest: `يجب أن يكون مجموع الفئات الفرعية مساويًا لمساحة الغابات المزروعة.`, - mustBeEqualToPrimaryForest: `يجب أن يكون مجموع الفئات الفرعية مساويًا لمساحة الغابة الأولية.`, - mustBeEqualToPrivateOwnership: `يجب أن يكون مجموع الفئات الفرعية مساويًا لمجموع الملكية الخاصة.`, - mustBeEqualToTotalGrowingStock: `يجب أن يكون مجموع القيم مساويًا لإجمالي مساحة الغابات.`, - mustBeLessThanPrivateOwnership: `يجب أن يكون مجموع الفئات الفرعية أقل من ملكية القطاع الخاص.`, - notEmpty: `لا يمكن أن تكون القيمة فارغة.`, - otherLandExceedsExtentOfForest: `تتجاوز مساحة الأرض الأخرى (اأ)`, - remainingLandExceedsExtentOfForest: `تجاوز مساحة الأراضي المتبقية (1أ).`, - shouldContainAtLeastOneCharacter: `يجب أن تحتوي القيمة على حرف واحد على الأقل.`, - subCategoryExceedsParent: `تتجاوز الفئة الفرعية الفئة الرئيسية.`, - sumEqualTo: '{{maxValue}} مساويًا لـ ({{categoriesSum}}) {{categoryLabels}} يجب أن يكون مجموع ال', - sumNotGreaterThan: `يجب ألا يتجاوز مجموع القيم {{maxValue}}.`, - sumSubCategoriesExceedParent: `مجموع {{categoryLabels}} يتجاوز {{parentLabel}} ({{parentValue}}).`, - sumSubCategoriesNotEqualToParent: `({{parentValue}}) {{parentLabel}} ليس مساويًا لـ ({{categoriesSum}}) {{categoryLabels}} يجب أن يكون مجموع ال`, - valueCannotExceedMaximumValueReportedForForestArea: `لا يمكن أن تتجاوز هذة القيمة الحد الأقصى المبلغ عنه لقيمة مساحة الغابات (1أ) والذي يبلغ {{maxForestArea}}.`, - valueCannotExceedMaximumValueReportedForForestAreaYear: `لا يمكن أن يتجاوز مجموع السنة {{year}} قيمة الحد الأقصى المبلغ عنها لمساحة الغابات (1أ) والتي تبلغ {{maxForestArea}}.`, - valueCannotExceedMaximumValueReportedForLandArea: `هذة القيمة لا يمكن أن تتجاوز قيمة الحد الأقصى المبلغ عنه لمساحة الأرض (1أ) والتي تبلغ {{maxLandArea}}.`, - valueEqualToSum: `يجب أن يكون القيمة الإجمالية مساوية لمجموع الفئات الفرعية.`, - valueEqualToSumParent: `مجموع الفئات الفرعية {{subcategories}} لا يساوي {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}>.`, - valueMustBePositive: `يجب أن يكون القيمة أكبر من الصفر.`, - valueMustBeYear: `يجب أن تكون القيمة عامًا صحيحًا.`, - valueNotGreaterThan: `يجب ألا تتجاوز القيمة {{maxValue}}.`, - valuesAreInconsistent1aOr1b: `القيم غير متناسقة مع القيم المذكورة في الجداول 1أ أو 1ب.`, - valuesAreInconsistentWithNetChange: `القيم غير متناسقة مع تغير صافي مساحة الغابات.`, -} diff --git a/src/i18n/resources/ar/generalValidation.json b/src/i18n/resources/ar/generalValidation.json new file mode 100644 index 0000000000..0cb4bc5ea2 --- /dev/null +++ b/src/i18n/resources/ar/generalValidation.json @@ -0,0 +1,39 @@ +{ + "classValueNotGreaterThan": "يجب ألا يتجاوز {{name}} قيمة {{value}}.", + "classValuesMustBeEqualTo": "يجب أن يكون مجموع {{name}} مساويًا لـ {{value}}.", + "columnEmpty": "يجب أن يحتوي العمود '$t({{columName}})' على قيمة.", + "countryReportYearGreaterThanCurrentYear": "يجب أن تكون القيمة أكبر من أو تساوي {{minValue}}.", + "emptyField": "هذة الخانة فارغة.", + "forestAreaDoesNotMatchExtentOfForest": "لا يتطابق مع مساحة الغابات (1أ).", + "forestAreaExceedsExtentOfForest": "تتجاوز مساحة الغابة (اأ)", + "forestAreaReportedIsDifferentFromPreviousCycle": "المساحة المُبلَّغ عنها ({{forestArea2025}}) تختلف عن المُبلَّغ عنها سابقًا ({{forestArea2020}}). يرجى تقديم تعليق يشرح فيه سبب الاختلاف.", + "forestSumAreaExceedsExtentOfForest": "مجموع فئات الفرا المُبلَّغ عنها تتجاوز مساحة الغابات المُبلَّغ عنها في الجدول 1أ.", + "invalidLink": "رابط غير متوفر", + "landAreaExceedsTotalLandArea": "مساحة الأرض تتجاوز مجموع مساحة الأراضي الكلية (1أ) ({{value}}).", + "mustBeEqualToForestArea": "جموع الغابات المتجدد الطبيعيا والغابات المزروعة غير مساوٍ لإجمالي مساحة الغابات.", + "mustBeEqualToForestExpansion": "يجب أن يكون مجموع الفئات الفرعية مساويًا لمساحة الغابات المتوسعة.", + "mustBeEqualToPlantedForest": "يجب أن يكون مجموع الفئات الفرعية مساويًا لمساحة الغابات المزروعة.", + "mustBeEqualToPrimaryForest": "يجب أن يكون مجموع الفئات الفرعية مساويًا لمساحة الغابة الأولية.", + "mustBeEqualToPrivateOwnership": "يجب أن يكون مجموع الفئات الفرعية مساويًا لمجموع الملكية الخاصة.", + "mustBeEqualToTotalGrowingStock": "يجب أن يكون مجموع القيم مساويًا لإجمالي مساحة الغابات.", + "mustBeLessThanPrivateOwnership": "يجب أن يكون مجموع الفئات الفرعية أقل من ملكية القطاع الخاص.", + "notEmpty": "لا يمكن أن تكون القيمة فارغة.", + "otherLandExceedsExtentOfForest": "تتجاوز مساحة الأرض الأخرى (اأ)", + "remainingLandExceedsExtentOfForest": "تجاوز مساحة الأراضي المتبقية (1أ).", + "shouldContainAtLeastOneCharacter": "يجب أن تحتوي القيمة على حرف واحد على الأقل.", + "subCategoryExceedsParent": "تتجاوز الفئة الفرعية الفئة الرئيسية.", + "sumEqualTo": "{{maxValue}} مساويًا لـ ({{categoriesSum}}) {{categoryLabels}} يجب أن يكون مجموع ال", + "sumNotGreaterThan": "يجب ألا يتجاوز مجموع القيم {{maxValue}}.", + "sumSubCategoriesExceedParent": "مجموع {{categoryLabels}} يتجاوز {{parentLabel}} ({{parentValue}}).", + "sumSubCategoriesNotEqualToParent": "({{parentValue}}) {{parentLabel}} ليس مساويًا لـ ({{categoriesSum}}) {{categoryLabels}} يجب أن يكون مجموع ال", + "valueCannotExceedMaximumValueReportedForForestArea": "لا يمكن أن تتجاوز هذة القيمة الحد الأقصى المبلغ عنه لقيمة مساحة الغابات (1أ) والذي يبلغ {{maxForestArea}}.", + "valueCannotExceedMaximumValueReportedForForestAreaYear": "لا يمكن أن يتجاوز مجموع السنة {{year}} قيمة الحد الأقصى المبلغ عنها لمساحة الغابات (1أ) والتي تبلغ {{maxForestArea}}.", + "valueCannotExceedMaximumValueReportedForLandArea": "هذة القيمة لا يمكن أن تتجاوز قيمة الحد الأقصى المبلغ عنه لمساحة الأرض (1أ) والتي تبلغ {{maxLandArea}}.", + "valueEqualToSum": "يجب أن يكون القيمة الإجمالية مساوية لمجموع الفئات الفرعية.", + "valueEqualToSumParent": "مجموع الفئات الفرعية {{subcategories}} لا يساوي {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}>.", + "valueMustBePositive": "يجب أن يكون القيمة أكبر من الصفر.", + "valueMustBeYear": "يجب أن تكون القيمة عامًا صحيحًا.", + "valueNotGreaterThan": "يجب ألا تتجاوز القيمة {{maxValue}}.", + "valuesAreInconsistent1aOr1b": "القيم غير متناسقة مع القيم المذكورة في الجداول 1أ أو 1ب.", + "valuesAreInconsistentWithNetChange": "القيم غير متناسقة مع تغير صافي مساحة الغابات." +} diff --git a/src/i18n/resources/ar/geo.js b/src/i18n/resources/ar/geo.js deleted file mode 100644 index 9574415bca..0000000000 --- a/src/i18n/resources/ar/geo.js +++ /dev/null @@ -1,105 +0,0 @@ -module.exports = { - agreementLevelExplanation: - 'مستوى الاتفاق (N) يعني أنه يجب أن تتفق مصادر البيانات المحددة على الأقل بنسبة (N) بأن نقطة بيانات معينة هي منطقة تغطية شجرية.', - burnedArea: 'المنطقة المحروقة', - burnedAreaWithUnit: '$t(geo.burnedArea) ({{unit}})', - chooseAgreementLevel: 'اختر الحد الأدنى لمستوى الاتفاق بين الطبقات المحددة.', - customAgreementArea: 'منطقة الاتفاق المخصص', - error: { - extraEstimation: { - failedToRetrieve: 'كانت هناك مشكلة في استرجاع التقدير.', - unexpectedDuringProcessing: 'خطأ غير متوقع أثناء عملية المعالجة.', - }, - map: { - failedToLoad: 'كانت هناك مشكلة أثناء تحميل الخريطة.', - }, - mosaic: { - noMosaicAvailableForConfiguration: 'خطأ: لا توجد فسيفساء متوفرة للتكوين المُحددة.', - }, - statistics: { - dataUnavailable: 'البيانات غير متوفرة.', - failedToFetch: 'حدث خطأ أثناء جلب الإحصائيات: {{error}}', - foundNoData: 'لم يتم العثور على البيانات.', - }, - }, - estimateCustomAgreementArea: 'تقدير مساحة الاتفاقية المخصصة', - forestArea: 'مساحة الغطاء الشجري ({{unit}})', - geeAssetId: 'مُعرِّف أصول محرك جوجل إيرث', - globalOpacity: 'معدل التعتيم العالمي', - landsat: 'القمر الصناعي لاندسات', - map: 'خريطة', - maxCloudCoverage: 'أقصى تغطية سحابية', - metersReducerScale: '{{meters}}م مقياس مخفض', - recipes: { - forest: { - allGfc10: 'جميع (هانسن جي إف سي >=10%)', - allGfc20: 'جميع (هانسن جي إف سي >=20%)', - allGfc30: 'جميع (هانسن جي إف سي >=30%)', - esriEsa: 'معهد بحوث النظم البيئية ووكالة الفضاء الأوروبية', - esriEsaGlobland2020Gfc10: 'معهد بحوث النظم البيئية، وكالة الفضاء الأوروبية، غلوب لاند 2020 وGFC هانسن >=10%', - }, - recipes: 'الوصفات', - }, - reportedToFra2020: 'أبلغت إلى تقييمات موارد الغابات 2020', - satellite: 'قمر صناعي', - satelliteMosaic: 'فسيفساء الأقمار الصناعية', - sections: { - burnedArea: { - layerTitles: { - modis: 'موديس', - }, - title: 'المنطقة المحترقة', - }, - forest: { - layerTitles: { - agreement: 'طبقة التوافق', - copernicus2019: 'كوبرنيكوس (2019)', - customFnf: 'مخصص إف أن إف', - esa2020: 'وكالة الفضاء الأوروبية (2020)', - esaGlobCover2009: 'وكالة الفضاء الأوروبية جلوبكوفر (2009)', - esri2020: 'معهد بحوث النظم البيئية (2020)', - globeLand2020: 'غلوب لاند (2020)', - hansenGfc2020: 'هانسن جي إف سي (2020)', - hansenGfc2020WithPercent: '$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %', - jaxa2017: 'وكالة الفضاء اليابانية (2017)', - modis: 'موديس', - tanDemX2019: 'تانديم-إكس (2019)', - }, - title: 'الغطاء الشجري', - }, - protectedArea: { - layerTitles: { - customProtectedArea: 'مساحة المنطقة المحمية المخصصة', - filteredWdpa: 'قاعدة بيانات عالمية مفلترة عن المناطق المحمية', - wdpa: 'قاعدة البيانات العالمية للمناطق المحمية', - }, - title: 'المناطق المحمية', - }, - }, - selectMinTreeCoverPercent: 'حدد الحد الأدنى للنسبة المئوية للغطاء الشجري:', - sentinel: 'سينتينيل', - showSatelliteMosaic: 'عرض فسيفساء القمر الصناعي', - statistics: { - burnedArea: { - burnedAreaByYear: 'المنطقة المحروقة حسب السنة', - }, - forestArea: { - extentOfForestPerSource: - 'امتداد الغطاء الشجري حسب المصدر وحسبما تم الإبلاغ عنه إلى هيئة تقييم الموارد الحرجية {{year}}', - extentOfForestTreeCover: 'امتداد الغطاء الشجري حسب المصدر', - forestAreaHa: 'مساحة الغطاء الحرجي، هكتار', - forestAreaPercentOfLandArea: 'مساحة الغطاء الحرجي % من مساحة الأرض', - landArea: 'مساحة الأرض', - }, - graphs: 'الرسوم البيانية الإحصائية', - protectedArea: { - allGfc10: 'جميع (هانسن جي إف سي >=10%)', - allGfc20: 'جميع (هانسن جي إف سي >=20%)', - allGfc30: 'جميع (هانسن جي إف سي >=30%)', - }, - title: 'الإحصائيات', - }, - treeCoverAgreementSelected: 'اتفاقية الغطاء الشجري المحدد', - treeCoverProtectedAreas: 'الغطاء الشجري داخل المناطق المحمية', - treeCoverProtectedAreasWithUnit: '$t(geo.treeCoverProtectedAreas) ({{unit}})', -} diff --git a/src/i18n/resources/ar/geo.json b/src/i18n/resources/ar/geo.json new file mode 100644 index 0000000000..29655e5884 --- /dev/null +++ b/src/i18n/resources/ar/geo.json @@ -0,0 +1,103 @@ +{ + "agreementLevelExplanation": "مستوى الاتفاق (N) يعني أنه يجب أن تتفق مصادر البيانات المحددة على الأقل بنسبة (N) بأن نقطة بيانات معينة هي منطقة تغطية شجرية.", + "burnedArea": "المنطقة المحروقة", + "burnedAreaWithUnit": "$t(geo.burnedArea) ({{unit}})", + "chooseAgreementLevel": "اختر الحد الأدنى لمستوى الاتفاق بين الطبقات المحددة.", + "customAgreementArea": "منطقة الاتفاق المخصص", + "error": { + "extraEstimation": { + "failedToRetrieve": "كانت هناك مشكلة في استرجاع التقدير.", + "unexpectedDuringProcessing": "خطأ غير متوقع أثناء عملية المعالجة." + }, + "map": { + "failedToLoad": "كانت هناك مشكلة أثناء تحميل الخريطة." + }, + "mosaic": { + "noMosaicAvailableForConfiguration": "خطأ: لا توجد فسيفساء متوفرة للتكوين المُحددة." + }, + "statistics": { + "dataUnavailable": "البيانات غير متوفرة.", + "failedToFetch": "حدث خطأ أثناء جلب الإحصائيات: {{error}}", + "foundNoData": "لم يتم العثور على البيانات." + } + }, + "estimateCustomAgreementArea": "تقدير مساحة الاتفاقية المخصصة", + "forestArea": "مساحة الغطاء الشجري ({{unit}})", + "geeAssetId": "مُعرِّف أصول محرك جوجل إيرث", + "globalOpacity": "معدل التعتيم العالمي", + "landsat": "القمر الصناعي لاندسات", + "map": "خريطة", + "maxCloudCoverage": "أقصى تغطية سحابية", + "metersReducerScale": "{{meters}}م مقياس مخفض", + "recipes": { + "forest": { + "allGfc10": "جميع (هانسن جي إف سي >=10%)", + "allGfc20": "جميع (هانسن جي إف سي >=20%)", + "allGfc30": "جميع (هانسن جي إف سي >=30%)", + "esriEsa": "معهد بحوث النظم البيئية ووكالة الفضاء الأوروبية", + "esriEsaGlobland2020Gfc10": "معهد بحوث النظم البيئية، وكالة الفضاء الأوروبية، غلوب لاند 2020 وGFC هانسن >=10%" + }, + "recipes": "الوصفات" + }, + "reportedToFra2020": "أبلغت إلى تقييمات موارد الغابات 2020", + "satellite": "قمر صناعي", + "satelliteMosaic": "فسيفساء الأقمار الصناعية", + "sections": { + "burnedArea": { + "layerTitles": { + "modis": "موديس" + }, + "title": "المنطقة المحترقة" + }, + "forest": { + "layerTitles": { + "agreement": "طبقة التوافق", + "copernicus2019": "كوبرنيكوس (2019)", + "customFnf": "مخصص إف أن إف", + "esa2020": "وكالة الفضاء الأوروبية (2020)", + "esaGlobCover2009": "وكالة الفضاء الأوروبية جلوبكوفر (2009)", + "esri2020": "معهد بحوث النظم البيئية (2020)", + "globeLand2020": "غلوب لاند (2020)", + "hansenGfc2020": "هانسن جي إف سي (2020)", + "hansenGfc2020WithPercent": "$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %", + "jaxa2017": "وكالة الفضاء اليابانية (2017)", + "modis": "موديس", + "tanDemX2019": "تانديم-إكس (2019)" + }, + "title": "الغطاء الشجري" + }, + "protectedArea": { + "layerTitles": { + "customProtectedArea": "مساحة المنطقة المحمية المخصصة", + "filteredWdpa": "قاعدة بيانات عالمية مفلترة عن المناطق المحمية", + "wdpa": "قاعدة البيانات العالمية للمناطق المحمية" + }, + "title": "المناطق المحمية" + } + }, + "selectMinTreeCoverPercent": "حدد الحد الأدنى للنسبة المئوية للغطاء الشجري:", + "sentinel": "سينتينيل", + "showSatelliteMosaic": "عرض فسيفساء القمر الصناعي", + "statistics": { + "burnedArea": { + "burnedAreaByYear": "المنطقة المحروقة حسب السنة" + }, + "forestArea": { + "extentOfForestPerSource": "امتداد الغطاء الشجري حسب المصدر وحسبما تم الإبلاغ عنه إلى هيئة تقييم الموارد الحرجية {{year}}", + "extentOfForestTreeCover": "امتداد الغطاء الشجري حسب المصدر", + "forestAreaHa": "مساحة الغطاء الحرجي، هكتار", + "forestAreaPercentOfLandArea": "مساحة الغطاء الحرجي % من مساحة الأرض", + "landArea": "مساحة الأرض" + }, + "graphs": "الرسوم البيانية الإحصائية", + "protectedArea": { + "allGfc10": "جميع (هانسن جي إف سي >=10%)", + "allGfc20": "جميع (هانسن جي إف سي >=20%)", + "allGfc30": "جميع (هانسن جي إف سي >=30%)" + }, + "title": "الإحصائيات" + }, + "treeCoverAgreementSelected": "اتفاقية الغطاء الشجري المحدد", + "treeCoverProtectedAreas": "الغطاء الشجري داخل المناطق المحمية", + "treeCoverProtectedAreasWithUnit": "$t(geo.treeCoverProtectedAreas) ({{unit}})" +} diff --git a/src/i18n/resources/ar/history.js b/src/i18n/resources/ar/history.js deleted file mode 100644 index 039bf6ebf7..0000000000 --- a/src/i18n/resources/ar/history.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - change: '{{count}} تعديل', - change_one: '{{count}} تعديل', - change_other: '{{count}} تعديل', - history: 'التغيرات الماضية للبيانات', -} diff --git a/src/i18n/resources/ar/history.json b/src/i18n/resources/ar/history.json new file mode 100644 index 0000000000..a5295a00b1 --- /dev/null +++ b/src/i18n/resources/ar/history.json @@ -0,0 +1,6 @@ +{ + "change": "{{count}} تعديل", + "change_one": "{{count}} تعديل", + "change_other": "{{count}} تعديل", + "history": "التغيرات الماضية للبيانات" +} diff --git a/src/i18n/resources/ar/landing.js b/src/i18n/resources/ar/landing.js deleted file mode 100644 index f035332aaf..0000000000 --- a/src/i18n/resources/ar/landing.js +++ /dev/null @@ -1,116 +0,0 @@ -module.exports = { - home: 'الصفحة الرئيسية', - sections: { - about: 'نبذة عن تقييم الموارد الحرجية', - contentCheck: 'المحتوى / التحقق', - externalData: 'بيانات خارجية', - messageBoard: 'لوح الرسائل', - overview: 'استعراض', - recentActivity: 'آخر النشاطات', - repository: 'الروابط والمستودع', - userManagement: 'إدارة المتعاونين', - versioning: 'الإصدار', - }, - overview: { - loadingMap: 'تحميل الخارطة...', - withFinancialSupportOf: 'بدعم مالي من ', - }, - milestones: { - milestones: 'معالم أساسية', - milestone1: 'اجتماع شامل للمراسلين الوطنيين', - milestone2: 'ورشات عمل إقليمية ودون إقليمية', - milestone3: 'آخر موعد لتقديم التقارير القطرية', - milestone4: 'التحقق من التقارير القطرية النهائية', - milestone5: 'النتائج الأولية لتقييم الموارد الحرجية لعام 2020', - milestone6: 'التقرير الرئيس الخاص بتقييم الموارد الحرجية لعام 2020', - milestone7: 'تحليل البيانات وإعداد مسودة التقارير', - milestone8: 'إطلاق منصة تحليل ونشر البيانات', - date1: 'مارس/آذار', - date2: 'أبريل/نيسان - سبتمبر/أيلول', - date3: 'أكتوبر/تشرين الأول', - date4: 'يناير/كانون الثاني - فبراير/شباط', - date5: 'مارس/آذار', - date6: 'يوليو/تموز', - date7: 'مارس/آذار -ديسمبر/كانون الأول', - date8: 'أغسطس/آب', - }, - users: { - users: 'التواصل', - message: 'رسالة', - }, - about: { - contact: 'التواصل', - seniorForestryOfficer: 'كبير مسؤولي الحراجة', - faoForestryDepartment: 'قسم الحراجة في منظمة الأغذية والزراعة', - email: 'البريد الإلكتروني', - fraProcess: - 'ترصد منظمة الأغذية والزراعة الغابات في العالم منذ عام 1946 بفارق زمني من خمس إلى 10 سنوات. وقد بات تقييم الموارد الحرجية العالمية يصدر كل خمس سنوات بهدف توفير نهج متسق يقدم من خلاله توصيفاً للغابات في العالم والتغيرات التي تطرأ عليها. وهذا التقييم يعتمد على مصدرين أساسيين للبيانات، ألا وهما التقارير القطرية التي يعدها مراسلون وطنيون، والاستشعار عن بعد الذي تقوم به منظمة الأغذية والزراعة بالتعاون مع مسؤولي تواصل وطنيين وشركاء إقليميين. أما نطاق تقييم الموارد الحرجية فيشهد تغيرات مطردة منذ نشر أول تقييم لتلك الموارد عام 1948. إذا توفر هذه التقييمات تاريخاً مثيراً للاهتمام حول الغابات في العالم من حيث محتواها الفعلي وحجم التغيرات التي تطرأ عليها. ', - linkFraProcess: 'اقرأ المزيد عن تقييم الموارد الحرجية', - or: 'أو', - selectArea: 'اختر منطقة أدناه للدخول إلى البيانات المتعلقة بتقييم الموارد الحرجية', - }, - recentActivity: { - noRecentActivityTitle: 'لا يوجد نشاط مؤخراً على ما يبدو', - noRecentActivityBody: - 'تظهر هنا التغيرات التي تطرأ على المنصة، وهو ما يمكنك من التعرف بعجالة على ما حدث أثناء غيابك.', - getStarted: 'ابدأ', - actions: { - added: 'مضاف', - addedFile: 'مضاف {{file}}', - commented: 'تم التعليق عليه', - deleted: 'محذوف', - deletedFile: 'محذوف {{file}}', - edited: 'منقح', - resolved: 'تم حل المسألة في', - status: 'تم تغيير الحالة إلى', - addUser: 'مضاف {{user}} بصفته {{role}}', - updateUser: 'مضاف {{user}}', - removeUser: 'ملغى {{user}}', - acceptInvitation: 'انضم بصفته {{role}}', - addInvitation: 'مدعو {{user}} بصفته {{role}}', - removeInvitation: 'إلغاء دعوة {{user}} بصفته {{role}}', - updateInvitation: 'تحديث الدعوة وتوجيهها إلى {{user}} بصفته {{role}}', - updateAssessmentStatus: 'تغيير حالة {{assessment}} إلى {{status}}', - }, - fraProcess: - 'ترصد منظمة الأغذية والزراعة الغابات في العالم منذ عام 1946 بفارق زمني يتراوح من خمس إلى 10 سنوات. وقد بات تقييم الموارد الحرجية العالمية يصدر كل خمس سنوات بهدف توفير نهج متسق يقدم من خلاله توصيفاً للغابات في العالم والتغيرات التي تطرأ عليها. ويعتمد هذا التقييم على مصدرين أساسيين للبيانات، ألا وهما التقارير القطرية التي يعدها مراسلون وطنيون، والاستشعار عن بعد الذي تقوم به منظمة الأغذية والزراعة بالتعاون مع مسؤولي تواصل وطنيين وشركاء إقليميين. أما نطاق تقييم الموارد الحرجية فيشهد تغيرات مطردة منذ نشر أول تقييم لتلك الموارد عام 1948. إذ توفر هذه التقييمات تاريخاً مثيراً للاهتمام حول الغابات في العالم من حيث محتواها الفعلي وحجم التغيرات التي تطرأ عليها.', - linkFraProcess: 'اقرأ المزيد عن تقييم الموارد الحرجية', - }, - links: { - links: 'روابط', - repository: 'المستودع', - uploadFile: 'حمل ملفاً', - confirmDelete: 'هل ستحذف {{file}}? لا يمكنك العودة عن هذه الخطوة', - fileUploaded: 'تم تحميل الملف بنجاح', - fileDeleted: 'تم حذف الملف بنجاح', - fileOperationFailed: `:لا يمكن تنفيذ العملية لأن الملف قيد الاستخدام في :\n{{sectionNames}}`, - }, - dataExport: { - downloadData: 'تحميل البيانات', - }, - versioning: { - status: { - pending: 'معلق', - running: 'قيد العمل', - completed: 'استكمل', - failed: 'فشل', - }, - form: { - newVersion: 'نسخة جديدة', - versionNumber: 'نسخة', - date: 'تاريخ', - cancel: 'إلغاء', - error: 'ثمة أخطاء في الاستمارة. يرجى تصحيحها وتقديمها مجدداً.', - }, - table: { - noVersions: 'لا توجد نسخ بعد', - databaseVersions: 'نسخ قاعدة البيانات', - versionNumber: 'رقم النسخة', - publishedAt: 'وقت منظم من خلال جدول زمني', - createdBy: 'أوجده', - status: 'الحالة', - delete: 'إلغاء', - scheduledAt: 'مُجدول في الساعة', - }, - }, -} diff --git a/src/i18n/resources/ar/landing.json b/src/i18n/resources/ar/landing.json new file mode 100644 index 0000000000..e70e49566e --- /dev/null +++ b/src/i18n/resources/ar/landing.json @@ -0,0 +1,113 @@ +{ + "home": "الصفحة الرئيسية", + "sections": { + "about": "نبذة عن تقييم الموارد الحرجية", + "contentCheck": "المحتوى / التحقق", + "externalData": "بيانات خارجية", + "messageBoard": "لوح الرسائل", + "overview": "استعراض", + "recentActivity": "آخر النشاطات", + "repository": "الروابط والمستودع", + "userManagement": "إدارة المتعاونين", + "versioning": "الإصدار" + }, + "overview": { + "loadingMap": "تحميل الخارطة...", + "withFinancialSupportOf": "بدعم مالي من " + }, + "milestones": { + "milestones": "معالم أساسية", + "milestone1": "اجتماع شامل للمراسلين الوطنيين", + "milestone2": "ورشات عمل إقليمية ودون إقليمية", + "milestone3": "آخر موعد لتقديم التقارير القطرية", + "milestone4": "التحقق من التقارير القطرية النهائية", + "milestone5": "النتائج الأولية لتقييم الموارد الحرجية لعام 2020", + "milestone6": "التقرير الرئيس الخاص بتقييم الموارد الحرجية لعام 2020", + "milestone7": "تحليل البيانات وإعداد مسودة التقارير", + "milestone8": "إطلاق منصة تحليل ونشر البيانات", + "date1": "مارس/آذار", + "date2": "أبريل/نيسان - سبتمبر/أيلول", + "date3": "أكتوبر/تشرين الأول", + "date4": "يناير/كانون الثاني - فبراير/شباط", + "date5": "مارس/آذار", + "date6": "يوليو/تموز", + "date7": "مارس/آذار -ديسمبر/كانون الأول", + "date8": "أغسطس/آب" + }, + "users": { + "users": "التواصل", + "message": "رسالة" + }, + "about": { + "contact": "التواصل", + "seniorForestryOfficer": "كبير مسؤولي الحراجة", + "faoForestryDepartment": "قسم الحراجة في منظمة الأغذية والزراعة", + "email": "البريد الإلكتروني", + "fraProcess": "ترصد منظمة الأغذية والزراعة الغابات في العالم منذ عام 1946 بفارق زمني من خمس إلى 10 سنوات. وقد بات تقييم الموارد الحرجية العالمية يصدر كل خمس سنوات بهدف توفير نهج متسق يقدم من خلاله توصيفاً للغابات في العالم والتغيرات التي تطرأ عليها. وهذا التقييم يعتمد على مصدرين أساسيين للبيانات، ألا وهما التقارير القطرية التي يعدها مراسلون وطنيون، والاستشعار عن بعد الذي تقوم به منظمة الأغذية والزراعة بالتعاون مع مسؤولي تواصل وطنيين وشركاء إقليميين. أما نطاق تقييم الموارد الحرجية فيشهد تغيرات مطردة منذ نشر أول تقييم لتلك الموارد عام 1948. إذا توفر هذه التقييمات تاريخاً مثيراً للاهتمام حول الغابات في العالم من حيث محتواها الفعلي وحجم التغيرات التي تطرأ عليها. ", + "linkFraProcess": "اقرأ المزيد عن تقييم الموارد الحرجية", + "or": "أو", + "selectArea": "اختر منطقة أدناه للدخول إلى البيانات المتعلقة بتقييم الموارد الحرجية" + }, + "recentActivity": { + "noRecentActivityTitle": "لا يوجد نشاط مؤخراً على ما يبدو", + "noRecentActivityBody": "تظهر هنا التغيرات التي تطرأ على المنصة، وهو ما يمكنك من التعرف بعجالة على ما حدث أثناء غيابك.", + "getStarted": "ابدأ", + "actions": { + "added": "مضاف", + "addedFile": "مضاف {{file}}", + "commented": "تم التعليق عليه", + "deleted": "محذوف", + "deletedFile": "محذوف {{file}}", + "edited": "منقح", + "resolved": "تم حل المسألة في", + "status": "تم تغيير الحالة إلى", + "addUser": "مضاف {{user}} بصفته {{role}}", + "updateUser": "مضاف {{user}}", + "removeUser": "ملغى {{user}}", + "acceptInvitation": "انضم بصفته {{role}}", + "addInvitation": "مدعو {{user}} بصفته {{role}}", + "removeInvitation": "إلغاء دعوة {{user}} بصفته {{role}}", + "updateInvitation": "تحديث الدعوة وتوجيهها إلى {{user}} بصفته {{role}}", + "updateAssessmentStatus": "تغيير حالة {{assessment}} إلى {{status}}" + }, + "fraProcess": "ترصد منظمة الأغذية والزراعة الغابات في العالم منذ عام 1946 بفارق زمني يتراوح من خمس إلى 10 سنوات. وقد بات تقييم الموارد الحرجية العالمية يصدر كل خمس سنوات بهدف توفير نهج متسق يقدم من خلاله توصيفاً للغابات في العالم والتغيرات التي تطرأ عليها. ويعتمد هذا التقييم على مصدرين أساسيين للبيانات، ألا وهما التقارير القطرية التي يعدها مراسلون وطنيون، والاستشعار عن بعد الذي تقوم به منظمة الأغذية والزراعة بالتعاون مع مسؤولي تواصل وطنيين وشركاء إقليميين. أما نطاق تقييم الموارد الحرجية فيشهد تغيرات مطردة منذ نشر أول تقييم لتلك الموارد عام 1948. إذ توفر هذه التقييمات تاريخاً مثيراً للاهتمام حول الغابات في العالم من حيث محتواها الفعلي وحجم التغيرات التي تطرأ عليها.", + "linkFraProcess": "اقرأ المزيد عن تقييم الموارد الحرجية" + }, + "links": { + "links": "روابط", + "repository": "المستودع", + "uploadFile": "حمل ملفاً", + "confirmDelete": "هل ستحذف {{file}}? لا يمكنك العودة عن هذه الخطوة", + "fileUploaded": "تم تحميل الملف بنجاح", + "fileDeleted": "تم حذف الملف بنجاح", + "fileOperationFailed": ":لا يمكن تنفيذ العملية لأن الملف قيد الاستخدام في :\n{{sectionNames}}" + }, + "dataExport": { + "downloadData": "تحميل البيانات" + }, + "versioning": { + "status": { + "pending": "معلق", + "running": "قيد العمل", + "completed": "استكمل", + "failed": "فشل" + }, + "form": { + "newVersion": "نسخة جديدة", + "versionNumber": "نسخة", + "date": "تاريخ", + "cancel": "إلغاء", + "error": "ثمة أخطاء في الاستمارة. يرجى تصحيحها وتقديمها مجدداً." + }, + "table": { + "noVersions": "لا توجد نسخ بعد", + "databaseVersions": "نسخ قاعدة البيانات", + "versionNumber": "رقم النسخة", + "publishedAt": "وقت منظم من خلال جدول زمني", + "createdBy": "أوجده", + "status": "الحالة", + "delete": "إلغاء", + "scheduledAt": "مُجدول في الساعة" + } + } +} diff --git a/src/i18n/resources/ar/login.js b/src/i18n/resources/ar/login.js deleted file mode 100644 index 258ddcefee..0000000000 --- a/src/i18n/resources/ar/login.js +++ /dev/null @@ -1,54 +0,0 @@ -module.exports = { - login: 'تسجيل دخول', - - password: 'كلمة مرور', - repeatPassword: 'كرر كلمة المرور', - email: 'البريد الإلكتروني', - cancel: 'إلغاء', - - signInGoogle: 'تسجيل دخول عن طريق جوجل', - signInFRA: 'تسجيل دخول عن طريق منصة تقييم الموارد الحرجية', - - changePassword: 'تغيير كلمة المرور', - expired: 'للأسف يبدو أن الرابط الذي قمت بالنقر عليه قد انتهت صلاحيته أو لم يعد سارياً', - - forgotPasswordTitle: 'أدخل عنوان بريدك الإلكتروني وقدّم الاستمارة كي تتلقى التعليمات عن طريق البريد الإلكتروني', - forgotPassword: 'هل نسيت كلمة المرور؟', - - notAuthorized: 'المستخدم غير مخوّل للدخول', - errorOccurred: 'حدث خطأ', - noInvitation: 'لم يُعثر على دعوة', - noMatchPasswords: 'كلمة المرور غير مطابقة', - noEmptyPassword: 'لا يمكنك ترك حيّز كلمة المرور خالياً', - noMatchingUser: 'لم نعثر على أي مستخدم مطابق لهذه الاعتمادات.', - noMatchingEmail: 'لم نعثر على أي مستخدم مطابق لهذا البريد الإلكتروني.', - passwordError: 'يجب أن تشتمل كلمة المرور على ستة رموز أو أكثر، منها حرف كبير واحد وآخر صغير ورقم على الأقل', - invalidEmail: 'البريد الإلكتروني غير سارٍ', - emptyEmail: 'لا يمكنك ترك حيّز البريد الإلكتروني خالياً', - noLongerValid: 'للأسف يبدو أن طلبكم لم يعد سارياً.', - - passwordResetSent: 'تم تقديم طلب إعادة ضبط كلمة المرور بنجاح.', - passwordChanged: 'تم تغيير كلمة المرور', - missingCredentials: 'أوراق اعتماد ناقصة', - - accessLimited: - 'يقتصر الوصول إلى المنطقة المحجوزة على الخبراء المشاركين في عملية إعداد التقارير الخاصة بتقييم الموارد الحرجية.', - returnHome: 'للعودة إلى الصفحة الرئيسية ، انقر', - returnHomeClick: 'هنا.', - - resetPassword: 'إعادة تعيين كلمة المرور', - alreadyLinked: 'حساب جوجل هذا مرتبط بالفعل بمستخدم آخر', - noShortPassword: 'كلمة المرور قصيرة جدا', - noMatchingLocalUser: 'لم نتمكن من العثور على أي مستخدم مطابق لهذه البيانات.', - noMatchingProvider: 'لم نتمكن من العثور على أي مستخدم مطابق لهذه البيانات.', - noActiveAccount: 'الحساب غير نشط. تأكد من قبولك لأي دعوة معلقة', - googleOnlyAccount: 'الحساب مرتبط بمصادقة جوجل', - alreadyAcceptedInvitation: 'تم قبول هذه الدعوة بالفعل', - invitationMessage: '{{country}}في {{role}} كـ {{ cycle }} {{ assessment }} لقد تمت دعوتك إلى', - invitationProvidersRegistered: 'لديك بالفعل حساب مسجل باسم {{authProviderNames}}', - acceptInvitation: 'قبول دعوة', - acceptInvitationWithFra: 'قبول الدعوة باستخدام حساب فرا', - acceptInvitationWithGoogle: 'قبول الدعوة باستخدام حساب جوجل', - invitationExpired: 'انتهت صلاحية هذه الدعوة', - logoutSuccessful: 'لقد قمت بتسجيل الخروج بنجاح', -} diff --git a/src/i18n/resources/ar/login.json b/src/i18n/resources/ar/login.json new file mode 100644 index 0000000000..8be1a6228e --- /dev/null +++ b/src/i18n/resources/ar/login.json @@ -0,0 +1,45 @@ +{ + "login": "تسجيل دخول", + "password": "كلمة مرور", + "repeatPassword": "كرر كلمة المرور", + "email": "البريد الإلكتروني", + "cancel": "إلغاء", + "signInGoogle": "تسجيل دخول عن طريق جوجل", + "signInFRA": "تسجيل دخول عن طريق منصة تقييم الموارد الحرجية", + "changePassword": "تغيير كلمة المرور", + "expired": "للأسف يبدو أن الرابط الذي قمت بالنقر عليه قد انتهت صلاحيته أو لم يعد سارياً", + "forgotPasswordTitle": "أدخل عنوان بريدك الإلكتروني وقدّم الاستمارة كي تتلقى التعليمات عن طريق البريد الإلكتروني", + "forgotPassword": "هل نسيت كلمة المرور؟", + "notAuthorized": "المستخدم غير مخوّل للدخول", + "errorOccurred": "حدث خطأ", + "noInvitation": "لم يُعثر على دعوة", + "noMatchPasswords": "كلمة المرور غير مطابقة", + "noEmptyPassword": "لا يمكنك ترك حيّز كلمة المرور خالياً", + "noMatchingUser": "لم نعثر على أي مستخدم مطابق لهذه الاعتمادات.", + "noMatchingEmail": "لم نعثر على أي مستخدم مطابق لهذا البريد الإلكتروني.", + "passwordError": "يجب أن تشتمل كلمة المرور على ستة رموز أو أكثر، منها حرف كبير واحد وآخر صغير ورقم على الأقل", + "invalidEmail": "البريد الإلكتروني غير سارٍ", + "emptyEmail": "لا يمكنك ترك حيّز البريد الإلكتروني خالياً", + "noLongerValid": "للأسف يبدو أن طلبكم لم يعد سارياً.", + "passwordResetSent": "تم تقديم طلب إعادة ضبط كلمة المرور بنجاح.", + "passwordChanged": "تم تغيير كلمة المرور", + "missingCredentials": "أوراق اعتماد ناقصة", + "accessLimited": "يقتصر الوصول إلى المنطقة المحجوزة على الخبراء المشاركين في عملية إعداد التقارير الخاصة بتقييم الموارد الحرجية.", + "returnHome": "للعودة إلى الصفحة الرئيسية ، انقر", + "returnHomeClick": "هنا.", + "resetPassword": "إعادة تعيين كلمة المرور", + "alreadyLinked": "حساب جوجل هذا مرتبط بالفعل بمستخدم آخر", + "noShortPassword": "كلمة المرور قصيرة جدا", + "noMatchingLocalUser": "لم نتمكن من العثور على أي مستخدم مطابق لهذه البيانات.", + "noMatchingProvider": "لم نتمكن من العثور على أي مستخدم مطابق لهذه البيانات.", + "noActiveAccount": "الحساب غير نشط. تأكد من قبولك لأي دعوة معلقة", + "googleOnlyAccount": "الحساب مرتبط بمصادقة جوجل", + "alreadyAcceptedInvitation": "تم قبول هذه الدعوة بالفعل", + "invitationMessage": "{{country}}في {{role}} كـ {{ cycle }} {{ assessment }} لقد تمت دعوتك إلى", + "invitationProvidersRegistered": "لديك بالفعل حساب مسجل باسم {{authProviderNames}}", + "acceptInvitation": "قبول دعوة", + "acceptInvitationWithFra": "قبول الدعوة باستخدام حساب فرا", + "acceptInvitationWithGoogle": "قبول الدعوة باستخدام حساب جوجل", + "invitationExpired": "انتهت صلاحية هذه الدعوة", + "logoutSuccessful": "لقد قمت بتسجيل الخروج بنجاح" +} diff --git a/src/i18n/resources/ar/nationalDataPoint.js b/src/i18n/resources/ar/nationalDataPoint.js deleted file mode 100644 index 555b013f10..0000000000 --- a/src/i18n/resources/ar/nationalDataPoint.js +++ /dev/null @@ -1,53 +0,0 @@ -module.exports = { - clickOnNDP: 'انقر على العام للدخول إلى البيانات الأصلية', - nationalDataPoint: 'نقطة البيانات الوطنية', - addNationalDataPoint: 'أضف نقطة بيانات وطنية', - noNationalDataAdded: 'لم تتم إضافة نقطة بيانات وطنية', - nationalData: 'بيانات وطنية', - reclassificationLabel: 'بيانات أصلية وإعادة التصنيف', - forestCategoriesLabel: 'غابة، أرض حرجية أخرى، أرض أخرى', - referenceYearData: 'العام المرجعي للبيانات', - referenceYear: 'العام المرجعي', - references: 'المراجع', - selectYear: 'اختر...', - methods: 'الأساليب', - methodsUsed: 'الأساليب المستخدمة', - dataSource: 'مصدر البيانات', - dataSources: 'مصادر البيانات', - additionalComments: 'تعليقات إضافية', - edit: 'تعديل', - copyPreviousValues: 'نسخ المراجع السابقة', - nationalClass: 'شريحة وطنية', - nationalClasses: 'شرائح وتعاريف', - fraClasses: 'شرائح تقييم الموارد الحرجية', - definition: 'تعريف', - class: 'شريحة', - area: 'المساحة (1000 هـ)', - total: 'الإجمالي', - modifiedExplanation: 'نقطة البيانات الوطنية مع التعديلات', - confirmDelete: 'هل تود حذف نقطة البيانات هذه؟ لايمكن الرجوع عن هذه الخطوة.', - discardChanges: 'إهمال التغييرات', - doneEditing: 'التعديلات تمت', - enterOrCopyPasteNationalClasses: 'إدخال أو نسخ ولصق الشرائح الوطنية', - forestCharacteristics: 'مواصفات الغابة', - otherLandCharacteristics: 'أرض أخرى ذات غطاء شجري', - plantationForest: 'الغابات الاصطناعية (مشجرة)', - remindDirtyOdp: 'تم تحديث نقطة البيانات الوطنية، تذكر تحديث القيم', - disabled: 'معطّل، يمكنك التفعيل في الجدول 1ب', - dataSourceMethodsOptions: { - nationalForestInventory: 'الجرد الوطني للغابات', - sampleBasedRemoteSensingAssessment: 'تقييم الاستشعار عن بعد استناداً إلى العينة', - fullCoverMaps: 'خرائط الغطاء الكلي للغابات/النباتات', - registersQuestionnaires: 'سجلات/استبيانات', - other: 'غير ذلك (حدده في التعليقات)', - }, - appliesToVariablesOptions: { - forest: 'غابة', - otherWoodedLand: 'أرض حرجية أخرى', - otherLand: 'أرض أخرى', - }, - forestCategoriesLabel2025: 'الغابات والأراضي الحرجية الأخرى والأراضي المتبقية', - nationalClassifications: 'التصنيفات الوطنية', - categories: 'فئات', - fileAddedWillBecomePublic: ' سيصبح الملف الذي تمت إضافته كمرجع , متاح للوصول إليها بشكل عام من جميع المستخدمين', -} diff --git a/src/i18n/resources/ar/nationalDataPoint.json b/src/i18n/resources/ar/nationalDataPoint.json new file mode 100644 index 0000000000..d64c7b6da7 --- /dev/null +++ b/src/i18n/resources/ar/nationalDataPoint.json @@ -0,0 +1,53 @@ +{ + "clickOnNDP": "انقر على العام للدخول إلى البيانات الأصلية", + "nationalDataPoint": "نقطة البيانات الوطنية", + "addNationalDataPoint": "أضف نقطة بيانات وطنية", + "noNationalDataAdded": "لم تتم إضافة نقطة بيانات وطنية", + "nationalData": "بيانات وطنية", + "reclassificationLabel": "بيانات أصلية وإعادة التصنيف", + "forestCategoriesLabel": "غابة، أرض حرجية أخرى، أرض أخرى", + "referenceYearData": "العام المرجعي للبيانات", + "referenceYear": "العام المرجعي", + "references": "المراجع", + "selectYear": "اختر...", + "methods": "الأساليب", + "methodsUsed": "الأساليب المستخدمة", + "dataSource": "مصدر البيانات", + "dataSources": "مصادر البيانات", + "additionalComments": "تعليقات إضافية", + "edit": "تعديل", + "copyPreviousValues": "نسخ المراجع السابقة", + "nationalClass": "شريحة وطنية", + "nationalClasses": "شرائح وتعاريف", + "fraClasses": "شرائح تقييم الموارد الحرجية", + "definition": "تعريف", + "class": "شريحة", + "area": "المساحة (1000 هـ)", + "total": "الإجمالي", + "modifiedExplanation": "نقطة البيانات الوطنية مع التعديلات", + "confirmDelete": "هل تود حذف نقطة البيانات هذه؟ لايمكن الرجوع عن هذه الخطوة.", + "discardChanges": "إهمال التغييرات", + "doneEditing": "التعديلات تمت", + "enterOrCopyPasteNationalClasses": "إدخال أو نسخ ولصق الشرائح الوطنية", + "forestCharacteristics": "مواصفات الغابة", + "otherLandCharacteristics": "أرض أخرى ذات غطاء شجري", + "plantationForest": "الغابات الاصطناعية (مشجرة)", + "remindDirtyOdp": "تم تحديث نقطة البيانات الوطنية، تذكر تحديث القيم", + "disabled": "معطّل، يمكنك التفعيل في الجدول 1ب", + "dataSourceMethodsOptions": { + "nationalForestInventory": "الجرد الوطني للغابات", + "sampleBasedRemoteSensingAssessment": "تقييم الاستشعار عن بعد استناداً إلى العينة", + "fullCoverMaps": "خرائط الغطاء الكلي للغابات/النباتات", + "registersQuestionnaires": "سجلات/استبيانات", + "other": "غير ذلك (حدده في التعليقات)" + }, + "appliesToVariablesOptions": { + "forest": "غابة", + "otherWoodedLand": "أرض حرجية أخرى", + "otherLand": "أرض أخرى" + }, + "forestCategoriesLabel2025": "الغابات والأراضي الحرجية الأخرى والأراضي المتبقية", + "nationalClassifications": "التصنيفات الوطنية", + "categories": "فئات", + "fileAddedWillBecomePublic": " سيصبح الملف الذي تمت إضافته كمرجع , متاح للوصول إليها بشكل عام من جميع المستخدمين" +} diff --git a/src/i18n/resources/ar/other.js b/src/i18n/resources/ar/other.js deleted file mode 100644 index 1cc1812789..0000000000 --- a/src/i18n/resources/ar/other.js +++ /dev/null @@ -1,1861 +0,0 @@ -module.exports = { - fileDrop: { - dropFilesHere: 'ضع الملف هنا', - dragAndDropOrClick: 'اسحب و ضع الملفات هنا, او اضغط لاختيار الملف ', - }, - - anchors: { - fra: { - 2025: { - '1a': 'ا) 1', - '1b': 'ب) 1', - '1c': 'ج) 1', - '1d': 'د) 1', - '1e': 'ه) 1', - '2a': 'ا) 2', - '2b': 'ب) 2', - '2c': 'ج) 2', - '2d': 'د) 2', - '3a': 'ا) 3', - '3b': 'ب) 3', - '3c': 'ج) 3', - '4a': 'ا) 4', - '4b': 'ب) 4', - '5a': 'ا) 5', - '5b': 'ب) 5', - '5c': 'ج) 5', - '6a': 'ا) 6', - '6b': 'ب) 6', - }, - }, - }, - - language: { - en: 'English', - es: 'Español', - fr: 'Français', - ru: 'Русский', - zh: '中文', - ar: 'العربية', - }, - - disclaimer: { - statisticalFactsheets: - 'إخلاء مسؤولية: قد يحتوي على قيم تقديرية خاصة بمنظمة الأغذية والزراعة، وتكون تغيب عنه بعض القيم', - part1: 'أنتج هذا الموقع الإلكتروني بمساعدة من', - europeanUnion: 'الاتحاد الأوروبي', - part2: ', الـ ', - govFinland: 'حكومة الفنلندية', - part3: ', الـ ', - govNorway: 'حكومة النرويجية', - part4: ' و ', - gef: 'مرفق البيئة العالمية', - part5: - 'يقع محتواه ضمن المسؤولية الحصرية لمنظمة الأغذية والزراعة، ولا يمكن بأي شكل من الأشكال اعتبار أنه يعكس آراء الاتحاد الأوروبي والحكومة الفنلندية والحكومة النرويجية ومرفق البيئة العالمية.', - termsOfUse: 'شروط استخدام قواعد البيانات الإحصائية', - }, - - home: { - keyFindings: `يبلغ إجمالي مساحة الغابات في العالم 4,06 مليار هكتار (هـ)، -أي أنها تشكل 31 في المائة من إجمالي مساحة اليابسة. -وهذه المساحة تكافئ 0,52 هـ للشخص، إلا أن توزع الغابات يفتقر إلى التجانس بين سكان العالم أو من الناحية الجغرافية، -حيث تبقى المنطقة الاستوائية هي المستحوذة على النسبة الأكبر من غابات العالم (45 في المائة)، -لتأتي من بعدها الغابات الشمالية، فالمناطق المعتدلة، وشبه الاستوائية.`, - }, - - footer: { - contactUs: 'تواصل معنا', - termsAndConditions: 'الأحكام والشروط', - scamAlert: 'تبليغ عن احتيال', - reportMisconduct: 'تبليغ عن سوء تصرف', - tutorials: 'الفيديو', - sendFeedback: 'أرسل رأيك', - licenses: 'التراخيص', - platformVersion: 'إصدار المنصة', - }, - - unit: { - haThousand: '1000 هـ', - ha: 'هـ', - kmSq: 'كم²', - mileSq: 'ميل²', - acre1000: '1000 فدان', - acre: 'فدان', - haMillion: 'مليون هكتار', - haThousandPerYear: '1000 هكتار/السنة', - tonnesPerHa: 'طن/هـ', - cubicMeterPerHa: 'م³/هـ', - millionTonnes: 'مليون طن متري', - millionsCubicMeterOverBark: 'مليون م³ مع اللحاء', - thousandCubicMeterOverBark: '1000 م³ مع اللحاء', - billionCubicMeter: 'مليار م³', - thousandCubicMeter: '1000 م³', - thousandCubicMeterRWE: '1000 م³ مكافئ أخشاب مستديرة', - thousandPersons: '1000 شخص', - gt: 'جيجاطن', - fte1000: '1000 مكافئ الدوام الكامل', - numberOfStudents: '$t(graduationOfStudents.numberOfStudents)', - absoluteNumber: 'العدد المطلق', - annualNumberOfVisitsMillion: 'عدد الزيارات السنوية (مليون)', - millionNationalCurrency: 'مليون وفق العملة المحلية', - facilityLengthIn1000Km: 'المرفق (الطول بآلاف الكيلومترات)', - growingStockPercent: '٪ من إجمالي مخزون الأشجار الحيّة في الغابات', - }, - - countrySelection: { - selectCountry: 'اختر بلداً', - }, - - definition: { - definitionLabel: 'انظر التعاريف', - faqLabel: 'أسئلة متكررة', - }, - - audit: { - notStarted: 'لم يبدأ', - edited: 'منقح', - }, - - yesNoTextSelect: { - yes: 'نعم', - no: 'لا', - notSelected: '', - }, - - user: { - roles: { - REVIEWER: 'مُراجع', - NATIONAL_CORRESPONDENT: 'مراسل وطني', - ALTERNATE_NATIONAL_CORRESPONDENT: 'مراسل وطني بديل', - COLLABORATOR: 'متعاون', - ADMINISTRATOR: 'مدير', - noRole: 'غير محدد', - VIEWER: 'مشاهد', - reviewer_plural: 'المراجعين', - nationalCorrespondent_plural: 'المراسلون الوطنيون', - alternateNationalCorrespondent_plural: 'المراسلون الوطنيون المناوبون', - collaborator_plural: 'المتعاونين', - }, - - resetPasswordEmail: { - subject: 'منصة تقييم الموارد الحرجية، إعادة ضبط كلمة المرور', - textMessage: `عزيزي {{user}} - -تلقينا طلباً بإعادة ضبط كلمة المرور إلى حساب تقييم الموارد الحرجية الخاص بك. إذا لم تقدم هذا الطلب يمكنك تجاهل هذه الرسالة بأمان. -انقر على الرابط التالي لإعادة ضبط كلمة المرور{{- link}} - -Click the following link to reset your password -{{- link}} - - -شكراً -فريق تقييم الموارد الحرجية fra@fao.org -{{- url}}`, - htmlMessage: `عزيزي {{user}} -

-تلقينا طلباً بإعادة ضبط كلمة المرور إلى حساب تقييم الموارد الحرجية الخاص بك. -
-إن لم تقدم هذا الطلب، يمكنك تجاهل هذه الرسالة بأمان. -


-Click here to reset your password -


-Thanks, -
-فريق تقييم الموارد الحرجية fra@fao.org -
-{{- url}} - `, - }, - }, - - fraClass: { - forest: 'غابة', - otherWoodedLand: 'أرض حرجية أخرى', - otherLand: 'أرض أخرى', - }, - - fraForestCharacteristicsClass: { - naturallyRegeneratingForest: 'غابة متجددة طبيعياً', - plantationForest: 'الغابات الاصطناعية (مشجرة)', - ofWhichIntroduced: '... الأنواع المدخلة منها', - otherPlantedForest: 'غابة مزروعة أخرى', - totalForest: 'إجمالي مساحة الغابة', - }, - - fraOtherLandClass: { - palms: 'منها النخيل (زيت، جوز الهند، تمر، إلخ)', - treeOrchards: '... منها بساتين أشجار (بما فيها الفاكهة والمكسرات والزيتون، إلخ)', - agroforestry: '... منها زراعة حرجية', - treesUrbanSettings: '...منها أشجار في بيئة حضرية', - }, - - userChat: { - chatHeader: 'رسائل مع {{user}}', - noMessages: 'لاتوجد رسائل', - writeMessage: 'اكتب رسالة', - send: 'إرسال', - cancel: 'إلغاء', - notificationEmail: { - subject: '{{sender}} أرسل لك رسالة حول {{country}}', - textMessage: `عزيزي {{recipient}}, - -{{sender}} أرسل لك رسالة حول {{country}}. - -ادخل إلى المنصة من خلال عنوان الموقع التالي لمشاهدتها والإجابة عنها: -{{- link}} - -فريق تقييم الموارد الحرجية -{{- url}} - `, - htmlMessage: `عزيزي {{recipient}}, -

-{{sender}} أرسل لك رسالة حول {{country}}. -

-ادخل إلى المنصة من خلال عنوان الموقع التالي لمشاهدتها والإجابة عنها. -

-The FRA team -
-{{- url}} - `, - }, - }, - - // رسائل خائطة - error: { - access: { - countryRoleNotSpecified: 'خطأ : المستخدم {{user}} حاول الدخول إلى {{countryIso}} لكن لم يتم تحديد دوره', - countryUserNotReviewer: 'خطأ: المستخدم {{user}} حاول الدخول إلى {{countryIso}} وهو ليس مراجعاً فيه', - roleChangeNotAllowed: - 'خطأ: المستخدم {{user}} المستخدم حاول تحديد دور آخر إضافة إلى {{role}} وهو غير مسموح للشخص المسجل للدخول', - invitationAlreadyUsed: - 'خطأ: الدعوة {{invitationUuid}} استخدمت مسبقا، وإن قرصنة البريد الإلكتروني {{loginEmail}} ممنوعة!', - countryDoesNotMatch: 'خطأ: البلد {{countyryIso}} غير مطابق', - assessmentEditingNotAllowed: - 'خطأ: المستخدم {{user}} المضطلع بدور {{role}} لا يمكنه تعديل تقييم حالة {{assessmentStatus}} البلد {{countryIso}}', - assessmentCommentingNotAllowed: - 'خطأ: المستخدم {{user}} المضطلع بدور {{role}} لا يمكنه كتابة تقييم عن حالة {{assessmentStatus}} البلد {{countryIso}}', - userNotAdministrator: 'خطأ: حاول المستخدم {{المستخدم}} الوصول إلى مورد متاح فقط للمسؤولين', - userAlreadyAddedToCountry: 'خطأ: تمت إضافة المستخدم {{المستخدم}} بالفعل إلى البلد {{البلد}}', - }, - assessment: { - transitionNotAllowed: 'خطأ: التحول من حالة {{currentStatus}} إلى {{status}} غير مسموح لهذا الدور {{role}}', - deskStudyNotAllowed: 'خطأ: المديرون فقط هم من يحق لهم تغيير حالة الدراسة المكتبية', - }, - review: { - commentDeleteNotOwner: 'خطأ: المستخدم {{user}} حاول حذف تعليق ليس له', - commentEnterResolvedIssue: 'خطأ: المستخدم {{user}} حاول إدخال تعليق حول مسألة تم حلها', - }, - ndp: { - previousNdpNotFound: 'عاجز عن إيجاد أية نقطة بيانات وطنية قبل عام {{year}}', - }, - }, - // components - - countryListing: { - annuallyUpdated: 'محدّث سنوياً', - fra2020: 'تقييم الموارد الحرجية 2020', - }, - - navigation: { - hideAll: 'إخفاء الكل', - showAll: 'إظهار الكل', - support: { - dontDelete: 'معلومات خاصة بالنظام يرجى عدم إزالتها', - feedbackEmailSubject: 'آراء حول منصة تقييم الموارد الحرجية', - platformVersion: 'نسخة المنصة', - userAgent: 'وكيل المستخدم', - user: 'المستخدم', - manageCollaborators: 'إدارة المتعاونين', - }, - sectionHeaders: { - introduction: 'مدخل', - forestExtentCharacteristicsAndChanges: 'نطاق الغابات ومواصفاتها والتغيرات التي تطرأ عليها', - forestGrowingStockBiomassAndCarbon: 'مخزون الأشجار الحية والكتلة الحيوية والكربون في الغابة', - forestDesignationAndManagement: 'تسمية الغابة وإدارتها', - forestOwnershipAndManagementRights: 'حقوق ملكية الغابات وإدارتها', - forestDisturbances: 'اضطرابات الغابات', - forestPolicyAndLegislation: 'السياسات والتشريعات الخاصة بالغابات', - employmentEducationAndNwfp: 'التوظيف والتعليم ومنتجات حرجية غير خشبية', - sustainableDevelopment: 'الهدف الخامس عشر من أهداف التنمية المستدامة', - panEuropeanIndicators: 'مؤشرات عموم أوروبا', - }, - cancel: 'إلغاء', - changeStatusTextPlaceholder: 'إضافة رسالة اختيارية', - doNotNotifyUsers: 'عدم إرسال إشعار إلى المستخدمين', - notifySelf: 'إرسال نسخة الي البريد الالكتروني الخاص بك', - }, - - header: { - editProfile: 'تعديل معلومات الملف الشخصي', - logout: 'تسجيل خروج', - hideSidebar: 'إخفاء العمود الجانبي', - showSidebar: 'إظهار العمود الجانبي', - autoSave: { - saving: 'حفظ...', - complete: 'تم حفظ جميع التغييرات', - lastSaveTimestampReceived: 'آخر تعديل ', - }, - }, - - time: { - hour: '{{count}} قبل ساعة', - day: '{{count}} قبل يوم', - week: '{{count}} قبل أسبوع', - aMomentAgo: 'قبل لحظة', - - hour_plural: 'قبل {{عدد}} ساعات', - day_plural: 'قبل {{عدد}} ايام', - week_plural: 'قبل {{عدد}} أسابيع', - }, - - review: { - comments: 'تعليقات', - noComments: 'لاتوجد تعليقات', - resolve: 'حل', - confirmDelete: 'هل تود حذف هذا التعليق؟ لايمكن الرجوع عن هذه الخطوة.', - commentDeleted: 'تم حذف التعليق', - commentMarkedAsResolved: 'وُسمت بأنه تم حلها', - delete: 'إلغاء', - writeComment: 'كتابة تعليق...', - commentingClosed: 'إغلاق التعليقات', - cancel: 'إلغاء', - loading: 'تحميل', - }, - - description: { - edit: 'تعديل', - done: 'تم', - loading: 'تحميل المحتوى...', - description: 'وصف', - dataSourcesTitle: 'مصادر البيانات، والبيانات الأصلية والتصنيف الوطني، والتعاريف', - generalCommentsTitle: 'التعليقات', - dataSources: 'مصادر البيانات', - dataSourcesPlus: 'مصادر البيانات + نمط مصدر البيانات، مثلاً الجرد الوطني للغابات، إلخ.', - originalData: 'بيانات أصلية', - nationalClassificationAndDefinitions: 'التصنيف والتعاريف الوطنية', - nationalData: 'بيانات وطنية', - analysisAndProcessing: 'تحليل البيانات الوطنية ومعالجتها', - estimationAndForecasting: 'التوقعات والتنبؤات', - reclassification: 'إعادة التصنيف بما يتوافق وفئات تقييم الموارد الحرجية لعام {{cycleName}}', - }, - - nationalDataPoint: { - clickOnNDP: 'انقر على العام للدخول إلى البيانات الأصلية', - nationalDataPoint: 'نقطة البيانات الوطنية', - addNationalDataPoint: 'أضف نقطة بيانات وطنية', - noNationalDataAdded: 'لم تتم إضافة نقطة بيانات وطنية', - nationalData: 'بيانات وطنية', - reclassificationLabel: 'بيانات أصلية وإعادة التصنيف', - forestCategoriesLabel: 'غابة، أرض حرجية أخرى، أرض أخرى', - referenceYearData: 'العام المرجعي للبيانات', - referenceYear: 'العام المرجعي', - references: 'المراجع', - selectYear: 'اختر...', - methods: 'الأساليب', - methodsUsed: 'الأساليب المستخدمة', - dataSource: 'مصدر البيانات', - dataSources: 'مصادر البيانات', - additionalComments: 'تعليقات إضافية', - edit: 'تعديل', - copyPreviousValues: 'نسخ المراجع السابقة', - nationalClass: 'شريحة وطنية', - nationalClasses: 'شرائح وتعاريف', - fraClasses: 'شرائح تقييم الموارد الحرجية', - definition: 'تعريف', - class: 'شريحة', - area: 'المساحة (1000 هـ)', - total: 'الإجمالي', - modifiedExplanation: 'نقطة البيانات الوطنية مع التعديلات', - confirmDelete: 'هل تود حذف نقطة البيانات هذه؟ لايمكن الرجوع عن هذه الخطوة.', - discardChanges: 'إهمال التغييرات', - doneEditing: 'التعديلات تمت', - enterOrCopyPasteNationalClasses: 'إدخال أو نسخ ولصق الشرائح الوطنية', - forestCharacteristics: 'مواصفات الغابة', - otherLandCharacteristics: 'أرض أخرى ذات غطاء شجري', - plantationForest: 'الغابات الاصطناعية (مشجرة)', - remindDirtyOdp: 'تم تحديث نقطة البيانات الوطنية، تذكر تحديث القيم', - disabled: 'معطّل، يمكنك التفعيل في الجدول 1ب', - dataSourceMethodsOptions: { - nationalForestInventory: 'الجرد الوطني للغابات', - sampleBasedRemoteSensingAssessment: 'تقييم الاستشعار عن بعد استناداً إلى العينة', - fullCoverMaps: 'خرائط الغطاء الكلي للغابات/النباتات', - registersQuestionnaires: 'سجلات/استبيانات', - other: 'غير ذلك (حدده في التعليقات)', - }, - appliesToVariablesOptions: { - forest: 'غابة', - otherWoodedLand: 'أرض حرجية أخرى', - otherLand: 'أرض أخرى', - }, - forestCategoriesLabel2025: 'الغابات والأراضي الحرجية الأخرى والأراضي المتبقية', - nationalClassifications: 'التصنيفات الوطنية', - categories: 'فئات', - fileAddedWillBecomePublic: ' سيصبح الملف الذي تمت إضافته كمرجع , متاح للوصول إليها بشكل عام من جميع المستخدمين', - }, - - userManagement: { - manageCollaborators: 'إدارة المتعاونين', - loginEmail: 'تسجيل دخول', - noUsers: 'لم تتم إضافة متعاونين آخرين', - placeholder: 'اختيار...', - remove: 'إزالة', - done: 'تم', - edit: 'تعديل', - addUser: 'إضافة متعاون', - formErrors: 'هنالك أخطاء في الاستمارة. يرجى تصويبها وتقديمها مجدداً.', - insufficientPrivileges: 'امتيازات غير كافية', - confirmDelete: 'إزالة {{user}}?', - allUsers: 'جميع المتعاونين', - info: 'معلومات', - tableAccess: 'الدخول إلى الجدول', - invitationLink: 'رابط الدعوة', - sendInvitation: 'إرسال دعوة عبر البريد الإلكتروني', - invitationEmail: { - subject: 'دعوة خاصة بمنصة تقييم الموارد الحرجية', - textMessage: `عزيزي {{invitedUser}}, - -تمت دعوتك للدخول إلى منصة تقييم الموارد الحرجية{{role}} عن {{country}}. - -بإمكانك قبول الدعوة والدخول إلى المنصة من خلال عنوان الموقع الإلكتروني التالي: -{{- link}} - -وقتاً سعيداً في إعداد التقارير! - -فريق تقييم الموارد الحرجية fra@fao.org -{{- url}} - `, - htmlMessage: `عزيزي {{invitedUser}}, -

-تمت دعوتك للدخول إلى منصة تقييم الموارد الحرجية بصفتك {{role}} عن {{country}}. -

-اقبل هذه الدعوة وادخل إلى المنصة -

-وقتاً سعيداً في إعداد التقارير! -

-فريق تقييم الموارد الحرجية fra@fao.org -
-{{- url}} - `, - }, - editPermissions: 'تحرير الأذونات', - invitationDeleted: 'تم حذف الدعوة', - invitationEmailSent: 'تم إرسال بريد إلكتروني للدعوة', - inviteAgain: 'دعوة مرة أخرى', - permissions: 'أذونات', - personalInfoRequired: 'يرجى استكمال معلوماتك الشخصية قبل المتابعة', - userAdded: 'تمت إضافة {{البريد الالكتروني}}', - userModified: 'تم تعديل {{المستخدم}}', - permissionNames: { - tableData: 'بيانات الجدول', - descriptions: 'التفصيل', - }, - }, - - contactPersons: { - all: '$t(common.all)', - reportPreparationAndContactPersons: 'إعداد التقارير ومسؤولي التواصل', - contactPersons: 'مدخل', - contactPersonsSupport: 'أعد التقرير الحالي من قبل الأشخاص التالية أسماؤهم', - introductoryText: 'نص استهلالي', - introductoryTextSupport: 'ضع نصاً استهلالياً ضمن محتوى هذا التقرير', - firstName: 'الاسم', - lastName: 'النسب', - institution: 'المؤسسة/العنوان', - email: 'البريد الإلكتروني', - tables: 'جداول', - none: 'ولا واحد', - }, - - extentOfForest: { - extentOfForest: 'نطاق الغابة والأرض الحرجية الأخرى', - estimationAndForecasting: 'تقييمات وتنبؤات', - categoryHeader: 'فئات تقييم الموارد الحرجية', - forestArea: 'غابة', - chart: { - placeholderLine1: 'للبدء، قم بإضافة نقاط بيانات وطنية جديدة واستخدمها', - placeholderLine2: 'لإيجاد القيم الخاصة بتقييم الموارد الحرجية آلياً', - }, - otherLandCategories: 'فئات أراض أخرى', - ofWhichPalms: 'منها النخيل (زيت، جوز الهند، تمر، إلخ)', - ofWhichTreeOrchards: '... منها بساتين أشجار مختلفة (بما فيها الفاكهة والمكسرات والزيتون، إلخ)', - ofWhichAgroforestry: 'منها زراعة حرجية', - ofWhichTreesUrbanSettings: '...منها أشجار في بيئات حضرية', - totalLandArea: 'إجمالي مساحة الأرض', - fedAreasExceedTotalLandArea: 'مساحة الغابة والأرض الحرجية الأخرى تتجاوز إجمالي مساحة الأرض', - forestAreaDoesNotMatchPreviouslyReported: - 'مساحة الغابة لا تتوافق مع مساحة تقييم الموارد الحرجية لعام {{year}}: {{previous}}', - useOriginalDataPoints: 'استخدم نقاط البيانات الوطنية', - dontUseOriginalDataPoints: 'لاتستخدم نقاط البيانات الوطنية', - whatIsThis: 'ما هذا؟', - tableNoticeMessage: - 'استخدم الرقم المتعلق بمساحة الأرض المستمد من قاعدة البيانات الإحصائية الموضوعية في منظمة الأغذية والزراعة لعام 2015 لكافة السنوات المرجعية', - ndpMissingValues: 'هنالك قيم مفقودة في نقطة البيانات الوطنية', - showNDPs: 'إظهار نقاط البيانات الوطنية', - hideNDPs: 'إخفاء نقاط البيانات الوطنية', - forestAreaNetChangeDoesNotMatch: 'التغيير الصافي لمساحة الغابة لا يطابق القيمة المتوقعة: {{القيمه}}', - }, - - climaticDomain: { - climaticDomain: 'النطاق المناخي', - percentOfForestArea2015: '% من مساحة الغابة عام 2015', - percentOfForestArea2015Override: 'تجاهل القيمة', - selectDefault: 'افتراضي', - boreal: 'شمالية', - temperate: 'معتدلة', - subtropical: 'دون استوائية', - sub_tropical: '$t(climaticDomain.subtropical)', - tropical: 'استوائية', - }, - - forestCharacteristics: { - forestCharacteristics: 'مواصفات الغابات', - estimationAndForecasting: 'تقييمات وتنبؤات', - categoryHeader: 'فئات تقييم الموارد الحرجية', - naturalForestArea: 'غابة متجددة طبيعياً', - plantationForestArea: 'غابات مزروعة', - plantationForestIntroducedArea: '...منها أنواع مدخلة', - otherPlantedForestArea: 'غابة مزروعة أخرى', - plantedForest: 'الغابات المزروعة', - totalForestArea: 'إجمالي مساحة الغابة', - total: 'الإجمالي', - useOriginalDataPoints: 'استخدم نقاط البيانات الوطنية', - dontUseOriginalDataPoints: 'لا تستخدم نقاط البيانات الوطنية', - }, - - tableWithOdp: { - confirmGenerateFraValues: 'هل تود تجاهل القيم الموجودة؟', - generateFraValues: 'أوجد قيماً', - linearExtrapolation: 'خطي', - repeatLastExtrapolation: 'كرر الأخير', - annualChangeExtrapolation: 'تغيير سنوي', - placeholderFuture: 'في المستقبل', - placeholderPast: 'في الماضي', - copyToClipboard: 'انسخ القيم', - placeholderSelect: 'تقييمات وتنبؤات', - _1000haYear: '1000 هـ/العام', - generatingFraValues: 'جارٍ الإنشاء ...', - }, - - forestAreaChange: { - forestAreaChange: 'اتساع مساحة الغابة، وإزالة الغابة، وصافي التغيير سنوياً.', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'المساحة (1000 هـ/العام)', - forestExpansion: 'اتساع مساحة الغابة', - ofWhichAfforestation: '...منها تحريج', - ofWhichNaturalExpansion: '...منها اتساع طبيعي', - deforestation: 'إزالة الغابة', - forestAreaNetChange: 'صافي التغيير في مساحة الغابة', - forestAreaNetChangeFrom1a: 'تم حساب تغيير مساحة الغابات من الجدول 1أ', - netChangeDoesNotMatch: 'غير مطابق لصافي التغيير في مساحة الغابة', - }, - - annualReforestation: { - annualReforestation: 'إعادة التحريج السنوي', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'المساحة (1000 هـ/العام)', - reforestation: 'إعادة التحريج', - }, - - specificForestCategories: { - specificForestCategories: 'فئات الغابات البكر والغابات الخاصة', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'المساحة (1000 هـ)', - bamboo: 'خيزران', - mangroves: 'منغروف', - temporarilyUnstocked: 'غابة أزيلت أشجارها مؤقتاً أو أعيد تجديدها مؤخراً أو كليهما', - primaryForest: 'غابة بكر', - exceedsNaturallyRegeneratingForest: 'تتجاوز الغابة المتجددة طبيعياً (1ب)', - rubberWood: 'خشب المطاط', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover: 'أرض أخرى ذات غطاء شجري', - areaUnitLabel: 'المساحة (1000 هـ)', - categoryHeader: 'فئات تقييم الموارد الحرجية', - palms: 'نخيل', - treeorchards: 'بساتين أشجار', - agroforestry: 'زراعة حرجية', - treesinurbansettings: 'الأشجار في بيئات حضرية', - total: 'الإجمالي', - otherLandArea: 'مساحة أرض أخرى', - other: 'غير ذلك (حددها في التعليقات)', - }, - - growingStock: { - growingStock: 'مخزون الأشجار الحية', - supportText: 'يرجى التأكد من إدخالك للبيانات في الجدولين 1أ و1ب قبل تعديل هذا الجدول', - categoryHeader: 'فئات تقييم الموارد الحرجية', - avgTableHeader: 'مخزون الأشجار الحية م3/هـ (مع اللحاء)', - totalTableHeader: 'إجمالي مخزون الأشجار الحية (مليون م3 مع اللحاء)', - naturallyRegeneratingForest: 'غابة متجددة طبيعياً', - plantedForest: 'الغابات المزروعة', - plantationForest: '...منها غابة اصطناعيه', - otherPlantedForest: '...منها غابة مزروعة أخرى', - forest: 'غابة', - otherWoodedLand: 'أرض حرجية أخرى', - copyToClipboard: 'انسخ القيم', - }, - - growingStockComposition: { - native: 'أصلية', - introduced: 'مدخلة', - growingStockComposition: 'تركيبة مخزون الأشجار الحية', - forestGrowingStockComposition: 'تكوين مخزون الأشجار الحيّة بالغابات', - categoryHeader: 'فئات تقييم الموارد الحرجية', - nativeTreeSpecies: 'أنواع أشجار أصلية', - introducedTreeSpecies: 'أنواع أشجار مدخلة', - areaUnitLabel: 'مخزون الأشجار الحية في الغابة (مليون م3 مع اللحاء)', - scientificName: 'الاسم العلمي', - commonName: 'الاسم الشائع', - rank: '#{{idx}} مصنفة من حيث الحجم', - remainingNative: 'أنواع الأشجار الأصلية المتبقية', - remainingIntroduced: 'أنواع الأشجار المدخلة المتبقية', - totalNative: 'إجمالي حجم أنواع الأشجار الأصلية', - totalIntroduced: 'إجمالي حجم أنواع الأشجار المدخلة', - totalGrowingStock: 'إجمالي مخزون الأشجار الحية', - rankingYear: 'عام التصنيف 2015', - }, - - biomassStock: { - biomassStock: 'مخزون الكتلة الحيوية', - categoryHeader: 'فئات تقييم الموارد الحرجية', - tableHeader: 'الكتلة الحيوية الحرجية (طن/هـ)', - aboveGround: 'الكتلة الحيوية فوق الأرض', - belowGround: 'الكتلة الحيوية تحت الأرض', - deadWood: 'خشب ميت', - downloadExcel: 'تنزيل حاسبة إكسل', - }, - - carbonStock: { - carbonStock: 'مخزون الكربون', - categoryHeader: 'فئات تقييم الموارد الحرجية', - tableHeader: 'الكربون الحرجي (طن/هـ)', - carbonAboveGroundBiomass: 'الكربون في الكتلة الحيوية فوق الأرض', - carbonBelowGroundBiomass: 'الكربون في الكتلة الحيوية تحت الأرض', - carbonDeadwood: 'الكربون في الخشب الميت', - carbonLitter: 'الكربون في المهاد', - carbonSoil: 'كربون التربة', - soilDepthHeading: 'عمق التربة (سم) المستخدم في تقدير كربون التربة', - }, - - designatedManagementObjective: { - designatedManagementObjective: 'الهدف المحدد للإدارة', - primaryDesignatedManagementObjective: 'الهدف الرئيسي المحدد للإدارة', - primaryDesignatedManagementObjectiveSupport: - 'إن الهدف الرئيس المحدد لإدارة الغابة هو ذو أهمية أكبر بكثير قياساً بسائر الأهداف الأخرى. وتعد الأهداف الرئيسة المختلفة للإدارة *حصرية* بمعنى أن المناطق التي تخضع لهدف رئيس للإدارة لا يجب إدراجها في التقارير بغرض إخضاعها لأهداف رئيسة أخرى للإدارة. في حين يضاف إلى الغابة مجموع الأهداف المختلفة للإدارة. ', - totalAreaWithDesignatedManagementObjective: 'إجمالي المساحة الخاضعة لهدف إدارة محدد', - totalAreaWithDesignatedManagementObjectiveSupport: - 'الهدف المحدد للإدارة، بغض النظر أكان الهدف رئيساً أم لا. فالفئات المحددة المختلفة للإدارة هي فئات *غير حصرية*، ما يعطي إمكانية إدراج المناطق في التقارير أكثر من مرة. فعلى سبيل المثال بالنسبة لمنطقة الغابة التي اعتبرت في التقارير أنها خاضعة لهدف إدارة رئيس متمثل في "استخدام متعدد" يجب إدراجها في التقارير عند كل هدف من أهداف الإدارة. ما قد يفضي بالتالي إلى أن مجموع الأهداف المختلفة للإدارة سيتجاوز إجمالي منطقة الغابة.', - categoryHeader: 'فئات تقييم الموارد الحرجية لعام 2020', - areaUnitLabel: 'مساحة الغابة (1000 هـ)', - production: 'الإنتاج', - soilWaterProtection: 'حماية التربة والمياه', - biodiversityConservation: 'حفظ التنوع الحيوي', - socialServices: 'خدمات اجتماعية', - multipleUse: 'متعدد الاستخدام', - other: 'غير ذلك (حدده في التعليقات)', - unknown: 'لا يوجد/مجهول', - totalForestArea: 'إجمالي مساحة الغابة', - total: 'الإجمالي', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithinProtectedAreas: 'مساحة الغابة ضمن المناطق المحمية ومساحة الغابة الخاضعة لخطط إدارة طويلة الأجل', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'المساحة (1000 هـ)', - header: 'مساحة الغابة ضمن المناطق المحمية', - forestAreaWithLongTermManagementPlan: 'مساحة الغابة الخاضعة لخطة إدارة طويلة الأجل للغابة', - ofWhichInProtectedAreas: '...منها في مناطق محمية', - }, - - forestOwnership: { - forestOwnership: 'ملكية الغابة', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'مساحة الغابة (1000 هـ)', - privateOwnership: 'ملكية خاصة', - ofWhichIndividuals: 'منها خاضع لملكية الأفراد', - ofWhichPrivateBusinesses: '...منها خاضع لملكية كيانات ومؤسسات أعمال خاصة', - ofWhichCommunities: '...منها خاضع لملكية مجتمعات محلية وقبلية وأصلية', - publicOwnership: 'ملكية عامة', - otherOrUnknown: 'مجهولة/غير ذلك (حددها في التعليقات)', - totalForestArea: 'إجمالي مساحة الغابة', - total: 'الإجمالي', - }, - - holderOfManagementRights: { - holderOfManagementRights: 'صاحب حقوق إدارة الغابات العامة', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'مساحة الغابة (1000 هـ)', - publicAdministration: 'إدارة عامة', - individuals: 'أفراد', - privateBusinesses: 'كيانات ومؤسسات أعمال تابعة للقطاع الخاص', - communities: 'مجتمعات محلية وقبلية وأصلية', - other: 'مجهولة/غير ذلك (حددها في التعليقات)', - totalPublicOwnership: 'إجمالي الملكية العامة', - total: 'الإجمالي', - publicOwnershipDoesNotMatch: 'غير مطابق لإجمالي الملكية العامة', - }, - - disturbances: { - disturbances: 'اضطرابات', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'المساحة (1000 هـ)', - insects: 'حشرات', - diseases: 'أمراض', - severeWeatherEvents: 'الظواهر الجوية القاسية', - other: 'غير ذلك (حددها في التعليقات)', - totalForestArea: 'إجمالي مساحة الغابة', - total: 'الإجمالي', - }, - - areaAffectedByFire: { - areaAffectedByFire: 'المساحة المتضررة بالحرائق', - categoryHeader: 'فئات تقييم الموارد الحرجية', - areaUnitLabel: 'المساحة (1000 هـ)', - totalLandAreaAffectedByFire: 'إجمالي مساحة الاراضي المتضررة بالحرائق', - ofWhichForest: '...منها في الغابات', - }, - - degradedForest: { - degradedForest: 'غابة متدهورة', - doesYourCountryMonitor: 'هل يتم رصد منطقة الغابة المتدهورة في بلدك', - ifYes: 'إن كانت الإجابة "نعم"عندها', - whatIsDefinition: 'ما هو تعريف "الغابة المتدهورة" على المستوى الوطني؟', - howMonitored: 'صف عملية الرصد والنتائج', - }, - - forestPolicy: { - forestPolicy: 'السياسات والتشريع والمنصة الوطنية المطلوبة لمشاركة أصحاب الشأن في السياسة المتعلقة بالغابات', - categoryHeader: 'أشر إلى وجود', - areaUnitLabel: 'بوليني (نعم/لا)', - national: 'وطني', - subnational: 'دون وطني', - policiesSFM: 'سياسات داعمة للإدارة المستدامة للغابات', - legislationsSFM: 'التشريعات واللوائح الداعمة للإدارة المستدامة للغابات', - stakeholderParticipation: 'المنصة التي تعزز أو تتيح مشاركة أصحاب الشأن في رسم سياسة الغابات', - existenceOfTraceabilitySystem: 'نظام (نظم) تعقب المنتجات الخشبية', - }, - - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate: 'مساحة الأرض المخصصة للغابة بشكل دائم', - categoryHeader: 'فئات تقييم الموارد الحرجية لعام 2020', - areaUnitLabel: 'مساحة الغابة (1000 هـ)', - applicable: 'أقابل للتطبيق؟', - }, - - employment: { - employment: 'التوظيف في الحراجة وقطع الأشجار', - average: 'معدل ثلاث سنوات', - categoryHeader: 'فئات تقييم الموارد الحرجية لعام 2020', - unitHeader: 'مكافئ العمل بدوام كامل (1000)', - inForestry: 'التوظيف في الحراجة وقطع الأشجار', - ofWhichSilviculture: '...منها أنشطة حرجية وغيرها من الأنشطة المرتبطة بالغابات', - ofWhichLogging: '...منها قطع الأشجار', - ofWhichGathering: '...منها جمع منتجات حرجية غير خشبية', - ofWhichSupport: '...منها تقديم خدمات دعم الحراجة', - total: 'الإجمالي', - female: 'أنثى', - male: 'ذكر', - }, - - graduationOfStudents: { - graduationOfStudents: 'تخريج طلاب في ميدان التعليم المرتبط بالغابات', - average: 'معدل ثلاث سنوات', - numberOfStudents: 'عدد الطلاب الخريجين', - fra2020Categories: 'فئات تقييم الموارد الحرجية لعام 2020', - doctoralDegree: 'درجة الدكتوراة', - mastersDegree: 'درجةالماجستير', - bachelorsDegree: 'درجة البكالوريوس', - technicianCertificate: 'شهادة/دبلوم فني', - total: 'الإجمالي', - female: 'أنثى', - male: 'ذكر', - }, - - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals: 'إزالة منتجات حرجية غير خشبية وقيمتها عام 2015', - nameOfProduct: 'اسم المنتج الحرجي غير الخشبي', - keySpecies: 'النوع الأساسي', - quantity: 'الكمية', - unit: 'الواحدة', - value: 'القيمة (1000 عملة محلية)', - category: 'فئة المنتج الحرجي غير الخشبي', - plantProductsSelectHeading: 'منتجات نباتية/مادة أولية', - food: '1 غذاء', - fodder: '2 علف', - rawMaterialForMedicine: '3 مادة أولية لمنتجات طبية وعطرية', - rawMaterialForColorants: '4 مادة أولية تستخدم في الملونات والأصبغة', - rawMaterialForUtensils: '5 مادة أولية تستخدم في صناعة أوانٍ يدوية ', - ornamentalPlants: '6 نباتات زينة', - exudates: '7 نضحات', - otherPlantProducts: '8 منتجات نباتية أخرى', - animalProductsSelectHeading: 'منتجات حيوانية/ مادة أولية', - livingAnimals: '9 حيوانات حية', - hidesSkins: '10 جلود الحيوانات ونصبها', - wildHoney: '11 عسل بري وشمع النحل', - wildMeat: '12 لحم بري', - animalRawMaterialForMedicine: '13 مادة أولية للأدوية', - animalRawMaterialForColorants: '14 مادة أولية للملونات', - otherEdibleAnimalProducts: '15 منتجات حيوانية أخرى صالحة للأكل', - otherNonEdibleAnimalProducts: '16 منتجات حيوانية أخرى غير صالحة للأكل', - allOtherPlantProducts: 'جميع المنتجات النباتية الأخرى', - allOtherAnimalProducts: 'جميع المنتجات الحيوانية الأخرى', - total: 'الإجمالي', - currency: 'اسم العملة', - notSelected: '', - }, - - sustainableDevelopment: { - sustainableDevelopment: 'الهدف الخامس عشر من أهداف التنمية المستدامة', - indicator: 'المؤشر', - percent: 'النسبة المئوية', - nameOfAgencyResponsible: 'اسم الهيئة المسؤولة', - sdgIndicator1: 'مؤشر هدف التنمية المستدامة 15-1-1 مساحة الغابة كنسبة من إجمالي مساحة الأرض عام 2015', - sdgIndicator2: 'مؤشر هدف التنمية المستدامة 15-2-1 التقدم باتجاه الإدارة المستدامة للغابات', - forestAreaProportionLandArea2015: 'مساحة الغابة كنسبة من إجمالي مساحة الأرض عام 2015', - subIndicator: 'المؤشر الفرعي {{no}}', - forestAreaAnnualNetChangeRate: 'المعدل السنوي لصافي التغيير في مساحة الغابة', - aboveGroundBiomassStockForests: 'مخزون الكتلة الحيوية فوق الأرض في الغابة', - percent2015ForestAreaBaseline: 'النسبة المئوية (بيانات خط المنطلق الخاصة بمساحة الغابة عام 2015)', - proportionForestAreaLegallyEstablishedProtectedAreas: 'نسبة مساحة الغابة الموجودة ضمن مناطق محمية قانونياً', - proportionForestAreaLongTermForestManagement: 'نسبة مساحة الغابة الخاضعة لخطة إدارة طويلة الأجل للغابة', - forestArea1000Ha: 'مساحة الغابة (1000 هـ)', - forestAreaVerifiedForestManagement: 'مساحة الغابة الخاضعة لخطط اعتماد إدارة الغابة المتحقق منها بشكل مستقل ', - }, - - panEuropeanIndicators: { - panEuropeanIndicators: 'المؤشرات الكمية في عموم أوروبا للإدارة المستدامة للغابات', - uploadQuestionnaire: 'حمّل الاستبيان', - chooseFile: 'اختر ملفاً', - downloadQuestionnaire: 'نزل الاستبيان', - download: 'تنزيل', - remove: 'إزالة', - noQuestionnaire: 'لم يتم اختيار استبيان', - panEuropeanQualitativeIndicators: 'المؤشرات الكمية في عموم أوروبا للإدارة المستدامة للغابات', - accessReportingPage: 'ادخل إلى صفحة إعداد التقارير', - }, - - assessment: { - fra: 'تقييم الموارد الحرجية عام', - panEuropean: 'عموم أوروبا', - deskStudy: 'دراسة مكتبية', - statusChangeNotification: { - subject: '{{country}} تغير الحالة الي {{status}} على منصة تقييم الموارد الحرجية.', - textMessage: `عزيزي {{recipientName}}, - -{{changer}} غير الحالة الخاصه {{assessment}} إلى "{{status}}"بالنسبة لـ {{country}} على منصة تقييم الموارد الحرجية. - -{{message}} - -قم بزيارة المنصة على: {{- serverUrl}} - -فريق تقييم الموارد الحرجية -{{- serverUrl}}`, - htmlMessage: `عزيزي {{recipientName}}, -

-{{changer}} غير الحالة الخاصه {{assessment}} إلى "{{status}}"بالنسبة لـ {{country}} على منصة تقييم الموارد الحرجية. -

-{{message}} -

-لزيارة المنصة -

-فريق تقييم الموارد الحرجية -
-{{- serverUrl}}`, - }, - status: { - changing: { - label: 'تغيير...', - }, - editing: { - label: 'تعديل...', - previous: 'العودة إلى تعديل', - }, - review: { - label: 'قيد المراجعة', - next: 'أرسل إلى المراجعة', - previous: 'العودة إلى المراجعة', - }, - approval: { - label: 'بانتظار الموافقة', - next: 'أرسل للحصول على الموافقة', - previous: 'العودة إلى الموافقة', - }, - accepted: { - label: 'مقبول', - next: 'اقبل', - previous: '', - }, - notStarted: { - label: 'لم يبدأ', - }, - }, - }, - - multiSelect: { - placeholder: 'اختر...', - }, - - emoji: { - picker: { - search: 'ابحث', - categories: { - search: 'ابحث في النتائج', - recent: 'مستخدم بشكل متكرر', - people: 'أوجه ضاحكة وأشخاص', - nature: 'حيوانات وطبيعة', - foods: 'طعام وشراب', - activity: 'نشاط', - places: 'سفر وأماكن', - objects: 'أشياء', - symbols: 'رموز', - flags: 'أعلام', - }, - }, - }, - - country: { - region: { - asia: 'آسيا', - europe: 'أوروبا', - oceania: 'أوقيانوسيا', - north_and_central_america: 'أمريكا الشمالية والوسطى', - south_america: 'أمريكا الجنوبية', - africa: 'أفريقيا', - atlantis: 'أطلانطس', - forest_europe: 'المبادرة الأوروبية للغابات', - }, - }, - - countryMessageBoard: { - messageBoard: 'لوح الرسائل', - messageBoardDesc: 'يمكن لجميع الأعضاء القطريين مشاهدة الرسائل الموضوعة هنا ', - oneToOneMessages: 'رسائل من شخص إلى شخص', - }, - - tutorial: { - watch: 'المشاهدة', - passwordLogin: 'البرنامج التعليمي لمنصة الفرا - كيفية تسجيل الدخول باستخدام كلمة مرور محددة ذاتيًا.', - googleLogin: 'البرنامج التعليمي لمنصة الفرا - كيفية تسجيل الدخول باستخدام جوجل.', - collaboratorAdd: 'البرنامج التعليمي لمنصة الفرا - كيفية إضافة شخص اخر للتعاون في ملئ التقارير', - platformNavigation: 'البرنامج التعليمي لمنصة الفرا - استكشاف المنصة', - documentUpload: 'البرنامج التعليمي لمنصة الفرا - كيفية رفع المستندات', - ndpAdd: 'البرنامج التعليمي لمنصة الفرا - كيفية إضافة نقطة بيانات وطنية', - passwordLoginShort: 'كيفية تسجيل الدخول باستخدام كلمة مرور محددة ذاتيًا', - googleLoginShort: 'كيفية تسجيل الدخول باستخدام جوجل', - guidelinesAndSpecifications: 'المبادئ التوجيهية والمواصفات', - ndpAddReferenceLink: 'البرنامج التعليمي لمنصة الفرا - كيفية إضافة رابط مرجعي لنقطة البيانات الوطنية؟', - nationalDataAddReferenceLink: 'البرنامج التعليمي لمنصة الفرا - كيفية إضافة رابط مرجعي للبيانات الوطنية؟', - }, - - panEuropean: { - panEuropeanAssessment: 'تقييم عموم أوروبا', - variable: 'متغير', - landing: { - link: 'إعداد تقارير مشتركة بين المبادرة الأوروبية للغابات/اللجنة الاقتصادية لأوروبا التابعة للأمم المتحدة/منظمة الأغذية والزراعة حول مؤشرات عموم أوروبا الخاصة بالإدارة المستدامة للغابات: المبادرة الأوروبية للغابات.', - }, - home: { - description1: - 'تتألف مجموعة البيانات من معلومات قدمها مراسلون وطنيون استجابة إلى استبيان مشترك بين المبادرة الأوروبية للغابات واللجنة الاقتصادية لأوروبا التابعة للأمم المتحدة ومنظمة الأغذية والزراعة حول مؤشرات كمية لعموم أوروبا خاصة بالإدارة المستدامة للغابات.', - description2: - 'نفذ إعداد تقارير عموم أوروبا لعام 2020 على التوازي مع تقييم الموارد الحرجية لعام 2020. صحيح أنهما عمليتين منفصلتين، إلا أن بعض المتغيرات ظهرت في كليهما معاً. وهنا تجدر الملاحظة أنه تم تعديل بعض المعلومات المتعلقة بحالة الغابات في أوروبا عام 2020 في أعقاب جمع البيانات بالمشورة مع مراسلين وطنيين، وبالتالي قد تختلف تلك البيانات عن التي جرى تقديمها على منصة تقييم الموارد الحرجية. ', - }, - disclaimer: { - and: 'و', - forestEurope: 'المبادرة الأوروبية للغابات', - govSwitzerland: 'حكومة سويسرا', - part1: 'أعد هذا الموقع الإلكتروني بمساعدة [دعم] من', - }, - - // navigation - navigation: { - forestResourcesAndCarbon: 'الموارد الحرجية والكربون', - maintenanceOfForestEcosystemHealthAndVitality: 'الحفاظ على صحة النظام الإيكولوجي للغابات وحيويته', - productiveFunctionsOfForestsWoodAndNonWood: 'وظائف إنتاجية للغابات (خشبية وغير خشبية)', - biologicalDiversityInForestEcosystems: 'التنوع الحيوي في النظم الإيكولوجية للغابات', - protectiveFunctionsInForestManagement: 'وظائف وقائية في إدارة الغابات', - socioEconomicFunctionsAndConditions: 'وظائف وظروف اجتماعية واقتصادية', - }, - - // table 1.1a - forestArea: { - forestArea: 'مساحة الغابة', - categoryYear: 'الفئة - العام', - area: 'المساحة', - area1000Ha: 'المساحة (1000 هـ)', - forest: 'غابة- {{year}}', - _of_which_available_for_wood_supply: '...منها متاح للإمداد بالأخشاب - {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}', - other_land: 'أرض أخرى - {{year}}', - _of_which_with_tree_cover: '...منها ذات غطاء شجري - {{year}}', - }, - - // table 1.1b - forestAreaByForestTypes: { - forestAreaByForestTypes: 'مساحة الغابة وفق أنماط الغابة', - category: 'الفئة', - forestArea1000Ha: 'مساحة الغابة (1000 هـ)', - predominantly_coniferous_forest: 'غابة أشجار صنوبرية بالدرجة الأولى', - predominantly_broadleaved_forest: 'غابة أشجار عريضة الأوراق بالدرجة الأولى', - mixed_forest: 'غابة خليطة', - forest_area_1990: 'مساحة الغابة – 1990', - forest_area_2000: 'مساحة الغابة – 2000', - forest_area_2005: 'مساحة الغابة – 2005', - forest_area_2010: 'مساحة الغابة – 2010', - forest_area_2015: 'مساحة الغابة – 2015', - forest_area_2020: 'مساحة الغابة – 2020', - }, - - // table 1.2a - growingStock: { - growingStock: 'مخزون الأشجار الحية', - categoryYear: 'الفئة - العام', - growingStockMillionM3OB: 'مخزون الأشجار الحية (مليون م3 مع اللحاء)', - total: 'الإجمالي', - _ofWhich: '...منها', - coniferous: 'صنوبرية', - broadleaved: 'عريضة الأوراق', - forest: 'الغابة- {{year}}', - _of_which_available_for_wood_supply: '...منها متاح للإمداد بالأخشاب - {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}', - }, - - // table 1.2b - growingStockByForestType: { - growingStockByForestType: 'مخزون الأشجار الحية وفق نمط الغابة', - category: 'الفئة', - growingStockMillionM3OB: 'مخزون الأشجار الحية (مليون م3 مع اللحاء)', - predominantly_coniferous_forest: 'غابة أشجار صنوبرية بالدرجة الأولى ', - predominantly_broadleaved_forest: 'غابة أشجار عريضة الأوراق بالدرجة الأولى', - mixed_forest: 'غابة مختلطة', - growing_stock_1990: 'مخزون أشجار حية – 1990', - growing_stock_2000: 'مخزون أشجار حية - 2000', - growing_stock_2005: 'مخزون أشجار حية - 2005', - growing_stock_2010: 'مخزون أشجار حية - 2010', - growing_stock_2015: 'مخزون أشجار حية - 2015', - growing_stock_2020: 'مخزون أشجار حية - 2020', - }, - - // table 1.2c - growingStockComposition: { - growingStockComposition: 'تركيبة مخزون الأشجار الحية', - forestGrowingStockComposition: 'تكوين مخزون الأشجار الحيّة بالغابات', - speciesName: 'اسم النوع', - growingStockInForestMillionM3OB: 'المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء)', - rank: 'التصنيف', - scientificName: 'الاسم العلمي', - commonName: 'الاسم الشائع', - no1_ranked_in_terms_of_volume: 'مصنفة #1 من حيث الحجم', - no2_ranked_in_terms_of_volume: 'مصنفة #2 من حيث الحجم', - no3_ranked_in_terms_of_volume: 'مصنفة #3 من حيث الحجم', - no4_ranked_in_terms_of_volume: 'مصنفة #4 من حيث الحجم', - no5_ranked_in_terms_of_volume: 'مصنفة #5 من حيث الحجم', - no6_ranked_in_terms_of_volume: 'مصنفة #6 من حيث الحجم', - no7_ranked_in_terms_of_volume: 'مصنفة #7 من حيث الحجم', - no8_ranked_in_terms_of_volume: 'مصنفة #8 من حيث الحجم', - no9_ranked_in_terms_of_volume: 'مصنفة #9 من حيث الحجم', - no10_ranked_in_terms_of_volume: 'مصنفة #10 من حيث الحجم', - remaining: 'المتبقي', - total: 'الإجمالي', - scientific_name: 'الاسم العلمي', - common_name: 'الاسم الشائع', - growing_stock_in_forest_1990: 'المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) – 1990', - growing_stock_in_forest_2000: 'المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2000', - growing_stock_in_forest_2005: 'المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2005', - growing_stock_in_forest_2010: 'المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2010', - growing_stock_in_forest_2015: 'المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2015', - growing_stock_in_forest_2020: 'المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2020', - }, - - // table 1.3a1 - ageClassDistributionAreaOfEvenAgedStands: { - ageClassDistributionAreaOfEvenAgedStands: 'توزع فئة العمر (مساحة الشجراء ذات العمر المتساوي)', - categoryYear: 'الفئة - العام', - developmentPhases: 'أطوار التطور', - total_area: 'إجمالي المساحة', - regeneration_phase: 'طور التجدد', - intermediate_phase: 'الطور المتوسط', - mature_phase: 'طور النضوج', - unspecified: 'غير محدد', - _1000Ha: '1000 هـ', - forest_even_aged_stands_of_which: 'الغابة (الشجراء ذات العمر المتساوي)، منها: - {{year}}', - available_for_wood_supply_of_which: 'متوافرة للإمداد بالأخشاب، منها: - {{year}}', - predominantly_coniferous_forest: 'غابة صنوبرية بالدرجة الأولى - {{year}}', - predominantly_broadleaved_forest: 'غابة أشجار عريضة الأوراق بالدرجة الأولى - {{year}}', - mixed_forest: 'غابة خليطة - {{year}}', - }, - - // table 1.3a2 - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: { - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: - 'توزع فئة العمر (حجم الشجراء ذات العمر المتساوي) في الغابة المتوافرة للإمداد بالأخشاب', - categoryYear: 'الفئة - العام', - developmentPhases: 'أطوار التطور', - total_volume: 'إجمالي الحجم', - regeneration_phase: 'طور التجدد', - intermediate_phase: 'الطور المتوسط', - mature_phase: 'طور النضوج', - unspecified: 'غير محدد', - _1000M3: '1000 م3', - forest_available_for_wood_supply_even_aged_stands_of_which: - 'غابة متوافرة للإمداد بالأخشاب (شجراء ذات عمر متساو)، منها: - {{year}}', - predominantly_coniferous_forest: 'غابة صنوبرية بالدرجة الأولى - {{year}}', - predominantly_broadleaved_forest: 'غابة أشجار عريضة الأوراق بالدرجة الأولى - {{year}}', - mixed_forest: 'غابة خليطة - {{year}}', - }, - - // table 1.3b - diameterDistributionAndTotalAreaUnevenAgedStands: { - diameterDistributionAndTotalAreaUnevenAgedStands: - 'التوزع بحسب قطر الشجرة وإجمالي المساحة (شجراء غير متساوية العمر)', - categoryYear: 'الفئة - العام', - volumeByDiameterClasses1000mob: 'الحجم وفق فئات القطر', - area: 'المساحة (1000 هـ)', - total_volume: 'إجمالي الحجم (1000 م3 مع اللحاء)', - less_or_equal_20_cm: 'أصغر أو يساوي 20 سم (1000 م3 مع اللحاء)', - _21_40_cm: 'من 21-40 سم (1000 م3 مع اللحاء)', - _41_60_cm: 'من 41 – 60 سم (1000 م3 مع اللحاء)', - greater_60_cm: 'أكبر من 60 سم (1000 م3 مع اللحاء)', - unspecified: 'غير محدد (1000 م3 مع اللحاء)', - forest_uneven_aged_stands: 'شجراء حرجية غير متساوية العمر - {{year}}', - _of_which_forest_available_for_wood_supply: '...منها: غابة متوافرة للإمداد بالأخشاب - {{year}}', - }, - - // table 1.4a - carbonStock: { - carbonStock: 'مخزون الكربون', - categoryYear: 'الفئة - العام', - carbonInAboveGroundAndBelowGroundLivingBiomass: 'الكربون في الكتلة الحيوية الحية فوق الأرض وتحت الأرض', - carbonInDeadwoodAndLitter: 'الكربون في الخشب الميت والمهاد', - above_ground: 'الكربون في الكتلة الحيوية الحية فوق الأرض', - aboveGround: 'فوق الأرض', - below_ground: 'الكربون في الكتلة الحيوية الحية تحت الأرض', - belowGround: 'تحت الأرض', - deadwood: 'الكربون في الخشب الميت', - deadwoodCarbon: 'خشب ميت', - litter: 'الكربون في المهاد', - litterCarbon: 'مهاد', - soil_carbon: 'الكربون في التربة', - millionMetricTonnes: 'مليون طن متري', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}', - }, - - // table 1.4b - carbonStockInHarvestedWoodProductsHWP: { - carbonStockInHarvestedWoodProductsHWP: 'مخزون الكربون في المنتجات الخشبية المحصودة ', - categoryYear: 'الفئة - العام', - totalCarbonStockInHWPMillionMetricTonnes: 'إجمالي مخزون الكربون في المنتجات الخشبية المحصودة (مليون طن متري)', - total_carbon_stock_in_hwp: 'إجمالي مخزون الكربون في المنتجات الخشبية المحصودة', - harvested_wood_products: 'منتجات خشبية محصودة - {{year}}', - }, - - // table 2.4 - forestAreaWithDamage: { - forestAreaWithDamage: 'المساحة المتضررة من الغابة', - categoryYear: 'الفئة - العام', - areaWithDamageByDifferentAgents: 'المساحة المتضررة بفعل عوامل مختلفة', - primarilyDamagedByBioticAgents: 'متضررة بفعل عوامل أحيائية بالدرجة الأولى', - damagePrimarilyHumanInduced: 'الضرر ناجم عن البشر بالدرجة الأولى', - primarilyDamagedByFire: 'متضررة بالحرائق بالدرجة الأولى', - thousandHa: '1000 هـ', - total_area_with_damage: 'إجمالي المساحة المتضررة', - insects_and_disease: 'عوامل أحيائية: حشرات وأمراض', - insectsAndDisease: 'حشرات وأمراض', - wildlife_and_grazing: 'عوامل أحيائية: حياة برية ورعي', - wildlifeAndGrazing: 'حياة برية ورعي', - forest_operations: 'ناجم عن البشر: عمليات حرجية', - forestOperations: 'عمليات حرجية', - other: 'ناجم عن البشر: غير ذلك', - otherHumanInduced: 'غير ذلك', - primarily_damaged_by_abiotic_agents: 'عوامل غير أحيائية (عواصف، رياح، ثلوج، إلخ)', - primarilyDamagedByAbioticAgents: 'متضررة بالدرجة الأولى بعوامل غير أحيائية (عواصف، رياح، ثلوج، إلخ)', - primarily_damaged_by_fire_total: 'حرائق: الإجمالي', - primarilyDamagedByFireTotal: 'الإجمالي', - of_which_human_induced: 'حرائق: منها ناجم عن البشر', - ofWhichHumanInduced: 'منها ناجم عن البشر', - unspecified_mixed_damage: 'ضرر غير محدد/خليط', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}', - }, - - // table 2.5 - areaWithForestLandDegradation: { - areaWithForestLandDegradation: 'المساحة ذات الأرض الحرجية المتدهورة', - categoryYear: 'الفئة - العام', - totalAreaOfDegradedLand: 'إجمالي مساحة الأرض المتدهورة', - areaPrimarilyDegradedBy: 'المساحة المتدهورة بالدرجة الأولى بفعل', - formerDegradedLandRestored: 'استعادة الأرض التي كانت متدهور سابقاً', - grazing: 'رعي', - repeatedFires: 'حرائق متكررة', - airPollution: 'تلوث الهواء', - desertification: 'تصحر', - other1: 'غير ذلك 1', - other2: 'غير ذلك 2', - other3: 'غير ذلك 3', - unknown: 'مجهول', - nA: '', - thousandHa: '1000 هـ', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}', - otherNames: 'أسماء العوامل الأخرى التي تدهورت بفعلها تلك المساحة', - total_area_of_degraded_land: 'إجمالي مساحة الأرض المتدهورة', - repeated_fires: 'حرائق متكررة', - air_pollution: 'تلوث الهواء', - other_1: 'غير ذلك 1', - other_2: 'غير ذلك 2', - other_3: 'غير ذلك 3', - former_degraded_land_restored: 'استعادة الأرض التي كانت متدهور سابقاً', - }, - - // table 3.1 - incrementAndFellings: { - incrementAndFellings: 'النمو والقطع', - categoryYear: 'الفئة - العام', - fellings: 'قطع', - volume1000mob: 'الحجم (1000 م3 مع اللحاء)', - gross_annual_increment: 'إجمالي النمو السنوي', - natural_losses: 'خسائر طبيعية', - net_annual_increment: 'صافي النمو السنوي', - fellings_total: 'القطع: الإجمالي', - fellingsTotal: 'الإجمالي', - _of_which_of_natural_losses: 'القطع: خسائر طبيعية', - ofWhichOfNaturalLosses: '...منها: خسائر طبيعية', - forest: 'غابة- {{year}}', - _of_which_forest_available_for_wood_supply: '...منها: غابة متوافرة للإمداد بالأخشاب - {{year}}', - }, - - // table 3.2 - removals: { - removals: 'إزالة', - categoryYear: 'الفئة - العام', - woodRemovals: 'إزالة الأخشاب', - total: 'الإجمالي', - industrialRoundwood: 'أخساب مستديرة صناعية', - woodfuel: 'حطب', - volume1000M3UB: 'الحجم (1000 م3 مع اللحاء)', - marketValue1000NationalCurrency: 'القيمة السوقية (1000 عملة وطنية)', - roundwood: 'أخشاب مستديرة - {{year}}', - total_volume: 'إجمالي: الحجم (1000 م3 مع اللحاء)', - industrial_roundwood_volume: 'أخشاب مستديرة صناعية: الحجم (1000 م3 دون اللحاء)', - industrial_roundwood_market_value: 'أخشاب مستديرة صناعية: القيمة السوقية (1000 عملة وطنية)', - woodfuel_volume: 'حطب: الحجم (1000 م3 دون اللحاء)', - woodfuel_market_value: 'حطب: القيمة السوقية (1000 عملة وطنية)', - }, - - // table 3.3 - nonWoodGoods2015: { - nonWoodGoods2015: 'سلع غير خشبية (2015)', - rankValue: 'الرتبة (القيمة)', - nameOfGroupsOfProduct: 'اسم (مجموعات) المنتج', - keySpecies: 'أنواع أساسية', - totalHarvestedNonWoodGoods: 'إجمالي السلع غير الخشبية المحصودة', - unit: 'الواحدة', - quantity: 'الكمية', - marketValue1000NationalCurrency: 'Market value (1000 national currency)', - nwfpCategory: 'فئة المنتجات الحرجية غير الخشبية', - _01st: 'الرتبة الأولى (القيمة)', - _02nd: 'الرتبة الثانية (القيمة)', - _03rd: 'الرتبة الثالثة (القيمة)', - _04th: 'الرتبة الرابعة (القيمة)', - _05th: 'الرتبة الخامسة (القيمة)', - _06th: 'الرتبة السادسة (القيمة)', - _07th: 'الرتبة السابعة (القيمة)', - _08th: 'الرتبة الثامنة (القيمة)', - _09th: 'الرتبة التاسعة (القيمة)', - _10th: 'الرتبة العاشرة (القيمة)', - all_other_plant_products: 'جميع المنتجات النباتية الأخرى', - all_other_animal_products: 'جميع المنتجات الحيوانية الأخرى', - total: 'الإجمالي', - name_of_groups_of_product: 'اسم (مجموعات) المنتج', - key_species: 'أنواع أساسية', - total_harvested_non_wood_goods_unit: 'إجمالي السلع غير الخشبية المحصودة: الواحدة', - total_harvested_non_wood_goods_quantity: 'إجمالي السلع غير الخشبية المحصودة: الكمية', - market_value_1000_national_currency: 'القيمة السوقية (1000 عملة وطنية)', - nwfp_category: 'فئة المنتجات الحرجية غير الخشبية', - }, - - // table 3.4 - marketedServices2015: { - marketedServices2015: 'خدمات مسوقة (2015)', - rankValue: 'الرتبة (القيمة)', - nameOfServiceProduct: 'اسم الخدمة/المنتج', - unit: 'الواحدة', - serviceProvision: 'تقديم الخدمة', - forestServiceCategory: 'فئة الخدمة الحرجية', - amountOfServiceProduct: 'حجم الخدمة/المنتج', - value1000NationalCurrency: 'القيمة (1000 عملةوطنية)', - _01st: 'الرتبة الأولى (القيمة)', - _02nd: 'الرتبة الثانية (القيمة)', - _03rd: 'الرتبة الثالثة (القيمة)', - _04th: 'الرتبة الرابعة (القيمة)', - _05th: 'الرتبة الخامسة (القيمة)', - _06th: 'الرتبة السادسة (القيمة)', - _07th: 'الرتبة السابعة (القيمة)', - _08th: 'الرتبة الثامنة (القيمة)', - _09th: 'الرتبة التاسعة (القيمة)', - _10th: 'الرتبة العاشرة (القيمة)', - remaining_total: 'إجمالي الباقي', - total: 'الإجمالي', - name_of_service_product: 'اسم الخدمة/المنتج', - service_provision_amount_of_service_product: 'تقديم الخدمة: حجم الخدمة/المنتج', - service_provision_value_1000_national_currency: 'تقديم الخدمة: القيمة (1000 عملة وطنية)', - forest_service_category: 'فئة الخدمة الحرجية', - }, - - // table 4.1 - treeSpeciesComposition: { - treeSpeciesComposition: 'تركيبة أنواع الأشجار', - categoryYear: 'الفئة - العام', - areaWithNumberOfTreeSpeciesOccurring1000ha: 'المساحة مع عدد أنواع الأشجار الموجودة (1000 هـ)', - area_with_number_of_tree_species_occurring_1: 'المساحة مع عدد أنواع الأشجار الموجودة: 1', - areaWithNumberOfTreeSpeciesOccurring1: '1', - area_with_number_of_tree_species_occurring_2_3: 'المساحة مع عدد أنواع الأشجار الموجودة: 2-3', - areaWithNumberOfTreeSpeciesOccurring2_3: '2-3', - area_with_number_of_tree_species_occurring_4_5: 'المساحة مع عدد أنواع الأشجار الموجودة: 4-5', - areaWithNumberOfTreeSpeciesOccurring4_5: '4-5', - area_with_number_of_tree_species_occurring_6_pl: 'المساحة مع عدد أنواع الأشجار الموجودة: أكثر من 6', - areaWithNumberOfTreeSpeciesOccurring6_pl: 'أكثر من 6', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}', - }, - - // table 4.2a - totalForestAreaByExpansionAndRegenerationType: { - totalForestAreaByExpansionAndRegenerationType: 'إجمالي مساحة الغابة وفق نمط التوسع والتجديد', - categoryYear: 'الفئة - العام', - totalAreaOfForestByExpansionRegenerationType1000ha: 'إجمالي مساحة الغابة وفق نمط التوسع والتجديد (1000 هـ)', - natural_expansion_and_natural_regeneration: 'توسع طبيعي وتجدد طبيعي', - afforestation_and_regeneration_by_planting_and_or_seeding: 'تحريج وتجديد عن طريق زراعة الغراس أو البذور', - coppice: 'منسغة', - forest: 'غابة- {{year}}', - }, - - // table 4.2b - annualForestExpansionAndRegeneration: { - annualForestExpansionAndRegeneration: 'التوسع والتجدد السنوي للغابة', - categoryYear: 'الفئة - العام', - annualForestExpansionAndRegeneration1000ha: 'التوسع والتجدد السنوي للغابة (1000 هـ)', - expansionOfForestArea: 'توسع منطقة الغابة', - regenerationOfForestArea: 'تجدد منطقة الغابة', - afforestation: 'التوسع: تحريج', - afforestationExpansion: 'تحريج', - natural_expansion: 'التوسع: توسع طبيعي', - naturalExpansion: 'توسع طبيعي', - natural_regeneration: 'التجدد: تجدد طبيعي', - naturalRegeneration: 'تجدد طبيعي', - planting_and_seeding: 'التجدد: زراعة غراس وبذور', - plantingAndSeeding: 'زراعة غراس وبذور', - coppice: 'تجدد: منسغة', - coppiceRegeneration: 'منسغة', - forest: 'غابة- {{year}}', - }, - - // table 4.3a - naturalness: { - naturalness: 'الطبيعية', - categoryYear: 'الفئة - العام', - area1000ha: 'المساحة (1000 هـ)', - undisturbed_by_man: 'غير مضطربة بفعل الإنسان', - semi_natural: 'شبه طبيعية', - plantations: 'مزروعة', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية - {{year}}', - }, - - // table 4.3b - naturalnessBySubclasses: { - naturalnessBySubclasses: 'الطبيعية وفق الشرائح الفرعية', - categoryYear: 'الفئة - العام', - area1000ha: 'المساحة (1000 هـ)', - semiNatural: 'شبه طبيعية', - plantations: 'مزروعة', - naturally_established: 'شبه طبيعي: تأسيس طبيعي', - naturallyEstablished: 'تأسيس طبيعي', - naturalised_introduced_species: 'شبه طبيعي: أنواع مدخلة طبيعياً', - naturalisedIntroducedSpecies: 'أنواع مدخلة طبيعياً', - established_by_planting_and_or_seeding: 'شبه طبيعي: تأسيس عن طريق زراعة الغراس أو البذور أو كليهما', - establishedByPlantingAndOrSeeding: 'تأسيس عن طريق زراعة الغراس أو البذور أو كليهما', - coppice: 'شبه طبيعي: منسغة', - coppiceSemiNatural: 'منسغة', - unknown_origin: 'شبه طبيعي: مجهول الأصل', - unknownOrigin: 'مجهول الأصل', - native_species: 'مزروعة: أنواع أصلية', - nativeSpecies: 'أنواع أصلية', - introduced_species: 'مزروعة: أنواع مدخلة', - introducedSpecies: 'أنواع مدخلة', - forest: 'غابة- {{year}}', - }, - - // table 4.4a - introducedTreeSpecies: { - introducedTreeSpecies: 'مساحة الشجراء التي تحتوي على أنواع أشجار مدخلة بالدرجة الأولى', - categoryYear: 'الفئة - العام', - areaOfStandsDominatedByIntroducedTreeSpecies1000ha: - 'مساحة الشجراء التي تحتوي على أنواع أشجار مدخلة بالدرجة الأولى (1000 هـ)', - total: 'الإجمالي', - _of_which_invasive: '...منها: غازية', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}', - }, - - // table 4.4b - introducedTreeSpecies4_4b: { - introducedTreeSpecies4_4b: 'أنواع أشجار مدخلة', - category: 'Category', - scientificNameOfIntroducedTreeSpecies: 'الاسم العلمي للنوع المدخل', - forestAreaOccupied1000Ha: 'مساحة الغابة المشغولة (1000 هـ)', - _01: 'نوع الشجرة المدخلة 1', - _02: 'نوع الشجرة المدخلة 2', - _03: 'نوع الشجرة المدخلة 3', - _04: 'نوع الشجرة المدخلة 4', - _05: 'نوع الشجرة المدخلة 5', - _06: 'نوع الشجرة المدخلة 6', - _07: 'نوع الشجرة المدخلة 7', - _08: 'نوع الشجرة المدخلة 8', - _09: 'نوع الشجرة المدخلة 9', - _10: 'نوع الشجرة المدخلة 10', - _11: 'نوع الشجرة المدخلة 11', - _12: 'نوع الشجرة المدخلة 12', - _13: 'نوع الشجرة المدخلة 13', - _14: 'نوع الشجرة المدخلة 14', - _15: 'نوع الشجرة المدخلة 15 ', - _16: 'نوع الشجرة المدخلة 16', - _17: 'نوع الشجرة المدخلة 17', - _18: 'نوع الشجرة المدخلة 18 ', - _19: 'نوع الشجرة المدخلة 19', - _20: 'نوع الشجرة المدخلة 20', - scientific_name_of_introduced_tree_species: 'الاسم العلمي للنوع المدخل', - forest_area_occupied_2005: 'مساحة الغابة المشغولة (1000 هـ) – 2005', - forest_area_occupied_2010: 'مساحة الغابة المشغولة (1000 هـ) - 2010', - forest_area_occupied_2015: 'مساحة الغابة المشغولة (1000 هـ) - 2015', - }, - - // table 4.4c - invasiveTreeSpecies: { - invasiveTreeSpecies: 'أنواع الأشجار الغازية', - category: 'الفئة', - scientificNameOfInvasiveTreeSpecies: 'الاسم العلمي لأنواع الأشجار الغازية', - forestAreaAffected1000Ha: 'مساحة الغابة المتضررة (1000 هـ)', - _01: 'نوع الشجرة الغازية 1', - _02: 'نوع الشجرة الغازية 2', - _03: 'نوع الشجرة الغازية 3', - _04: 'نوع الشجرة الغازية 4', - _05: 'نوع الشجرة الغازية 5', - _06: 'نوع الشجرة الغازية 6', - _07: 'نوع الشجرة الغازية 7', - _08: 'نوع الشجرة الغازية 8', - _09: 'نوع الشجرة الغازية 9', - _10: 'نوع الشجرة الغازية 10', - _11: 'نوع الشجرة الغازية 11', - _12: 'نوع الشجرة الغازية 12', - _13: 'نوع الشجرة الغازية 13', - _14: 'نوع الشجرة الغازية 14', - _15: 'نوع الشجرة الغازية 15', - _16: 'نوع الشجرة الغازية 16', - _17: 'نوع الشجرة الغازية 17', - _18: 'نوع الشجرة الغازية 18', - _19: 'نوع الشجرة الغازية 19', - _20: 'نوع الشجرة الغازية 20', - scientific_name_of_invasive_tree_species: 'الاسم العلمي لأنواع الأشجار الغازية', - forest_area_affected_2005: 'مساحة الغابة المتضررة (1000 هـ) – 2005', - forest_area_affected_2010: 'مساحة الغابة المتضررة (1000 هـ) - 2010', - forest_area_affected_2015: 'مساحة الغابة المتضررة (1000 هـ) - 2015', - }, - - // table 4.5 - deadwood: { - deadwood: 'أخشاب ميتة', - categoryYear: 'الفئة - العام', - volumeOfDeadwoodM3Ha: 'حجم الأخشاب الميتة (م3/هـ)', - total: 'الإجمالي', - standing: 'واقفة', - lying: 'مضجعة', - forest: 'غابة - {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}', - volumeOfDeadwoodInFOWLBySpeciesGroups: - 'حجم الأخشاب الميتة في الغابات وفي الأراضي الحرجية الأخرى وفق مجموعات الأنواع', - coniferous: 'صنوبريات - {{year}}', - broadleaved: 'عريضة الأوراق - {{year}}', - }, - - // table 4.8 - threatenedForestSpecies: { - threatenedForestSpecies: 'أنواع حرجية مهددة', - categoryYear: 'الفئة - العام', - threatenedForestSpeciesCol: 'أنواع حرجية مهددة', - absoluteNumber: 'العدد المطلق', - total_of_taxa: 'إجمالي الأصناف', - vulnerable: 'سريعة التأثر', - endangered: 'معرضة للانقراض', - critically_endangered: 'معرضة للانقراض بمستوى حرج', - extinct_in_the_wild: 'منقرضة في البرية', - trees: 'أشجار - {{year}}', - birds: 'طيور - {{year}}', - mammals: 'ثدييات - {{year}}', - other_vertebrates: 'فقاريات أخرى - {{year}}', - invertebrates: 'لافقريات - {{year}}', - vascular_plants: 'نباتات وعائية - {{year}}', - cryptogams_and_fungi: 'نباتات لازهرية وفطور - {{year}}', - }, - - // table 4.9 - protectedForests: { - protectedForests: 'غابات محمية', - categoryYear: 'الفئة - العام', - ha1000: '1000 ha', - mcpfe_class_1_1: 'الفئة 1-1 للمؤتمر الوزاري لحماية الغابات في أوروبا', - mcpfe_class_1_2: 'الفئة 1-2 للمؤتمر الوزاري لحماية الغابات في أوروبا', - mcpfe_class_1_3: 'الفئة 1-3 للمؤتمر الوزاري لحماية الغابات في أوروبا', - mcpfe_class_2: 'الفئة 2 للمؤتمر الوزاري لحماية الغابات في أوروبا', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}', - }, - - // table 5.1 - protectiveForestsSoilWaterAndOtherEcosystemFunctions: { - protectiveForestsSoilWaterAndOtherEcosystemFunctions: - 'غابات الحماية – التربة والمياه ووظائف أخرى للنظام الإيكولوجي؛ بنى تحتية وموارد طبيعية خاضعة للإدارة', - categoryYear: 'الفئة - العام', - protectiveForestsMCPFEClass31000ha: 'غابات الحماية – الفئة 3 للمؤتمر الوزاري لحماية الغابات في أوروبا (1000 هـ)', - soil_water_and_other_forest_ecosystem_functions: 'Soil, water and other forest ecosystem functions', - infrastructure_and_managed_natural_resources: 'Infrastructure and managed natural resources', - total: 'الإجمالي', - forest: 'غابة- {{year}}', - other_wooded_land: 'أرض حرجية أخرى - {{year}}', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}', - }, - - // table 6.1 - forestHoldings: { - forestHoldings: 'حيازات حرجية', - categoryYear: 'الفئة - العام', - areaAndNumberOfForestHoldingsInSizeClasses: 'المساحة وعدد الحيازات الحرجية وفق فئات المساحة', - less10ha: 'أصغر أو تساوي 10 هـ', - _11_500ha: 'من 11 - 500 هـ', - more500ha: 'أكبر من 500 هـ', - total_forest_area: 'إجمالي مساحة الغابة (1000 هـ)', - total_number_of_holdings: 'إجمالي عدد الحيازات', - less_10_ha_area: 'المساحة أصغر أو تساوي 10 هكتار (1000 هـ)', - less_10_ha_number: 'أصغر أو تساوي 10 هـ: عدد الحيازات', - _11_500_ha_area: '11-500 هـ: المساحة (1000 هـ)', - _11_500_ha_number: 'من 11 – 500: عدد الحيازات ', - more_500_ha_area: 'أكبر من 500 هـ: المساحة (1000 هـ)', - more_500_ha_number: 'أكبر من 500 هـ: عدد الحيازات', - area1000Ha: 'المساحة (1000 هـ)', - numberOfHoldings: 'عدد الحيازات', - in_public_ownership: 'ملكية عامة - {{year}}', - in_private_ownership: 'ملكية خاصة - {{year}}', - other_types_of_ownership_unknown: 'أنواع ملكية أخرى/مجهولة - {{year}}', - }, - - // table 6.2 - grossValueAdded: { - grossValueAdded: 'إجمالي القيمة المضافة', - categoryYear: 'الفئة - العام', - grossValueAddedCol: 'إجمالي القيمة المضافة', - million_national_currency: 'مليون بالعملة الوطنية', - percent_of_total_gva: '% من إجمالي القيمة المضافة', - forestry: 'الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: - 'تصنيع الأخشاب والقطع الخشبية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 16) - {{year}}', - manufacture_of_paper_and_paper_products: - 'تصنيع الأوراق والمنتجات الورقية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 17) - {{year}}', - }, - - // table 6.3 - factorIncomeAndEntrepreneurialIncome: { - factorIncomeAndEntrepreneurialIncome: 'الدخل المتدفق من عوامل مختلفة والدخل المتدفق من الأعمال التجارية', - categoryYear: 'الفئة - العام', - millionNationalCurrency: 'مليون بالعملة الوطنية', - factor_income: 'الدخل المتدفق من عوامل مختلفة', - net_operating_surplus: 'صافي الفائض التشغيلي', - forestry: 'الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}', - }, - - // table 6.4a - totalGrossFixedCapitalFormationInForestsAndForestry: { - totalGrossFixedCapitalFormationInForestsAndForestry: 'صافي إجمالي تشكيلة رأس المال الثابت في الغابات والحراجة', - categoryYear: 'الفئة - العام', - grossFixedCapitalFormationMillionNationalCurrency: - 'صافي إجمالي تشكيلة رأس المال الثابت في الغابات والحراجة (مليون بالعملة الوطنية)', - plantingOfTreesToProvideRegularIncome: 'زراعة الأشجار لتوفير دخل منتظم', - equipmentAndBuildings: 'تجهيزات ومباني', - otherGrossFixedCapitalFormation: 'تشكيلة أخرى لإجمالي رأس المال الثابت', - total: 'الإجمالي', - forestry_isic_nace_02: - 'الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}', - planting_of_trees_to_provide_regular_income: 'زراعة الأشجار لتوفير دخل منتظم', - equipment_and_buildings: 'تجهيزات ومباني', - other_gross_fixed_capital_formation: 'تشكيلة أخرى لإجمالي رأس المال الثابت', - }, - - // table 6.4b - totalFixedCapitalConsumptionInForestsAndForestry: { - totalFixedCapitalConsumptionInForestsAndForestry: 'إجمالي استهلاك رأس المال الثابت في الغابات والحراجة', - categoryYear: 'الفئة - العام', - fixedCapitalConsumptionMillionNationalCurrency: 'استهلاك رأس المال الثابت (مليون بالعملة الوطنية)', - fixed_capital_consumption: 'استهلاك رأس المال الثابت', - forestry_isic_nace_02: - 'الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}', - }, - - // table 6.4c - totalCapitalTransfersInForestsAndForestry: { - totalCapitalTransfersInForestsAndForestry: 'إجمالي عمليات تحويل رأس المال في الغابات والحراجة', - categoryYear: 'الفئة - العام', - capitalTransfersMillionNationalCurrency: 'عمليات تحويل رأس المال (مليون بالعملة الوطنية)', - capital_transfers: 'عمليات تحويل رأس المال', - forestry_isic_nace_02: - 'الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}', - }, - - // table 6.5a - employmentByGenderAndAge: { - employmentByGenderAndAge: 'التوظيف بحسب الجنس والعمر', - categoryYear: 'الفئة - العام', - total: 'الإجمالي', - gender: 'الجنس', - ageGroup: 'مجموعة الأعمار', - male: 'ذكر', - female: 'أنثى', - _15_49: 'من 15-49', - _50_: 'من 50 فما فوق', - _1000Persons: '1000 شخص', - forestry: 'الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: - 'تصنيع الأخشاب والقطع الخشبية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 16) - {{year}}', - manufacture_of_paper_and_paper_products: - 'تصنيع الأوراق والمنتجات الورقية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 17) - {{year}}', - gender_male: 'الجنس: ذكر', - gender_female: 'الجنس: أنثى', - age_group_15_49: 'مجموعة الأعمار: من 15 -49', - age_group_50_plus: 'مجموعة الأعمار: من 50 فما فوق', - }, - - // table 6.5b - employmentByEducationAndJobCharacteristics: { - employmentByEducationAndJobCharacteristics: 'التوظيف بحسب المستوى التعليمي ومواصفات العمل', - categoryYear: 'الفئة - العام', - education: 'المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997) ', - jobCharacteristics: 'متطلبات العمل', - _0_2: '0-2', - _3_4: '3-4', - _5_6: '5-6', - _1000Persons: '1000 شخص', - education_0_2: 'المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997): 0-2', - education_3_4: 'المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997): 3-4', - education_5_6: 'المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997): 5-6', - employees: 'مواصفات العمل: موظفون', - employeesJobCharacteristics: 'موظفون', - self_employed: 'مواصفات العمل: عمل حر', - selfEmployed: 'عمل حر', - forestry: 'Forestry (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: 'Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: 'Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}', - }, - - // table 6.6 - occupationalAccidents: { - occupationalAccidents: 'حوادث مهنية', - categoryYear: 'الفئة - العام', - fatalOccupationalAccidents: 'حوادث مهنية قاتلة', - nonFatalOccupationalAccidents: 'حوادث مهنية غير قاتلة', - number: 'العدد', - annualRatePer1000Workers: 'المعدل السنوي لكل 1000 عامل', - fatal_occupational_accidents_number: 'الحوادث المهنية القاتلة: العدد', - fatal_occupational_accidents_per_1000_workers: 'الحوادث المهنية القاتلة: المعدل السنوي لكل 1000 عامل', - non_fatal_occupational_accidents_number: 'الحوادث المهنية غير القاتلة: العدد', - non_fatal_occupational_accidents_per_1000_workers: 'الحوادث المهنية غير القاتلة: المعدل السنوي لكل 1000 عامل', - forestry_isic_nace_02: - 'الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}', - }, - - // table 6.7 - woodConsumption: { - woodConsumption: 'استهلاك الأخشاب', - category: 'الفئة', - woodConsumption1000M3RWE: 'استهلاك الأخشاب (مكافئ 1000 م3 أخشاب مستديرة)', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - wood_consumption: 'استهلاك منتجات حرجية', - }, - - // table 6.8 - tradeInWood: { - tradeInWood: 'تجارة الأخشاب', - category: 'الفئة', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - exports_of_forest_products_quantity: 'صادرات منتجات حرجية (مليون م3 مكافئ الأخشاب المستديرة)', - exports_of_forest_products_value: 'صادرات منتجات حرجية (مليون يورو/وحدة نقد أوروبية)', - imports_of_forest_products_quantity: 'واردات منتجات حرجية (مليون م3 مكافئ أشجار مستديرة)', - imports_of_forest_products_value: 'واردات منتجات حرجية (مليون يورو/وحدة نقد أوروبية)', - }, - - // table 6.9 - totalEnergySupplyFromWood: { - totalEnergySupplyFromWood: 'إجمالي الإمداد بالطاقة المستمدة من الخشب', - category: 'الفئة', - tj: 'تيراجول', - _1000_metric_tonnes_dry_matter: '1000 طن متري مادة جافة', - total_primary_energy_supply: 'إجمالي الإمداد بالطاقة الأولية', - total_renewable_energy_supply: 'إجمالي الإمداد بالطاقة المتجددة', - total_energy_supply_from_wood: 'إجمالي الإمداد بالطاقة المستمدة من الخشب:', - energy_from_direct_wood_fibre_sources: '- طاقة مستمدة من مصادر ألياف خشبية مباشرة:', - of_which_from_forests: 'منها مستمد من الغابات', - of_which_from_other_wooded_land: 'منها مستمد من أراض حرجية وأراض أخرى (أشجار خارج الغابات)', - energy_from_co_products: '- طاقة مستمدة من منتجات ثانوية ومخلفات تصنيع الأخشاب:', - of_which_solid_residues: - 'منها مخلفات صلبة (مثل الرقائق والجزيئات وبقايا الخشب واللحاء ما عدا الوقود الخشبي المعالج)', - energy_from_processed_wood_based_fuels: '- طاقة مستمدة من الوقود الخشبي المعالج (حبيبات وقويلبات وفحم نباتي):', - of_which_imported: 'منها مستورد', - energy_from_post_consumer_recovered_wood: '- طاقة مستمدة من خشب مسترد بعد الاستهلاك', - energy_from_unknown_unspecified_sources: '- طاقة مستمدة من مصادر مجهولة/غير محددة', - tj_2007: '2007: تيراجول', - tj_2009: '2009: تيراجول', - tj_2011: '2011: تيراجول', - tj_2013: '2013: تيراجول', - tj_2015: '2015: تيراجول', - _1000_metric_tonnes_dry_matter_2007: '2007: 1000 طن متري مادة جافة', - _1000_metric_tonnes_dry_matter_2009: '2009: 1000 طن متري مادة جافة', - _1000_metric_tonnes_dry_matter_2011: '2011: 1000 طن متري مادة جافة', - _1000_metric_tonnes_dry_matter_2013: '2013: 1000 طن متري مادة جافة', - _1000_metric_tonnes_dry_matter_2015: '2015: 1000 طن متري مادة جافة', - }, - - // table 6.10a - accessibilityForRecreation: { - accessibilityForRecreation: 'إمكانية الوصول إليها للترفيه', - categoryYear: 'الفئة - العام', - areaAvailableForPublicRecreation: 'المساحة المتوافرة لترفيه العموم', - total1000Ha: 'الإجمالي (1000 هـ)', - _oftotal: '%من الإجمالي ', - areaPrimarilyDesignatedOrManagedForPublicRecreation: - 'مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض', - area_available_for_public_recreation_total: 'المساحة المتوافرة لترفيه العموم: إجمالي (1000 هـ)', - area_available_for_public_recreation_percent: 'المساحة المتوافرة لترفيه العموم: % من المساحة الإجمالية', - area_designated_or_managed_for_public_recreation_total: - 'مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض: إجمالي (1000 هـ)', - area_designated_or_managed_for_public_recreation_percent: - 'مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض: % من المساحة الإجمالية', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}', - }, - - // table 6.10b - intensityOfUse: { - intensityOfUse: 'حجم الاستخدام', - categoryYear: 'الفئة - العام', - annualNumberOfVisitsMillion: 'عدد الزيارات السنوية (مليون)', - areaAvailableForPublicRecreation: 'المساحة المتوافرة لترفيه العموم', - areaPrimarilyDesignatedAndOrManagedForPublicRecreation: - 'مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض', - total_forest_and_other_wooded_land: 'إجمالي مساحة الغابات والأراضي الحرجية الأخرى- {{year}}', - area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم', - area_designated_and_or_managed_for_public_recreation: - 'مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرضم', - }, - - // table 6.10c - recreationFacilities: { - recreationFacilities: 'مرافق ترفيه', - categoryYear: 'الفئة - العام', - forestRoadsAndPathsAvailableForPublicRecreation: 'طرقات ودروب حرجية متوافرة لترفيه العموم', - _ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc: - '... منها مخصص لرياضة المشي وركوب الدراجات والتزلج الريفي، إلخ', - facilityLengthIn1000Km: 'المرفق (الطول في 1000 كم)', - area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم - {{year}}', - forest_roads_and_paths_available_for_public_recreation: 'طرقات ودروب حرجية متوافرة لترفيه العموم', - _of_which_designated_for_hiking_biking_cross_country_skiing_etc: - '...منها مخصص لرياضة المشي وركوب الدراجات والتزلج الريفي، إلخ', - }, - - // table 6.10d - otherRecreationFacilitiesPilotReporting2015: { - otherRecreationFacilitiesPilotReporting2015: 'مرافق ترفيه أخرى – إعداد تقارير نموذجية (2015)', - category: 'الفئة', - facility: 'المرفق', - measurement_unit: 'وحدة القياس', - extent_multiplicity: 'النطاق/ البلدية', - facility_category: 'فئة المرفق', - no1_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 1', - no2_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 2', - no3_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 3', - no4_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 4', - no5_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 5', - no6_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 6', - no7_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 7', - no8_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 8', - no9_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 9', - no10_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 10', - no11_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 11', - no12_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 12', - no13_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 13', - no14_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 14', - no15_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 15', - no16_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 16', - no17_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 17', - no18_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 18', - no19_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 19', - no20_area_available_for_public_recreation: 'المساحة المتوافرة لترفيه العموم 20', - }, - }, -} diff --git a/src/i18n/resources/ar/other.json b/src/i18n/resources/ar/other.json new file mode 100644 index 0000000000..c368ca5647 --- /dev/null +++ b/src/i18n/resources/ar/other.json @@ -0,0 +1,1534 @@ +{ + "fileDrop": { + "dropFilesHere": "ضع الملف هنا", + "dragAndDropOrClick": "اسحب و ضع الملفات هنا, او اضغط لاختيار الملف " + }, + "anchors": { + "fra": { + "2025": { + "1a": "ا) 1", + "1b": "ب) 1", + "1c": "ج) 1", + "1d": "د) 1", + "1e": "ه) 1", + "2a": "ا) 2", + "2b": "ب) 2", + "2c": "ج) 2", + "2d": "د) 2", + "3a": "ا) 3", + "3b": "ب) 3", + "3c": "ج) 3", + "4a": "ا) 4", + "4b": "ب) 4", + "5a": "ا) 5", + "5b": "ب) 5", + "5c": "ج) 5", + "6a": "ا) 6", + "6b": "ب) 6" + } + } + }, + "language": { + "en": "English", + "es": "Español", + "fr": "Français", + "ru": "Русский", + "zh": "中文", + "ar": "العربية" + }, + "disclaimer": { + "statisticalFactsheets": "إخلاء مسؤولية: قد يحتوي على قيم تقديرية خاصة بمنظمة الأغذية والزراعة، وتكون تغيب عنه بعض القيم", + "part1": "أنتج هذا الموقع الإلكتروني بمساعدة من", + "europeanUnion": "الاتحاد الأوروبي", + "part2": ", الـ ", + "govFinland": "حكومة الفنلندية", + "part3": ", الـ ", + "govNorway": "حكومة النرويجية", + "part4": " و ", + "gef": "مرفق البيئة العالمية", + "part5": "يقع محتواه ضمن المسؤولية الحصرية لمنظمة الأغذية والزراعة، ولا يمكن بأي شكل من الأشكال اعتبار أنه يعكس آراء الاتحاد الأوروبي والحكومة الفنلندية والحكومة النرويجية ومرفق البيئة العالمية.", + "termsOfUse": "شروط استخدام قواعد البيانات الإحصائية" + }, + "home": { + "keyFindings": "يبلغ إجمالي مساحة الغابات في العالم 4,06 مليار هكتار (هـ)، \nأي أنها تشكل 31 في المائة من إجمالي مساحة اليابسة. \nوهذه المساحة تكافئ 0,52 هـ للشخص، إلا أن توزع الغابات يفتقر إلى التجانس بين سكان العالم أو من الناحية الجغرافية، \nحيث تبقى المنطقة الاستوائية هي المستحوذة على النسبة الأكبر من غابات العالم (45 في المائة)، \nلتأتي من بعدها الغابات الشمالية، فالمناطق المعتدلة، وشبه الاستوائية." + }, + "footer": { + "contactUs": "تواصل معنا", + "termsAndConditions": "الأحكام والشروط", + "scamAlert": "تبليغ عن احتيال", + "reportMisconduct": "تبليغ عن سوء تصرف", + "tutorials": "الفيديو", + "sendFeedback": "أرسل رأيك", + "licenses": "التراخيص", + "platformVersion": "إصدار المنصة" + }, + "unit": { + "haThousand": "1000 هـ", + "ha": "هـ", + "kmSq": "كم²", + "mileSq": "ميل²", + "acre1000": "1000 فدان", + "acre": "فدان", + "haMillion": "مليون هكتار", + "haThousandPerYear": "1000 هكتار/السنة", + "tonnesPerHa": "طن/هـ", + "cubicMeterPerHa": "م³/هـ", + "millionTonnes": "مليون طن متري", + "millionsCubicMeterOverBark": "مليون م³ مع اللحاء", + "thousandCubicMeterOverBark": "1000 م³ مع اللحاء", + "billionCubicMeter": "مليار م³", + "thousandCubicMeter": "1000 م³", + "thousandCubicMeterRWE": "1000 م³ مكافئ أخشاب مستديرة", + "thousandPersons": "1000 شخص", + "gt": "جيجاطن", + "fte1000": "1000 مكافئ الدوام الكامل", + "numberOfStudents": "$t(graduationOfStudents.numberOfStudents)", + "absoluteNumber": "العدد المطلق", + "annualNumberOfVisitsMillion": "عدد الزيارات السنوية (مليون)", + "millionNationalCurrency": "مليون وفق العملة المحلية", + "facilityLengthIn1000Km": "المرفق (الطول بآلاف الكيلومترات)", + "growingStockPercent": "٪ من إجمالي مخزون الأشجار الحيّة في الغابات" + }, + "countrySelection": { + "selectCountry": "اختر بلداً" + }, + "definition": { + "definitionLabel": "انظر التعاريف", + "faqLabel": "أسئلة متكررة" + }, + "audit": { + "notStarted": "لم يبدأ", + "edited": "منقح" + }, + "yesNoTextSelect": { + "yes": "نعم", + "no": "لا", + "notSelected": "" + }, + "user": { + "roles": { + "REVIEWER": "مُراجع", + "NATIONAL_CORRESPONDENT": "مراسل وطني", + "ALTERNATE_NATIONAL_CORRESPONDENT": "مراسل وطني بديل", + "COLLABORATOR": "متعاون", + "ADMINISTRATOR": "مدير", + "noRole": "غير محدد", + "VIEWER": "مشاهد", + "reviewer_plural": "المراجعين", + "nationalCorrespondent_plural": "المراسلون الوطنيون", + "alternateNationalCorrespondent_plural": "المراسلون الوطنيون المناوبون", + "collaborator_plural": "المتعاونين" + }, + "resetPasswordEmail": { + "subject": "منصة تقييم الموارد الحرجية، إعادة ضبط كلمة المرور", + "textMessage": "عزيزي {{user}}\n\nتلقينا طلباً بإعادة ضبط كلمة المرور إلى حساب تقييم الموارد الحرجية الخاص بك. إذا لم تقدم هذا الطلب يمكنك تجاهل هذه الرسالة بأمان.\nانقر على الرابط التالي لإعادة ضبط كلمة المرور{{- link}}\n\nClick the following link to reset your password\n{{- link}}\n\n\nشكراً\nفريق تقييم الموارد الحرجية fra@fao.org\n{{- url}}", + "htmlMessage": "عزيزي {{user}}\n

\nتلقينا طلباً بإعادة ضبط كلمة المرور إلى حساب تقييم الموارد الحرجية الخاص بك. \n
\nإن لم تقدم هذا الطلب، يمكنك تجاهل هذه الرسالة بأمان.\n


\nClick here to reset your password\n


\nThanks,\n
\nفريق تقييم الموارد الحرجية fra@fao.org\n
\n{{- url}}\n " + } + }, + "fraClass": { + "forest": "غابة", + "otherWoodedLand": "أرض حرجية أخرى", + "otherLand": "أرض أخرى" + }, + "fraForestCharacteristicsClass": { + "naturallyRegeneratingForest": "غابة متجددة طبيعياً", + "plantationForest": "الغابات الاصطناعية (مشجرة)", + "ofWhichIntroduced": "... الأنواع المدخلة منها", + "otherPlantedForest": "غابة مزروعة أخرى", + "totalForest": "إجمالي مساحة الغابة" + }, + "fraOtherLandClass": { + "palms": "منها النخيل (زيت، جوز الهند، تمر، إلخ)", + "treeOrchards": "... منها بساتين أشجار (بما فيها الفاكهة والمكسرات والزيتون، إلخ)", + "agroforestry": "... منها زراعة حرجية", + "treesUrbanSettings": "...منها أشجار في بيئة حضرية" + }, + "userChat": { + "chatHeader": "رسائل مع {{user}}", + "noMessages": "لاتوجد رسائل", + "writeMessage": "اكتب رسالة", + "send": "إرسال", + "cancel": "إلغاء", + "notificationEmail": { + "subject": "{{sender}} أرسل لك رسالة حول {{country}}", + "textMessage": "عزيزي {{recipient}},\n\n{{sender}} أرسل لك رسالة حول {{country}}.\n\nادخل إلى المنصة من خلال عنوان الموقع التالي لمشاهدتها والإجابة عنها:\n{{- link}}\n\nفريق تقييم الموارد الحرجية\n{{- url}}\n ", + "htmlMessage": "عزيزي {{recipient}},\n

\n{{sender}} أرسل لك رسالة حول {{country}}.\n

\nادخل إلى المنصة من خلال عنوان الموقع التالي لمشاهدتها والإجابة عنها.\n

\nThe FRA team\n
\n{{- url}}\n " + } + }, + "error": { + "access": { + "countryRoleNotSpecified": "خطأ : المستخدم {{user}} حاول الدخول إلى {{countryIso}} لكن لم يتم تحديد دوره", + "countryUserNotReviewer": "خطأ: المستخدم {{user}} حاول الدخول إلى {{countryIso}} وهو ليس مراجعاً فيه", + "roleChangeNotAllowed": "خطأ: المستخدم {{user}} المستخدم حاول تحديد دور آخر إضافة إلى {{role}} وهو غير مسموح للشخص المسجل للدخول", + "invitationAlreadyUsed": "خطأ: الدعوة {{invitationUuid}} استخدمت مسبقا، وإن قرصنة البريد الإلكتروني {{loginEmail}} ممنوعة!", + "countryDoesNotMatch": "خطأ: البلد {{countyryIso}} غير مطابق", + "assessmentEditingNotAllowed": "خطأ: المستخدم {{user}} المضطلع بدور {{role}} لا يمكنه تعديل تقييم حالة {{assessmentStatus}} البلد {{countryIso}}", + "assessmentCommentingNotAllowed": "خطأ: المستخدم {{user}} المضطلع بدور {{role}} لا يمكنه كتابة تقييم عن حالة {{assessmentStatus}} البلد {{countryIso}}", + "userNotAdministrator": "خطأ: حاول المستخدم {{المستخدم}} الوصول إلى مورد متاح فقط للمسؤولين", + "userAlreadyAddedToCountry": "خطأ: تمت إضافة المستخدم {{المستخدم}} بالفعل إلى البلد {{البلد}}" + }, + "assessment": { + "transitionNotAllowed": "خطأ: التحول من حالة {{currentStatus}} إلى {{status}} غير مسموح لهذا الدور {{role}}", + "deskStudyNotAllowed": "خطأ: المديرون فقط هم من يحق لهم تغيير حالة الدراسة المكتبية" + }, + "review": { + "commentDeleteNotOwner": "خطأ: المستخدم {{user}} حاول حذف تعليق ليس له", + "commentEnterResolvedIssue": "خطأ: المستخدم {{user}} حاول إدخال تعليق حول مسألة تم حلها" + }, + "ndp": { + "previousNdpNotFound": "عاجز عن إيجاد أية نقطة بيانات وطنية قبل عام {{year}}" + } + }, + "countryListing": { + "annuallyUpdated": "محدّث سنوياً", + "fra2020": "تقييم الموارد الحرجية 2020" + }, + "navigation": { + "hideAll": "إخفاء الكل", + "showAll": "إظهار الكل", + "support": { + "dontDelete": "معلومات خاصة بالنظام يرجى عدم إزالتها", + "feedbackEmailSubject": "آراء حول منصة تقييم الموارد الحرجية", + "platformVersion": "نسخة المنصة", + "userAgent": "وكيل المستخدم", + "user": "المستخدم", + "manageCollaborators": "إدارة المتعاونين" + }, + "sectionHeaders": { + "introduction": "مدخل", + "forestExtentCharacteristicsAndChanges": "نطاق الغابات ومواصفاتها والتغيرات التي تطرأ عليها", + "forestGrowingStockBiomassAndCarbon": "مخزون الأشجار الحية والكتلة الحيوية والكربون في الغابة", + "forestDesignationAndManagement": "تسمية الغابة وإدارتها", + "forestOwnershipAndManagementRights": "حقوق ملكية الغابات وإدارتها", + "forestDisturbances": "اضطرابات الغابات", + "forestPolicyAndLegislation": "السياسات والتشريعات الخاصة بالغابات", + "employmentEducationAndNwfp": "التوظيف والتعليم ومنتجات حرجية غير خشبية", + "sustainableDevelopment": "الهدف الخامس عشر من أهداف التنمية المستدامة", + "panEuropeanIndicators": "مؤشرات عموم أوروبا" + }, + "cancel": "إلغاء", + "changeStatusTextPlaceholder": "إضافة رسالة اختيارية", + "doNotNotifyUsers": "عدم إرسال إشعار إلى المستخدمين", + "notifySelf": "إرسال نسخة الي البريد الالكتروني الخاص بك" + }, + "header": { + "editProfile": "تعديل معلومات الملف الشخصي", + "logout": "تسجيل خروج", + "hideSidebar": "إخفاء العمود الجانبي", + "showSidebar": "إظهار العمود الجانبي", + "autoSave": { + "saving": "حفظ...", + "complete": "تم حفظ جميع التغييرات", + "lastSaveTimestampReceived": "آخر تعديل " + } + }, + "time": { + "hour": "{{count}} قبل ساعة", + "day": "{{count}} قبل يوم", + "week": "{{count}} قبل أسبوع", + "aMomentAgo": "قبل لحظة", + "hour_plural": "قبل {{عدد}} ساعات", + "day_plural": "قبل {{عدد}} ايام", + "week_plural": "قبل {{عدد}} أسابيع" + }, + "review": { + "comments": "تعليقات", + "noComments": "لاتوجد تعليقات", + "resolve": "حل", + "confirmDelete": "هل تود حذف هذا التعليق؟ لايمكن الرجوع عن هذه الخطوة.", + "commentDeleted": "تم حذف التعليق", + "commentMarkedAsResolved": "وُسمت بأنه تم حلها", + "delete": "إلغاء", + "writeComment": "كتابة تعليق...", + "commentingClosed": "إغلاق التعليقات", + "cancel": "إلغاء", + "loading": "تحميل" + }, + "description": { + "edit": "تعديل", + "done": "تم", + "loading": "تحميل المحتوى...", + "description": "وصف", + "dataSourcesTitle": "مصادر البيانات، والبيانات الأصلية والتصنيف الوطني، والتعاريف", + "generalCommentsTitle": "التعليقات", + "dataSources": "مصادر البيانات", + "dataSourcesPlus": "مصادر البيانات + نمط مصدر البيانات، مثلاً الجرد الوطني للغابات، إلخ.", + "originalData": "بيانات أصلية", + "nationalClassificationAndDefinitions": "التصنيف والتعاريف الوطنية", + "nationalData": "بيانات وطنية", + "analysisAndProcessing": "تحليل البيانات الوطنية ومعالجتها", + "estimationAndForecasting": "التوقعات والتنبؤات", + "reclassification": "إعادة التصنيف بما يتوافق وفئات تقييم الموارد الحرجية لعام {{cycleName}}" + }, + "userManagement": { + "manageCollaborators": "إدارة المتعاونين", + "loginEmail": "تسجيل دخول", + "noUsers": "لم تتم إضافة متعاونين آخرين", + "placeholder": "اختيار...", + "remove": "إزالة", + "done": "تم", + "edit": "تعديل", + "addUser": "إضافة متعاون", + "formErrors": "هنالك أخطاء في الاستمارة. يرجى تصويبها وتقديمها مجدداً.", + "insufficientPrivileges": "امتيازات غير كافية", + "confirmDelete": "إزالة {{user}}?", + "allUsers": "جميع المتعاونين", + "info": "معلومات", + "tableAccess": "الدخول إلى الجدول", + "invitationLink": "رابط الدعوة", + "sendInvitation": "إرسال دعوة عبر البريد الإلكتروني", + "invitationEmail": { + "subject": "دعوة خاصة بمنصة تقييم الموارد الحرجية", + "textMessage": "عزيزي {{invitedUser}},\n\nتمت دعوتك للدخول إلى منصة تقييم الموارد الحرجية{{role}} عن {{country}}.\n\nبإمكانك قبول الدعوة والدخول إلى المنصة من خلال عنوان الموقع الإلكتروني التالي: \n{{- link}}\n\nوقتاً سعيداً في إعداد التقارير!\n\nفريق تقييم الموارد الحرجية fra@fao.org\n{{- url}}\n ", + "htmlMessage": "عزيزي {{invitedUser}},\n

\nتمت دعوتك للدخول إلى منصة تقييم الموارد الحرجية بصفتك {{role}} عن {{country}}.\n

\nاقبل هذه الدعوة وادخل إلى المنصة\n

\nوقتاً سعيداً في إعداد التقارير!\n

\nفريق تقييم الموارد الحرجية fra@fao.org\n
\n{{- url}}\n " + }, + "editPermissions": "تحرير الأذونات", + "invitationDeleted": "تم حذف الدعوة", + "invitationEmailSent": "تم إرسال بريد إلكتروني للدعوة", + "inviteAgain": "دعوة مرة أخرى", + "permissions": "أذونات", + "personalInfoRequired": "يرجى استكمال معلوماتك الشخصية قبل المتابعة", + "userAdded": "تمت إضافة {{البريد الالكتروني}}", + "userModified": "تم تعديل {{المستخدم}}", + "permissionNames": { + "tableData": "بيانات الجدول", + "descriptions": "التفصيل" + } + }, + "contactPersons": { + "all": "$t(common.all)", + "reportPreparationAndContactPersons": "إعداد التقارير ومسؤولي التواصل", + "contactPersons": "مدخل", + "contactPersonsSupport": "أعد التقرير الحالي من قبل الأشخاص التالية أسماؤهم", + "introductoryText": "نص استهلالي", + "introductoryTextSupport": "ضع نصاً استهلالياً ضمن محتوى هذا التقرير", + "firstName": "الاسم", + "lastName": "النسب", + "institution": "المؤسسة/العنوان", + "email": "البريد الإلكتروني", + "tables": "جداول", + "none": "ولا واحد" + }, + "extentOfForest": { + "extentOfForest": "نطاق الغابة والأرض الحرجية الأخرى", + "estimationAndForecasting": "تقييمات وتنبؤات", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "forestArea": "غابة", + "chart": { + "placeholderLine1": "للبدء، قم بإضافة نقاط بيانات وطنية جديدة واستخدمها", + "placeholderLine2": "لإيجاد القيم الخاصة بتقييم الموارد الحرجية آلياً" + }, + "otherLandCategories": "فئات أراض أخرى", + "ofWhichPalms": "منها النخيل (زيت، جوز الهند، تمر، إلخ)", + "ofWhichTreeOrchards": "... منها بساتين أشجار مختلفة (بما فيها الفاكهة والمكسرات والزيتون، إلخ)", + "ofWhichAgroforestry": "منها زراعة حرجية", + "ofWhichTreesUrbanSettings": "...منها أشجار في بيئات حضرية", + "totalLandArea": "إجمالي مساحة الأرض", + "fedAreasExceedTotalLandArea": "مساحة الغابة والأرض الحرجية الأخرى تتجاوز إجمالي مساحة الأرض", + "forestAreaDoesNotMatchPreviouslyReported": "مساحة الغابة لا تتوافق مع مساحة تقييم الموارد الحرجية لعام {{year}}: {{previous}}", + "useOriginalDataPoints": "استخدم نقاط البيانات الوطنية", + "dontUseOriginalDataPoints": "لاتستخدم نقاط البيانات الوطنية", + "whatIsThis": "ما هذا؟", + "tableNoticeMessage": "استخدم الرقم المتعلق بمساحة الأرض المستمد من قاعدة البيانات الإحصائية الموضوعية في منظمة الأغذية والزراعة لعام 2015 لكافة السنوات المرجعية", + "ndpMissingValues": "هنالك قيم مفقودة في نقطة البيانات الوطنية", + "showNDPs": "إظهار نقاط البيانات الوطنية", + "hideNDPs": "إخفاء نقاط البيانات الوطنية", + "forestAreaNetChangeDoesNotMatch": "التغيير الصافي لمساحة الغابة لا يطابق القيمة المتوقعة: {{القيمه}}" + }, + "climaticDomain": { + "climaticDomain": "النطاق المناخي", + "percentOfForestArea2015": "% من مساحة الغابة عام 2015", + "percentOfForestArea2015Override": "تجاهل القيمة", + "selectDefault": "افتراضي", + "boreal": "شمالية", + "temperate": "معتدلة", + "subtropical": "دون استوائية", + "sub_tropical": "$t(climaticDomain.subtropical)", + "tropical": "استوائية" + }, + "forestCharacteristics": { + "forestCharacteristics": "مواصفات الغابات", + "estimationAndForecasting": "تقييمات وتنبؤات", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "naturalForestArea": "غابة متجددة طبيعياً", + "plantationForestArea": "غابات مزروعة", + "plantationForestIntroducedArea": "...منها أنواع مدخلة", + "otherPlantedForestArea": "غابة مزروعة أخرى", + "plantedForest": "الغابات المزروعة", + "totalForestArea": "إجمالي مساحة الغابة", + "total": "الإجمالي", + "useOriginalDataPoints": "استخدم نقاط البيانات الوطنية", + "dontUseOriginalDataPoints": "لا تستخدم نقاط البيانات الوطنية" + }, + "tableWithOdp": { + "confirmGenerateFraValues": "هل تود تجاهل القيم الموجودة؟", + "generateFraValues": "أوجد قيماً", + "linearExtrapolation": "خطي", + "repeatLastExtrapolation": "كرر الأخير", + "annualChangeExtrapolation": "تغيير سنوي", + "placeholderFuture": "في المستقبل", + "placeholderPast": "في الماضي", + "copyToClipboard": "انسخ القيم", + "placeholderSelect": "تقييمات وتنبؤات", + "_1000haYear": "1000 هـ/العام", + "generatingFraValues": "جارٍ الإنشاء ..." + }, + "forestAreaChange": { + "forestAreaChange": "اتساع مساحة الغابة، وإزالة الغابة، وصافي التغيير سنوياً.", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "المساحة (1000 هـ/العام)", + "forestExpansion": "اتساع مساحة الغابة", + "ofWhichAfforestation": "...منها تحريج", + "ofWhichNaturalExpansion": "...منها اتساع طبيعي", + "deforestation": "إزالة الغابة", + "forestAreaNetChange": "صافي التغيير في مساحة الغابة", + "forestAreaNetChangeFrom1a": "تم حساب تغيير مساحة الغابات من الجدول 1أ", + "netChangeDoesNotMatch": "غير مطابق لصافي التغيير في مساحة الغابة" + }, + "annualReforestation": { + "annualReforestation": "إعادة التحريج السنوي", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "المساحة (1000 هـ/العام)", + "reforestation": "إعادة التحريج" + }, + "specificForestCategories": { + "specificForestCategories": "فئات الغابات البكر والغابات الخاصة", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "المساحة (1000 هـ)", + "bamboo": "خيزران", + "mangroves": "منغروف", + "temporarilyUnstocked": "غابة أزيلت أشجارها مؤقتاً أو أعيد تجديدها مؤخراً أو كليهما", + "primaryForest": "غابة بكر", + "exceedsNaturallyRegeneratingForest": "تتجاوز الغابة المتجددة طبيعياً (1ب)", + "rubberWood": "خشب المطاط" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover": "أرض أخرى ذات غطاء شجري", + "areaUnitLabel": "المساحة (1000 هـ)", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "palms": "نخيل", + "treeorchards": "بساتين أشجار", + "agroforestry": "زراعة حرجية", + "treesinurbansettings": "الأشجار في بيئات حضرية", + "total": "الإجمالي", + "otherLandArea": "مساحة أرض أخرى", + "other": "غير ذلك (حددها في التعليقات)" + }, + "growingStock": { + "growingStock": "مخزون الأشجار الحية", + "supportText": "يرجى التأكد من إدخالك للبيانات في الجدولين 1أ و1ب قبل تعديل هذا الجدول", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "avgTableHeader": "مخزون الأشجار الحية م3/هـ (مع اللحاء)", + "totalTableHeader": "إجمالي مخزون الأشجار الحية (مليون م3 مع اللحاء)", + "naturallyRegeneratingForest": "غابة متجددة طبيعياً", + "plantedForest": "الغابات المزروعة", + "plantationForest": "...منها غابة اصطناعيه", + "otherPlantedForest": "...منها غابة مزروعة أخرى", + "forest": "غابة", + "otherWoodedLand": "أرض حرجية أخرى", + "copyToClipboard": "انسخ القيم" + }, + "growingStockComposition": { + "native": "أصلية", + "introduced": "مدخلة", + "growingStockComposition": "تركيبة مخزون الأشجار الحية", + "forestGrowingStockComposition": "تكوين مخزون الأشجار الحيّة بالغابات", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "nativeTreeSpecies": "أنواع أشجار أصلية", + "introducedTreeSpecies": "أنواع أشجار مدخلة", + "areaUnitLabel": "مخزون الأشجار الحية في الغابة (مليون م3 مع اللحاء)", + "scientificName": "الاسم العلمي", + "commonName": "الاسم الشائع", + "rank": "#{{idx}} مصنفة من حيث الحجم", + "remainingNative": "أنواع الأشجار الأصلية المتبقية", + "remainingIntroduced": "أنواع الأشجار المدخلة المتبقية", + "totalNative": "إجمالي حجم أنواع الأشجار الأصلية", + "totalIntroduced": "إجمالي حجم أنواع الأشجار المدخلة", + "totalGrowingStock": "إجمالي مخزون الأشجار الحية", + "rankingYear": "عام التصنيف 2015" + }, + "biomassStock": { + "biomassStock": "مخزون الكتلة الحيوية", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "tableHeader": "الكتلة الحيوية الحرجية (طن/هـ)", + "aboveGround": "الكتلة الحيوية فوق الأرض", + "belowGround": "الكتلة الحيوية تحت الأرض", + "deadWood": "خشب ميت", + "downloadExcel": "تنزيل حاسبة إكسل" + }, + "carbonStock": { + "carbonStock": "مخزون الكربون", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "tableHeader": "الكربون الحرجي (طن/هـ)", + "carbonAboveGroundBiomass": "الكربون في الكتلة الحيوية فوق الأرض", + "carbonBelowGroundBiomass": "الكربون في الكتلة الحيوية تحت الأرض", + "carbonDeadwood": "الكربون في الخشب الميت", + "carbonLitter": "الكربون في المهاد", + "carbonSoil": "كربون التربة", + "soilDepthHeading": "عمق التربة (سم) المستخدم في تقدير كربون التربة" + }, + "designatedManagementObjective": { + "designatedManagementObjective": "الهدف المحدد للإدارة", + "primaryDesignatedManagementObjective": "الهدف الرئيسي المحدد للإدارة", + "primaryDesignatedManagementObjectiveSupport": "إن الهدف الرئيس المحدد لإدارة الغابة هو ذو أهمية أكبر بكثير قياساً بسائر الأهداف الأخرى. وتعد الأهداف الرئيسة المختلفة للإدارة *حصرية* بمعنى أن المناطق التي تخضع لهدف رئيس للإدارة لا يجب إدراجها في التقارير بغرض إخضاعها لأهداف رئيسة أخرى للإدارة. في حين يضاف إلى الغابة مجموع الأهداف المختلفة للإدارة. ", + "totalAreaWithDesignatedManagementObjective": "إجمالي المساحة الخاضعة لهدف إدارة محدد", + "totalAreaWithDesignatedManagementObjectiveSupport": "الهدف المحدد للإدارة، بغض النظر أكان الهدف رئيساً أم لا. فالفئات المحددة المختلفة للإدارة هي فئات *غير حصرية*، ما يعطي إمكانية إدراج المناطق في التقارير أكثر من مرة. فعلى سبيل المثال بالنسبة لمنطقة الغابة التي اعتبرت في التقارير أنها خاضعة لهدف إدارة رئيس متمثل في \"استخدام متعدد\" يجب إدراجها في التقارير عند كل هدف من أهداف الإدارة. ما قد يفضي بالتالي إلى أن مجموع الأهداف المختلفة للإدارة سيتجاوز إجمالي منطقة الغابة.", + "categoryHeader": "فئات تقييم الموارد الحرجية لعام 2020", + "areaUnitLabel": "مساحة الغابة (1000 هـ)", + "production": "الإنتاج", + "soilWaterProtection": "حماية التربة والمياه", + "biodiversityConservation": "حفظ التنوع الحيوي", + "socialServices": "خدمات اجتماعية", + "multipleUse": "متعدد الاستخدام", + "other": "غير ذلك (حدده في التعليقات)", + "unknown": "لا يوجد/مجهول", + "totalForestArea": "إجمالي مساحة الغابة", + "total": "الإجمالي" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithinProtectedAreas": "مساحة الغابة ضمن المناطق المحمية ومساحة الغابة الخاضعة لخطط إدارة طويلة الأجل", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "المساحة (1000 هـ)", + "header": "مساحة الغابة ضمن المناطق المحمية", + "forestAreaWithLongTermManagementPlan": "مساحة الغابة الخاضعة لخطة إدارة طويلة الأجل للغابة", + "ofWhichInProtectedAreas": "...منها في مناطق محمية" + }, + "forestOwnership": { + "forestOwnership": "ملكية الغابة", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "مساحة الغابة (1000 هـ)", + "privateOwnership": "ملكية خاصة", + "ofWhichIndividuals": "منها خاضع لملكية الأفراد", + "ofWhichPrivateBusinesses": "...منها خاضع لملكية كيانات ومؤسسات أعمال خاصة", + "ofWhichCommunities": "...منها خاضع لملكية مجتمعات محلية وقبلية وأصلية", + "publicOwnership": "ملكية عامة", + "otherOrUnknown": "مجهولة/غير ذلك (حددها في التعليقات)", + "totalForestArea": "إجمالي مساحة الغابة", + "total": "الإجمالي" + }, + "holderOfManagementRights": { + "holderOfManagementRights": "صاحب حقوق إدارة الغابات العامة", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "مساحة الغابة (1000 هـ)", + "publicAdministration": "إدارة عامة", + "individuals": "أفراد", + "privateBusinesses": "كيانات ومؤسسات أعمال تابعة للقطاع الخاص", + "communities": "مجتمعات محلية وقبلية وأصلية", + "other": "مجهولة/غير ذلك (حددها في التعليقات)", + "totalPublicOwnership": "إجمالي الملكية العامة", + "total": "الإجمالي", + "publicOwnershipDoesNotMatch": "غير مطابق لإجمالي الملكية العامة" + }, + "disturbances": { + "disturbances": "اضطرابات", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "المساحة (1000 هـ)", + "insects": "حشرات", + "diseases": "أمراض", + "severeWeatherEvents": "الظواهر الجوية القاسية", + "other": "غير ذلك (حددها في التعليقات)", + "totalForestArea": "إجمالي مساحة الغابة", + "total": "الإجمالي" + }, + "areaAffectedByFire": { + "areaAffectedByFire": "المساحة المتضررة بالحرائق", + "categoryHeader": "فئات تقييم الموارد الحرجية", + "areaUnitLabel": "المساحة (1000 هـ)", + "totalLandAreaAffectedByFire": "إجمالي مساحة الاراضي المتضررة بالحرائق", + "ofWhichForest": "...منها في الغابات" + }, + "degradedForest": { + "degradedForest": "غابة متدهورة", + "doesYourCountryMonitor": "هل يتم رصد منطقة الغابة المتدهورة في بلدك", + "ifYes": "إن كانت الإجابة \"نعم\"عندها", + "whatIsDefinition": "ما هو تعريف \"الغابة المتدهورة\" على المستوى الوطني؟", + "howMonitored": "صف عملية الرصد والنتائج" + }, + "forestPolicy": { + "forestPolicy": "السياسات والتشريع والمنصة الوطنية المطلوبة لمشاركة أصحاب الشأن في السياسة المتعلقة بالغابات", + "categoryHeader": "أشر إلى وجود", + "areaUnitLabel": "بوليني (نعم/لا)", + "national": "وطني", + "subnational": "دون وطني", + "policiesSFM": "سياسات داعمة للإدارة المستدامة للغابات", + "legislationsSFM": "التشريعات واللوائح الداعمة للإدارة المستدامة للغابات", + "stakeholderParticipation": "المنصة التي تعزز أو تتيح مشاركة أصحاب الشأن في رسم سياسة الغابات", + "existenceOfTraceabilitySystem": "نظام (نظم) تعقب المنتجات الخشبية" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate": "مساحة الأرض المخصصة للغابة بشكل دائم", + "categoryHeader": "فئات تقييم الموارد الحرجية لعام 2020", + "areaUnitLabel": "مساحة الغابة (1000 هـ)", + "applicable": "أقابل للتطبيق؟" + }, + "employment": { + "employment": "التوظيف في الحراجة وقطع الأشجار", + "average": "معدل ثلاث سنوات", + "categoryHeader": "فئات تقييم الموارد الحرجية لعام 2020", + "unitHeader": "مكافئ العمل بدوام كامل (1000)", + "inForestry": "التوظيف في الحراجة وقطع الأشجار", + "ofWhichSilviculture": "...منها أنشطة حرجية وغيرها من الأنشطة المرتبطة بالغابات", + "ofWhichLogging": "...منها قطع الأشجار", + "ofWhichGathering": "...منها جمع منتجات حرجية غير خشبية", + "ofWhichSupport": "...منها تقديم خدمات دعم الحراجة", + "total": "الإجمالي", + "female": "أنثى", + "male": "ذكر" + }, + "graduationOfStudents": { + "graduationOfStudents": "تخريج طلاب في ميدان التعليم المرتبط بالغابات", + "average": "معدل ثلاث سنوات", + "numberOfStudents": "عدد الطلاب الخريجين", + "fra2020Categories": "فئات تقييم الموارد الحرجية لعام 2020", + "doctoralDegree": "درجة الدكتوراة", + "mastersDegree": "درجةالماجستير", + "bachelorsDegree": "درجة البكالوريوس", + "technicianCertificate": "شهادة/دبلوم فني", + "total": "الإجمالي", + "female": "أنثى", + "male": "ذكر" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals": "إزالة منتجات حرجية غير خشبية وقيمتها عام 2015", + "nameOfProduct": "اسم المنتج الحرجي غير الخشبي", + "keySpecies": "النوع الأساسي", + "quantity": "الكمية", + "unit": "الواحدة", + "value": "القيمة (1000 عملة محلية)", + "category": "فئة المنتج الحرجي غير الخشبي", + "plantProductsSelectHeading": "منتجات نباتية/مادة أولية", + "food": "1 غذاء", + "fodder": "2 علف", + "rawMaterialForMedicine": "3 مادة أولية لمنتجات طبية وعطرية", + "rawMaterialForColorants": "4 مادة أولية تستخدم في الملونات والأصبغة", + "rawMaterialForUtensils": "5 مادة أولية تستخدم في صناعة أوانٍ يدوية ", + "ornamentalPlants": "6 نباتات زينة", + "exudates": "7 نضحات", + "otherPlantProducts": "8 منتجات نباتية أخرى", + "animalProductsSelectHeading": "منتجات حيوانية/ مادة أولية", + "livingAnimals": "9 حيوانات حية", + "hidesSkins": "10 جلود الحيوانات ونصبها", + "wildHoney": "11 عسل بري وشمع النحل", + "wildMeat": "12 لحم بري", + "animalRawMaterialForMedicine": "13 مادة أولية للأدوية", + "animalRawMaterialForColorants": "14 مادة أولية للملونات", + "otherEdibleAnimalProducts": "15 منتجات حيوانية أخرى صالحة للأكل", + "otherNonEdibleAnimalProducts": "16 منتجات حيوانية أخرى غير صالحة للأكل", + "allOtherPlantProducts": "جميع المنتجات النباتية الأخرى", + "allOtherAnimalProducts": "جميع المنتجات الحيوانية الأخرى", + "total": "الإجمالي", + "currency": "اسم العملة", + "notSelected": "" + }, + "sustainableDevelopment": { + "sustainableDevelopment": "الهدف الخامس عشر من أهداف التنمية المستدامة", + "indicator": "المؤشر", + "percent": "النسبة المئوية", + "nameOfAgencyResponsible": "اسم الهيئة المسؤولة", + "sdgIndicator1": "مؤشر هدف التنمية المستدامة 15-1-1 مساحة الغابة كنسبة من إجمالي مساحة الأرض عام 2015", + "sdgIndicator2": "مؤشر هدف التنمية المستدامة 15-2-1 التقدم باتجاه الإدارة المستدامة للغابات", + "forestAreaProportionLandArea2015": "مساحة الغابة كنسبة من إجمالي مساحة الأرض عام 2015", + "subIndicator": "المؤشر الفرعي {{no}}", + "forestAreaAnnualNetChangeRate": "المعدل السنوي لصافي التغيير في مساحة الغابة", + "aboveGroundBiomassStockForests": "مخزون الكتلة الحيوية فوق الأرض في الغابة", + "percent2015ForestAreaBaseline": "النسبة المئوية (بيانات خط المنطلق الخاصة بمساحة الغابة عام 2015)", + "proportionForestAreaLegallyEstablishedProtectedAreas": "نسبة مساحة الغابة الموجودة ضمن مناطق محمية قانونياً", + "proportionForestAreaLongTermForestManagement": "نسبة مساحة الغابة الخاضعة لخطة إدارة طويلة الأجل للغابة", + "forestArea1000Ha": "مساحة الغابة (1000 هـ)", + "forestAreaVerifiedForestManagement": "مساحة الغابة الخاضعة لخطط اعتماد إدارة الغابة المتحقق منها بشكل مستقل " + }, + "panEuropeanIndicators": { + "panEuropeanIndicators": "المؤشرات الكمية في عموم أوروبا للإدارة المستدامة للغابات", + "uploadQuestionnaire": "حمّل الاستبيان", + "chooseFile": "اختر ملفاً", + "downloadQuestionnaire": "نزل الاستبيان", + "download": "تنزيل", + "remove": "إزالة", + "noQuestionnaire": "لم يتم اختيار استبيان", + "panEuropeanQualitativeIndicators": "المؤشرات الكمية في عموم أوروبا للإدارة المستدامة للغابات", + "accessReportingPage": "ادخل إلى صفحة إعداد التقارير" + }, + "assessment": { + "fra": "تقييم الموارد الحرجية عام", + "panEuropean": "عموم أوروبا", + "deskStudy": "دراسة مكتبية", + "statusChangeNotification": { + "subject": "{{country}} تغير الحالة الي {{status}} على منصة تقييم الموارد الحرجية.", + "textMessage": "عزيزي {{recipientName}},\n\n{{changer}} غير الحالة الخاصه {{assessment}} إلى \"{{status}}\"بالنسبة لـ {{country}} على منصة تقييم الموارد الحرجية.\n\n{{message}}\n\nقم بزيارة المنصة على: {{- serverUrl}}\n\nفريق تقييم الموارد الحرجية\n{{- serverUrl}}", + "htmlMessage": "عزيزي {{recipientName}},\n

\n{{changer}} غير الحالة الخاصه {{assessment}} إلى \"{{status}}\"بالنسبة لـ {{country}} على منصة تقييم الموارد الحرجية.\n

\n{{message}}\n

\nلزيارة المنصة\n

\nفريق تقييم الموارد الحرجية\n
\n{{- serverUrl}}" + }, + "status": { + "changing": { + "label": "تغيير..." + }, + "editing": { + "label": "تعديل...", + "previous": "العودة إلى تعديل" + }, + "review": { + "label": "قيد المراجعة", + "next": "أرسل إلى المراجعة", + "previous": "العودة إلى المراجعة" + }, + "approval": { + "label": "بانتظار الموافقة", + "next": "أرسل للحصول على الموافقة", + "previous": "العودة إلى الموافقة" + }, + "accepted": { + "label": "مقبول", + "next": "اقبل", + "previous": "" + }, + "notStarted": { + "label": "لم يبدأ" + } + } + }, + "multiSelect": { + "placeholder": "اختر..." + }, + "emoji": { + "picker": { + "search": "ابحث", + "categories": { + "search": "ابحث في النتائج", + "recent": "مستخدم بشكل متكرر", + "people": "أوجه ضاحكة وأشخاص", + "nature": "حيوانات وطبيعة", + "foods": "طعام وشراب", + "activity": "نشاط", + "places": "سفر وأماكن", + "objects": "أشياء", + "symbols": "رموز", + "flags": "أعلام" + } + } + }, + "country": { + "region": { + "asia": "آسيا", + "europe": "أوروبا", + "oceania": "أوقيانوسيا", + "north_and_central_america": "أمريكا الشمالية والوسطى", + "south_america": "أمريكا الجنوبية", + "africa": "أفريقيا", + "atlantis": "أطلانطس", + "forest_europe": "المبادرة الأوروبية للغابات" + } + }, + "countryMessageBoard": { + "messageBoard": "لوح الرسائل", + "messageBoardDesc": "يمكن لجميع الأعضاء القطريين مشاهدة الرسائل الموضوعة هنا ", + "oneToOneMessages": "رسائل من شخص إلى شخص" + }, + "tutorial": { + "watch": "المشاهدة", + "passwordLogin": "البرنامج التعليمي لمنصة الفرا - كيفية تسجيل الدخول باستخدام كلمة مرور محددة ذاتيًا.", + "googleLogin": "البرنامج التعليمي لمنصة الفرا - كيفية تسجيل الدخول باستخدام جوجل.", + "collaboratorAdd": "البرنامج التعليمي لمنصة الفرا - كيفية إضافة شخص اخر للتعاون في ملئ التقارير", + "platformNavigation": "البرنامج التعليمي لمنصة الفرا - استكشاف المنصة", + "documentUpload": "البرنامج التعليمي لمنصة الفرا - كيفية رفع المستندات", + "ndpAdd": "البرنامج التعليمي لمنصة الفرا - كيفية إضافة نقطة بيانات وطنية", + "passwordLoginShort": "كيفية تسجيل الدخول باستخدام كلمة مرور محددة ذاتيًا", + "googleLoginShort": "كيفية تسجيل الدخول باستخدام جوجل", + "guidelinesAndSpecifications": "المبادئ التوجيهية والمواصفات", + "ndpAddReferenceLink": "البرنامج التعليمي لمنصة الفرا - كيفية إضافة رابط مرجعي لنقطة البيانات الوطنية؟", + "nationalDataAddReferenceLink": "البرنامج التعليمي لمنصة الفرا - كيفية إضافة رابط مرجعي للبيانات الوطنية؟" + }, + "panEuropean": { + "panEuropeanAssessment": "تقييم عموم أوروبا", + "variable": "متغير", + "landing": { + "link": "إعداد تقارير مشتركة بين المبادرة الأوروبية للغابات/اللجنة الاقتصادية لأوروبا التابعة للأمم المتحدة/منظمة الأغذية والزراعة حول مؤشرات عموم أوروبا الخاصة بالإدارة المستدامة للغابات: المبادرة الأوروبية للغابات." + }, + "home": { + "description1": "تتألف مجموعة البيانات من معلومات قدمها مراسلون وطنيون استجابة إلى استبيان مشترك بين المبادرة الأوروبية للغابات واللجنة الاقتصادية لأوروبا التابعة للأمم المتحدة ومنظمة الأغذية والزراعة حول مؤشرات كمية لعموم أوروبا خاصة بالإدارة المستدامة للغابات.", + "description2": "نفذ إعداد تقارير عموم أوروبا لعام 2020 على التوازي مع تقييم الموارد الحرجية لعام 2020. صحيح أنهما عمليتين منفصلتين، إلا أن بعض المتغيرات ظهرت في كليهما معاً. وهنا تجدر الملاحظة أنه تم تعديل بعض المعلومات المتعلقة بحالة الغابات في أوروبا عام 2020 في أعقاب جمع البيانات بالمشورة مع مراسلين وطنيين، وبالتالي قد تختلف تلك البيانات عن التي جرى تقديمها على منصة تقييم الموارد الحرجية. " + }, + "disclaimer": { + "and": "و", + "forestEurope": "المبادرة الأوروبية للغابات", + "govSwitzerland": "حكومة سويسرا", + "part1": "أعد هذا الموقع الإلكتروني بمساعدة [دعم] من" + }, + "navigation": { + "forestResourcesAndCarbon": "الموارد الحرجية والكربون", + "maintenanceOfForestEcosystemHealthAndVitality": "الحفاظ على صحة النظام الإيكولوجي للغابات وحيويته", + "productiveFunctionsOfForestsWoodAndNonWood": "وظائف إنتاجية للغابات (خشبية وغير خشبية)", + "biologicalDiversityInForestEcosystems": "التنوع الحيوي في النظم الإيكولوجية للغابات", + "protectiveFunctionsInForestManagement": "وظائف وقائية في إدارة الغابات", + "socioEconomicFunctionsAndConditions": "وظائف وظروف اجتماعية واقتصادية" + }, + "forestArea": { + "forestArea": "مساحة الغابة", + "categoryYear": "الفئة - العام", + "area": "المساحة", + "area1000Ha": "المساحة (1000 هـ)", + "forest": "غابة- {{year}}", + "_of_which_available_for_wood_supply": "...منها متاح للإمداد بالأخشاب - {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}", + "other_land": "أرض أخرى - {{year}}", + "_of_which_with_tree_cover": "...منها ذات غطاء شجري - {{year}}" + }, + "forestAreaByForestTypes": { + "forestAreaByForestTypes": "مساحة الغابة وفق أنماط الغابة", + "category": "الفئة", + "forestArea1000Ha": "مساحة الغابة (1000 هـ)", + "predominantly_coniferous_forest": "غابة أشجار صنوبرية بالدرجة الأولى", + "predominantly_broadleaved_forest": "غابة أشجار عريضة الأوراق بالدرجة الأولى", + "mixed_forest": "غابة خليطة", + "forest_area_1990": "مساحة الغابة – 1990", + "forest_area_2000": "مساحة الغابة – 2000", + "forest_area_2005": "مساحة الغابة – 2005", + "forest_area_2010": "مساحة الغابة – 2010", + "forest_area_2015": "مساحة الغابة – 2015", + "forest_area_2020": "مساحة الغابة – 2020" + }, + "growingStock": { + "growingStock": "مخزون الأشجار الحية", + "categoryYear": "الفئة - العام", + "growingStockMillionM3OB": "مخزون الأشجار الحية (مليون م3 مع اللحاء)", + "total": "الإجمالي", + "_ofWhich": "...منها", + "coniferous": "صنوبرية", + "broadleaved": "عريضة الأوراق", + "forest": "الغابة- {{year}}", + "_of_which_available_for_wood_supply": "...منها متاح للإمداد بالأخشاب - {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}" + }, + "growingStockByForestType": { + "growingStockByForestType": "مخزون الأشجار الحية وفق نمط الغابة", + "category": "الفئة", + "growingStockMillionM3OB": "مخزون الأشجار الحية (مليون م3 مع اللحاء)", + "predominantly_coniferous_forest": "غابة أشجار صنوبرية بالدرجة الأولى ", + "predominantly_broadleaved_forest": "غابة أشجار عريضة الأوراق بالدرجة الأولى", + "mixed_forest": "غابة مختلطة", + "growing_stock_1990": "مخزون أشجار حية – 1990", + "growing_stock_2000": "مخزون أشجار حية - 2000", + "growing_stock_2005": "مخزون أشجار حية - 2005", + "growing_stock_2010": "مخزون أشجار حية - 2010", + "growing_stock_2015": "مخزون أشجار حية - 2015", + "growing_stock_2020": "مخزون أشجار حية - 2020" + }, + "growingStockComposition": { + "growingStockComposition": "تركيبة مخزون الأشجار الحية", + "forestGrowingStockComposition": "تكوين مخزون الأشجار الحيّة بالغابات", + "speciesName": "اسم النوع", + "growingStockInForestMillionM3OB": "المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء)", + "rank": "التصنيف", + "scientificName": "الاسم العلمي", + "commonName": "الاسم الشائع", + "no1_ranked_in_terms_of_volume": "مصنفة #1 من حيث الحجم", + "no2_ranked_in_terms_of_volume": "مصنفة #2 من حيث الحجم", + "no3_ranked_in_terms_of_volume": "مصنفة #3 من حيث الحجم", + "no4_ranked_in_terms_of_volume": "مصنفة #4 من حيث الحجم", + "no5_ranked_in_terms_of_volume": "مصنفة #5 من حيث الحجم", + "no6_ranked_in_terms_of_volume": "مصنفة #6 من حيث الحجم", + "no7_ranked_in_terms_of_volume": "مصنفة #7 من حيث الحجم", + "no8_ranked_in_terms_of_volume": "مصنفة #8 من حيث الحجم", + "no9_ranked_in_terms_of_volume": "مصنفة #9 من حيث الحجم", + "no10_ranked_in_terms_of_volume": "مصنفة #10 من حيث الحجم", + "remaining": "المتبقي", + "total": "الإجمالي", + "scientific_name": "الاسم العلمي", + "common_name": "الاسم الشائع", + "growing_stock_in_forest_1990": "المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) – 1990", + "growing_stock_in_forest_2000": "المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2000", + "growing_stock_in_forest_2005": "المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2005", + "growing_stock_in_forest_2010": "المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2010", + "growing_stock_in_forest_2015": "المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2015", + "growing_stock_in_forest_2020": "المخزون من الأشجار الحية في الغابة (مليون م3 مع اللحاء) - 2020" + }, + "ageClassDistributionAreaOfEvenAgedStands": { + "ageClassDistributionAreaOfEvenAgedStands": "توزع فئة العمر (مساحة الشجراء ذات العمر المتساوي)", + "categoryYear": "الفئة - العام", + "developmentPhases": "أطوار التطور", + "total_area": "إجمالي المساحة", + "regeneration_phase": "طور التجدد", + "intermediate_phase": "الطور المتوسط", + "mature_phase": "طور النضوج", + "unspecified": "غير محدد", + "_1000Ha": "1000 هـ", + "forest_even_aged_stands_of_which": "الغابة (الشجراء ذات العمر المتساوي)، منها: - {{year}}", + "available_for_wood_supply_of_which": "متوافرة للإمداد بالأخشاب، منها: - {{year}}", + "predominantly_coniferous_forest": "غابة صنوبرية بالدرجة الأولى - {{year}}", + "predominantly_broadleaved_forest": "غابة أشجار عريضة الأوراق بالدرجة الأولى - {{year}}", + "mixed_forest": "غابة خليطة - {{year}}" + }, + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": { + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": "توزع فئة العمر (حجم الشجراء ذات العمر المتساوي) في الغابة المتوافرة للإمداد بالأخشاب", + "categoryYear": "الفئة - العام", + "developmentPhases": "أطوار التطور", + "total_volume": "إجمالي الحجم", + "regeneration_phase": "طور التجدد", + "intermediate_phase": "الطور المتوسط", + "mature_phase": "طور النضوج", + "unspecified": "غير محدد", + "_1000M3": "1000 م3", + "forest_available_for_wood_supply_even_aged_stands_of_which": "غابة متوافرة للإمداد بالأخشاب (شجراء ذات عمر متساو)، منها: - {{year}}", + "predominantly_coniferous_forest": "غابة صنوبرية بالدرجة الأولى - {{year}}", + "predominantly_broadleaved_forest": "غابة أشجار عريضة الأوراق بالدرجة الأولى - {{year}}", + "mixed_forest": "غابة خليطة - {{year}}" + }, + "diameterDistributionAndTotalAreaUnevenAgedStands": { + "diameterDistributionAndTotalAreaUnevenAgedStands": "التوزع بحسب قطر الشجرة وإجمالي المساحة (شجراء غير متساوية العمر)", + "categoryYear": "الفئة - العام", + "volumeByDiameterClasses1000mob": "الحجم وفق فئات القطر", + "area": "المساحة (1000 هـ)", + "total_volume": "إجمالي الحجم (1000 م3 مع اللحاء)", + "less_or_equal_20_cm": "أصغر أو يساوي 20 سم (1000 م3 مع اللحاء)", + "_21_40_cm": "من 21-40 سم (1000 م3 مع اللحاء)", + "_41_60_cm": "من 41 – 60 سم (1000 م3 مع اللحاء)", + "greater_60_cm": "أكبر من 60 سم (1000 م3 مع اللحاء)", + "unspecified": "غير محدد (1000 م3 مع اللحاء)", + "forest_uneven_aged_stands": "شجراء حرجية غير متساوية العمر - {{year}}", + "_of_which_forest_available_for_wood_supply": "...منها: غابة متوافرة للإمداد بالأخشاب - {{year}}" + }, + "carbonStock": { + "carbonStock": "مخزون الكربون", + "categoryYear": "الفئة - العام", + "carbonInAboveGroundAndBelowGroundLivingBiomass": "الكربون في الكتلة الحيوية الحية فوق الأرض وتحت الأرض", + "carbonInDeadwoodAndLitter": "الكربون في الخشب الميت والمهاد", + "above_ground": "الكربون في الكتلة الحيوية الحية فوق الأرض", + "aboveGround": "فوق الأرض", + "below_ground": "الكربون في الكتلة الحيوية الحية تحت الأرض", + "belowGround": "تحت الأرض", + "deadwood": "الكربون في الخشب الميت", + "deadwoodCarbon": "خشب ميت", + "litter": "الكربون في المهاد", + "litterCarbon": "مهاد", + "soil_carbon": "الكربون في التربة", + "millionMetricTonnes": "مليون طن متري", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}" + }, + "carbonStockInHarvestedWoodProductsHWP": { + "carbonStockInHarvestedWoodProductsHWP": "مخزون الكربون في المنتجات الخشبية المحصودة ", + "categoryYear": "الفئة - العام", + "totalCarbonStockInHWPMillionMetricTonnes": "إجمالي مخزون الكربون في المنتجات الخشبية المحصودة (مليون طن متري)", + "total_carbon_stock_in_hwp": "إجمالي مخزون الكربون في المنتجات الخشبية المحصودة", + "harvested_wood_products": "منتجات خشبية محصودة - {{year}}" + }, + "forestAreaWithDamage": { + "forestAreaWithDamage": "المساحة المتضررة من الغابة", + "categoryYear": "الفئة - العام", + "areaWithDamageByDifferentAgents": "المساحة المتضررة بفعل عوامل مختلفة", + "primarilyDamagedByBioticAgents": "متضررة بفعل عوامل أحيائية بالدرجة الأولى", + "damagePrimarilyHumanInduced": "الضرر ناجم عن البشر بالدرجة الأولى", + "primarilyDamagedByFire": "متضررة بالحرائق بالدرجة الأولى", + "thousandHa": "1000 هـ", + "total_area_with_damage": "إجمالي المساحة المتضررة", + "insects_and_disease": "عوامل أحيائية: حشرات وأمراض", + "insectsAndDisease": "حشرات وأمراض", + "wildlife_and_grazing": "عوامل أحيائية: حياة برية ورعي", + "wildlifeAndGrazing": "حياة برية ورعي", + "forest_operations": "ناجم عن البشر: عمليات حرجية", + "forestOperations": "عمليات حرجية", + "other": "ناجم عن البشر: غير ذلك", + "otherHumanInduced": "غير ذلك", + "primarily_damaged_by_abiotic_agents": "عوامل غير أحيائية (عواصف، رياح، ثلوج، إلخ)", + "primarilyDamagedByAbioticAgents": "متضررة بالدرجة الأولى بعوامل غير أحيائية (عواصف، رياح، ثلوج، إلخ)", + "primarily_damaged_by_fire_total": "حرائق: الإجمالي", + "primarilyDamagedByFireTotal": "الإجمالي", + "of_which_human_induced": "حرائق: منها ناجم عن البشر", + "ofWhichHumanInduced": "منها ناجم عن البشر", + "unspecified_mixed_damage": "ضرر غير محدد/خليط", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}" + }, + "areaWithForestLandDegradation": { + "areaWithForestLandDegradation": "المساحة ذات الأرض الحرجية المتدهورة", + "categoryYear": "الفئة - العام", + "totalAreaOfDegradedLand": "إجمالي مساحة الأرض المتدهورة", + "areaPrimarilyDegradedBy": "المساحة المتدهورة بالدرجة الأولى بفعل", + "formerDegradedLandRestored": "استعادة الأرض التي كانت متدهور سابقاً", + "grazing": "رعي", + "repeatedFires": "حرائق متكررة", + "airPollution": "تلوث الهواء", + "desertification": "تصحر", + "other1": "غير ذلك 1", + "other2": "غير ذلك 2", + "other3": "غير ذلك 3", + "unknown": "مجهول", + "nA": "", + "thousandHa": "1000 هـ", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}", + "otherNames": "أسماء العوامل الأخرى التي تدهورت بفعلها تلك المساحة", + "total_area_of_degraded_land": "إجمالي مساحة الأرض المتدهورة", + "repeated_fires": "حرائق متكررة", + "air_pollution": "تلوث الهواء", + "other_1": "غير ذلك 1", + "other_2": "غير ذلك 2", + "other_3": "غير ذلك 3", + "former_degraded_land_restored": "استعادة الأرض التي كانت متدهور سابقاً" + }, + "incrementAndFellings": { + "incrementAndFellings": "النمو والقطع", + "categoryYear": "الفئة - العام", + "fellings": "قطع", + "volume1000mob": "الحجم (1000 م3 مع اللحاء)", + "gross_annual_increment": "إجمالي النمو السنوي", + "natural_losses": "خسائر طبيعية", + "net_annual_increment": "صافي النمو السنوي", + "fellings_total": "القطع: الإجمالي", + "fellingsTotal": "الإجمالي", + "_of_which_of_natural_losses": "القطع: خسائر طبيعية", + "ofWhichOfNaturalLosses": "...منها: خسائر طبيعية", + "forest": "غابة- {{year}}", + "_of_which_forest_available_for_wood_supply": "...منها: غابة متوافرة للإمداد بالأخشاب - {{year}}" + }, + "removals": { + "removals": "إزالة", + "categoryYear": "الفئة - العام", + "woodRemovals": "إزالة الأخشاب", + "total": "الإجمالي", + "industrialRoundwood": "أخساب مستديرة صناعية", + "woodfuel": "حطب", + "volume1000M3UB": "الحجم (1000 م3 مع اللحاء)", + "marketValue1000NationalCurrency": "القيمة السوقية (1000 عملة وطنية)", + "roundwood": "أخشاب مستديرة - {{year}}", + "total_volume": "إجمالي: الحجم (1000 م3 مع اللحاء)", + "industrial_roundwood_volume": "أخشاب مستديرة صناعية: الحجم (1000 م3 دون اللحاء)", + "industrial_roundwood_market_value": "أخشاب مستديرة صناعية: القيمة السوقية (1000 عملة وطنية)", + "woodfuel_volume": "حطب: الحجم (1000 م3 دون اللحاء)", + "woodfuel_market_value": "حطب: القيمة السوقية (1000 عملة وطنية)" + }, + "nonWoodGoods2015": { + "nonWoodGoods2015": "سلع غير خشبية (2015)", + "rankValue": "الرتبة (القيمة)", + "nameOfGroupsOfProduct": "اسم (مجموعات) المنتج", + "keySpecies": "أنواع أساسية", + "totalHarvestedNonWoodGoods": "إجمالي السلع غير الخشبية المحصودة", + "unit": "الواحدة", + "quantity": "الكمية", + "marketValue1000NationalCurrency": "Market value (1000 national currency)", + "nwfpCategory": "فئة المنتجات الحرجية غير الخشبية", + "_01st": "الرتبة الأولى (القيمة)", + "_02nd": "الرتبة الثانية (القيمة)", + "_03rd": "الرتبة الثالثة (القيمة)", + "_04th": "الرتبة الرابعة (القيمة)", + "_05th": "الرتبة الخامسة (القيمة)", + "_06th": "الرتبة السادسة (القيمة)", + "_07th": "الرتبة السابعة (القيمة)", + "_08th": "الرتبة الثامنة (القيمة)", + "_09th": "الرتبة التاسعة (القيمة)", + "_10th": "الرتبة العاشرة (القيمة)", + "all_other_plant_products": "جميع المنتجات النباتية الأخرى", + "all_other_animal_products": "جميع المنتجات الحيوانية الأخرى", + "total": "الإجمالي", + "name_of_groups_of_product": "اسم (مجموعات) المنتج", + "key_species": "أنواع أساسية", + "total_harvested_non_wood_goods_unit": "إجمالي السلع غير الخشبية المحصودة: الواحدة", + "total_harvested_non_wood_goods_quantity": "إجمالي السلع غير الخشبية المحصودة: الكمية", + "market_value_1000_national_currency": "القيمة السوقية (1000 عملة وطنية)", + "nwfp_category": "فئة المنتجات الحرجية غير الخشبية" + }, + "marketedServices2015": { + "marketedServices2015": "خدمات مسوقة (2015)", + "rankValue": "الرتبة (القيمة)", + "nameOfServiceProduct": "اسم الخدمة/المنتج", + "unit": "الواحدة", + "serviceProvision": "تقديم الخدمة", + "forestServiceCategory": "فئة الخدمة الحرجية", + "amountOfServiceProduct": "حجم الخدمة/المنتج", + "value1000NationalCurrency": "القيمة (1000 عملةوطنية)", + "_01st": "الرتبة الأولى (القيمة)", + "_02nd": "الرتبة الثانية (القيمة)", + "_03rd": "الرتبة الثالثة (القيمة)", + "_04th": "الرتبة الرابعة (القيمة)", + "_05th": "الرتبة الخامسة (القيمة)", + "_06th": "الرتبة السادسة (القيمة)", + "_07th": "الرتبة السابعة (القيمة)", + "_08th": "الرتبة الثامنة (القيمة)", + "_09th": "الرتبة التاسعة (القيمة)", + "_10th": "الرتبة العاشرة (القيمة)", + "remaining_total": "إجمالي الباقي", + "total": "الإجمالي", + "name_of_service_product": "اسم الخدمة/المنتج", + "service_provision_amount_of_service_product": "تقديم الخدمة: حجم الخدمة/المنتج", + "service_provision_value_1000_national_currency": "تقديم الخدمة: القيمة (1000 عملة وطنية)", + "forest_service_category": "فئة الخدمة الحرجية" + }, + "treeSpeciesComposition": { + "treeSpeciesComposition": "تركيبة أنواع الأشجار", + "categoryYear": "الفئة - العام", + "areaWithNumberOfTreeSpeciesOccurring1000ha": "المساحة مع عدد أنواع الأشجار الموجودة (1000 هـ)", + "area_with_number_of_tree_species_occurring_1": "المساحة مع عدد أنواع الأشجار الموجودة: 1", + "areaWithNumberOfTreeSpeciesOccurring1": "1", + "area_with_number_of_tree_species_occurring_2_3": "المساحة مع عدد أنواع الأشجار الموجودة: 2-3", + "areaWithNumberOfTreeSpeciesOccurring2_3": "2-3", + "area_with_number_of_tree_species_occurring_4_5": "المساحة مع عدد أنواع الأشجار الموجودة: 4-5", + "areaWithNumberOfTreeSpeciesOccurring4_5": "4-5", + "area_with_number_of_tree_species_occurring_6_pl": "المساحة مع عدد أنواع الأشجار الموجودة: أكثر من 6", + "areaWithNumberOfTreeSpeciesOccurring6_pl": "أكثر من 6", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}" + }, + "totalForestAreaByExpansionAndRegenerationType": { + "totalForestAreaByExpansionAndRegenerationType": "إجمالي مساحة الغابة وفق نمط التوسع والتجديد", + "categoryYear": "الفئة - العام", + "totalAreaOfForestByExpansionRegenerationType1000ha": "إجمالي مساحة الغابة وفق نمط التوسع والتجديد (1000 هـ)", + "natural_expansion_and_natural_regeneration": "توسع طبيعي وتجدد طبيعي", + "afforestation_and_regeneration_by_planting_and_or_seeding": "تحريج وتجديد عن طريق زراعة الغراس أو البذور", + "coppice": "منسغة", + "forest": "غابة- {{year}}" + }, + "annualForestExpansionAndRegeneration": { + "annualForestExpansionAndRegeneration": "التوسع والتجدد السنوي للغابة", + "categoryYear": "الفئة - العام", + "annualForestExpansionAndRegeneration1000ha": "التوسع والتجدد السنوي للغابة (1000 هـ)", + "expansionOfForestArea": "توسع منطقة الغابة", + "regenerationOfForestArea": "تجدد منطقة الغابة", + "afforestation": "التوسع: تحريج", + "afforestationExpansion": "تحريج", + "natural_expansion": "التوسع: توسع طبيعي", + "naturalExpansion": "توسع طبيعي", + "natural_regeneration": "التجدد: تجدد طبيعي", + "naturalRegeneration": "تجدد طبيعي", + "planting_and_seeding": "التجدد: زراعة غراس وبذور", + "plantingAndSeeding": "زراعة غراس وبذور", + "coppice": "تجدد: منسغة", + "coppiceRegeneration": "منسغة", + "forest": "غابة- {{year}}" + }, + "naturalness": { + "naturalness": "الطبيعية", + "categoryYear": "الفئة - العام", + "area1000ha": "المساحة (1000 هـ)", + "undisturbed_by_man": "غير مضطربة بفعل الإنسان", + "semi_natural": "شبه طبيعية", + "plantations": "مزروعة", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية - {{year}}" + }, + "naturalnessBySubclasses": { + "naturalnessBySubclasses": "الطبيعية وفق الشرائح الفرعية", + "categoryYear": "الفئة - العام", + "area1000ha": "المساحة (1000 هـ)", + "semiNatural": "شبه طبيعية", + "plantations": "مزروعة", + "naturally_established": "شبه طبيعي: تأسيس طبيعي", + "naturallyEstablished": "تأسيس طبيعي", + "naturalised_introduced_species": "شبه طبيعي: أنواع مدخلة طبيعياً", + "naturalisedIntroducedSpecies": "أنواع مدخلة طبيعياً", + "established_by_planting_and_or_seeding": "شبه طبيعي: تأسيس عن طريق زراعة الغراس أو البذور أو كليهما", + "establishedByPlantingAndOrSeeding": "تأسيس عن طريق زراعة الغراس أو البذور أو كليهما", + "coppice": "شبه طبيعي: منسغة", + "coppiceSemiNatural": "منسغة", + "unknown_origin": "شبه طبيعي: مجهول الأصل", + "unknownOrigin": "مجهول الأصل", + "native_species": "مزروعة: أنواع أصلية", + "nativeSpecies": "أنواع أصلية", + "introduced_species": "مزروعة: أنواع مدخلة", + "introducedSpecies": "أنواع مدخلة", + "forest": "غابة- {{year}}" + }, + "introducedTreeSpecies": { + "introducedTreeSpecies": "مساحة الشجراء التي تحتوي على أنواع أشجار مدخلة بالدرجة الأولى", + "categoryYear": "الفئة - العام", + "areaOfStandsDominatedByIntroducedTreeSpecies1000ha": "مساحة الشجراء التي تحتوي على أنواع أشجار مدخلة بالدرجة الأولى (1000 هـ)", + "total": "الإجمالي", + "_of_which_invasive": "...منها: غازية", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}" + }, + "introducedTreeSpecies4_4b": { + "introducedTreeSpecies4_4b": "أنواع أشجار مدخلة", + "category": "Category", + "scientificNameOfIntroducedTreeSpecies": "الاسم العلمي للنوع المدخل", + "forestAreaOccupied1000Ha": "مساحة الغابة المشغولة (1000 هـ)", + "_01": "نوع الشجرة المدخلة 1", + "_02": "نوع الشجرة المدخلة 2", + "_03": "نوع الشجرة المدخلة 3", + "_04": "نوع الشجرة المدخلة 4", + "_05": "نوع الشجرة المدخلة 5", + "_06": "نوع الشجرة المدخلة 6", + "_07": "نوع الشجرة المدخلة 7", + "_08": "نوع الشجرة المدخلة 8", + "_09": "نوع الشجرة المدخلة 9", + "_10": "نوع الشجرة المدخلة 10", + "_11": "نوع الشجرة المدخلة 11", + "_12": "نوع الشجرة المدخلة 12", + "_13": "نوع الشجرة المدخلة 13", + "_14": "نوع الشجرة المدخلة 14", + "_15": "نوع الشجرة المدخلة 15 ", + "_16": "نوع الشجرة المدخلة 16", + "_17": "نوع الشجرة المدخلة 17", + "_18": "نوع الشجرة المدخلة 18 ", + "_19": "نوع الشجرة المدخلة 19", + "_20": "نوع الشجرة المدخلة 20", + "scientific_name_of_introduced_tree_species": "الاسم العلمي للنوع المدخل", + "forest_area_occupied_2005": "مساحة الغابة المشغولة (1000 هـ) – 2005", + "forest_area_occupied_2010": "مساحة الغابة المشغولة (1000 هـ) - 2010", + "forest_area_occupied_2015": "مساحة الغابة المشغولة (1000 هـ) - 2015" + }, + "invasiveTreeSpecies": { + "invasiveTreeSpecies": "أنواع الأشجار الغازية", + "category": "الفئة", + "scientificNameOfInvasiveTreeSpecies": "الاسم العلمي لأنواع الأشجار الغازية", + "forestAreaAffected1000Ha": "مساحة الغابة المتضررة (1000 هـ)", + "_01": "نوع الشجرة الغازية 1", + "_02": "نوع الشجرة الغازية 2", + "_03": "نوع الشجرة الغازية 3", + "_04": "نوع الشجرة الغازية 4", + "_05": "نوع الشجرة الغازية 5", + "_06": "نوع الشجرة الغازية 6", + "_07": "نوع الشجرة الغازية 7", + "_08": "نوع الشجرة الغازية 8", + "_09": "نوع الشجرة الغازية 9", + "_10": "نوع الشجرة الغازية 10", + "_11": "نوع الشجرة الغازية 11", + "_12": "نوع الشجرة الغازية 12", + "_13": "نوع الشجرة الغازية 13", + "_14": "نوع الشجرة الغازية 14", + "_15": "نوع الشجرة الغازية 15", + "_16": "نوع الشجرة الغازية 16", + "_17": "نوع الشجرة الغازية 17", + "_18": "نوع الشجرة الغازية 18", + "_19": "نوع الشجرة الغازية 19", + "_20": "نوع الشجرة الغازية 20", + "scientific_name_of_invasive_tree_species": "الاسم العلمي لأنواع الأشجار الغازية", + "forest_area_affected_2005": "مساحة الغابة المتضررة (1000 هـ) – 2005", + "forest_area_affected_2010": "مساحة الغابة المتضررة (1000 هـ) - 2010", + "forest_area_affected_2015": "مساحة الغابة المتضررة (1000 هـ) - 2015" + }, + "deadwood": { + "deadwood": "أخشاب ميتة", + "categoryYear": "الفئة - العام", + "volumeOfDeadwoodM3Ha": "حجم الأخشاب الميتة (م3/هـ)", + "total": "الإجمالي", + "standing": "واقفة", + "lying": "مضجعة", + "forest": "غابة - {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي الغابات والأراضي الحرجية الأخرى - {{year}}", + "volumeOfDeadwoodInFOWLBySpeciesGroups": "حجم الأخشاب الميتة في الغابات وفي الأراضي الحرجية الأخرى وفق مجموعات الأنواع", + "coniferous": "صنوبريات - {{year}}", + "broadleaved": "عريضة الأوراق - {{year}}" + }, + "threatenedForestSpecies": { + "threatenedForestSpecies": "أنواع حرجية مهددة", + "categoryYear": "الفئة - العام", + "threatenedForestSpeciesCol": "أنواع حرجية مهددة", + "absoluteNumber": "العدد المطلق", + "total_of_taxa": "إجمالي الأصناف", + "vulnerable": "سريعة التأثر", + "endangered": "معرضة للانقراض", + "critically_endangered": "معرضة للانقراض بمستوى حرج", + "extinct_in_the_wild": "منقرضة في البرية", + "trees": "أشجار - {{year}}", + "birds": "طيور - {{year}}", + "mammals": "ثدييات - {{year}}", + "other_vertebrates": "فقاريات أخرى - {{year}}", + "invertebrates": "لافقريات - {{year}}", + "vascular_plants": "نباتات وعائية - {{year}}", + "cryptogams_and_fungi": "نباتات لازهرية وفطور - {{year}}" + }, + "protectedForests": { + "protectedForests": "غابات محمية", + "categoryYear": "الفئة - العام", + "ha1000": "1000 ha", + "mcpfe_class_1_1": "الفئة 1-1 للمؤتمر الوزاري لحماية الغابات في أوروبا", + "mcpfe_class_1_2": "الفئة 1-2 للمؤتمر الوزاري لحماية الغابات في أوروبا", + "mcpfe_class_1_3": "الفئة 1-3 للمؤتمر الوزاري لحماية الغابات في أوروبا", + "mcpfe_class_2": "الفئة 2 للمؤتمر الوزاري لحماية الغابات في أوروبا", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}" + }, + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": { + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": "غابات الحماية – التربة والمياه ووظائف أخرى للنظام الإيكولوجي؛ بنى تحتية وموارد طبيعية خاضعة للإدارة", + "categoryYear": "الفئة - العام", + "protectiveForestsMCPFEClass31000ha": "غابات الحماية – الفئة 3 للمؤتمر الوزاري لحماية الغابات في أوروبا (1000 هـ)", + "soil_water_and_other_forest_ecosystem_functions": "Soil, water and other forest ecosystem functions", + "infrastructure_and_managed_natural_resources": "Infrastructure and managed natural resources", + "total": "الإجمالي", + "forest": "غابة- {{year}}", + "other_wooded_land": "أرض حرجية أخرى - {{year}}", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}" + }, + "forestHoldings": { + "forestHoldings": "حيازات حرجية", + "categoryYear": "الفئة - العام", + "areaAndNumberOfForestHoldingsInSizeClasses": "المساحة وعدد الحيازات الحرجية وفق فئات المساحة", + "less10ha": "أصغر أو تساوي 10 هـ", + "_11_500ha": "من 11 - 500 هـ", + "more500ha": "أكبر من 500 هـ", + "total_forest_area": "إجمالي مساحة الغابة (1000 هـ)", + "total_number_of_holdings": "إجمالي عدد الحيازات", + "less_10_ha_area": "المساحة أصغر أو تساوي 10 هكتار (1000 هـ)", + "less_10_ha_number": "أصغر أو تساوي 10 هـ: عدد الحيازات", + "_11_500_ha_area": "11-500 هـ: المساحة (1000 هـ)", + "_11_500_ha_number": "من 11 – 500: عدد الحيازات ", + "more_500_ha_area": "أكبر من 500 هـ: المساحة (1000 هـ)", + "more_500_ha_number": "أكبر من 500 هـ: عدد الحيازات", + "area1000Ha": "المساحة (1000 هـ)", + "numberOfHoldings": "عدد الحيازات", + "in_public_ownership": "ملكية عامة - {{year}}", + "in_private_ownership": "ملكية خاصة - {{year}}", + "other_types_of_ownership_unknown": "أنواع ملكية أخرى/مجهولة - {{year}}" + }, + "grossValueAdded": { + "grossValueAdded": "إجمالي القيمة المضافة", + "categoryYear": "الفئة - العام", + "grossValueAddedCol": "إجمالي القيمة المضافة", + "million_national_currency": "مليون بالعملة الوطنية", + "percent_of_total_gva": "% من إجمالي القيمة المضافة", + "forestry": "الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "تصنيع الأخشاب والقطع الخشبية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "تصنيع الأوراق والمنتجات الورقية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 17) - {{year}}" + }, + "factorIncomeAndEntrepreneurialIncome": { + "factorIncomeAndEntrepreneurialIncome": "الدخل المتدفق من عوامل مختلفة والدخل المتدفق من الأعمال التجارية", + "categoryYear": "الفئة - العام", + "millionNationalCurrency": "مليون بالعملة الوطنية", + "factor_income": "الدخل المتدفق من عوامل مختلفة", + "net_operating_surplus": "صافي الفائض التشغيلي", + "forestry": "الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}" + }, + "totalGrossFixedCapitalFormationInForestsAndForestry": { + "totalGrossFixedCapitalFormationInForestsAndForestry": "صافي إجمالي تشكيلة رأس المال الثابت في الغابات والحراجة", + "categoryYear": "الفئة - العام", + "grossFixedCapitalFormationMillionNationalCurrency": "صافي إجمالي تشكيلة رأس المال الثابت في الغابات والحراجة (مليون بالعملة الوطنية)", + "plantingOfTreesToProvideRegularIncome": "زراعة الأشجار لتوفير دخل منتظم", + "equipmentAndBuildings": "تجهيزات ومباني", + "otherGrossFixedCapitalFormation": "تشكيلة أخرى لإجمالي رأس المال الثابت", + "total": "الإجمالي", + "forestry_isic_nace_02": "الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}", + "planting_of_trees_to_provide_regular_income": "زراعة الأشجار لتوفير دخل منتظم", + "equipment_and_buildings": "تجهيزات ومباني", + "other_gross_fixed_capital_formation": "تشكيلة أخرى لإجمالي رأس المال الثابت" + }, + "totalFixedCapitalConsumptionInForestsAndForestry": { + "totalFixedCapitalConsumptionInForestsAndForestry": "إجمالي استهلاك رأس المال الثابت في الغابات والحراجة", + "categoryYear": "الفئة - العام", + "fixedCapitalConsumptionMillionNationalCurrency": "استهلاك رأس المال الثابت (مليون بالعملة الوطنية)", + "fixed_capital_consumption": "استهلاك رأس المال الثابت", + "forestry_isic_nace_02": "الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}" + }, + "totalCapitalTransfersInForestsAndForestry": { + "totalCapitalTransfersInForestsAndForestry": "إجمالي عمليات تحويل رأس المال في الغابات والحراجة", + "categoryYear": "الفئة - العام", + "capitalTransfersMillionNationalCurrency": "عمليات تحويل رأس المال (مليون بالعملة الوطنية)", + "capital_transfers": "عمليات تحويل رأس المال", + "forestry_isic_nace_02": "الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}" + }, + "employmentByGenderAndAge": { + "employmentByGenderAndAge": "التوظيف بحسب الجنس والعمر", + "categoryYear": "الفئة - العام", + "total": "الإجمالي", + "gender": "الجنس", + "ageGroup": "مجموعة الأعمار", + "male": "ذكر", + "female": "أنثى", + "_15_49": "من 15-49", + "_50_": "من 50 فما فوق", + "_1000Persons": "1000 شخص", + "forestry": "الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "تصنيع الأخشاب والقطع الخشبية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "تصنيع الأوراق والمنتجات الورقية (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 17) - {{year}}", + "gender_male": "الجنس: ذكر", + "gender_female": "الجنس: أنثى", + "age_group_15_49": "مجموعة الأعمار: من 15 -49", + "age_group_50_plus": "مجموعة الأعمار: من 50 فما فوق" + }, + "employmentByEducationAndJobCharacteristics": { + "employmentByEducationAndJobCharacteristics": "التوظيف بحسب المستوى التعليمي ومواصفات العمل", + "categoryYear": "الفئة - العام", + "education": "المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997) ", + "jobCharacteristics": "متطلبات العمل", + "_0_2": "0-2", + "_3_4": "3-4", + "_5_6": "5-6", + "_1000Persons": "1000 شخص", + "education_0_2": "المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997): 0-2", + "education_3_4": "المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997): 3-4", + "education_5_6": "المستوى التعليمي (فئات التصنيف الدولي الموحد للتعليم 1997): 5-6", + "employees": "مواصفات العمل: موظفون", + "employeesJobCharacteristics": "موظفون", + "self_employed": "مواصفات العمل: عمل حر", + "selfEmployed": "عمل حر", + "forestry": "Forestry (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}" + }, + "occupationalAccidents": { + "occupationalAccidents": "حوادث مهنية", + "categoryYear": "الفئة - العام", + "fatalOccupationalAccidents": "حوادث مهنية قاتلة", + "nonFatalOccupationalAccidents": "حوادث مهنية غير قاتلة", + "number": "العدد", + "annualRatePer1000Workers": "المعدل السنوي لكل 1000 عامل", + "fatal_occupational_accidents_number": "الحوادث المهنية القاتلة: العدد", + "fatal_occupational_accidents_per_1000_workers": "الحوادث المهنية القاتلة: المعدل السنوي لكل 1000 عامل", + "non_fatal_occupational_accidents_number": "الحوادث المهنية غير القاتلة: العدد", + "non_fatal_occupational_accidents_per_1000_workers": "الحوادث المهنية غير القاتلة: المعدل السنوي لكل 1000 عامل", + "forestry_isic_nace_02": "الحراجة (التصنيف الدولي الصناعي الموحد/التصنيف الصناعي العام للأنشطة الاقتصادية 02) - {{year}}" + }, + "woodConsumption": { + "woodConsumption": "استهلاك الأخشاب", + "category": "الفئة", + "woodConsumption1000M3RWE": "استهلاك الأخشاب (مكافئ 1000 م3 أخشاب مستديرة)", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "wood_consumption": "استهلاك منتجات حرجية" + }, + "tradeInWood": { + "tradeInWood": "تجارة الأخشاب", + "category": "الفئة", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "exports_of_forest_products_quantity": "صادرات منتجات حرجية (مليون م3 مكافئ الأخشاب المستديرة)", + "exports_of_forest_products_value": "صادرات منتجات حرجية (مليون يورو/وحدة نقد أوروبية)", + "imports_of_forest_products_quantity": "واردات منتجات حرجية (مليون م3 مكافئ أشجار مستديرة)", + "imports_of_forest_products_value": "واردات منتجات حرجية (مليون يورو/وحدة نقد أوروبية)" + }, + "totalEnergySupplyFromWood": { + "totalEnergySupplyFromWood": "إجمالي الإمداد بالطاقة المستمدة من الخشب", + "category": "الفئة", + "tj": "تيراجول", + "_1000_metric_tonnes_dry_matter": "1000 طن متري مادة جافة", + "total_primary_energy_supply": "إجمالي الإمداد بالطاقة الأولية", + "total_renewable_energy_supply": "إجمالي الإمداد بالطاقة المتجددة", + "total_energy_supply_from_wood": "إجمالي الإمداد بالطاقة المستمدة من الخشب:", + "energy_from_direct_wood_fibre_sources": "- طاقة مستمدة من مصادر ألياف خشبية مباشرة:", + "of_which_from_forests": "منها مستمد من الغابات", + "of_which_from_other_wooded_land": "منها مستمد من أراض حرجية وأراض أخرى (أشجار خارج الغابات)", + "energy_from_co_products": "- طاقة مستمدة من منتجات ثانوية ومخلفات تصنيع الأخشاب:", + "of_which_solid_residues": "منها مخلفات صلبة (مثل الرقائق والجزيئات وبقايا الخشب واللحاء ما عدا الوقود الخشبي المعالج)", + "energy_from_processed_wood_based_fuels": "- طاقة مستمدة من الوقود الخشبي المعالج (حبيبات وقويلبات وفحم نباتي):", + "of_which_imported": "منها مستورد", + "energy_from_post_consumer_recovered_wood": "- طاقة مستمدة من خشب مسترد بعد الاستهلاك", + "energy_from_unknown_unspecified_sources": "- طاقة مستمدة من مصادر مجهولة/غير محددة", + "tj_2007": "2007: تيراجول", + "tj_2009": "2009: تيراجول", + "tj_2011": "2011: تيراجول", + "tj_2013": "2013: تيراجول", + "tj_2015": "2015: تيراجول", + "_1000_metric_tonnes_dry_matter_2007": "2007: 1000 طن متري مادة جافة", + "_1000_metric_tonnes_dry_matter_2009": "2009: 1000 طن متري مادة جافة", + "_1000_metric_tonnes_dry_matter_2011": "2011: 1000 طن متري مادة جافة", + "_1000_metric_tonnes_dry_matter_2013": "2013: 1000 طن متري مادة جافة", + "_1000_metric_tonnes_dry_matter_2015": "2015: 1000 طن متري مادة جافة" + }, + "accessibilityForRecreation": { + "accessibilityForRecreation": "إمكانية الوصول إليها للترفيه", + "categoryYear": "الفئة - العام", + "areaAvailableForPublicRecreation": "المساحة المتوافرة لترفيه العموم", + "total1000Ha": "الإجمالي (1000 هـ)", + "_oftotal": "%من الإجمالي ", + "areaPrimarilyDesignatedOrManagedForPublicRecreation": "مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض", + "area_available_for_public_recreation_total": "المساحة المتوافرة لترفيه العموم: إجمالي (1000 هـ)", + "area_available_for_public_recreation_percent": "المساحة المتوافرة لترفيه العموم: % من المساحة الإجمالية", + "area_designated_or_managed_for_public_recreation_total": "مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض: إجمالي (1000 هـ)", + "area_designated_or_managed_for_public_recreation_percent": "مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض: % من المساحة الإجمالية", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابة والأرض الحرجية الأخرى - {{year}}" + }, + "intensityOfUse": { + "intensityOfUse": "حجم الاستخدام", + "categoryYear": "الفئة - العام", + "annualNumberOfVisitsMillion": "عدد الزيارات السنوية (مليون)", + "areaAvailableForPublicRecreation": "المساحة المتوافرة لترفيه العموم", + "areaPrimarilyDesignatedAndOrManagedForPublicRecreation": "مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرض", + "total_forest_and_other_wooded_land": "إجمالي مساحة الغابات والأراضي الحرجية الأخرى- {{year}}", + "area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم", + "area_designated_and_or_managed_for_public_recreation": "مساحة مخصصة بالدرجة الأولى لترفيه العموم أو تدار لهذا الغرضم" + }, + "recreationFacilities": { + "recreationFacilities": "مرافق ترفيه", + "categoryYear": "الفئة - العام", + "forestRoadsAndPathsAvailableForPublicRecreation": "طرقات ودروب حرجية متوافرة لترفيه العموم", + "_ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc": "... منها مخصص لرياضة المشي وركوب الدراجات والتزلج الريفي، إلخ", + "facilityLengthIn1000Km": "المرفق (الطول في 1000 كم)", + "area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم - {{year}}", + "forest_roads_and_paths_available_for_public_recreation": "طرقات ودروب حرجية متوافرة لترفيه العموم", + "_of_which_designated_for_hiking_biking_cross_country_skiing_etc": "...منها مخصص لرياضة المشي وركوب الدراجات والتزلج الريفي، إلخ" + }, + "otherRecreationFacilitiesPilotReporting2015": { + "otherRecreationFacilitiesPilotReporting2015": "مرافق ترفيه أخرى – إعداد تقارير نموذجية (2015)", + "category": "الفئة", + "facility": "المرفق", + "measurement_unit": "وحدة القياس", + "extent_multiplicity": "النطاق/ البلدية", + "facility_category": "فئة المرفق", + "no1_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 1", + "no2_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 2", + "no3_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 3", + "no4_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 4", + "no5_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 5", + "no6_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 6", + "no7_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 7", + "no8_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 8", + "no9_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 9", + "no10_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 10", + "no11_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 11", + "no12_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 12", + "no13_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 13", + "no14_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 14", + "no15_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 15", + "no16_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 16", + "no17_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 17", + "no18_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 18", + "no19_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 19", + "no20_area_available_for_public_recreation": "المساحة المتوافرة لترفيه العموم 20" + } + } +} diff --git a/src/i18n/resources/ar/print.js b/src/i18n/resources/ar/print.js deleted file mode 100644 index e6eb4f0a6d..0000000000 --- a/src/i18n/resources/ar/print.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - title: 'تقرير تقييم الموارد الحرجية لعام {{cycleName}}', - titleTables: 'جداول حول التقرير الخاص بتقييم الموارد الحرجية لعام {{cycleName}}', - tableOfContent: 'قائمة المحتويات', - disclaimer: ` 'ترصد منظمة الأغذية والزراعة الغابات في العالم منذ عام 1946 بفاصل زمني من خمس إلى 10 سنوات. واليوم تصدر تقييمات الموارد الحرجية العالمية كل خمس سنوات بهدف توفير نهج متسق يقدم من خلاله توصيفاً للغابات في العالم والتغيرات التي تطرأ عليها. وتقييم الموارد الحرجية عملية قطرية تعتمد فيها التقييمات على تقارير يُعدها مراسلون وطنيون تتسم تسميتهم رسمياً. وفي حال عدم توافر تقرير ما، تقوم أمانة تقييم الموارد الحرجية بإعداد دراسة مكتبية يتم الاعتماد فيها على تقارير سابقة وكذلك على المعلومات المتوافرة أو تحليل قائم على الاستشعار عن بعد أو جميعها معاً. `, - disclaimerGenerated: `أعدت هذه الوثيقة تلقائياً باستخدام التقرير الذي أعد للإسهام في التقييم الذي أجرته منظمة الأغذية والزراعة للموارد الحرجية العالمية لعام {{cycleName}}، حيث قـُدمت إلى المنظمة كوثيقة حكومية رسمية. أما محتوى هذا التقرير والآراء الواردة فيه فتقع ضمن مسؤولية الجهة التي بعثت بالتقرير إلى منظمة الأغذية والزراعة، حيث لا تتحمل منظمة الأغذية والزراعة المسؤولية بشأن أي استخدام للمعلومات الواردة في هذه الوثيقة.`, - disclaimerGeneratedDeskStudy: `أعدت هذه الوثيقة تلقائياً من خلال دراسة مكتبية. ولا تتحمل منظمة الأغذية والزراعة المسؤولية بشأن أي استخدام للمعلومات الواردة في هذه الوثيقة.`, -} diff --git a/src/i18n/resources/ar/print.json b/src/i18n/resources/ar/print.json new file mode 100644 index 0000000000..29527fc3c7 --- /dev/null +++ b/src/i18n/resources/ar/print.json @@ -0,0 +1,8 @@ +{ + "title": "تقرير تقييم الموارد الحرجية لعام {{cycleName}}", + "titleTables": "جداول حول التقرير الخاص بتقييم الموارد الحرجية لعام {{cycleName}}", + "tableOfContent": "قائمة المحتويات", + "disclaimer": " 'ترصد منظمة الأغذية والزراعة الغابات في العالم منذ عام 1946 بفاصل زمني من خمس إلى 10 سنوات. واليوم تصدر تقييمات الموارد الحرجية العالمية كل خمس سنوات بهدف توفير نهج متسق يقدم من خلاله توصيفاً للغابات في العالم والتغيرات التي تطرأ عليها. وتقييم الموارد الحرجية عملية قطرية تعتمد فيها التقييمات على تقارير يُعدها مراسلون وطنيون تتسم تسميتهم رسمياً. وفي حال عدم توافر تقرير ما، تقوم أمانة تقييم الموارد الحرجية بإعداد دراسة مكتبية يتم الاعتماد فيها على تقارير سابقة وكذلك على المعلومات المتوافرة أو تحليل قائم على الاستشعار عن بعد أو جميعها معاً. ", + "disclaimerGenerated": "أعدت هذه الوثيقة تلقائياً باستخدام التقرير الذي أعد للإسهام في التقييم الذي أجرته منظمة الأغذية والزراعة للموارد الحرجية العالمية لعام {{cycleName}}، حيث قـُدمت إلى المنظمة كوثيقة حكومية رسمية. أما محتوى هذا التقرير والآراء الواردة فيه فتقع ضمن مسؤولية الجهة التي بعثت بالتقرير إلى منظمة الأغذية والزراعة، حيث لا تتحمل منظمة الأغذية والزراعة المسؤولية بشأن أي استخدام للمعلومات الواردة في هذه الوثيقة.", + "disclaimerGeneratedDeskStudy": "أعدت هذه الوثيقة تلقائياً من خلال دراسة مكتبية. ولا تتحمل منظمة الأغذية والزراعة المسؤولية بشأن أي استخدام للمعلومات الواردة في هذه الوثيقة." +} diff --git a/src/i18n/resources/ar/statisticalFactsheets.js b/src/i18n/resources/ar/statisticalFactsheets.js deleted file mode 100644 index 638ec0189d..0000000000 --- a/src/i18n/resources/ar/statisticalFactsheets.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - noData: 'لا توجد بيانات متاحة', - rowName: { - area: 'المساحة', - forest: 'الغابة', - landArea: 'مساحة الأرض', - naturalForestArea: '$t(forestCharacteristics.naturalForestArea)', - other: '$t(common.other)', - otherArea: 'منطقة أخرى', - otherForest: 'غابة أخرى', - otherLand: '$t(fraClass.otherLand)', - other_or_unknown: 'أخرى أو مجهولة', - plantedForest: '$t(forestCharacteristics.plantedForest)', - primaryForest: '$t(specificForestCategories.primaryForest)', - private_ownership: 'الخاصة', - protected: 'المحمية', - public_ownership: 'العامة', - unknown: '$t(fra.forestOwnership.unknown2025)', - }, - forestArea: { - title: 'مساحة الغابات ,{{startYear}} - {{endYear}}, $t({{unit}})', - }, - carbonAndGrowingStock: { - title: 'مخزون وكربون الأشجار الحية في الغابات ,{{startYear}} - {{endYear}}', - rowName: '', - carbon_stock_biomass_total: 'مخزون الكربون في الكتلة الحيوية($t({{unit}}))', - carbon_stock_total: 'إجمالي مخزون الكربون($t({{unit}})) ', - growing_stock_total: '$t(growingStock.growingStock) ($t({{unit}}))', - }, - forestAreaPercent: { - title: ' نسبة مساحة الغابات من إجمالي مساحة الأرض، {{year}}', - }, - primaryForest: { - title: 'النسبة المئوية للغابة البكر إلى مساحة الغابات , {{year}} ', - }, - forestOwnership: { - title: '$t(forestOwnership.forestOwnership) %, {{year}}', - }, - forestAreaWithinProtectedAreas: { - title: 'مساحة الغابة ضمن المناطق المحمية {{year}} (% من مساحة الغابة)', - }, - primaryDesignatedManagementObjective: { - title: - '$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})', - rowName: '', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(common.other)', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - social_services: '$t(designatedManagementObjective.socialServices)', - unknown: '$t(fra.designatedManagementObjective.unknown2025)', - no_designation: '$t(fra.designatedManagementObjective.noDesignation)', - }, - naturallyRegeneratingForest: { - title: 'مساحة الغابات المتجددة طبيعياً والمزروعة ,{{startYear}} - {{endYear}}, $t({{unit}})', - }, -} diff --git a/src/i18n/resources/ar/statisticalFactsheets.json b/src/i18n/resources/ar/statisticalFactsheets.json new file mode 100644 index 0000000000..34756c7b2b --- /dev/null +++ b/src/i18n/resources/ar/statisticalFactsheets.json @@ -0,0 +1,57 @@ +{ + "noData": "لا توجد بيانات متاحة", + "rowName": { + "area": "المساحة", + "forest": "الغابة", + "landArea": "مساحة الأرض", + "naturalForestArea": "$t(forestCharacteristics.naturalForestArea)", + "other": "$t(common.other)", + "otherArea": "منطقة أخرى", + "otherForest": "غابة أخرى", + "otherLand": "$t(fraClass.otherLand)", + "other_or_unknown": "أخرى أو مجهولة", + "plantedForest": "$t(forestCharacteristics.plantedForest)", + "primaryForest": "$t(specificForestCategories.primaryForest)", + "private_ownership": "الخاصة", + "protected": "المحمية", + "public_ownership": "العامة", + "unknown": "$t(fra.forestOwnership.unknown2025)" + }, + "forestArea": { + "title": "مساحة الغابات ,{{startYear}} - {{endYear}}, $t({{unit}})" + }, + "carbonAndGrowingStock": { + "title": "مخزون وكربون الأشجار الحية في الغابات ,{{startYear}} - {{endYear}}", + "rowName": "", + "carbon_stock_biomass_total": "مخزون الكربون في الكتلة الحيوية($t({{unit}}))", + "carbon_stock_total": "إجمالي مخزون الكربون($t({{unit}})) ", + "growing_stock_total": "$t(growingStock.growingStock) ($t({{unit}}))" + }, + "forestAreaPercent": { + "title": " نسبة مساحة الغابات من إجمالي مساحة الأرض، {{year}}" + }, + "primaryForest": { + "title": "النسبة المئوية للغابة البكر إلى مساحة الغابات , {{year}} " + }, + "forestOwnership": { + "title": "$t(forestOwnership.forestOwnership) %, {{year}}" + }, + "forestAreaWithinProtectedAreas": { + "title": "مساحة الغابة ضمن المناطق المحمية {{year}} (% من مساحة الغابة)" + }, + "primaryDesignatedManagementObjective": { + "title": "$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})", + "rowName": "", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(common.other)", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "unknown": "$t(fra.designatedManagementObjective.unknown2025)", + "no_designation": "$t(fra.designatedManagementObjective.noDesignation)" + }, + "naturallyRegeneratingForest": { + "title": "مساحة الغابات المتجددة طبيعياً والمزروعة ,{{startYear}} - {{endYear}}, $t({{unit}})" + } +} diff --git a/src/i18n/resources/ar/uc.js b/src/i18n/resources/ar/uc.js deleted file mode 100644 index 73b59952d8..0000000000 --- a/src/i18n/resources/ar/uc.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - message1: 'Dear user,', - message2: 'Thank you for accessing the FRA platform!', - message3: - 'We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.', - message4: 'Thank you!', - message5: 'The FRA team.', - noThanks: 'No thanks', - yesPlease: 'OK', - doNotShow: 'Do not show again', - alreadyAnswered: 'قدمت بالفعل ملاحظاتي', -} diff --git a/src/i18n/resources/ar/uc.json b/src/i18n/resources/ar/uc.json new file mode 100644 index 0000000000..1fe7937169 --- /dev/null +++ b/src/i18n/resources/ar/uc.json @@ -0,0 +1,11 @@ +{ + "message1": "Dear user,", + "message2": "Thank you for accessing the FRA platform!", + "message3": "We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.", + "message4": "Thank you!", + "message5": "The FRA team.", + "noThanks": "No thanks", + "yesPlease": "OK", + "doNotShow": "Do not show again", + "alreadyAnswered": "قدمت بالفعل ملاحظاتي" +} diff --git a/src/i18n/resources/ar/validation.js b/src/i18n/resources/ar/validation.js deleted file mode 100644 index ff1e5af3df..0000000000 --- a/src/i18n/resources/ar/validation.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - repositoryItem: { - eitherFileOrLink: 'فقط يجب تحديد إما الملف أو الرابط', - fileOrLink: 'يجب تحديدإختيار واحد فقط إما الملف أو الرابط', - nameIsRequired: 'خانة الإسم أجبارية', - optionsDisabled: 'تم تعطيل العلامة والرؤية العامة والحذف لأن هذا العنصر يتم استخدامه بواسطة:', - }, -} diff --git a/src/i18n/resources/ar/validation.json b/src/i18n/resources/ar/validation.json new file mode 100644 index 0000000000..c0bdd00e07 --- /dev/null +++ b/src/i18n/resources/ar/validation.json @@ -0,0 +1,8 @@ +{ + "repositoryItem": { + "eitherFileOrLink": "فقط يجب تحديد إما الملف أو الرابط", + "fileOrLink": "يجب تحديدإختيار واحد فقط إما الملف أو الرابط", + "nameIsRequired": "خانة الإسم أجبارية", + "optionsDisabled": "تم تعطيل العلامة والرؤية العامة والحذف لأن هذا العنصر يتم استخدامه بواسطة:" + } +} diff --git a/src/i18n/resources/en.js b/src/i18n/resources/en.js deleted file mode 100644 index 7ad405b137..0000000000 --- a/src/i18n/resources/en.js +++ /dev/null @@ -1,52 +0,0 @@ -const admin = require('./en/admin') -const area = require('./en/area') -const assessmentSection = require('./en/assessmentSection') -const bulkDownload = require('./en/bulkDownload') -const common = require('./en/common') -const contentCheck = require('./en/contentCheck') -const dataDownload = require('./en/dataDownload') -const dataSource = require('./en/dataSource') -const editUser = require('./en/editUser') -const email = require('./en/email') -const fra = require('./en/fra') -const generalValidation = require('./en/generalValidation') -const geo = require('./en/geo') -const history = require('./en/history') -const landing = require('./en/landing') -const login = require('./en/login') -const nationalDataPoint = require('./en/nationalDataPoint') -const other = require('./en/other') -const panEuropean = require('./en/panEuropean/panEuropean') -const statisticalFactsheets = require('./en/statisticalFactsheets') -const uc = require('./en/uc') -const validation = require('./en/validation') - -module.exports.translation = { - admin, - area, - bulkDownload, - common, - contentCheck, - dataDownload, - dataSource, - editUser, - email, - fra, - generalValidation, - geo, - history, - landing, - login, - nationalDataPoint, - - page: { - assessmentSection, - }, - - panEuropean, - statisticalFactsheets, - uc, - validation, - - ...other, -} diff --git a/src/i18n/resources/en.ts b/src/i18n/resources/en.ts new file mode 100644 index 0000000000..006ab067ca --- /dev/null +++ b/src/i18n/resources/en.ts @@ -0,0 +1,52 @@ +import * as admin from './en/admin.json' +import * as area from './en/area.json' +import * as assessmentSection from './en/assessmentSection.json' +import * as bulkDownload from './en/bulkDownload.json' +import * as common from './en/common.json' +import * as contentCheck from './en/contentCheck.json' +import * as dataDownload from './en/dataDownload.json' +import * as dataSource from './en/dataSource.json' +import * as editUser from './en/editUser.json' +import * as email from './en/email.json' +import * as fra from './en/fra.json' +import * as generalValidation from './en/generalValidation.json' +import * as geo from './en/geo.json' +import * as history from './en/history.json' +import * as landing from './en/landing.json' +import * as login from './en/login.json' +import * as nationalDataPoint from './en/nationalDataPoint.json' +import * as other from './en/other.json' +import * as panEuropean from './en/panEuropean/panEuropean.json' +import * as statisticalFactsheets from './en/statisticalFactsheets.json' +import * as uc from './en/uc.json' +import * as validation from './en/validation.json' + +export const enTranslation = { + admin, + area, + bulkDownload, + common, + contentCheck, + dataDownload, + dataSource, + editUser, + email, + fra, + generalValidation, + geo, + history, + landing, + login, + nationalDataPoint, + + page: { + assessmentSection, + }, + + panEuropean, + statisticalFactsheets, + uc, + validation, + + ...other, +} diff --git a/src/i18n/resources/en/2020.js b/src/i18n/resources/en/2020.js deleted file mode 100644 index 4ba52ba2c8..0000000000 --- a/src/i18n/resources/en/2020.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = {} diff --git a/src/i18n/resources/en/2020.json b/src/i18n/resources/en/2020.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/src/i18n/resources/en/2020.json @@ -0,0 +1 @@ +{} diff --git a/src/i18n/resources/en/2025.js b/src/i18n/resources/en/2025.js deleted file mode 100644 index b14ee30638..0000000000 --- a/src/i18n/resources/en/2025.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - description: { - dataSource: { - referenceToTataSource: '$t(dataSource.referenceToTataSource)', - typeOfDataSource: '$t(dataSource.typeOfDataSource)', - variable: '$t(dataSource.fraVariable)', - yearForDataSource: '$t(dataSource.yearForDataSource)', - comments: '$t(dataSource.comments)', - }, - }, -} diff --git a/src/i18n/resources/en/2025.json b/src/i18n/resources/en/2025.json new file mode 100644 index 0000000000..017ba23673 --- /dev/null +++ b/src/i18n/resources/en/2025.json @@ -0,0 +1,11 @@ +{ + "description": { + "dataSource": { + "referenceToTataSource": "$t(dataSource.referenceToTataSource)", + "typeOfDataSource": "$t(dataSource.typeOfDataSource)", + "variable": "$t(dataSource.fraVariable)", + "yearForDataSource": "$t(dataSource.yearForDataSource)", + "comments": "$t(dataSource.comments)" + } + } +} diff --git a/src/i18n/resources/en/admin.js b/src/i18n/resources/en/admin.js deleted file mode 100644 index bf88408b74..0000000000 --- a/src/i18n/resources/en/admin.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - admin: 'Admin', - enotfound: 'DNS error', - filter: 'Filter by', - invitationPending: 'Invitation pending', - invitationsAcceptedCount: 'Nº of Invitations accepted', - invitationsSentCount: 'Nº of Invitations sent', - lastStatus: 'Last Status', - locationsCount: 'Nº of Locations', - urlParsingError: 'URL parsing error', - usersCount: 'Nº of Users', - verifyLinks: 'Verify links', -} diff --git a/src/i18n/resources/en/admin.json b/src/i18n/resources/en/admin.json new file mode 100644 index 0000000000..9edbed3915 --- /dev/null +++ b/src/i18n/resources/en/admin.json @@ -0,0 +1,13 @@ +{ + "admin": "Admin", + "enotfound": "DNS error", + "filter": "Filter by", + "invitationPending": "Invitation pending", + "invitationsAcceptedCount": "Nº of Invitations accepted", + "invitationsSentCount": "Nº of Invitations sent", + "lastStatus": "Last Status", + "locationsCount": "Nº of Locations", + "urlParsingError": "URL parsing error", + "usersCount": "Nº of Users", + "verifyLinks": "Verify links" +} diff --git a/src/i18n/resources/en/area.js b/src/i18n/resources/en/area.js deleted file mode 100644 index abdf56236c..0000000000 --- a/src/i18n/resources/en/area.js +++ /dev/null @@ -1,276 +0,0 @@ -module.exports = { - WO: { listName: 'Global' }, - AF: { listName: 'Africa' }, - AN: { listName: 'Antarctica' }, - AS: { listName: 'Asia' }, - AT: { listName: 'Atlantis' }, - EU: { listName: 'Europe' }, - NA: { listName: 'North and Central America' }, - OC: { listName: 'Oceania' }, - SA: { listName: 'South America' }, - - ASEAN: { listName: 'ASEAN' }, - FE: { listName: 'Pan-European' }, // 'FOREST EUROPE' }, - EU27: { listName: 'EU-27' }, - ECOMIFAC: { listName: 'COMIFAC space' }, - MP: { listName: 'Montreal Process' }, - UNECE: { listName: 'UNECE' }, - ITTO: { listName: 'International Tropical Timber Organization' }, - - ABW: { listName: 'Aruba' }, - AFG: { listName: 'Afghanistan' }, - AGO: { listName: 'Angola' }, - AIA: { listName: 'Anguilla' }, - ALB: { listName: 'Albania' }, - AND: { listName: 'Andorra' }, - ARE: { listName: 'United Arab Emirates' }, - ARG: { listName: 'Argentina' }, - ARM: { listName: 'Armenia' }, - ASM: { listName: 'American Samoa' }, - ATG: { listName: 'Antigua and Barbuda' }, - AUS: { listName: 'Australia' }, - AUT: { listName: 'Austria' }, - AZE: { listName: 'Azerbaijan' }, - BDI: { listName: 'Burundi' }, - BEL: { listName: 'Belgium' }, - BEN: { listName: 'Benin' }, - BES: { listName: 'Bonaire, Sint Eustatius and Saba' }, - BFA: { listName: 'Burkina Faso' }, - BGD: { listName: 'Bangladesh' }, - BGR: { listName: 'Bulgaria' }, - BHR: { listName: 'Bahrain' }, - BHS: { listName: 'Bahamas' }, - BIH: { listName: 'Bosnia and Herzegovina' }, - BLM: { listName: 'Saint Barthélemy' }, - BLR: { listName: 'Belarus' }, - BLZ: { listName: 'Belize' }, - BMU: { listName: 'Bermuda' }, - BOL: { listName: 'Bolivia (Plurinational State of)' }, - BRA: { listName: 'Brazil' }, - BRB: { listName: 'Barbados' }, - BRN: { listName: 'Brunei Darussalam' }, - BTN: { listName: 'Bhutan' }, - BWA: { listName: 'Botswana' }, - CAF: { listName: 'Central African Republic' }, - CAN: { listName: 'Canada' }, - CHE: { listName: 'Switzerland' }, - CHL: { listName: 'Chile' }, - CHN: { listName: 'China' }, - CIV: { listName: "Côte d'Ivoire" }, - CMR: { listName: 'Cameroon' }, - COD: { listName: 'Democratic Republic of the Congo' }, - COG: { listName: 'Congo' }, - COK: { listName: 'Cook Islands' }, - COL: { listName: 'Colombia' }, - COM: { listName: 'Comoros' }, - CPV: { listName: 'Cabo Verde' }, - CRI: { listName: 'Costa Rica' }, - CUB: { listName: 'Cuba' }, - CUW: { listName: 'Curaçao' }, - CYM: { listName: 'Cayman Islands' }, - CYP: { listName: 'Cyprus' }, - CZE: { listName: 'Czechia' }, - DEU: { listName: 'Germany' }, - DJI: { listName: 'Djibouti' }, - DMA: { listName: 'Dominica' }, - DNK: { listName: 'Denmark' }, - DOM: { listName: 'Dominican Republic' }, - DZA: { listName: 'Algeria' }, - ECU: { listName: 'Ecuador' }, - EGY: { listName: 'Egypt' }, - ERI: { listName: 'Eritrea' }, - ESH: { listName: 'Western Sahara' }, - ESP: { listName: 'Spain' }, - EST: { listName: 'Estonia' }, - ETH: { listName: 'Ethiopia' }, - FIN: { listName: 'Finland' }, - FJI: { listName: 'Fiji' }, - FLK: { listName: 'Falkland Islands (Malvinas)' }, - FRA: { listName: 'France' }, - FRO: { listName: 'Faroe Islands' }, - FSM: { listName: 'Micronesia (Federated States of)' }, - GAB: { listName: 'Gabon' }, - GBR: { listName: 'United Kingdom of Great Britain and Northern Ireland' }, - GEO: { listName: 'Georgia' }, - GGY: { listName: 'Guernsey' }, - GHA: { listName: 'Ghana' }, - GIB: { listName: 'Gibraltar' }, - GIN: { listName: 'Guinea' }, - GLP: { listName: 'Guadeloupe' }, - GMB: { listName: 'Gambia' }, - GNB: { listName: 'Guinea-Bissau' }, - GNQ: { listName: 'Equatorial Guinea' }, - GRC: { listName: 'Greece' }, - GRD: { listName: 'Grenada' }, - GRL: { listName: 'Greenland' }, - GTM: { listName: 'Guatemala' }, - GUF: { listName: 'French Guyana' }, - GUM: { listName: 'Guam' }, - GUY: { listName: 'Guyana' }, - HND: { listName: 'Honduras' }, - HRV: { listName: 'Croatia' }, - HTI: { listName: 'Haiti' }, - HUN: { listName: 'Hungary' }, - IDN: { listName: 'Indonesia' }, - IMN: { listName: 'Isle of Man' }, - IND: { listName: 'India' }, - IRL: { listName: 'Ireland' }, - IRN: { listName: 'Iran (Islamic Republic of)' }, - IRQ: { listName: 'Iraq' }, - ISL: { listName: 'Iceland' }, - ISR: { listName: 'Israel' }, - ITA: { listName: 'Italy' }, - JAM: { listName: 'Jamaica' }, - JEY: { listName: 'Jersey' }, - JOR: { listName: 'Jordan' }, - JPN: { listName: 'Japan' }, - KAZ: { listName: 'Kazakhstan' }, - KEN: { listName: 'Kenya' }, - KGZ: { listName: 'Kyrgyzstan' }, - KHM: { listName: 'Cambodia' }, - KIR: { listName: 'Kiribati' }, - KNA: { listName: 'Saint Kitts and Nevis' }, - KOR: { listName: 'Republic of Korea' }, - KWT: { listName: 'Kuwait' }, - LAO: { listName: "Lao People's Democratic Republic" }, - LBN: { listName: 'Lebanon' }, - LBR: { listName: 'Liberia' }, - LBY: { listName: 'Libya' }, - LCA: { listName: 'Saint Lucia' }, - LIE: { listName: 'Liechtenstein' }, - LKA: { listName: 'Sri Lanka' }, - LSO: { listName: 'Lesotho' }, - LTU: { listName: 'Lithuania' }, - LUX: { listName: 'Luxembourg' }, - LVA: { listName: 'Latvia' }, - MAF: { listName: 'Saint-Martin (French Part)' }, - MAR: { listName: 'Morocco' }, - MCO: { listName: 'Monaco' }, - MDA: { listName: 'Republic of Moldova' }, - MDG: { listName: 'Madagascar' }, - MDV: { listName: 'Maldives' }, - MEX: { listName: 'Mexico' }, - MHL: { listName: 'Marshall Islands' }, - MKD: { listName: 'North Macedonia' }, - MLI: { listName: 'Mali' }, - MLT: { listName: 'Malta' }, - MMR: { listName: 'Myanmar' }, - MNE: { listName: 'Montenegro' }, - MNG: { listName: 'Mongolia' }, - MNP: { listName: 'Northern Mariana Islands' }, - MOZ: { listName: 'Mozambique' }, - MRT: { listName: 'Mauritania' }, - MSR: { listName: 'Montserrat' }, - MTQ: { listName: 'Martinique' }, - MUS: { listName: 'Mauritius' }, - MWI: { listName: 'Malawi' }, - MYS: { listName: 'Malaysia' }, - MYT: { listName: 'Mayotte' }, - NAM: { listName: 'Namibia' }, - NCL: { listName: 'New Caledonia' }, - NER: { listName: 'Niger' }, - NFK: { listName: 'Norfolk Island' }, - NGA: { listName: 'Nigeria' }, - NIC: { listName: 'Nicaragua' }, - NIU: { listName: 'Niue' }, - NLD: { listName: 'Netherlands (Kingdom of the)' }, - NOR: { listName: 'Norway' }, - NPL: { listName: 'Nepal' }, - NRU: { listName: 'Nauru' }, - NZL: { listName: 'New Zealand' }, - OMN: { listName: 'Oman' }, - PAK: { listName: 'Pakistan' }, - PAN: { listName: 'Panama' }, - PCN: { listName: 'Pitcairn' }, - PER: { listName: 'Peru' }, - PHL: { listName: 'Philippines' }, - PLW: { listName: 'Palau' }, - PNG: { listName: 'Papua New Guinea' }, - POL: { listName: 'Poland' }, - PRI: { listName: 'Puerto Rico' }, - PRK: { listName: "Democratic People's Republic of Korea" }, - PRT: { listName: 'Portugal' }, - PRY: { listName: 'Paraguay' }, - PSE: { listName: 'Palestine' }, - PYF: { listName: 'French Polynesia' }, - QAT: { listName: 'Qatar' }, - REU: { listName: 'Réunion' }, - ROU: { listName: 'Romania' }, - RUS: { listName: 'Russian Federation' }, - RWA: { listName: 'Rwanda' }, - SAU: { listName: 'Saudi Arabia' }, - SDN: { listName: 'Sudan' }, - SEN: { listName: 'Senegal' }, - SGP: { listName: 'Singapore' }, - SHN: { listName: 'Saint Helena' }, - SJM: { listName: 'Svalbard and Jan Mayen Islands' }, - SLB: { listName: 'Solomon Islands' }, - SLE: { listName: 'Sierra Leone' }, - SLV: { listName: 'El Salvador' }, - SMR: { listName: 'San Marino' }, - SOM: { listName: 'Somalia' }, - SPM: { listName: 'Saint Pierre and Miquelon' }, - SRB: { listName: 'Serbia' }, - SSD: { listName: 'South Sudan' }, - STP: { listName: 'Sao Tome and Principe' }, - SUR: { listName: 'Suriname' }, - SVK: { listName: 'Slovakia' }, - SVN: { listName: 'Slovenia' }, - SWE: { listName: 'Sweden' }, - SWZ: { listName: 'Eswatini' }, - SXM: { listName: 'Sint Maarten (Dutch part)' }, - SYC: { listName: 'Seychelles' }, - SYR: { listName: 'Syrian Arab Republic' }, - TCA: { listName: 'Turks and Caicos Islands' }, - TCD: { listName: 'Chad' }, - TGO: { listName: 'Togo' }, - THA: { listName: 'Thailand' }, - TJK: { listName: 'Tajikistan' }, - TKL: { listName: 'Tokelau' }, - TKM: { listName: 'Turkmenistan' }, - TLS: { listName: 'Timor-Leste' }, - TON: { listName: 'Tonga' }, - TTO: { listName: 'Trinidad and Tobago' }, - TUN: { listName: 'Tunisia' }, - TUR: { listName: 'Türkiye' }, - TUV: { listName: 'Tuvalu' }, - TZA: { listName: 'United Republic of Tanzania' }, - UGA: { listName: 'Uganda' }, - UKR: { listName: 'Ukraine' }, - URY: { listName: 'Uruguay' }, - USA: { listName: 'United States of America' }, - UZB: { listName: 'Uzbekistan' }, - VAT: { listName: 'Holy See' }, - VCT: { listName: 'Saint Vincent and the Grenadines' }, - VEN: { listName: 'Venezuela (Bolivarian Republic of)' }, - VGB: { listName: 'British Virgin Islands' }, - VIR: { listName: 'United States Virgin Islands' }, - VNM: { listName: 'Viet Nam' }, - VUT: { listName: 'Vanuatu' }, - WLF: { listName: 'Wallis and Futuna Islands' }, - WSM: { listName: 'Samoa' }, - X01: { listName: 'Atlantis 01' }, - X02: { listName: 'Atlantis 02' }, - X03: { listName: 'Atlantis 03' }, - X04: { listName: 'Atlantis 04' }, - X05: { listName: 'Atlantis 05' }, - X06: { listName: 'Atlantis 06' }, - X07: { listName: 'Atlantis 07' }, - X08: { listName: 'Atlantis 08' }, - X09: { listName: 'Atlantis 09' }, - X10: { listName: 'Atlantis 10' }, - X11: { listName: 'Atlantis 11' }, - X12: { listName: 'Atlantis 12' }, - X13: { listName: 'Atlantis 13' }, - X14: { listName: 'Atlantis 14' }, - X15: { listName: 'Atlantis 15' }, - X16: { listName: 'Atlantis 16' }, - X17: { listName: 'Atlantis 17' }, - X18: { listName: 'Atlantis 18' }, - X19: { listName: 'Atlantis 19' }, - X20: { listName: 'Atlantis 20' }, - YEM: { listName: 'Yemen' }, - ZAF: { listName: 'South Africa' }, - ZMB: { listName: 'Zambia' }, - ZWE: { listName: 'Zimbabwe' }, -} diff --git a/src/i18n/resources/en/area.json b/src/i18n/resources/en/area.json new file mode 100644 index 0000000000..8d3b852383 --- /dev/null +++ b/src/i18n/resources/en/area.json @@ -0,0 +1,818 @@ +{ + "WO": { + "listName": "Global" + }, + "AF": { + "listName": "Africa" + }, + "AN": { + "listName": "Antarctica" + }, + "AS": { + "listName": "Asia" + }, + "AT": { + "listName": "Atlantis" + }, + "EU": { + "listName": "Europe" + }, + "NA": { + "listName": "North and Central America" + }, + "OC": { + "listName": "Oceania" + }, + "SA": { + "listName": "South America" + }, + "ASEAN": { + "listName": "ASEAN" + }, + "FE": { + "listName": "Pan-European" + }, + "EU27": { + "listName": "EU-27" + }, + "ECOMIFAC": { + "listName": "COMIFAC space" + }, + "MP": { + "listName": "Montreal Process" + }, + "UNECE": { + "listName": "UNECE" + }, + "ITTO": { + "listName": "International Tropical Timber Organization" + }, + "ABW": { + "listName": "Aruba" + }, + "AFG": { + "listName": "Afghanistan" + }, + "AGO": { + "listName": "Angola" + }, + "AIA": { + "listName": "Anguilla" + }, + "ALB": { + "listName": "Albania" + }, + "AND": { + "listName": "Andorra" + }, + "ARE": { + "listName": "United Arab Emirates" + }, + "ARG": { + "listName": "Argentina" + }, + "ARM": { + "listName": "Armenia" + }, + "ASM": { + "listName": "American Samoa" + }, + "ATG": { + "listName": "Antigua and Barbuda" + }, + "AUS": { + "listName": "Australia" + }, + "AUT": { + "listName": "Austria" + }, + "AZE": { + "listName": "Azerbaijan" + }, + "BDI": { + "listName": "Burundi" + }, + "BEL": { + "listName": "Belgium" + }, + "BEN": { + "listName": "Benin" + }, + "BES": { + "listName": "Bonaire, Sint Eustatius and Saba" + }, + "BFA": { + "listName": "Burkina Faso" + }, + "BGD": { + "listName": "Bangladesh" + }, + "BGR": { + "listName": "Bulgaria" + }, + "BHR": { + "listName": "Bahrain" + }, + "BHS": { + "listName": "Bahamas" + }, + "BIH": { + "listName": "Bosnia and Herzegovina" + }, + "BLM": { + "listName": "Saint Barthélemy" + }, + "BLR": { + "listName": "Belarus" + }, + "BLZ": { + "listName": "Belize" + }, + "BMU": { + "listName": "Bermuda" + }, + "BOL": { + "listName": "Bolivia (Plurinational State of)" + }, + "BRA": { + "listName": "Brazil" + }, + "BRB": { + "listName": "Barbados" + }, + "BRN": { + "listName": "Brunei Darussalam" + }, + "BTN": { + "listName": "Bhutan" + }, + "BWA": { + "listName": "Botswana" + }, + "CAF": { + "listName": "Central African Republic" + }, + "CAN": { + "listName": "Canada" + }, + "CHE": { + "listName": "Switzerland" + }, + "CHL": { + "listName": "Chile" + }, + "CHN": { + "listName": "China" + }, + "CIV": { + "listName": "Côte d'Ivoire" + }, + "CMR": { + "listName": "Cameroon" + }, + "COD": { + "listName": "Democratic Republic of the Congo" + }, + "COG": { + "listName": "Congo" + }, + "COK": { + "listName": "Cook Islands" + }, + "COL": { + "listName": "Colombia" + }, + "COM": { + "listName": "Comoros" + }, + "CPV": { + "listName": "Cabo Verde" + }, + "CRI": { + "listName": "Costa Rica" + }, + "CUB": { + "listName": "Cuba" + }, + "CUW": { + "listName": "Curaçao" + }, + "CYM": { + "listName": "Cayman Islands" + }, + "CYP": { + "listName": "Cyprus" + }, + "CZE": { + "listName": "Czechia" + }, + "DEU": { + "listName": "Germany" + }, + "DJI": { + "listName": "Djibouti" + }, + "DMA": { + "listName": "Dominica" + }, + "DNK": { + "listName": "Denmark" + }, + "DOM": { + "listName": "Dominican Republic" + }, + "DZA": { + "listName": "Algeria" + }, + "ECU": { + "listName": "Ecuador" + }, + "EGY": { + "listName": "Egypt" + }, + "ERI": { + "listName": "Eritrea" + }, + "ESH": { + "listName": "Western Sahara" + }, + "ESP": { + "listName": "Spain" + }, + "EST": { + "listName": "Estonia" + }, + "ETH": { + "listName": "Ethiopia" + }, + "FIN": { + "listName": "Finland" + }, + "FJI": { + "listName": "Fiji" + }, + "FLK": { + "listName": "Falkland Islands (Malvinas)" + }, + "FRA": { + "listName": "France" + }, + "FRO": { + "listName": "Faroe Islands" + }, + "FSM": { + "listName": "Micronesia (Federated States of)" + }, + "GAB": { + "listName": "Gabon" + }, + "GBR": { + "listName": "United Kingdom of Great Britain and Northern Ireland" + }, + "GEO": { + "listName": "Georgia" + }, + "GGY": { + "listName": "Guernsey" + }, + "GHA": { + "listName": "Ghana" + }, + "GIB": { + "listName": "Gibraltar" + }, + "GIN": { + "listName": "Guinea" + }, + "GLP": { + "listName": "Guadeloupe" + }, + "GMB": { + "listName": "Gambia" + }, + "GNB": { + "listName": "Guinea-Bissau" + }, + "GNQ": { + "listName": "Equatorial Guinea" + }, + "GRC": { + "listName": "Greece" + }, + "GRD": { + "listName": "Grenada" + }, + "GRL": { + "listName": "Greenland" + }, + "GTM": { + "listName": "Guatemala" + }, + "GUF": { + "listName": "French Guyana" + }, + "GUM": { + "listName": "Guam" + }, + "GUY": { + "listName": "Guyana" + }, + "HND": { + "listName": "Honduras" + }, + "HRV": { + "listName": "Croatia" + }, + "HTI": { + "listName": "Haiti" + }, + "HUN": { + "listName": "Hungary" + }, + "IDN": { + "listName": "Indonesia" + }, + "IMN": { + "listName": "Isle of Man" + }, + "IND": { + "listName": "India" + }, + "IRL": { + "listName": "Ireland" + }, + "IRN": { + "listName": "Iran (Islamic Republic of)" + }, + "IRQ": { + "listName": "Iraq" + }, + "ISL": { + "listName": "Iceland" + }, + "ISR": { + "listName": "Israel" + }, + "ITA": { + "listName": "Italy" + }, + "JAM": { + "listName": "Jamaica" + }, + "JEY": { + "listName": "Jersey" + }, + "JOR": { + "listName": "Jordan" + }, + "JPN": { + "listName": "Japan" + }, + "KAZ": { + "listName": "Kazakhstan" + }, + "KEN": { + "listName": "Kenya" + }, + "KGZ": { + "listName": "Kyrgyzstan" + }, + "KHM": { + "listName": "Cambodia" + }, + "KIR": { + "listName": "Kiribati" + }, + "KNA": { + "listName": "Saint Kitts and Nevis" + }, + "KOR": { + "listName": "Republic of Korea" + }, + "KWT": { + "listName": "Kuwait" + }, + "LAO": { + "listName": "Lao People's Democratic Republic" + }, + "LBN": { + "listName": "Lebanon" + }, + "LBR": { + "listName": "Liberia" + }, + "LBY": { + "listName": "Libya" + }, + "LCA": { + "listName": "Saint Lucia" + }, + "LIE": { + "listName": "Liechtenstein" + }, + "LKA": { + "listName": "Sri Lanka" + }, + "LSO": { + "listName": "Lesotho" + }, + "LTU": { + "listName": "Lithuania" + }, + "LUX": { + "listName": "Luxembourg" + }, + "LVA": { + "listName": "Latvia" + }, + "MAF": { + "listName": "Saint-Martin (French Part)" + }, + "MAR": { + "listName": "Morocco" + }, + "MCO": { + "listName": "Monaco" + }, + "MDA": { + "listName": "Republic of Moldova" + }, + "MDG": { + "listName": "Madagascar" + }, + "MDV": { + "listName": "Maldives" + }, + "MEX": { + "listName": "Mexico" + }, + "MHL": { + "listName": "Marshall Islands" + }, + "MKD": { + "listName": "North Macedonia" + }, + "MLI": { + "listName": "Mali" + }, + "MLT": { + "listName": "Malta" + }, + "MMR": { + "listName": "Myanmar" + }, + "MNE": { + "listName": "Montenegro" + }, + "MNG": { + "listName": "Mongolia" + }, + "MNP": { + "listName": "Northern Mariana Islands" + }, + "MOZ": { + "listName": "Mozambique" + }, + "MRT": { + "listName": "Mauritania" + }, + "MSR": { + "listName": "Montserrat" + }, + "MTQ": { + "listName": "Martinique" + }, + "MUS": { + "listName": "Mauritius" + }, + "MWI": { + "listName": "Malawi" + }, + "MYS": { + "listName": "Malaysia" + }, + "MYT": { + "listName": "Mayotte" + }, + "NAM": { + "listName": "Namibia" + }, + "NCL": { + "listName": "New Caledonia" + }, + "NER": { + "listName": "Niger" + }, + "NFK": { + "listName": "Norfolk Island" + }, + "NGA": { + "listName": "Nigeria" + }, + "NIC": { + "listName": "Nicaragua" + }, + "NIU": { + "listName": "Niue" + }, + "NLD": { + "listName": "Netherlands (Kingdom of the)" + }, + "NOR": { + "listName": "Norway" + }, + "NPL": { + "listName": "Nepal" + }, + "NRU": { + "listName": "Nauru" + }, + "NZL": { + "listName": "New Zealand" + }, + "OMN": { + "listName": "Oman" + }, + "PAK": { + "listName": "Pakistan" + }, + "PAN": { + "listName": "Panama" + }, + "PCN": { + "listName": "Pitcairn" + }, + "PER": { + "listName": "Peru" + }, + "PHL": { + "listName": "Philippines" + }, + "PLW": { + "listName": "Palau" + }, + "PNG": { + "listName": "Papua New Guinea" + }, + "POL": { + "listName": "Poland" + }, + "PRI": { + "listName": "Puerto Rico" + }, + "PRK": { + "listName": "Democratic People's Republic of Korea" + }, + "PRT": { + "listName": "Portugal" + }, + "PRY": { + "listName": "Paraguay" + }, + "PSE": { + "listName": "Palestine" + }, + "PYF": { + "listName": "French Polynesia" + }, + "QAT": { + "listName": "Qatar" + }, + "REU": { + "listName": "Réunion" + }, + "ROU": { + "listName": "Romania" + }, + "RUS": { + "listName": "Russian Federation" + }, + "RWA": { + "listName": "Rwanda" + }, + "SAU": { + "listName": "Saudi Arabia" + }, + "SDN": { + "listName": "Sudan" + }, + "SEN": { + "listName": "Senegal" + }, + "SGP": { + "listName": "Singapore" + }, + "SHN": { + "listName": "Saint Helena" + }, + "SJM": { + "listName": "Svalbard and Jan Mayen Islands" + }, + "SLB": { + "listName": "Solomon Islands" + }, + "SLE": { + "listName": "Sierra Leone" + }, + "SLV": { + "listName": "El Salvador" + }, + "SMR": { + "listName": "San Marino" + }, + "SOM": { + "listName": "Somalia" + }, + "SPM": { + "listName": "Saint Pierre and Miquelon" + }, + "SRB": { + "listName": "Serbia" + }, + "SSD": { + "listName": "South Sudan" + }, + "STP": { + "listName": "Sao Tome and Principe" + }, + "SUR": { + "listName": "Suriname" + }, + "SVK": { + "listName": "Slovakia" + }, + "SVN": { + "listName": "Slovenia" + }, + "SWE": { + "listName": "Sweden" + }, + "SWZ": { + "listName": "Eswatini" + }, + "SXM": { + "listName": "Sint Maarten (Dutch part)" + }, + "SYC": { + "listName": "Seychelles" + }, + "SYR": { + "listName": "Syrian Arab Republic" + }, + "TCA": { + "listName": "Turks and Caicos Islands" + }, + "TCD": { + "listName": "Chad" + }, + "TGO": { + "listName": "Togo" + }, + "THA": { + "listName": "Thailand" + }, + "TJK": { + "listName": "Tajikistan" + }, + "TKL": { + "listName": "Tokelau" + }, + "TKM": { + "listName": "Turkmenistan" + }, + "TLS": { + "listName": "Timor-Leste" + }, + "TON": { + "listName": "Tonga" + }, + "TTO": { + "listName": "Trinidad and Tobago" + }, + "TUN": { + "listName": "Tunisia" + }, + "TUR": { + "listName": "Türkiye" + }, + "TUV": { + "listName": "Tuvalu" + }, + "TZA": { + "listName": "United Republic of Tanzania" + }, + "UGA": { + "listName": "Uganda" + }, + "UKR": { + "listName": "Ukraine" + }, + "URY": { + "listName": "Uruguay" + }, + "USA": { + "listName": "United States of America" + }, + "UZB": { + "listName": "Uzbekistan" + }, + "VAT": { + "listName": "Holy See" + }, + "VCT": { + "listName": "Saint Vincent and the Grenadines" + }, + "VEN": { + "listName": "Venezuela (Bolivarian Republic of)" + }, + "VGB": { + "listName": "British Virgin Islands" + }, + "VIR": { + "listName": "United States Virgin Islands" + }, + "VNM": { + "listName": "Viet Nam" + }, + "VUT": { + "listName": "Vanuatu" + }, + "WLF": { + "listName": "Wallis and Futuna Islands" + }, + "WSM": { + "listName": "Samoa" + }, + "X01": { + "listName": "Atlantis 01" + }, + "X02": { + "listName": "Atlantis 02" + }, + "X03": { + "listName": "Atlantis 03" + }, + "X04": { + "listName": "Atlantis 04" + }, + "X05": { + "listName": "Atlantis 05" + }, + "X06": { + "listName": "Atlantis 06" + }, + "X07": { + "listName": "Atlantis 07" + }, + "X08": { + "listName": "Atlantis 08" + }, + "X09": { + "listName": "Atlantis 09" + }, + "X10": { + "listName": "Atlantis 10" + }, + "X11": { + "listName": "Atlantis 11" + }, + "X12": { + "listName": "Atlantis 12" + }, + "X13": { + "listName": "Atlantis 13" + }, + "X14": { + "listName": "Atlantis 14" + }, + "X15": { + "listName": "Atlantis 15" + }, + "X16": { + "listName": "Atlantis 16" + }, + "X17": { + "listName": "Atlantis 17" + }, + "X18": { + "listName": "Atlantis 18" + }, + "X19": { + "listName": "Atlantis 19" + }, + "X20": { + "listName": "Atlantis 20" + }, + "YEM": { + "listName": "Yemen" + }, + "ZAF": { + "listName": "South Africa" + }, + "ZMB": { + "listName": "Zambia" + }, + "ZWE": { + "listName": "Zimbabwe" + } +} diff --git a/src/i18n/resources/en/assessmentSection.js b/src/i18n/resources/en/assessmentSection.js deleted file mode 100644 index 647e4f7d6c..0000000000 --- a/src/i18n/resources/en/assessmentSection.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - odpUpdatedAfterEstimatingThisCell: `An Original Data Point has been updated after estimating this cell`, - dataTableHasErrors: `Table data contains errors. `, - hoverCellToSeeDetails: `Hover over the red cell to see details.`, -} diff --git a/src/i18n/resources/en/assessmentSection.json b/src/i18n/resources/en/assessmentSection.json new file mode 100644 index 0000000000..28b510d7fb --- /dev/null +++ b/src/i18n/resources/en/assessmentSection.json @@ -0,0 +1,5 @@ +{ + "odpUpdatedAfterEstimatingThisCell": "An Original Data Point has been updated after estimating this cell", + "dataTableHasErrors": "Table data contains errors. ", + "hoverCellToSeeDetails": "Hover over the red cell to see details." +} diff --git a/src/i18n/resources/en/bulkDownload.js b/src/i18n/resources/en/bulkDownload.js deleted file mode 100644 index 5f95bb1186..0000000000 --- a/src/i18n/resources/en/bulkDownload.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - dateOfExport: 'Date of export', - - NDPYear: { - latestYear: 'Latest NDP year', - earliestYear: 'Earliest NDP year', - }, -} diff --git a/src/i18n/resources/en/bulkDownload.json b/src/i18n/resources/en/bulkDownload.json new file mode 100644 index 0000000000..2b0d1028ba --- /dev/null +++ b/src/i18n/resources/en/bulkDownload.json @@ -0,0 +1,7 @@ +{ + "dateOfExport": "Date of export", + "NDPYear": { + "latestYear": "Latest NDP year", + "earliestYear": "Earliest NDP year" + } +} diff --git a/src/i18n/resources/en/common.js b/src/i18n/resources/en/common.js deleted file mode 100644 index f574a938f7..0000000000 --- a/src/i18n/resources/en/common.js +++ /dev/null @@ -1,81 +0,0 @@ -module.exports = { - accepted: 'Accepted', - add: 'Add', - all: 'All', - apply: 'Apply', - approve: 'Approve', - approved: 'Approved', - areYouSureYouWantToDelete: 'Are you sure you want to delete this item? This operation cannot be undone.', - areYouSureYouWantToDeleteAllTableData: 'Are you sure you want to delete all data from the table?', - calculate: 'Calculate', - cancel: 'Cancel', - clearTable: 'Clear table', - column: 'Column', - continue: 'Continue', - copyToClipboard: 'Copy to clipboard', - countries: 'Countries', - country: 'Country', - custom: 'Custom', - dashboard: 'Dashboard', - dataExport: 'Data Export', - delete: 'Delete', - disapprove: 'Disapprove', - done: 'Done', - email: 'Email', - empty: 'Empty', - expired: 'Expired', - file: 'File', - filterCountries: 'Filter countries', - fraPlatform: 'Fra platform', - globalFRA: 'Global Forest Resources Assessment', - hide: 'Hide', - invitations: 'Invitations', - invited: 'Invited', - issues: 'Issues', - label: 'Label', - language: 'Language', - lastEdit: 'Last edit', - latest: 'Latest', - link: 'Link', - load: 'Load', - loading: 'Loading...', - login: 'Reserved area', - name: 'Name', - noItemsFound: 'No items found', - or: 'Or', - other: 'Other', - otherSpecifyInComments: 'Other (specify in comments)', - private: 'Private', - public: 'Public', - regions: 'Regions', - resetAll: 'Reset all', - role: 'Role', - select: 'Select', - selectAll: 'Select all', - selectArea: 'Select geographical area', - selectFiles: 'Select files', - show: 'Show', - showLess: 'Show less', - showMore: 'Show more', - source: 'Source', - sources: 'Sources', - statisticalFactsheets: 'Statistical factsheets', - status: 'Status', - submit: 'Submit', - submittedForApproval: 'Submitted for approval', - submittedToReview: 'Submitted to review', - success: 'Success', - tier: 'Tier', - tiers: { high: 'High', low: 'Low', medium: 'Medium', notSelected: '' }, - total: 'Total', - totalPercentage: 'Total percentage', - trend: 'Trend', - unknown: 'None/unknown', - unselectAll: 'Unselect all', - updated: 'Updated', - userGuide: 'User guide', - variable: 'FRA Variable', - view: 'View', - year: 'Year', - yes: 'Yes', -} diff --git a/src/i18n/resources/en/common.json b/src/i18n/resources/en/common.json new file mode 100644 index 0000000000..0017725042 --- /dev/null +++ b/src/i18n/resources/en/common.json @@ -0,0 +1,86 @@ +{ + "accepted": "Accepted", + "add": "Add", + "all": "All", + "apply": "Apply", + "approve": "Approve", + "approved": "Approved", + "areYouSureYouWantToDelete": "Are you sure you want to delete this item? This operation cannot be undone.", + "areYouSureYouWantToDeleteAllTableData": "Are you sure you want to delete all data from the table?", + "calculate": "Calculate", + "cancel": "Cancel", + "clearTable": "Clear table", + "column": "Column", + "continue": "Continue", + "copyToClipboard": "Copy to clipboard", + "countries": "Countries", + "country": "Country", + "custom": "Custom", + "dashboard": "Dashboard", + "dataExport": "Data Export", + "delete": "Delete", + "disapprove": "Disapprove", + "done": "Done", + "email": "Email", + "empty": "Empty", + "expired": "Expired", + "file": "File", + "filterCountries": "Filter countries", + "fraPlatform": "Fra platform", + "globalFRA": "Global Forest Resources Assessment", + "hide": "Hide", + "invitations": "Invitations", + "invited": "Invited", + "issues": "Issues", + "label": "Label", + "language": "Language", + "lastEdit": "Last edit", + "latest": "Latest", + "link": "Link", + "load": "Load", + "loading": "Loading...", + "login": "Reserved area", + "name": "Name", + "noItemsFound": "No items found", + "or": "Or", + "other": "Other", + "otherSpecifyInComments": "Other (specify in comments)", + "private": "Private", + "public": "Public", + "regions": "Regions", + "resetAll": "Reset all", + "role": "Role", + "select": "Select", + "selectAll": "Select all", + "selectArea": "Select geographical area", + "selectFiles": "Select files", + "show": "Show", + "showLess": "Show less", + "showMore": "Show more", + "source": "Source", + "sources": "Sources", + "statisticalFactsheets": "Statistical factsheets", + "status": "Status", + "submit": "Submit", + "submittedForApproval": "Submitted for approval", + "submittedToReview": "Submitted to review", + "success": "Success", + "tier": "Tier", + "tiers": { + "high": "High", + "low": "Low", + "medium": "Medium", + "notSelected": "" + }, + "total": "Total", + "totalPercentage": "Total percentage", + "trend": "Trend", + "unknown": "None/unknown", + "unselectAll": "Unselect all", + "updated": "Updated", + "userGuide": "User guide", + "variable": "FRA Variable", + "view": "View", + "year": "Year", + "yes": "Yes" +} diff --git a/src/i18n/resources/en/contentCheck.js b/src/i18n/resources/en/contentCheck.js deleted file mode 100644 index 4a814f685a..0000000000 --- a/src/i18n/resources/en/contentCheck.js +++ /dev/null @@ -1,84 +0,0 @@ -module.exports = { - '//': 'Keys are in same format as the database fields', - extent: { - title: 'Extent', - forest_area: 'Forest (1000 ha)', - other_wooded_land: 'Other wooded land (1000 ha)', - primary_forest_percent: 'Primary forest (% of forest)', - protected_forest_percent: 'Forest in protected areas (% of forest)', - management_plan_percent: 'Forest area with mgmt plan (% of forest)', - certified_area: 'Certified forest area (1000 ha)', - bamboo: '$t(specificForestCategories.bamboo)', - mangroves: '$t(specificForestCategories.mangroves)', - }, - - periodicChangeRate: { - title: 'Periodic change rates (annual rates)', - forest_area_annual_net_change: 'Forest area annual net change (1000 hectares)', - forest_area_annual_net_change_rate: 'Forest area annual net change rate (%)', - other_wooded_land_annual_net_change: 'OWL area annual net change (1000 ha)', - other_wooded_land_annual_net_change_rate: 'OWL area annual net change rate(%)', - primary_forest_annual_net_change: 'Primary forest annual net change (1000 ha)', - primary_forest_annual_net_change_rate: 'Primary forest area change rate (%)', - natural_forest_area_annual_net_change: 'Naturally regenerating forest annual net change', - natural_forest_area_annual_net_change_rate: 'Naturally regenerating forest change rate (%)', - planted_forest_annual_net_change: 'Planted forest annual net change', - planted_forest_annual_net_change_rate: 'Planted forest change rate (%)', - }, - - forestGrowingStockBiomassCarbon: { - title: 'FOREST growing stock, biomass and carbon', - forest: 'GS (m3/ha)', - forest_above_ground: 'Above-ground biomass (t/ha)', - forest_below_ground: 'Below-ground biomass (t/ha)', - forest_deadwood: 'Dead wood (t/ha)', - carbon_forest_above_ground: 'C in above-ground biomass (t/ha)', - carbon_forest_below_ground: 'C in below-ground biomass (t/ha)', - carbon_forest_deadwood: 'C in dead wood (t/ha)', - carbon_forest_litter: 'C in litter (t/ha)', - carbon_forest_soil: 'C in soil (t/ha)', - above_ground_biomass_growing_stock_ratio: 'Ratio (above-ground biomass) / GS (t/m3)', - root_shoot_ratio: 'Root-Shoot ratio', - carbon_biomass_deadwood_ratio: 'Ratio (Dead wood / Living biomass)', - carbon_biomass_above_ground_ratio: 'Ratio (Carbon/biomass) for above-ground biomass', - carbon_biomass_below_ground_ratio: 'Ratio (Carbon/biomass) for below-ground biomass', - dead_living_mass_ratio: 'Ratio (Carbon/biomass) for dead wood', - }, - - primaryDesignatedManagementObjective: { - title: 'Primary designated management objective', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - social_services: '$t(designatedManagementObjective.socialServices)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(designatedManagementObjective.other)', - no_unknown: '$t(designatedManagementObjective.unknown)', - }, - - totalAreaDesignatedManagementObjective: 'Total area with designated management objective', - - forestOwnership: { - title: 'Ownership', - private_ownership: '$t(forestOwnership.privateOwnership)', - public_ownership: '$t(forestOwnership.publicOwnership)', - other_or_unknown: '$t(forestOwnership.otherOrUnknown)', - }, - - holderOfManagementRights: { - title: 'Management rights of public forests', - public_administration: '$t(holderOfManagementRights.publicAdministration)', - individuals: '$t(holderOfManagementRights.individuals)', - private_businesses: '$t(holderOfManagementRights.privateBusinesses)', - communities: '$t(holderOfManagementRights.communities)', - other: '$t(holderOfManagementRights.other)', - }, - - disturbances: { - title: 'Disturbances', - insects: '$t(disturbances.insects)', - diseases: '$t(disturbances.diseases)', - severe_weather_events: '$t(disturbances.severeWeatherEvents)', - other: '$t(disturbances.other)', - }, -} diff --git a/src/i18n/resources/en/contentCheck.json b/src/i18n/resources/en/contentCheck.json new file mode 100644 index 0000000000..823bd977cc --- /dev/null +++ b/src/i18n/resources/en/contentCheck.json @@ -0,0 +1,77 @@ +{ + "//": "Keys are in same format as the database fields", + "extent": { + "title": "Extent", + "forest_area": "Forest (1000 ha)", + "other_wooded_land": "Other wooded land (1000 ha)", + "primary_forest_percent": "Primary forest (% of forest)", + "protected_forest_percent": "Forest in protected areas (% of forest)", + "management_plan_percent": "Forest area with mgmt plan (% of forest)", + "certified_area": "Certified forest area (1000 ha)", + "bamboo": "$t(specificForestCategories.bamboo)", + "mangroves": "$t(specificForestCategories.mangroves)" + }, + "periodicChangeRate": { + "title": "Periodic change rates (annual rates)", + "forest_area_annual_net_change": "Forest area annual net change (1000 hectares)", + "forest_area_annual_net_change_rate": "Forest area annual net change rate (%)", + "other_wooded_land_annual_net_change": "OWL area annual net change (1000 ha)", + "other_wooded_land_annual_net_change_rate": "OWL area annual net change rate(%)", + "primary_forest_annual_net_change": "Primary forest annual net change (1000 ha)", + "primary_forest_annual_net_change_rate": "Primary forest area change rate (%)", + "natural_forest_area_annual_net_change": "Naturally regenerating forest annual net change", + "natural_forest_area_annual_net_change_rate": "Naturally regenerating forest change rate (%)", + "planted_forest_annual_net_change": "Planted forest annual net change", + "planted_forest_annual_net_change_rate": "Planted forest change rate (%)" + }, + "forestGrowingStockBiomassCarbon": { + "title": "FOREST growing stock, biomass and carbon", + "forest": "GS (m3/ha)", + "forest_above_ground": "Above-ground biomass (t/ha)", + "forest_below_ground": "Below-ground biomass (t/ha)", + "forest_deadwood": "Dead wood (t/ha)", + "carbon_forest_above_ground": "C in above-ground biomass (t/ha)", + "carbon_forest_below_ground": "C in below-ground biomass (t/ha)", + "carbon_forest_deadwood": "C in dead wood (t/ha)", + "carbon_forest_litter": "C in litter (t/ha)", + "carbon_forest_soil": "C in soil (t/ha)", + "above_ground_biomass_growing_stock_ratio": "Ratio (above-ground biomass) / GS (t/m3)", + "root_shoot_ratio": "Root-Shoot ratio", + "carbon_biomass_deadwood_ratio": "Ratio (Dead wood / Living biomass)", + "carbon_biomass_above_ground_ratio": "Ratio (Carbon/biomass) for above-ground biomass", + "carbon_biomass_below_ground_ratio": "Ratio (Carbon/biomass) for below-ground biomass", + "dead_living_mass_ratio": "Ratio (Carbon/biomass) for dead wood" + }, + "primaryDesignatedManagementObjective": { + "title": "Primary designated management objective", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(designatedManagementObjective.other)", + "no_unknown": "$t(designatedManagementObjective.unknown)" + }, + "totalAreaDesignatedManagementObjective": "Total area with designated management objective", + "forestOwnership": { + "title": "Ownership", + "private_ownership": "$t(forestOwnership.privateOwnership)", + "public_ownership": "$t(forestOwnership.publicOwnership)", + "other_or_unknown": "$t(forestOwnership.otherOrUnknown)" + }, + "holderOfManagementRights": { + "title": "Management rights of public forests", + "public_administration": "$t(holderOfManagementRights.publicAdministration)", + "individuals": "$t(holderOfManagementRights.individuals)", + "private_businesses": "$t(holderOfManagementRights.privateBusinesses)", + "communities": "$t(holderOfManagementRights.communities)", + "other": "$t(holderOfManagementRights.other)" + }, + "disturbances": { + "title": "Disturbances", + "insects": "$t(disturbances.insects)", + "diseases": "$t(disturbances.diseases)", + "severe_weather_events": "$t(disturbances.severeWeatherEvents)", + "other": "$t(disturbances.other)" + } +} diff --git a/src/i18n/resources/en/dataDownload.js b/src/i18n/resources/en/dataDownload.js deleted file mode 100644 index 197cfaf058..0000000000 --- a/src/i18n/resources/en/dataDownload.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - bulkDownload: 'Bulk Download', - dataDownload: 'Data download', -} diff --git a/src/i18n/resources/en/dataDownload.json b/src/i18n/resources/en/dataDownload.json new file mode 100644 index 0000000000..0553ae1084 --- /dev/null +++ b/src/i18n/resources/en/dataDownload.json @@ -0,0 +1,4 @@ +{ + "bulkDownload": "Bulk Download", + "dataDownload": "Data download" +} diff --git a/src/i18n/resources/en/dataSource.js b/src/i18n/resources/en/dataSource.js deleted file mode 100644 index 77d392f061..0000000000 --- a/src/i18n/resources/en/dataSource.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - referenceToTataSource: 'Reference to data source', - typeOfDataSource: 'Type of data source', - typeOfDataSourceText: '$t(dataSource.typeOfDataSource)', - fraVariable: 'FRA variable', - variable: 'Variable', - yearForDataSource: 'Year for data source', - comments: 'Comments', - - nationalForestInventory: 'National Forest Inventory (NFI)', - remoteSensingBasedAssessmentWithGroundTruthing: 'Remote sensing based assessment with ground truthing', - statisticalRemoteSensingSurveyWithAccuracyAssessment: 'Statistical remote sensing survey with accuracy assessment', - remoteSensingBasedAssessmentWithoutGroundTruthing: 'Remote sensing based assessment without ground truthing', - vegetationMapping: 'Vegetation mapping', - registersAndStatistics: 'Registers and statistics', - other: '$t(common.otherSpecifyInComments)', -} diff --git a/src/i18n/resources/en/dataSource.json b/src/i18n/resources/en/dataSource.json new file mode 100644 index 0000000000..dc87fba67c --- /dev/null +++ b/src/i18n/resources/en/dataSource.json @@ -0,0 +1,16 @@ +{ + "referenceToTataSource": "Reference to data source", + "typeOfDataSource": "Type of data source", + "typeOfDataSourceText": "$t(dataSource.typeOfDataSource)", + "fraVariable": "FRA variable", + "variable": "Variable", + "yearForDataSource": "Year for data source", + "comments": "Comments", + "nationalForestInventory": "National Forest Inventory (NFI)", + "remoteSensingBasedAssessmentWithGroundTruthing": "Remote sensing based assessment with ground truthing", + "statisticalRemoteSensingSurveyWithAccuracyAssessment": "Statistical remote sensing survey with accuracy assessment", + "remoteSensingBasedAssessmentWithoutGroundTruthing": "Remote sensing based assessment without ground truthing", + "vegetationMapping": "Vegetation mapping", + "registersAndStatistics": "Registers and statistics", + "other": "$t(common.otherSpecifyInComments)" +} diff --git a/src/i18n/resources/en/editUser.js b/src/i18n/resources/en/editUser.js deleted file mode 100644 index e419722a96..0000000000 --- a/src/i18n/resources/en/editUser.js +++ /dev/null @@ -1,44 +0,0 @@ -module.exports = { - activate: 'Activate', - activated: 'Activated', - chooseProfilePicture: 'Choose picture', - city: 'City', - contactPreference: 'Preferred way of contacting', - contactPreferenceMethod: 'Contacting method', - contributions: 'Contributions', - countryIso: 'Country', - deactivate: 'Deactivate', - demoteToUser: 'Are you sure you want to remove Admin privileges?', - disabled: 'Disabled', - done: 'Save', - email: 'Email', - institution: 'Institution', - loginEmail: 'Login', - mandatoryFields: '* are mandatory fields', - mr: 'Mr.', - mrs: 'Mrs.', - ms: 'Ms.', - name: 'Name', - organization: 'Organization', - organizationalUnit: 'Organizational unit', - other: 'Other', - picture1MbMax: 'Profile picture cannot exceed 1MB', - platformChat: 'PlatformChat', - poBox: 'P.O. Box', - position: 'Position', - primaryEmail: 'Primary email address', - primaryPhoneNumber: 'Primary telephone number', - professionalTitle: 'Professional title', - promoteToAdmin: 'Are you sure you want to grant Admin privileges?', - role: 'Role', - secondaryEmail: 'Secondary email address', - secondaryPhoneNumber: 'Secondary telephone number', - signal: 'Signal', - skype: 'Skypename', - status: 'Status', - street: 'Street address', - surname: 'Surname(s)', - title: 'Appellation', - whatsapp: 'Whatsapp', - zipCode: 'Zip code', -} diff --git a/src/i18n/resources/en/editUser.json b/src/i18n/resources/en/editUser.json new file mode 100644 index 0000000000..5908e448d4 --- /dev/null +++ b/src/i18n/resources/en/editUser.json @@ -0,0 +1,44 @@ +{ + "activate": "Activate", + "activated": "Activated", + "chooseProfilePicture": "Choose picture", + "city": "City", + "contactPreference": "Preferred way of contacting", + "contactPreferenceMethod": "Contacting method", + "contributions": "Contributions", + "countryIso": "Country", + "deactivate": "Deactivate", + "demoteToUser": "Are you sure you want to remove Admin privileges?", + "disabled": "Disabled", + "done": "Save", + "email": "Email", + "institution": "Institution", + "loginEmail": "Login", + "mandatoryFields": "* are mandatory fields", + "mr": "Mr.", + "mrs": "Mrs.", + "ms": "Ms.", + "name": "Name", + "organization": "Organization", + "organizationalUnit": "Organizational unit", + "other": "Other", + "picture1MbMax": "Profile picture cannot exceed 1MB", + "platformChat": "PlatformChat", + "poBox": "P.O. Box", + "position": "Position", + "primaryEmail": "Primary email address", + "primaryPhoneNumber": "Primary telephone number", + "professionalTitle": "Professional title", + "promoteToAdmin": "Are you sure you want to grant Admin privileges?", + "role": "Role", + "secondaryEmail": "Secondary email address", + "secondaryPhoneNumber": "Secondary telephone number", + "signal": "Signal", + "skype": "Skypename", + "status": "Status", + "street": "Street address", + "surname": "Surname(s)", + "title": "Appellation", + "whatsapp": "Whatsapp", + "zipCode": "Zip code" +} diff --git a/src/i18n/resources/en/email.js b/src/i18n/resources/en/email.js deleted file mode 100644 index 1f5f998089..0000000000 --- a/src/i18n/resources/en/email.js +++ /dev/null @@ -1,38 +0,0 @@ -module.exports = { - invitationAccepted: { - subject: 'User {{invitedUserName}} {{invitedUserSurname}} has accepted your invitation', - textMessage: `Dear {{recipientName}} {{recipientSurname}}, - -User {{invitedUserName}} {{invitedUserSurname}} has accepted your invitation to {{assessmentName}} {{cycleName}} as {{role}} for {{- country}}: -{{- manageCollaboratorsUrl}} - -The FRA team`, - htmlMessage: `Dear {{recipientName}} {{recipientSurname}}, -

-User {{invitedUserName}} {{invitedUserSurname}} has accepted your invitation to {{assessmentName}} {{cycleName}} as {{role}} for {{country}}. -

-The FRA team`, - }, - - remindReviewer: { - subject: 'Reminder: One or more countries are pending review', - messageHeader: 'Dear {{recipientName}},', - messageFooter: ` - Please provide your comments and send the report back to “Editing”, or proceed with approval if there are no further issues. -
- Thank you.`, - messageBodyText: ` - The {{assessmentName}} {{cycleName}} country report for countries: {{- countries}} have been “In review” over a week. - - -{{- countryUrls}} - - `, - messageBodyHTML: ` -
- The {{assessmentName}} {{cycleName}} country reports for
- {{- countryLinks}}
- have been “In review” more than a week.
- `, - }, -} diff --git a/src/i18n/resources/en/email.json b/src/i18n/resources/en/email.json new file mode 100644 index 0000000000..e9df8cd643 --- /dev/null +++ b/src/i18n/resources/en/email.json @@ -0,0 +1,14 @@ +{ + "invitationAccepted": { + "subject": "User {{invitedUserName}} {{invitedUserSurname}} has accepted your invitation", + "textMessage": "Dear {{recipientName}} {{recipientSurname}},\n\nUser {{invitedUserName}} {{invitedUserSurname}} has accepted your invitation to {{assessmentName}} {{cycleName}} as {{role}} for {{- country}}:\n{{- manageCollaboratorsUrl}}\n\nThe FRA team", + "htmlMessage": "Dear {{recipientName}} {{recipientSurname}},\n

\nUser {{invitedUserName}} {{invitedUserSurname}} has accepted your invitation to {{assessmentName}} {{cycleName}} as {{role}} for {{country}}.\n

\nThe FRA team" + }, + "remindReviewer": { + "subject": "Reminder: One or more countries are pending review", + "messageHeader": "Dear {{recipientName}},", + "messageFooter": "\n Please provide your comments and send the report back to “Editing”, or proceed with approval if there are no further issues.\n
\n Thank you.", + "messageBodyText": "\n The {{assessmentName}} {{cycleName}} country report for countries: {{- countries}} have been “In review” over a week.\n \n\n{{- countryUrls}}\n\n ", + "messageBodyHTML": "\n
\n The {{assessmentName}} {{cycleName}} country reports for
\n {{- countryLinks}}
\n have been “In review” more than a week.
\n " + } +} diff --git a/src/i18n/resources/en/fra.js b/src/i18n/resources/en/fra.js deleted file mode 100644 index 40e82a0a3d..0000000000 --- a/src/i18n/resources/en/fra.js +++ /dev/null @@ -1,328 +0,0 @@ -// TODO: all fra labels will be migrated here in a future refactor -// eslint-disable-next-line @typescript-eslint/no-var-requires -const _2020 = require('./2020') -// eslint-disable-next-line @typescript-eslint/no-var-requires -const _2025 = require('./2025') -// eslint-disable-next-line @typescript-eslint/no-var-requires -const print = require('./print') - -module.exports = { - 2020: _2020, - 2025: _2025, - print, - - // assessment labels - labels: { - short: 'FRA', - }, - - // common - area100HaYear: 'Area (1000 ha/year)', - area100Ha: 'Area (1000 ha)', - categoryHeader2020: 'FRA 2020 categories', - categoryHeader2025: 'FRA 2025 categories', - forestArea100HaYear: 'Forest area (1000 ha)', - - // tables - areaAffectedByFire: { - areaAffected: 'Area affected (1000 ha)', - areaAffectedByFire2025: '$t(areaAffectedByFire.areaAffectedByFire)', - totalLandAreaAffectedByFire2025: '$t(areaAffectedByFire.totalLandAreaAffectedByFire)', - }, - - biomassStock: { - aboveGround2025: '$t(biomassStock.aboveGround)', - belowGround2025: '$t(biomassStock.belowGround)', - deadWood2025: '$t(biomassStock.deadWood)', - biomassStock2025: '$t(biomassStock.biomassStock)', - }, - - biomassStockAvg: { - forestBiomass: 'Forest Biomass (tonnes/ha)', - }, - - biomassStockTotal: { - totalForestBiomass: 'Total forest Biomass (million tonnes)', - }, - - carbonStock: { - carbonAboveGroundBiomass2025: '$t(carbonStock.carbonAboveGroundBiomass)', - carbonBelowGroundBiomass2025: '$t(carbonStock.carbonBelowGroundBiomass)', - carbonStock2025: '$t(carbonStock.carbonStock)', - }, - - carbonStockTotal: { - totalForestCarbon: 'Total forest carbon (million tonnes)', - }, - - climaticDomain: { - percentOfForestArea: '% of forest area', - }, - - contactPersons: { - expectedYearForNextCountryReportUpdate: 'Expected year for next update of the country report', - }, - - degradedForest: { - // Title - degradedForest: 'Degraded forest', - degradedForestDefinition: 'Degraded forest definition', - forestDegradationMonitoringAndAssessment: 'Forest degradation monitoring and assessment', - - degradedAreaForThatYear: 'Degraded forest area for that year (in 1 000 ha)', - doesYourCountryMonitor: 'Does your country monitor area of degraded forest', - hasNationalDefinitionOfDegradedForest: 'Has your country a national definition of "Degraded forest"', - hasNationalLevelData: 'If national level data are available', - howMonitored: 'Describe the monitoring process and results', - ifYes: 'If "yes"', - whatIsDefinition: 'What is the national definition of "Degraded forest"?', - yearOfLatestAssessment: 'Year of latest assessment', - - // Multiple choice - // generic - other: 'Other (explain in comments)', - notSelected: '', - - criteriaOfDegradedForest: 'Criteria applied in the definition of degraded forest', - changeInForestStructureDecreaseInForestCanopy: 'Change in forest structure / Decrease in forest canopy', - forestDisturbances: 'Forest disturbances', - lossOfProductivityAndForestGoods: 'Loss of productivity and forest goods', - lossOfForestServices: 'Loss of forest services', - lossOfCarbonBiomassAndGrowingStock: 'Loss of carbon, biomass and growing stock', - lossOfBiologicalDiversity: 'Loss of biological diversity', - soilDamageErosion: 'Soil damage / erosion', - - mainMethods: 'Main methods applied to monitor degraded forest area', - fieldInventoryAndObservations: 'Field inventory and observations', - wallToWallRemoteSensingMapping: 'Wall-to-wall remote sensing mapping', - remoteSensingSurvey: 'Remote sensing survey', - expertOpinion: 'Expert opinion', - productionHarvestData: 'Production / Harvest data', - forestManagementPlanReport: 'Forest management plan report', - underDevelopment: 'Under development', - - monitoringScale: 'Monitoring scale', - national: 'National', - subnational: 'Subnational', - biome: 'Biome', - standLocal: 'Stand / Local', - criteriaOfDegradedForest2025: '$t(fra.degradedForest.criteriaOfDegradedForest)', - }, - - designatedManagementObjective: { - designatedManagementObjective2025: '$t(designatedManagementObjective.designatedManagementObjective)', - noDesignation: 'No designation', - unknown2025: 'Unknown', - }, - - disturbances: { - forestDamage: 'Forest damage', - predominantCause: 'Predominant cause', - forestAreaAffected: 'Forest area affected (1000 ha)', - severeWeatherEvents2025: '$t(disturbances.severeWeatherEvents)', - }, - - extentOfForest: { - remainingLandArea: 'Remaining land area', - totalLandArea2025: '$t(extentOfForest.totalLandArea)', - extentOfForest2025: '$t(extentOfForest.extentOfForest)', - otherWoodedLand: '$t(fraClass.otherWoodedLand)', - }, - - forestAreaChange: { - forestExpansion2025: '$t(forestAreaChange.forestExpansion)', - forestAreaChange2025: '$t(forestAreaChange.forestAreaChange)', - forestAreaNetChange2025: '$t(forestAreaChange.forestAreaNetChange)', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithLongTermManagementPlan2025: 'Forest area with long-term management plan', - forestAreaWithinProtectedAreas2025: '$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)', - }, - - forestCharacteristics: { - ofWhichOtherPlantedForest: '$t(growingStock.otherPlantedForest)', - ofWhichPlantationForest: '$t(growingStock.plantationForest)', - primaryForest: '…of which primary forest', - plantationForestIntroducedArea2025: '…of which introduced species', - naturalForestArea2025: '$t(forestCharacteristics.naturalForestArea)', - }, - - forestOwnership: { - ofWhichPrivateBusinesses2025: '$t(forestOwnership.ofWhichPrivateBusinesses)', - ofWhichCommunities2025: '…of which owned by Indigenous Peoples and local communities', - other2025: '$t(common.otherSpecifyInComments)', - unknown2025: 'Unknown', - total2025: 'Total', - forestOwnership2025: '$t(forestOwnership.forestOwnership)', - }, - - forestRestoration: { - forestRestoration: 'Forest restoration', - hasYourCountryForestRestorationCommitments: 'Has your country forest restoration commitments?', - isThereALawOrOtherGovernmentMandateInSupportOfRestoration: - 'Is there a law or other government mandate in support of restoration?', - isThereANationalDefinitionOfRestoration: - 'Is there a national definition of "restoration" if yes, provide the defintion the monitoring process and results.', - whatAreasInNeedOfRestorationHaveBeenIdentified: - 'What areas in need of restoration have been identified and how have they been identified?', - whatAreTheTargetsSetForTheRestoration: - 'What are the targets set for the restoration? E g xxx hectares by year yyyy', - howManyHectaresOfForestHaveBeenRestoredToDate: 'How many hectares of forest have been restored to date?', - ifYes: 'If "yes"', - }, - - growingStock: { - totalForest: 'Total Forest', - naturallyRegeneratingForest2025: '$t(growingStock.naturallyRegeneratingForest)', - plantationForest2025: '$t(growingStock.plantationForest)', - plantedForest2025: '$t(growingStock.plantedForest)', - otherPlantedForest2025: '$t(growingStock.otherPlantedForest)', - }, - - growingStockComposition: { - millionCubicMeter: 'Million m³', - mostRecentYear: 'Most recent year:', - percentOfTotal: '% of total', - ranked: '#{{idx}} Ranked', - totalGrowingStock: 'Total growing stock', - totalIntroducedTreeSpecies: 'TOTAL introduced tree species', - totalNativeTreeSpecies: 'TOTAL native tree species', - updatedGrowingStockComposition: '$t(growingStockComposition.growingStockComposition)', - nativeTreeSpecies2025: '$t(growingStockComposition.nativeTreeSpecies)', - remainingNative2025: '$t(growingStockComposition.remainingNative)', - introducedTreeSpecies2025: '$t(growingStockComposition.introducedTreeSpecies)', - remainingIntroduced2025: '$t(growingStockComposition.remainingIntroduced)', - }, - - holderOfManagementRights: { - holderOfManagementRights2025: '$t(holderOfManagementRights.holderOfManagementRights)', - privateBusinesses2025: '$t(holderOfManagementRights.privateBusinesses)', - communities2025: 'Indigenous Peoples and local communities', - other2025: '$t(common.otherSpecifyInComments)', - unknown2025: 'Unknown', - }, - - otherWoodedLand: { - otherWoodedLand2025: '$t(growingStock.otherWoodedLand)', - }, - - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals2025: 'Non wood forest products removals and value 2020', - nameOfProduct2025: '$t(nonWoodForestProductsRemovals.nameOfProduct)', - allOtherPlantProducts2025: '$t(nonWoodForestProductsRemovals.allOtherPlantProducts)', - allOtherAnimalProducts2025: '$t(nonWoodForestProductsRemovals.allOtherAnimalProducts)', - currency2025: '$t(nonWoodForestProductsRemovals.currency)', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover2025: '$t(otherLandWithTreeCover.otherLandWithTreeCover)', - agroforestry2025: '$t(otherLandWithTreeCover.agroforestry)', - other2025: '$t(otherLandWithTreeCover.other)', - }, - - primaryForestByClimaticDomain: { - primaryForestByClimaticDomain: 'Primary forest by climatic domain', - primaryForestArea100Ha: 'Primary forest area ($t(unit.haThousand))', - primaryForestBoreal: '…of which boreal primary forest', - primaryForestTemperate: '…of which temperate primary forest', - primaryForestTropical: '…of which tropical primary forest', - primaryForestSubTropical: '…of which sub-tropical primary forest', - totalPrimaryForest: 'Total', - }, - - specificForestCategories: { - specificForestCategories2025: 'Specific forest categories', - mangroves2025: `Mangroves\u00B9`, - rubberWood2025: '$t(specificForestCategories.rubberWood)', - mangrovesDisclaimer: `\u00B9Includes both Forest and Other wooded land`, - }, - - forestPolicy: { - forestPolicy2025: '$t(forestPolicy.forestPolicy)', - policiesSFM2025: '$t(forestPolicy.policiesSFM)', - legislationsSFM2025: '$t(forestPolicy.legislationsSFM)', - stakeholderParticipation2025: '$t(forestPolicy.stakeholderParticipation)', - existenceOfTraceabilitySystem2025: '$t(forestPolicy.existenceOfTraceabilitySystem)', - }, - - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate2025: '$t(areaOfPermanentForestEstate.areaOfPermanentForestEstate)', - }, - - sustainableDevelopment: { - annualForestAreaChangeRate: 'Annual forest area change rate', - sdgIndicator1_2025: 'SDG Indicator 15.1.1 Forest area as proportion of total land area', - forestAreaProportionLandArea: 'Forest area as proportion of total land area', - aboveGroundBiomassStockForests2025: '$t(sustainableDevelopment.aboveGroundBiomassStockForests)', - proportionForestAreaLegallyEstablishedProtectedAreas2025: - '$t(sustainableDevelopment.proportionForestAreaLegallyEstablishedProtectedAreas)', - proportionForestAreaLongTermForestManagement2025: - '$t(sustainableDevelopment.proportionForestAreaLongTermForestManagement)', - forestAreaVerifiedForestManagement2025: '$t(sustainableDevelopment.forestAreaVerifiedForestManagement)', - dataProvidedBy: `Data for this SDG sub-indicator are provided by FSC and PEFC (forest certification organizations).`, - 'Metadata-15-01-01': `SDG Indicator 15.1.1 Metadata`, - 'Metadata-15-02-01': `SDG Indicator 15.2.1 Metadata`, - }, - - navigation: { - sectionHeaders: { - employmentEducationAndNwfp2025: 'Non wood forest products removals and value 2020', - forestGrowingStockBiomassAndCarbon2025: '$t(navigation.sectionHeaders.forestGrowingStockBiomassAndCarbon)', - forestDesignationAndManagement2025: '$t(navigation.sectionHeaders.forestDesignationAndManagement)', - forestOwnershipAndManagementRights2025: '$t(navigation.sectionHeaders.forestOwnershipAndManagementRights)', - forestDisturbances2025: '$t(navigation.sectionHeaders.forestDisturbances)', - forestExtentCharacteristicsAndChanges2025: '$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)', - forestPolicyAndLegislation2025: '$t(navigation.sectionHeaders.forestPolicyAndLegislation)', - }, - }, - - extentOfForest_forestAreaStatusAndTrend_Description: { - header_0: 'Forest area tier criteria', - status: { - high: 'Data sources: Recent¹ National Forest Inventory or remote sensing (sample-based survey or wall-to-wall mapping) with accuracy assessment / field data calibration.', - medium: - 'Data sources: Old² National Forest Inventory or remote sensing (sample-based survey or wall-to-wall mapping) with accuracy assessment / field data calibration.', - low: 'Data sources: Other, such as registers, expert estimates, or remote sensing without accuracy assessment / field data calibration.', - }, - trend: { - high: 'Estimates based on repeated compatible³ National Forest Inventories where the most recent is not older than five years; and/or remote sensing- change assessments through multitemporal analysis for a period ending not more than five years ago (e.g., REDD+ forest reference [emission] levels).', - medium: - 'Estimates based on repeated compatible³ National Forest Inventories where the most recent is older than five years; and/or remote sensing change assessments through multitemporal analysis for a period ending more than five years ago; or comparison of compatible maps without multitemporal analysis.', - low: 'Other data sources, e.g., expert estimates, or estimates based on non-compatible assessments.', - }, - footer1: - '¹ Data not older than 5 years from year of submission of report (2018 or more recent for FRA 2025 country reports)', - footer2: - '² Data older than 5 years from year of submission of report (older than 2018 for FRA 2025 country reports)', - footer3: '³ Compatible in terms of methods, categories and definitions used', - }, - growingStock_growingStockStatus_Description: { - header_0: 'Growing stock tier criteria', - status: { - high: 'Data sources: Recent¹ National Forest Inventory or Airborne Laser Scanning (ALS) with probabilistic ground samples.', - medium: - 'Data sources: Old² National Forest Inventory, partial field inventories, or ALS without probabilistic ground samples.', - low: 'Data sources: Other data sources, such as satellite data, registers, questionnaires or expert assessments.', - }, - status2025: { - high: '$t(fra.growingStock_growingStockStatus_Description.status.high)', - medium: '$t(fra.growingStock_growingStockStatus_Description.status.medium)', - low: '$t(fra.growingStock_growingStockStatus_Description.status.low)', - }, - footer1: - '¹ Data not older than 10 years from year of submission of report (2013 or more recent for FRA 2025 country reports)', - footer2: - '² Data older than 10 years from year of submission of report (older than 2013 for FRA 2025 country reports)', - }, - - biomassStock_biomassStockStatus_Description: { - header_0: 'Biomass estimation methods tier criteria', - status: { - high: 'Country-specific biomass conversion and expansion factors or allometric equations applied', - medium: - 'Application of generic or biome-level allometric equations or a combination of country/biome specific conversion factors and IPCC default biomass expansion factors.', - low: 'IPCC default biomass conversion and expansion factors applied (e g using the "biomass calculator"), or estimates based on remote sensing-based biomass maps.', - }, - }, -} diff --git a/src/i18n/resources/en/fra.json b/src/i18n/resources/en/fra.json new file mode 100644 index 0000000000..101f5b8ad2 --- /dev/null +++ b/src/i18n/resources/en/fra.json @@ -0,0 +1,279 @@ +{ + "2020": {}, + "2025": { + "description": { + "dataSource": { + "referenceToTataSource": "$t(dataSource.referenceToTataSource)", + "typeOfDataSource": "$t(dataSource.typeOfDataSource)", + "variable": "$t(dataSource.fraVariable)", + "yearForDataSource": "$t(dataSource.yearForDataSource)", + "comments": "$t(dataSource.comments)" + } + } + }, + "print": { + "title": "FRA {{cycleName}} report", + "titleTables": "FRA {{cycleName}} reporting tables", + "tableOfContent": "Table of contents", + "disclaimer": "FAO has been monitoring the world's forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world's forests and how they are changing. The FRA is a country-driven process and the assessments are based on reports prepared by officially nominated National Correspondents. If a report is not available, the FRA Secretariat prepares a desk study using earlier reports, existing information and/or remote sensing based analysis.", + "disclaimerGenerated": "This document was generated automatically using the report made available as a contribution to the FAO Global Forest Resources Assessment {{cycleName}}, and submitted to FAO as an official government document. The content and the views expressed in this report are the responsibility of the entity submitting the report to FAO. FAO cannot be held responsible for any use made of the information contained in this document.", + "disclaimerGeneratedDeskStudy": "This document was generated automatically from a desk study. FAO cannot be held responsible for any use made of the information contained in this document." + }, + "labels": { + "short": "FRA" + }, + "area100HaYear": "Area (1000 ha/year)", + "area100Ha": "Area (1000 ha)", + "categoryHeader2020": "FRA 2020 categories", + "categoryHeader2025": "FRA 2025 categories", + "forestArea100HaYear": "Forest area (1000 ha)", + "areaAffectedByFire": { + "areaAffected": "Area affected (1000 ha)", + "areaAffectedByFire2025": "$t(areaAffectedByFire.areaAffectedByFire)", + "totalLandAreaAffectedByFire2025": "$t(areaAffectedByFire.totalLandAreaAffectedByFire)" + }, + "biomassStock": { + "aboveGround2025": "$t(biomassStock.aboveGround)", + "belowGround2025": "$t(biomassStock.belowGround)", + "deadWood2025": "$t(biomassStock.deadWood)", + "biomassStock2025": "$t(biomassStock.biomassStock)" + }, + "biomassStockAvg": { + "forestBiomass": "Forest Biomass (tonnes/ha)" + }, + "biomassStockTotal": { + "totalForestBiomass": "Total forest Biomass (million tonnes)" + }, + "carbonStock": { + "carbonAboveGroundBiomass2025": "$t(carbonStock.carbonAboveGroundBiomass)", + "carbonBelowGroundBiomass2025": "$t(carbonStock.carbonBelowGroundBiomass)", + "carbonStock2025": "$t(carbonStock.carbonStock)" + }, + "carbonStockTotal": { + "totalForestCarbon": "Total forest carbon (million tonnes)" + }, + "climaticDomain": { + "percentOfForestArea": "% of forest area" + }, + "contactPersons": { + "expectedYearForNextCountryReportUpdate": "Expected year for next update of the country report" + }, + "degradedForest": { + "degradedForest": "Degraded forest", + "degradedForestDefinition": "Degraded forest definition", + "forestDegradationMonitoringAndAssessment": "Forest degradation monitoring and assessment", + "degradedAreaForThatYear": "Degraded forest area for that year (in 1 000 ha)", + "doesYourCountryMonitor": "Does your country monitor area of degraded forest", + "hasNationalDefinitionOfDegradedForest": "Has your country a national definition of \"Degraded forest\"", + "hasNationalLevelData": "If national level data are available", + "howMonitored": "Describe the monitoring process and results", + "ifYes": "If \"yes\"", + "whatIsDefinition": "What is the national definition of \"Degraded forest\"?", + "yearOfLatestAssessment": "Year of latest assessment", + "other": "Other (explain in comments)", + "notSelected": "", + "criteriaOfDegradedForest": "Criteria applied in the definition of degraded forest", + "changeInForestStructureDecreaseInForestCanopy": "Change in forest structure / Decrease in forest canopy", + "forestDisturbances": "Forest disturbances", + "lossOfProductivityAndForestGoods": "Loss of productivity and forest goods", + "lossOfForestServices": "Loss of forest services", + "lossOfCarbonBiomassAndGrowingStock": "Loss of carbon, biomass and growing stock", + "lossOfBiologicalDiversity": "Loss of biological diversity", + "soilDamageErosion": "Soil damage / erosion", + "mainMethods": "Main methods applied to monitor degraded forest area", + "fieldInventoryAndObservations": "Field inventory and observations", + "wallToWallRemoteSensingMapping": "Wall-to-wall remote sensing mapping", + "remoteSensingSurvey": "Remote sensing survey", + "expertOpinion": "Expert opinion", + "productionHarvestData": "Production / Harvest data", + "forestManagementPlanReport": "Forest management plan report", + "underDevelopment": "Under development", + "monitoringScale": "Monitoring scale", + "national": "National", + "subnational": "Subnational", + "biome": "Biome", + "standLocal": "Stand / Local", + "criteriaOfDegradedForest2025": "$t(fra.degradedForest.criteriaOfDegradedForest)" + }, + "designatedManagementObjective": { + "designatedManagementObjective2025": "$t(designatedManagementObjective.designatedManagementObjective)", + "noDesignation": "No designation", + "unknown2025": "Unknown" + }, + "disturbances": { + "forestDamage": "Forest damage", + "predominantCause": "Predominant cause", + "forestAreaAffected": "Forest area affected (1000 ha)", + "severeWeatherEvents2025": "$t(disturbances.severeWeatherEvents)" + }, + "extentOfForest": { + "remainingLandArea": "Remaining land area", + "totalLandArea2025": "$t(extentOfForest.totalLandArea)", + "extentOfForest2025": "$t(extentOfForest.extentOfForest)", + "otherWoodedLand": "$t(fraClass.otherWoodedLand)" + }, + "forestAreaChange": { + "forestExpansion2025": "$t(forestAreaChange.forestExpansion)", + "forestAreaChange2025": "$t(forestAreaChange.forestAreaChange)", + "forestAreaNetChange2025": "$t(forestAreaChange.forestAreaNetChange)" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithLongTermManagementPlan2025": "Forest area with long-term management plan", + "forestAreaWithinProtectedAreas2025": "$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)" + }, + "forestCharacteristics": { + "ofWhichOtherPlantedForest": "$t(growingStock.otherPlantedForest)", + "ofWhichPlantationForest": "$t(growingStock.plantationForest)", + "primaryForest": "…of which primary forest", + "plantationForestIntroducedArea2025": "…of which introduced species", + "naturalForestArea2025": "$t(forestCharacteristics.naturalForestArea)" + }, + "forestOwnership": { + "ofWhichPrivateBusinesses2025": "$t(forestOwnership.ofWhichPrivateBusinesses)", + "ofWhichCommunities2025": "…of which owned by Indigenous Peoples and local communities", + "other2025": "$t(common.otherSpecifyInComments)", + "unknown2025": "Unknown", + "total2025": "Total", + "forestOwnership2025": "$t(forestOwnership.forestOwnership)" + }, + "forestRestoration": { + "forestRestoration": "Forest restoration", + "hasYourCountryForestRestorationCommitments": "Has your country forest restoration commitments?", + "isThereALawOrOtherGovernmentMandateInSupportOfRestoration": "Is there a law or other government mandate in support of restoration?", + "isThereANationalDefinitionOfRestoration": "Is there a national definition of \"restoration\" if yes, provide the defintion the monitoring process and results.", + "whatAreasInNeedOfRestorationHaveBeenIdentified": "What areas in need of restoration have been identified and how have they been identified?", + "whatAreTheTargetsSetForTheRestoration": "What are the targets set for the restoration? E g xxx hectares by year yyyy", + "howManyHectaresOfForestHaveBeenRestoredToDate": "How many hectares of forest have been restored to date?", + "ifYes": "If \"yes\"" + }, + "growingStock": { + "totalForest": "Total Forest", + "naturallyRegeneratingForest2025": "$t(growingStock.naturallyRegeneratingForest)", + "plantationForest2025": "$t(growingStock.plantationForest)", + "plantedForest2025": "$t(growingStock.plantedForest)", + "otherPlantedForest2025": "$t(growingStock.otherPlantedForest)" + }, + "growingStockComposition": { + "millionCubicMeter": "Million m³", + "mostRecentYear": "Most recent year:", + "percentOfTotal": "% of total", + "ranked": "#{{idx}} Ranked", + "totalGrowingStock": "Total growing stock", + "totalIntroducedTreeSpecies": "TOTAL introduced tree species", + "totalNativeTreeSpecies": "TOTAL native tree species", + "updatedGrowingStockComposition": "$t(growingStockComposition.growingStockComposition)", + "nativeTreeSpecies2025": "$t(growingStockComposition.nativeTreeSpecies)", + "remainingNative2025": "$t(growingStockComposition.remainingNative)", + "introducedTreeSpecies2025": "$t(growingStockComposition.introducedTreeSpecies)", + "remainingIntroduced2025": "$t(growingStockComposition.remainingIntroduced)" + }, + "holderOfManagementRights": { + "holderOfManagementRights2025": "$t(holderOfManagementRights.holderOfManagementRights)", + "privateBusinesses2025": "$t(holderOfManagementRights.privateBusinesses)", + "communities2025": "Indigenous Peoples and local communities", + "other2025": "$t(common.otherSpecifyInComments)", + "unknown2025": "Unknown" + }, + "otherWoodedLand": { + "otherWoodedLand2025": "$t(growingStock.otherWoodedLand)" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals2025": "Non wood forest products removals and value 2020", + "nameOfProduct2025": "$t(nonWoodForestProductsRemovals.nameOfProduct)", + "allOtherPlantProducts2025": "$t(nonWoodForestProductsRemovals.allOtherPlantProducts)", + "allOtherAnimalProducts2025": "$t(nonWoodForestProductsRemovals.allOtherAnimalProducts)", + "currency2025": "$t(nonWoodForestProductsRemovals.currency)" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover2025": "$t(otherLandWithTreeCover.otherLandWithTreeCover)", + "agroforestry2025": "$t(otherLandWithTreeCover.agroforestry)", + "other2025": "$t(otherLandWithTreeCover.other)" + }, + "primaryForestByClimaticDomain": { + "primaryForestByClimaticDomain": "Primary forest by climatic domain", + "primaryForestArea100Ha": "Primary forest area ($t(unit.haThousand))", + "primaryForestBoreal": "…of which boreal primary forest", + "primaryForestTemperate": "…of which temperate primary forest", + "primaryForestTropical": "…of which tropical primary forest", + "primaryForestSubTropical": "…of which sub-tropical primary forest", + "totalPrimaryForest": "Total" + }, + "specificForestCategories": { + "specificForestCategories2025": "Specific forest categories", + "mangroves2025": "Mangroves¹", + "rubberWood2025": "$t(specificForestCategories.rubberWood)", + "mangrovesDisclaimer": "¹Includes both Forest and Other wooded land" + }, + "forestPolicy": { + "forestPolicy2025": "$t(forestPolicy.forestPolicy)", + "policiesSFM2025": "$t(forestPolicy.policiesSFM)", + "legislationsSFM2025": "$t(forestPolicy.legislationsSFM)", + "stakeholderParticipation2025": "$t(forestPolicy.stakeholderParticipation)", + "existenceOfTraceabilitySystem2025": "$t(forestPolicy.existenceOfTraceabilitySystem)" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate2025": "$t(areaOfPermanentForestEstate.areaOfPermanentForestEstate)" + }, + "sustainableDevelopment": { + "annualForestAreaChangeRate": "Annual forest area change rate", + "sdgIndicator1_2025": "SDG Indicator 15.1.1 Forest area as proportion of total land area", + "forestAreaProportionLandArea": "Forest area as proportion of total land area", + "aboveGroundBiomassStockForests2025": "$t(sustainableDevelopment.aboveGroundBiomassStockForests)", + "proportionForestAreaLegallyEstablishedProtectedAreas2025": "$t(sustainableDevelopment.proportionForestAreaLegallyEstablishedProtectedAreas)", + "proportionForestAreaLongTermForestManagement2025": "$t(sustainableDevelopment.proportionForestAreaLongTermForestManagement)", + "forestAreaVerifiedForestManagement2025": "$t(sustainableDevelopment.forestAreaVerifiedForestManagement)", + "dataProvidedBy": "Data for this SDG sub-indicator are provided by FSC and PEFC (forest certification organizations).", + "Metadata-15-01-01": "SDG Indicator 15.1.1 Metadata", + "Metadata-15-02-01": "SDG Indicator 15.2.1 Metadata" + }, + "navigation": { + "sectionHeaders": { + "employmentEducationAndNwfp2025": "Non wood forest products removals and value 2020", + "forestGrowingStockBiomassAndCarbon2025": "$t(navigation.sectionHeaders.forestGrowingStockBiomassAndCarbon)", + "forestDesignationAndManagement2025": "$t(navigation.sectionHeaders.forestDesignationAndManagement)", + "forestOwnershipAndManagementRights2025": "$t(navigation.sectionHeaders.forestOwnershipAndManagementRights)", + "forestDisturbances2025": "$t(navigation.sectionHeaders.forestDisturbances)", + "forestExtentCharacteristicsAndChanges2025": "$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)", + "forestPolicyAndLegislation2025": "$t(navigation.sectionHeaders.forestPolicyAndLegislation)" + } + }, + "extentOfForest_forestAreaStatusAndTrend_Description": { + "header_0": "Forest area tier criteria", + "status": { + "high": "Data sources: Recent¹ National Forest Inventory or remote sensing (sample-based survey or wall-to-wall mapping) with accuracy assessment / field data calibration.", + "medium": "Data sources: Old² National Forest Inventory or remote sensing (sample-based survey or wall-to-wall mapping) with accuracy assessment / field data calibration.", + "low": "Data sources: Other, such as registers, expert estimates, or remote sensing without accuracy assessment / field data calibration." + }, + "trend": { + "high": "Estimates based on repeated compatible³ National Forest Inventories where the most recent is not older than five years; and/or remote sensing- change assessments through multitemporal analysis for a period ending not more than five years ago (e.g., REDD+ forest reference [emission] levels).", + "medium": "Estimates based on repeated compatible³ National Forest Inventories where the most recent is older than five years; and/or remote sensing change assessments through multitemporal analysis for a period ending more than five years ago; or comparison of compatible maps without multitemporal analysis.", + "low": "Other data sources, e.g., expert estimates, or estimates based on non-compatible assessments." + }, + "footer1": "¹ Data not older than 5 years from year of submission of report (2018 or more recent for FRA 2025 country reports)", + "footer2": "² Data older than 5 years from year of submission of report (older than 2018 for FRA 2025 country reports)", + "footer3": "³ Compatible in terms of methods, categories and definitions used" + }, + "growingStock_growingStockStatus_Description": { + "header_0": "Growing stock tier criteria", + "status": { + "high": "Data sources: Recent¹ National Forest Inventory or Airborne Laser Scanning (ALS) with probabilistic ground samples.", + "medium": "Data sources: Old² National Forest Inventory, partial field inventories, or ALS without probabilistic ground samples.", + "low": "Data sources: Other data sources, such as satellite data, registers, questionnaires or expert assessments." + }, + "status2025": { + "high": "$t(fra.growingStock_growingStockStatus_Description.status.high)", + "medium": "$t(fra.growingStock_growingStockStatus_Description.status.medium)", + "low": "$t(fra.growingStock_growingStockStatus_Description.status.low)" + }, + "footer1": "¹ Data not older than 10 years from year of submission of report (2013 or more recent for FRA 2025 country reports)", + "footer2": "² Data older than 10 years from year of submission of report (older than 2013 for FRA 2025 country reports)" + }, + "biomassStock_biomassStockStatus_Description": { + "header_0": "Biomass estimation methods tier criteria", + "status": { + "high": "Country-specific biomass conversion and expansion factors or allometric equations applied", + "medium": "Application of generic or biome-level allometric equations or a combination of country/biome specific conversion factors and IPCC default biomass expansion factors.", + "low": "IPCC default biomass conversion and expansion factors applied (e g using the \"biomass calculator\"), or estimates based on remote sensing-based biomass maps." + } + } +} diff --git a/src/i18n/resources/en/generalValidation.js b/src/i18n/resources/en/generalValidation.js deleted file mode 100644 index 86c270d38f..0000000000 --- a/src/i18n/resources/en/generalValidation.js +++ /dev/null @@ -1,39 +0,0 @@ -module.exports = { - classValueNotGreaterThan: `{{name}} should be not greater than {{value}}`, - classValuesMustBeEqualTo: `{{name}} sum must be equal to {{value}}`, - columnEmpty: `Column '$t({{columName}})' must have a value`, - countryReportYearGreaterThanCurrentYear: `Value should be greater or equal than {{minValue}}`, - emptyField: `This field is empty`, - forestAreaDoesNotMatchExtentOfForest: `Doesn't match Forest area (1a)`, - forestAreaExceedsExtentOfForest: `Exceeds Forest area (1a) ({{value}})`, - forestAreaReportedIsDifferentFromPreviousCycle: `Reported area ({{forestArea2025}}) differs from previously reported ({{forestArea2020}}). Please provide a comment explaining why it is different.`, - forestSumAreaExceedsExtentOfForest: `The sum of the reported FRA categories exceeds the forest area reported in table 1a`, - invalidLink: 'Invalid link', - landAreaExceedsTotalLandArea: `Land area exceeds total land area (1a) ({{value}})`, - mustBeEqualToForestArea: `Sum of Naturally regenerating forest and Planted forest not equal to the total forest`, - mustBeEqualToForestExpansion: `Subcategories sum should be equal to Forest Expansion`, - mustBeEqualToPlantedForest: `Subcategories sum should be equal to Planted Forest`, - mustBeEqualToPrimaryForest: `Subcategories sum should be equal to Primary Forest`, - mustBeEqualToPrivateOwnership: `Subcategories sum should be equal to Private Ownership`, - mustBeEqualToTotalGrowingStock: `The summed value should be equal to the Total Forest`, - mustBeLessThanPrivateOwnership: `Subcategories sum should be less than Private Ownership`, - notEmpty: `Value cannot be empty`, - otherLandExceedsExtentOfForest: `Exceeds Other land area (1a)`, - remainingLandExceedsExtentOfForest: `Exceeds Remaining land area (1a)`, - shouldContainAtLeastOneCharacter: `Value should contain at least one character`, - subCategoryExceedsParent: `Subcategory exceeds parent`, - sumEqualTo: `The sum of {{categoryLabels}} ({{categoriesSum}}) must be equal to {{maxValue}}`, - sumNotGreaterThan: `Sum should not exceed {{maxValue}}`, - sumSubCategoriesExceedParent: `The sum of {{categoryLabels}} ({{categoriesSum}}) exceed {{parentLabel}} ({{parentValue}})`, - sumSubCategoriesNotEqualToParent: `The sum of {{categoryLabels}} ({{categoriesSum}}) is not equal to {{parentLabel}} ({{parentValue}})`, - valueCannotExceedMaximumValueReportedForForestArea: `Value cannot exceed the maximum value ({{maxForestArea}}) reported for forest area (1a)`, - valueCannotExceedMaximumValueReportedForForestAreaYear: `The sum of year {{year}} cannot exceed the maximum value ({{maxForestArea}}) reported for forest area (1a)`, - valueCannotExceedMaximumValueReportedForLandArea: `Value cannot exceed the maximum value ({{maxLandArea}}) reported for land area (1a)`, - valueEqualToSum: `Total value should be equal to sum of subcategories`, - valueEqualToSumParent: `The sum of subcategories {{subcategories}} is not equal to {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}>`, - valueMustBePositive: `Value should be greater than zero`, - valueMustBeYear: `Value should be a valid year`, - valueNotGreaterThan: `Value should be not greater than {{maxValue}}`, - valuesAreInconsistent1aOr1b: `Values are inconsistent with Areas reported in tables 1a or 1b`, - valuesAreInconsistentWithNetChange: `Values are inconsistent with Forest area net change`, -} diff --git a/src/i18n/resources/en/generalValidation.json b/src/i18n/resources/en/generalValidation.json new file mode 100644 index 0000000000..210460f56c --- /dev/null +++ b/src/i18n/resources/en/generalValidation.json @@ -0,0 +1,39 @@ +{ + "classValueNotGreaterThan": "{{name}} should be not greater than {{value}}", + "classValuesMustBeEqualTo": "{{name}} sum must be equal to {{value}}", + "columnEmpty": "Column '$t({{columName}})' must have a value", + "countryReportYearGreaterThanCurrentYear": "Value should be greater or equal than {{minValue}}", + "emptyField": "This field is empty", + "forestAreaDoesNotMatchExtentOfForest": "Doesn't match Forest area (1a)", + "forestAreaExceedsExtentOfForest": "Exceeds Forest area (1a) ({{value}})", + "forestAreaReportedIsDifferentFromPreviousCycle": "Reported area ({{forestArea2025}}) differs from previously reported ({{forestArea2020}}). Please provide a comment explaining why it is different.", + "forestSumAreaExceedsExtentOfForest": "The sum of the reported FRA categories exceeds the forest area reported in table 1a", + "invalidLink": "Invalid link", + "landAreaExceedsTotalLandArea": "Land area exceeds total land area (1a) ({{value}})", + "mustBeEqualToForestArea": "Sum of Naturally regenerating forest and Planted forest not equal to the total forest", + "mustBeEqualToForestExpansion": "Subcategories sum should be equal to Forest Expansion", + "mustBeEqualToPlantedForest": "Subcategories sum should be equal to Planted Forest", + "mustBeEqualToPrimaryForest": "Subcategories sum should be equal to Primary Forest", + "mustBeEqualToPrivateOwnership": "Subcategories sum should be equal to Private Ownership", + "mustBeEqualToTotalGrowingStock": "The summed value should be equal to the Total Forest", + "mustBeLessThanPrivateOwnership": "Subcategories sum should be less than Private Ownership", + "notEmpty": "Value cannot be empty", + "otherLandExceedsExtentOfForest": "Exceeds Other land area (1a)", + "remainingLandExceedsExtentOfForest": "Exceeds Remaining land area (1a)", + "shouldContainAtLeastOneCharacter": "Value should contain at least one character", + "subCategoryExceedsParent": "Subcategory exceeds parent", + "sumEqualTo": "The sum of {{categoryLabels}} ({{categoriesSum}}) must be equal to {{maxValue}}", + "sumNotGreaterThan": "Sum should not exceed {{maxValue}}", + "sumSubCategoriesExceedParent": "The sum of {{categoryLabels}} ({{categoriesSum}}) exceed {{parentLabel}} ({{parentValue}})", + "sumSubCategoriesNotEqualToParent": "The sum of {{categoryLabels}} ({{categoriesSum}}) is not equal to {{parentLabel}} ({{parentValue}})", + "valueCannotExceedMaximumValueReportedForForestArea": "Value cannot exceed the maximum value ({{maxForestArea}}) reported for forest area (1a)", + "valueCannotExceedMaximumValueReportedForForestAreaYear": "The sum of year {{year}} cannot exceed the maximum value ({{maxForestArea}}) reported for forest area (1a)", + "valueCannotExceedMaximumValueReportedForLandArea": "Value cannot exceed the maximum value ({{maxLandArea}}) reported for land area (1a)", + "valueEqualToSum": "Total value should be equal to sum of subcategories", + "valueEqualToSumParent": "The sum of subcategories {{subcategories}} is not equal to {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}>", + "valueMustBePositive": "Value should be greater than zero", + "valueMustBeYear": "Value should be a valid year", + "valueNotGreaterThan": "Value should be not greater than {{maxValue}}", + "valuesAreInconsistent1aOr1b": "Values are inconsistent with Areas reported in tables 1a or 1b", + "valuesAreInconsistentWithNetChange": "Values are inconsistent with Forest area net change" +} diff --git a/src/i18n/resources/en/geo.js b/src/i18n/resources/en/geo.js deleted file mode 100644 index e5ecd8d66b..0000000000 --- a/src/i18n/resources/en/geo.js +++ /dev/null @@ -1,105 +0,0 @@ -module.exports = { - agreementLevelExplanation: - 'Agreement level N means that at least N of the selected data sources need to agree that a certain pixel is tree cover area.', - burnedArea: 'Burned Area', - burnedAreaWithUnit: '$t(geo.burnedArea) ({{unit}})', - chooseAgreementLevel: 'Choose the min. agreement level between selected layers.', - customAgreementArea: 'Custom agreement area', - error: { - extraEstimation: { - failedToRetrieve: 'There was a problem retrieving the estimation.', - unexpectedDuringProcessing: 'Unexpected error during processing.', - }, - map: { - failedToLoad: 'There was a problem while loading the map.', - }, - mosaic: { - noMosaicAvailableForConfiguration: 'Error: No mosaic available for the selected configuration.', - }, - statistics: { - dataUnavailable: 'Data unavailable.', - failedToFetch: 'An error has occured while fetching the statistics: {{error}}', - foundNoData: 'Found no data.', - }, - }, - estimateCustomAgreementArea: 'Estimate Custom Agreement Area', - forestArea: 'Tree cover area ({{unit}})', - geeAssetId: 'GEE Asset ID', - globalOpacity: 'Global Opacity', - landsat: 'Landsat', - map: 'Map', - maxCloudCoverage: 'Max Cloud Coverage', - metersReducerScale: '{{meters}}m Reducer Scale', - recipes: { - forest: { - allGfc10: 'All (GFC Hansen >=10%)', - allGfc20: 'All (GFC Hansen >=20%)', - allGfc30: 'All (GFC Hansen >=30%)', - esriEsa: 'ESRI & ESA', - esriEsaGlobland2020Gfc10: 'ESRI, ESA, Globland 2020 & GFC Hansen >=10%', - }, - recipes: 'Recipes', - }, - reportedToFra2020: 'Reported to FRA 2020', - satellite: 'Satellite', - satelliteMosaic: 'Satellite Mosaic', - sections: { - burnedArea: { - layerTitles: { - modis: 'MODIS', - }, - title: 'Burned Area', - }, - forest: { - layerTitles: { - agreement: 'Agreement layer', - copernicus2019: 'Copernicus (2019)', - customFnf: 'Custom FnF', - esa2020: 'ESA (2020)', - esaGlobCover2009: 'ESA GlobCover (2009)', - esri2020: 'ESRI (2020)', - globeLand2020: 'GlobeLand (2020)', - hansenGfc2020: 'Hansen GFC (2020)', - hansenGfc2020WithPercent: '$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %', - jaxa2017: 'JAXA (2017)', - modis: 'MODIS', - tanDemX2019: 'TanDEM-X (2019)', - }, - title: 'Tree Cover', - }, - protectedArea: { - layerTitles: { - customProtectedArea: 'Custom Protected Area', - filteredWdpa: 'Filtered WDPA', - wdpa: 'WDPA', - }, - title: 'Protected Area', - }, - }, - selectMinTreeCoverPercent: 'Select min. tree cover percentage:', - sentinel: 'Sentinel', - showSatelliteMosaic: 'Show Satellite Mosaic', - snowMasking: 'Snow masking', - statistics: { - burnedArea: { - burnedAreaByYear: 'Burned area by year', - }, - forestArea: { - extentOfForestPerSource: 'Extent of tree cover per source and as reported to FRA {{year}}', - extentOfForestTreeCover: 'Extent of tree cover by source', - forestAreaHa: 'Tree cover area, ha', - forestAreaPercentOfLandArea: 'Tree cover area % of land area', - landArea: 'Land area', - }, - graphs: 'Statistical Graphs', - protectedArea: { - allGfc10: 'All (GFC Hansen >=10%)', - allGfc20: 'All (GFC Hansen >=20%)', - allGfc30: 'All (GFC Hansen >=30%)', - }, - title: 'Statistics', - }, - treeCoverAgreementSelected: 'Tree cover agreement selected', - treeCoverProtectedAreas: 'Tree cover within protected areas', - treeCoverProtectedAreasWithUnit: '$t(geo.treeCoverProtectedAreas) ({{unit}})', -} diff --git a/src/i18n/resources/en/geo.json b/src/i18n/resources/en/geo.json new file mode 100644 index 0000000000..539556af6c --- /dev/null +++ b/src/i18n/resources/en/geo.json @@ -0,0 +1,104 @@ +{ + "agreementLevelExplanation": "Agreement level N means that at least N of the selected data sources need to agree that a certain pixel is tree cover area.", + "burnedArea": "Burned Area", + "burnedAreaWithUnit": "$t(geo.burnedArea) ({{unit}})", + "chooseAgreementLevel": "Choose the min. agreement level between selected layers.", + "customAgreementArea": "Custom agreement area", + "error": { + "extraEstimation": { + "failedToRetrieve": "There was a problem retrieving the estimation.", + "unexpectedDuringProcessing": "Unexpected error during processing." + }, + "map": { + "failedToLoad": "There was a problem while loading the map." + }, + "mosaic": { + "noMosaicAvailableForConfiguration": "Error: No mosaic available for the selected configuration." + }, + "statistics": { + "dataUnavailable": "Data unavailable.", + "failedToFetch": "An error has occured while fetching the statistics: {{error}}", + "foundNoData": "Found no data." + } + }, + "estimateCustomAgreementArea": "Estimate Custom Agreement Area", + "forestArea": "Tree cover area ({{unit}})", + "geeAssetId": "GEE Asset ID", + "globalOpacity": "Global Opacity", + "landsat": "Landsat", + "map": "Map", + "maxCloudCoverage": "Max Cloud Coverage", + "metersReducerScale": "{{meters}}m Reducer Scale", + "recipes": { + "forest": { + "allGfc10": "All (GFC Hansen >=10%)", + "allGfc20": "All (GFC Hansen >=20%)", + "allGfc30": "All (GFC Hansen >=30%)", + "esriEsa": "ESRI & ESA", + "esriEsaGlobland2020Gfc10": "ESRI, ESA, Globland 2020 & GFC Hansen >=10%" + }, + "recipes": "Recipes" + }, + "reportedToFra2020": "Reported to FRA 2020", + "satellite": "Satellite", + "satelliteMosaic": "Satellite Mosaic", + "sections": { + "burnedArea": { + "layerTitles": { + "modis": "MODIS" + }, + "title": "Burned Area" + }, + "forest": { + "layerTitles": { + "agreement": "Agreement layer", + "copernicus2019": "Copernicus (2019)", + "customFnf": "Custom FnF", + "esa2020": "ESA (2020)", + "esaGlobCover2009": "ESA GlobCover (2009)", + "esri2020": "ESRI (2020)", + "globeLand2020": "GlobeLand (2020)", + "hansenGfc2020": "Hansen GFC (2020)", + "hansenGfc2020WithPercent": "$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %", + "jaxa2017": "JAXA (2017)", + "modis": "MODIS", + "tanDemX2019": "TanDEM-X (2019)" + }, + "title": "Tree Cover" + }, + "protectedArea": { + "layerTitles": { + "customProtectedArea": "Custom Protected Area", + "filteredWdpa": "Filtered WDPA", + "wdpa": "WDPA" + }, + "title": "Protected Area" + } + }, + "selectMinTreeCoverPercent": "Select min. tree cover percentage:", + "sentinel": "Sentinel", + "showSatelliteMosaic": "Show Satellite Mosaic", + "snowMasking": "Snow masking", + "statistics": { + "burnedArea": { + "burnedAreaByYear": "Burned area by year" + }, + "forestArea": { + "extentOfForestPerSource": "Extent of tree cover per source and as reported to FRA {{year}}", + "extentOfForestTreeCover": "Extent of tree cover by source", + "forestAreaHa": "Tree cover area, ha", + "forestAreaPercentOfLandArea": "Tree cover area % of land area", + "landArea": "Land area" + }, + "graphs": "Statistical Graphs", + "protectedArea": { + "allGfc10": "All (GFC Hansen >=10%)", + "allGfc20": "All (GFC Hansen >=20%)", + "allGfc30": "All (GFC Hansen >=30%)" + }, + "title": "Statistics" + }, + "treeCoverAgreementSelected": "Tree cover agreement selected", + "treeCoverProtectedAreas": "Tree cover within protected areas", + "treeCoverProtectedAreasWithUnit": "$t(geo.treeCoverProtectedAreas) ({{unit}})" +} diff --git a/src/i18n/resources/en/history.js b/src/i18n/resources/en/history.js deleted file mode 100644 index 077d5206ca..0000000000 --- a/src/i18n/resources/en/history.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - change_one: '{{count}} change', - change_other: '{{count}} changes', - history: 'History', -} diff --git a/src/i18n/resources/en/history.json b/src/i18n/resources/en/history.json new file mode 100644 index 0000000000..56413dbce0 --- /dev/null +++ b/src/i18n/resources/en/history.json @@ -0,0 +1,5 @@ +{ + "change_one": "{{count}} change", + "change_other": "{{count}} changes", + "history": "History" +} diff --git a/src/i18n/resources/en/landing.js b/src/i18n/resources/en/landing.js deleted file mode 100644 index ca472d9028..0000000000 --- a/src/i18n/resources/en/landing.js +++ /dev/null @@ -1,116 +0,0 @@ -module.exports = { - home: 'Home', - sections: { - about: 'About FRA', - contentCheck: 'Content / Check', - externalData: 'External data', - messageBoard: 'Message board', - overview: 'Overview', - recentActivity: 'Recent activity', - repository: 'Links & Repository', - userManagement: 'Manage collaborators', - versioning: 'Versioning', - }, - overview: { - loadingMap: 'Loading map…', - withFinancialSupportOf: 'With the financial support of ', - }, - milestones: { - milestones: 'Milestones', - milestone1: 'Global meeting of National Correspondents', - milestone2: 'Regional and sub-regional workshops', - milestone3: 'Deadline for submission of country reports', - milestone4: 'Validation of final country reports', - milestone5: 'FRA 2020 Preliminary Findings', - milestone6: 'FRA 2020 Main Report', - milestone7: 'Data analysis and report drafting', - milestone8: 'Launch of analysis and dissemination platform', - date1: 'March', - date2: 'April – September', - date3: 'October', - date4: 'January – February', - date5: 'March', - date6: 'July', - date7: 'March - December', - date8: 'August', - }, - users: { - users: 'Contacts', - message: 'Message', - }, - about: { - contact: 'Contact', - seniorForestryOfficer: 'Senior Forestry Officer', - faoForestryDepartment: 'FAO Forestry Department', - email: 'Email', - fraProcess: - 'FAO has been monitoring the world’s forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world’s forests and how they are changing. The Assessment is based on two primary sources of data: Country Reports prepared by National Correspondents and remote sensing that is conducted by FAO together with national focal points and regional partners. The scope of the FRA has changed regularly since the first assessment published in 1948. These assessments make an interesting history of global forest interests, both in terms of their substantive content, but also in their changing scope.', - linkFraProcess: 'Read more about the FRA process', - or: 'Or', - selectArea: 'Select an area below to access FRA data', - }, - recentActivity: { - noRecentActivityTitle: 'Looks like there’s no recent activity', - noRecentActivityBody: - 'Changes done in the platform will appear here, so that you can get up to speed on what’s been happening while you were away.', - getStarted: 'Get started', - actions: { - added: 'added', - addedFile: 'added {{file}}', - commented: 'commented on', - deleted: 'deleted', - deletedFile: 'deleted {{file}}', - edited: 'edited', - resolved: 'resolved issue in', - status: 'changed status to', - addUser: 'added {{user}} as {{role}}', - updateUser: 'edited {{user}}', - removeUser: 'removed {{user}}', - acceptInvitation: 'joined as {{role}}', - addInvitation: 'invited {{user}} as {{role}}', - removeInvitation: 'removed invitation of {{user}} as {{role}}', - updateInvitation: 'invite updated for {{user}} as {{role}}', - updateAssessmentStatus: 'changed the status of {{assessment}} to {{status}}', - }, - fraProcess: - 'FAO has been monitoring the world’s forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world’s forests and how they are changing. The Assessment is based on two primary sources of data: Country Reports prepared by National Correspondents and remote sensing that is conducted by FAO together with national focal points and regional partners. The scope of the FRA has changed regularly since the first assessment published in 1948. These assessments make an interesting history of global forest interests, both in terms of their substantive content, but also in their changing scope.', - linkFraProcess: 'Read more about the FRA process', - }, - links: { - links: 'Links', - repository: 'Repository', - uploadFile: 'Upload a file', - fileUploaded: 'File successfully uploaded', - confirmDelete: 'Delete {{file}}? This cannot be undone.', - fileDeleted: 'File successfully deleted', - fileOperationFailed: `The operation cannot be performed because the file is used in:\n{{sectionNames}}`, - }, - dataExport: { - downloadData: 'Download data', - }, - versioning: { - status: { - pending: 'Pending', - running: 'Running', - completed: 'Completed', - failed: 'Failed', - }, - form: { - newVersion: 'New version', - versionNumber: 'Version', - date: 'Date', - cancel: 'Cancel', - error: 'There are errors in the form. Please, fix them and submit it again.', - }, - table: { - noVersions: 'No versions yet', - databaseVersions: 'Database Versions', - versionNumber: 'Version Number', - publishedAt: 'Scheduled Time', - createdBy: 'Created By', - status: 'Status', - delete: 'Delete', - scheduledAt: 'Scheduled at', - }, - }, -} diff --git a/src/i18n/resources/en/landing.json b/src/i18n/resources/en/landing.json new file mode 100644 index 0000000000..8e3adfc193 --- /dev/null +++ b/src/i18n/resources/en/landing.json @@ -0,0 +1,113 @@ +{ + "home": "Home", + "sections": { + "about": "About FRA", + "contentCheck": "Content / Check", + "externalData": "External data", + "messageBoard": "Message board", + "overview": "Overview", + "recentActivity": "Recent activity", + "repository": "Links & Repository", + "userManagement": "Manage collaborators", + "versioning": "Versioning" + }, + "overview": { + "loadingMap": "Loading map…", + "withFinancialSupportOf": "With the financial support of " + }, + "milestones": { + "milestones": "Milestones", + "milestone1": "Global meeting of National Correspondents", + "milestone2": "Regional and sub-regional workshops", + "milestone3": "Deadline for submission of country reports", + "milestone4": "Validation of final country reports", + "milestone5": "FRA 2020 Preliminary Findings", + "milestone6": "FRA 2020 Main Report", + "milestone7": "Data analysis and report drafting", + "milestone8": "Launch of analysis and dissemination platform", + "date1": "March", + "date2": "April – September", + "date3": "October", + "date4": "January – February", + "date5": "March", + "date6": "July", + "date7": "March - December", + "date8": "August" + }, + "users": { + "users": "Contacts", + "message": "Message" + }, + "about": { + "contact": "Contact", + "seniorForestryOfficer": "Senior Forestry Officer", + "faoForestryDepartment": "FAO Forestry Department", + "email": "Email", + "fraProcess": "FAO has been monitoring the world’s forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world’s forests and how they are changing. The Assessment is based on two primary sources of data: Country Reports prepared by National Correspondents and remote sensing that is conducted by FAO together with national focal points and regional partners. The scope of the FRA has changed regularly since the first assessment published in 1948. These assessments make an interesting history of global forest interests, both in terms of their substantive content, but also in their changing scope.", + "linkFraProcess": "Read more about the FRA process", + "or": "Or", + "selectArea": "Select an area below to access FRA data" + }, + "recentActivity": { + "noRecentActivityTitle": "Looks like there’s no recent activity", + "noRecentActivityBody": "Changes done in the platform will appear here, so that you can get up to speed on what’s been happening while you were away.", + "getStarted": "Get started", + "actions": { + "added": "added", + "addedFile": "added {{file}}", + "commented": "commented on", + "deleted": "deleted", + "deletedFile": "deleted {{file}}", + "edited": "edited", + "resolved": "resolved issue in", + "status": "changed status to", + "addUser": "added {{user}} as {{role}}", + "updateUser": "edited {{user}}", + "removeUser": "removed {{user}}", + "acceptInvitation": "joined as {{role}}", + "addInvitation": "invited {{user}} as {{role}}", + "removeInvitation": "removed invitation of {{user}} as {{role}}", + "updateInvitation": "invite updated for {{user}} as {{role}}", + "updateAssessmentStatus": "changed the status of {{assessment}} to {{status}}" + }, + "fraProcess": "FAO has been monitoring the world’s forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world’s forests and how they are changing. The Assessment is based on two primary sources of data: Country Reports prepared by National Correspondents and remote sensing that is conducted by FAO together with national focal points and regional partners. The scope of the FRA has changed regularly since the first assessment published in 1948. These assessments make an interesting history of global forest interests, both in terms of their substantive content, but also in their changing scope.", + "linkFraProcess": "Read more about the FRA process" + }, + "links": { + "links": "Links", + "repository": "Repository", + "uploadFile": "Upload a file", + "fileUploaded": "File successfully uploaded", + "confirmDelete": "Delete {{file}}? This cannot be undone.", + "fileDeleted": "File successfully deleted", + "fileOperationFailed": "The operation cannot be performed because the file is used in:\n{{sectionNames}}" + }, + "dataExport": { + "downloadData": "Download data" + }, + "versioning": { + "status": { + "pending": "Pending", + "running": "Running", + "completed": "Completed", + "failed": "Failed" + }, + "form": { + "newVersion": "New version", + "versionNumber": "Version", + "date": "Date", + "cancel": "Cancel", + "error": "There are errors in the form. Please, fix them and submit it again." + }, + "table": { + "noVersions": "No versions yet", + "databaseVersions": "Database Versions", + "versionNumber": "Version Number", + "publishedAt": "Scheduled Time", + "createdBy": "Created By", + "status": "Status", + "delete": "Delete", + "scheduledAt": "Scheduled at" + } + } +} diff --git a/src/i18n/resources/en/login.js b/src/i18n/resources/en/login.js deleted file mode 100644 index 01bad94457..0000000000 --- a/src/i18n/resources/en/login.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - login: 'Login', - - password: 'Password', - repeatPassword: 'Repeat Password', - email: 'Email', - cancel: 'Cancel', - - signInGoogle: 'Sign in with Google', - signInFRA: 'Sign in with FRA', - - resetPassword: 'Reset password', - changePassword: 'Change password', - expired: 'Ooops. It looks like the link you clicked is expired or not valid', - - forgotPasswordTitle: 'Enter your email and submit the form to receive instructions via email', - forgotPassword: 'Forgot your password?', - - alreadyLinked: 'The selected google account is already linked to another user', - notAuthorized: 'User not authorized', - errorOccurred: 'Error occurred', - noInvitation: 'Invitation not found', - noMatchPasswords: "Passwords don't match", - noEmptyPassword: 'Password cannot be empty', - noShortPassword: 'Password too short', - noMatchingEmail: "We couldn't find any user matching this email.\nMake sure you have a valid FRA account.", - noMatchingLocalUser: - "We couldn't find any user matching these credentials.\nMake sure you have a valid FRA account or reset your password in case you forget or lose it.", - noMatchingProvider: - "We couldn't find any user matching these credentials.\nMake sure you have a valid FRA account or try another authentication method.", - passwordError: - 'Password must contain six characters or more and have at least one lower case and one upper case alphabetical character and one number', - invalidEmail: 'Email not valid', - emptyEmail: 'Email cannot be empty', - noLongerValid: 'Ooops. It looks like your request is not longer valid.', - - noActiveAccount: 'The account is not active. Make sure you have accepted any pending invitation', - googleOnlyAccount: 'The account is associated with Google authentication', - passwordResetSent: - "The request to reset your password has been successfully submitted.\nYou'll be shortly receiving an email with instructions", - passwordChanged: 'Password has been changed', - - missingCredentials: 'Missing credentials', - - accessLimited: 'Access to the reserved area is limited to experts involved in the FRA reporting process.', - returnHome: 'To return to the home page click', - returnHomeClick: 'here.', - - alreadyAcceptedInvitation: 'This invitation has already been accepted', - invitationMessage: 'You have been invited to {{assessment}} {{cycle}} as {{role}} for {{- country}}', - invitationProvidersRegistered: 'You already have an account registered with {{authProviderNames}}', - acceptInvitation: 'Accept Invitation', - acceptInvitationWithFra: 'Accept Invitation with FRA', - acceptInvitationWithGoogle: 'Accept Invitation with Google', - invitationExpired: 'This invitation has expired', - - logoutSuccessful: 'You have successfully logged out', -} diff --git a/src/i18n/resources/en/login.json b/src/i18n/resources/en/login.json new file mode 100644 index 0000000000..acad515cc2 --- /dev/null +++ b/src/i18n/resources/en/login.json @@ -0,0 +1,44 @@ +{ + "login": "Login", + "password": "Password", + "repeatPassword": "Repeat Password", + "email": "Email", + "cancel": "Cancel", + "signInGoogle": "Sign in with Google", + "signInFRA": "Sign in with FRA", + "resetPassword": "Reset password", + "changePassword": "Change password", + "expired": "Ooops. It looks like the link you clicked is expired or not valid", + "forgotPasswordTitle": "Enter your email and submit the form to receive instructions via email", + "forgotPassword": "Forgot your password?", + "alreadyLinked": "The selected google account is already linked to another user", + "notAuthorized": "User not authorized", + "errorOccurred": "Error occurred", + "noInvitation": "Invitation not found", + "noMatchPasswords": "Passwords don't match", + "noEmptyPassword": "Password cannot be empty", + "noShortPassword": "Password too short", + "noMatchingEmail": "We couldn't find any user matching this email.\nMake sure you have a valid FRA account.", + "noMatchingLocalUser": "We couldn't find any user matching these credentials.\nMake sure you have a valid FRA account or reset your password in case you forget or lose it.", + "noMatchingProvider": "We couldn't find any user matching these credentials.\nMake sure you have a valid FRA account or try another authentication method.", + "passwordError": "Password must contain six characters or more and have at least one lower case and one upper case alphabetical character and one number", + "invalidEmail": "Email not valid", + "emptyEmail": "Email cannot be empty", + "noLongerValid": "Ooops. It looks like your request is not longer valid.", + "noActiveAccount": "The account is not active. Make sure you have accepted any pending invitation", + "googleOnlyAccount": "The account is associated with Google authentication", + "passwordResetSent": "The request to reset your password has been successfully submitted.\nYou'll be shortly receiving an email with instructions", + "passwordChanged": "Password has been changed", + "missingCredentials": "Missing credentials", + "accessLimited": "Access to the reserved area is limited to experts involved in the FRA reporting process.", + "returnHome": "To return to the home page click", + "returnHomeClick": "here.", + "alreadyAcceptedInvitation": "This invitation has already been accepted", + "invitationMessage": "You have been invited to {{assessment}} {{cycle}} as {{role}} for {{- country}}", + "invitationProvidersRegistered": "You already have an account registered with {{authProviderNames}}", + "acceptInvitation": "Accept Invitation", + "acceptInvitationWithFra": "Accept Invitation with FRA", + "acceptInvitationWithGoogle": "Accept Invitation with Google", + "invitationExpired": "This invitation has expired", + "logoutSuccessful": "You have successfully logged out" +} diff --git a/src/i18n/resources/en/nationalDataPoint.js b/src/i18n/resources/en/nationalDataPoint.js deleted file mode 100644 index 22ffdb2753..0000000000 --- a/src/i18n/resources/en/nationalDataPoint.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - clickOnNDP: 'Click on the year to access original data', - nationalDataPoint: 'National data point', - addNationalDataPoint: 'Add national data point', - noNationalDataAdded: 'No national data added', - nationalData: 'National data', - reclassificationLabel: 'Original data and reclassification', - forestCategoriesLabel: 'Forest, other wooded land and other land', - forestCategoriesLabel2025: 'Forest, other wooded land and remaining land', - referenceYearData: 'Reference year for the data', - referenceYear: 'Reference year', - references: 'References', - prefill: 'Prefill', - prefillWith: 'Prefill with', - selectYear: 'Select year', - methods: 'Methods', - methodsUsed: 'Methods used', - dataSource: 'Data source', - dataSources: 'Data sources', - dataSource2025ExplanatoryText: - 'The data sources listed were reported in FRA 2020. Please copy and paste relevant data sources in table above.', - additionalComments: 'Additional comments', - edit: 'Edit', - confirmCopyPreviousValues: 'Do you want to override previous values? This operation cannot be undone.', - copyPreviousValues: 'Copy previous references', - nationalClassifications: 'National classifications', - nationalClass: 'National class', - nationalClasses: 'Classifications and definitions', - definition: 'Definition', - categories: 'Categories', - class: 'Class', - fraClasses: 'FRA classes', - area: 'Area (1000 ha)', - total: 'Total', - modifiedExplanation: 'National data point with modifications', - confirmDelete: 'Delete this data point? This cannot be undone.', - discardChanges: 'Discard changes', - doneEditing: 'Done editing', - enterOrCopyPasteNationalClasses: 'Enter or copy and paste national classes', - forestCharacteristics: 'Forest characteristics', - otherLandCharacteristics: 'Other land with tree cover', - plantationForest: 'Plantation forest', - remindDirtyOdp: 'National data point has been updated, remember to regenerate values', - disabled: 'Disabled, enable in section 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'National Forest Inventory', - sampleBasedRemoteSensingAssessment: 'Sample-based remote sensing assessment', - fullCoverMaps: 'Full-cover forest/vegetation maps', - registersQuestionnaires: 'Registers/questionnaires', - other: '$t(common.otherSpecifyInComments)', - }, - appliesToVariablesOptions: { - forest: 'Forest', - otherWoodedLand: 'Other wooded land', - otherLand: 'Other land', - }, - fileAddedWillBecomePublic: 'A file added as reference will become publicly accessible', -} diff --git a/src/i18n/resources/en/nationalDataPoint.json b/src/i18n/resources/en/nationalDataPoint.json new file mode 100644 index 0000000000..b2db4a3df1 --- /dev/null +++ b/src/i18n/resources/en/nationalDataPoint.json @@ -0,0 +1,57 @@ +{ + "clickOnNDP": "Click on the year to access original data", + "nationalDataPoint": "National data point", + "addNationalDataPoint": "Add national data point", + "noNationalDataAdded": "No national data added", + "nationalData": "National data", + "reclassificationLabel": "Original data and reclassification", + "forestCategoriesLabel": "Forest, other wooded land and other land", + "forestCategoriesLabel2025": "Forest, other wooded land and remaining land", + "referenceYearData": "Reference year for the data", + "referenceYear": "Reference year", + "references": "References", + "prefill": "Prefill", + "prefillWith": "Prefill with", + "selectYear": "Select year", + "methods": "Methods", + "methodsUsed": "Methods used", + "dataSource": "Data source", + "dataSources": "Data sources", + "dataSource2025ExplanatoryText": "The data sources listed were reported in FRA 2020. Please copy and paste relevant data sources in table above.", + "additionalComments": "Additional comments", + "edit": "Edit", + "confirmCopyPreviousValues": "Do you want to override previous values? This operation cannot be undone.", + "copyPreviousValues": "Copy previous references", + "nationalClassifications": "National classifications", + "nationalClass": "National class", + "nationalClasses": "Classifications and definitions", + "definition": "Definition", + "categories": "Categories", + "class": "Class", + "fraClasses": "FRA classes", + "area": "Area (1000 ha)", + "total": "Total", + "modifiedExplanation": "National data point with modifications", + "confirmDelete": "Delete this data point? This cannot be undone.", + "discardChanges": "Discard changes", + "doneEditing": "Done editing", + "enterOrCopyPasteNationalClasses": "Enter or copy and paste national classes", + "forestCharacteristics": "Forest characteristics", + "otherLandCharacteristics": "Other land with tree cover", + "plantationForest": "Plantation forest", + "remindDirtyOdp": "National data point has been updated, remember to regenerate values", + "disabled": "Disabled, enable in section 1b", + "dataSourceMethodsOptions": { + "nationalForestInventory": "National Forest Inventory", + "sampleBasedRemoteSensingAssessment": "Sample-based remote sensing assessment", + "fullCoverMaps": "Full-cover forest/vegetation maps", + "registersQuestionnaires": "Registers/questionnaires", + "other": "$t(common.otherSpecifyInComments)" + }, + "appliesToVariablesOptions": { + "forest": "Forest", + "otherWoodedLand": "Other wooded land", + "otherLand": "Other land" + }, + "fileAddedWillBecomePublic": "A file added as reference will become publicly accessible" +} diff --git a/src/i18n/resources/en/other.js b/src/i18n/resources/en/other.js deleted file mode 100644 index 38b391c934..0000000000 --- a/src/i18n/resources/en/other.js +++ /dev/null @@ -1,947 +0,0 @@ -module.exports = { - fileDrop: { - dropFilesHere: 'Drop files here', - dragAndDropOrClick: 'Drag and drop some files here, or click to select files', - }, - - language: { - en: 'English', - es: 'Español', - fr: 'Français', - ru: 'Русский', - ar: 'العربية', - zh: '中文', - }, - - disclaimer: { - statisticalFactsheets: 'Disclaimer: may contain FAO estimates, may contain missing values', - part1: 'This website has been produced with the assistance of the ', - europeanUnion: 'European Union', - part2: ', the ', - govFinland: 'Government of Finland', - part3: ', the ', - govNorway: 'Government of Norway', - part4: ' and the ', - gef: 'Global Environment Facility', - part5: - '. Its contents are the sole responsibility of FAO and can in no way be taken to reflect the views of the European Union, the Government of Finland, the Government of Norway and the Global Environment Facility.', - termsOfUse: 'Statistical Database Terms of Use', - }, - - home: { - keyFindings: `The world has a total forest area of 4.06 billion hectares (ha), which is 31 percent -of the total land area. This area is equivalent to 0.52 ha per person - although -forests are not distributed equally among the world's peoples or geographically. -The tropical domain has the largest proportion of the world's forests (45 percent), -followed by the boreal, temperate and subtropical domains.`, - }, - - footer: { - contactUs: 'Contact us', - termsAndConditions: 'Terms and Conditions', - scamAlert: 'Scam Alert', - reportMisconduct: 'Report Misconduct', - tutorials: 'Tutorials', - sendFeedback: 'Send feedback', - licenses: 'Licenses', - platformVersion: 'Platform version', - }, - - unit: { - haThousand: '1 000 ha', - ha: 'ha', - kmSq: 'km²', - mileSq: 'mi²', - acre1000: '1 000 acres', - acre: 'acre', - haMillion: 'million ha', - haThousandPerYear: '1 000 ha/year', - tonnesPerHa: 'tonnes/ha', - cubicMeterPerHa: 'm³/ha', - millionTonnes: 'million metric tonnes', - millionsCubicMeterOverBark: 'million m³ over bark', - thousandCubicMeterOverBark: '1 000 m³ over bark', - billionCubicMeter: 'billion m³', - thousandCubicMeter: '1 000 m³', - thousandCubicMeterRWE: '1 000 m³ round-wood equivalent', - thousandPersons: '1 000 persons', - gt: 'Gt', - fte1000: '1 000 FTE', - numberOfStudents: '$t(graduationOfStudents.numberOfStudents)', - absoluteNumber: 'absolute number', - annualNumberOfVisitsMillion: 'annual number of visits (million)', - millionNationalCurrency: 'million national currency', - facilityLengthIn1000Km: 'facility (length in 1 000 km)', - growingStockPercent: '% of total growing stock in forest', - }, - - countrySelection: { - selectCountry: 'Select country', - }, - - definition: { - definitionLabel: 'See definitions', - faqLabel: 'FAQ', - seeReportingNotes: 'See Reporting Notes', - }, - - audit: { - notStarted: 'Not started', - edited: 'Edited', - }, - - yesNoTextSelect: { - yes: 'Yes', - no: 'No', - notSelected: '', - }, - - user: { - roles: { - REVIEWER: 'Reviewer', - NATIONAL_CORRESPONDENT: 'National correspondent', - ALTERNATE_NATIONAL_CORRESPONDENT: 'Alternate national correspondent', - COLLABORATOR: 'Collaborator', - ADMINISTRATOR: 'Administrator', - VIEWER: 'Viewer', - noRole: '', - // unused? - reviewer_plural: 'Reviewers', - nationalCorrespondent_plural: 'National correspondents', - alternateNationalCorrespondent_plural: 'Alternate national correspondents', - collaborator_plural: 'Collaborators', - // deprecated - // reviewer: 'Reviewer', - // nationalCorrespondent: 'National correspondent', - // alternateNationalCorrespondent: 'Alternate national correspondent', - // collaborator: 'Collaborator', - // administrator: 'Administrator', - }, - - resetPasswordEmail: { - subject: 'FRA platform - Reset password', - textMessage: `Dear {{user}} - -We have received a request to reset your password for your FRA account. -If you didn't make this request, you can safely ignore this email. - -Click the following link to reset your password -{{- link}} - - -Thanks, -The FRA team fra@fao.org -{{- url}}`, - htmlMessage: `Dear {{user}} -

-We have received a request to reset your password for your FRA account. -
-If you didn't make this request, you can safely ignore this email. -


-Click here to reset your password -


-Thanks, -
-The FRA team fra@fao.org -
-{{- url}} - `, - }, - }, - - fraClass: { - forest: 'Forest', - otherWoodedLand: 'Other wooded land', - otherLand: 'Other land', - }, - - fraForestCharacteristicsClass: { - naturallyRegeneratingForest: 'Naturally regenerating forest', - plantationForest: 'Plantation forest', - ofWhichIntroduced: '…of which introduced', - ofWhichPrimaryForest: '$t(fra.forestCharacteristics.primaryForest)', - otherPlantedForest: 'Other planted forest', - totalForest: 'Total forest', - }, - - fraOtherLandClass: { - palms: '…of which palms (oil, coconut, dates, etc)', - treeOrchards: '…of which tree orchards (Includes fruit, nuts, olive, etc)', - agroforestry: '…of which agroforestry', - treesUrbanSettings: '…of which trees in urban settings', - }, - - messageBoard: { - messageBoard: '$t(landing.sections.messageBoard)', - }, - userChat: { - chatHeader: 'Messages with {{user}}', - noMessages: 'No messages', - writeMessage: 'Write a message…', - send: 'Send', - cancel: 'Cancel', - notificationEmail: { - subject: '{{sender}} sent you a message on {{- country}}', - textMessage: `Dear {{recipient}}, - -{{sender}} sent you a message on {{- country}}. - -Access the platform at the following URL to see and respond: -{{- link}} - -The FRA team -{{- url}} - `, - htmlMessage: `Dear {{recipient}}, -

-{{sender}} sent you a message on {{country}}. -

-Access the platform to see and respond. -

-The FRA team -
-{{- url}} - `, - }, - }, - - // error messages - error: { - access: { - countryRoleNotSpecified: 'Error: User {{user}} tried to access {{countryIso}} but no role has been specified', - countryUserNotReviewer: 'Error: User {{user}} tried to access {{countryIso}} of which is not reviewer', - userNotAdministrator: 'Error: User {{user}} tried to access a resource available only to administrators', - roleChangeNotAllowed: - 'Error: User {{user}} tried to set another user’s role to {{role}} which is not allowed for the logged in user', - userAlreadyAddedToCountry: 'Error: User {{user}} is already added to country {{countryIso}}', - invitationAlreadyUsed: - 'Error: invitation {{invitationUuid}} has already been used, hijacking by {{loginEmail}} not allowed!', - countryDoesNotMatch: 'Error: country {{countyryIso}} does not match', - assessmentEditingNotAllowed: - 'Error: User {{user}} in role {{role}} cannot edit assessment in state {{assessmentStatus}} for country {{countryIso}}', - assessmentCommentingNotAllowed: - 'Error: User {{user}} in role {{role}} cannot comment assessment in state {{assessmentStatus}} for country {{countryIso}}', - }, - assessment: { - transitionNotAllowed: 'Error: Transition from {{currentStatus}} to {{status}} is not allowed for role {{role}}', - deskStudyNotAllowed: 'Error: Only administrator can change desk-study status', - }, - review: { - commentDeleteNotOwner: 'Error: User {{user}} tried to delete a comment that doesn’t own', - commentEnterResolvedIssue: 'Error: User {{user}} tried to enter a comment for a resolved issue', - }, - ndp: { - previousNdpNotFound: 'Unable to find any National data point prior to {{year}}', - }, - }, - // components - - countryListing: { - annuallyUpdated: 'Annually updated', - fra2020: 'FRA 2020', - }, - - navigation: { - hideAll: 'Hide all', - showAll: 'Show all', - support: { - dontDelete: 'System information please don’t remove', - feedbackEmailSubject: 'FRA Platform Feedback', - platformVersion: 'Platform version', - userAgent: 'User agent', - user: 'User', - manageCollaborators: 'Manage collaborators', - }, - sectionHeaders: { - introduction: 'Introduction', - forestExtentCharacteristicsAndChanges: 'Forest extent, characteristics and changes', - forestGrowingStockBiomassAndCarbon: 'Forest growing stock, biomass and carbon', - forestDesignationAndManagement: 'Forest designation and management', - forestOwnershipAndManagementRights: 'Forest ownership and management rights', - forestDisturbances: 'Forest disturbances', - forestPolicyAndLegislation: 'Forest policy and legislation', - employmentEducationAndNwfp: 'Employment, education and NWFP', - sustainableDevelopment: 'Sustainable Development Goal 15', - panEuropeanIndicators: 'Pan-European Indicators', - }, - cancel: 'Cancel', - changeStatusTextPlaceholder: 'Add an optional message', - doNotNotifyUsers: "Don't notify users", - notifySelf: 'Send copy to self', - }, - - header: { - editProfile: 'Edit profile', - logout: 'Logout', - hideSidebar: 'Hide sidebar', - showSidebar: 'Show sidebar', - autoSave: { - saving: 'Saving…', - complete: 'All changes saved', - lastSaveTimestampReceived: 'Last edited ', - }, - }, - - time: { - hour: '{{count}} hour ago', - hour_plural: '{{count}} hours ago', - day: '{{count}} day ago', - day_plural: '{{count}} days ago', - week: '{{count}} week ago', - week_plural: '{{count}} weeks ago', - aMomentAgo: 'a moment ago', - }, - - review: { - comments: 'Comments', - noComments: 'No comments', - loading: 'Loading', - resolve: 'Resolve', - confirmDelete: 'Delete this comment? This cannot be undone.', - commentDeleted: 'Comment deleted', - commentMarkedAsResolved: 'Marked as resolved', - delete: 'Delete', - writeComment: 'Write a comment…', - commentingClosed: 'Commenting closed', - cancel: 'Cancel', - }, - - description: { - edit: 'Edit', - done: 'Done', - loading: 'Loading content…', - description: 'Description', - dataSourcesTitle: 'Data sources, original data & national classification and definitions', - generalCommentsTitle: 'Comments', - dataSources: 'Data sources', - dataSourcesPlus: 'Data sources + type of data source eg NFI, etc', - originalData: 'Original data', - nationalClassificationAndDefinitions: 'National classification and definitions', - nationalData: 'National Data', - analysisAndProcessing: 'Analysis and processing of national data', - estimationAndForecasting: 'Estimation and forecasting', - reclassification: 'Reclassification into FRA {{cycleName}} categories', - }, - - nationalDataPoint: { - clickOnNDP: 'Click on the year to access original data', - nationalDataPoint: 'National data point', - addNationalDataPoint: 'Add national data point', - noNationalDataAdded: 'No national data added', - nationalData: 'National data', - reclassificationLabel: 'Original data and reclassification', - forestCategoriesLabel: 'Forest, other wooded land and other land', - forestCategoriesLabel2025: 'Forest, other wooded land and remaining land', - referenceYearData: 'Reference year for the data', - referenceYear: 'Reference year', - references: 'References', - prefill: 'Prefill', - prefillWith: 'Prefill with', - selectYear: 'Select year', - methods: 'Methods', - methodsUsed: 'Methods used', - dataSource: 'Data source', - dataSources: 'Data sources', - dataSource2025ExplanatoryText: - 'The data sources listed were reported in FRA 2020. Please copy and paste relevant data sources in table above.', - additionalComments: 'Additional comments', - edit: 'Edit', - confirmCopyPreviousValues: 'Do you want to override previous values? This operation cannot be undone.', - copyPreviousValues: 'Copy previous references', - nationalClassifications: 'National classifications', - nationalClass: 'National class', - nationalClasses: 'Classifications and definitions', - definition: 'Definition', - categories: 'Categories', - class: 'Class', - fraClasses: 'FRA classes', - area: 'Area (1000 ha)', - total: 'Total', - modifiedExplanation: 'National data point with modifications', - confirmDelete: 'Delete this data point? This cannot be undone.', - discardChanges: 'Discard changes', - doneEditing: 'Done editing', - enterOrCopyPasteNationalClasses: 'Enter or copy and paste national classes', - forestCharacteristics: 'Forest characteristics', - otherLandCharacteristics: 'Other land with tree cover', - plantationForest: 'Plantation forest', - remindDirtyOdp: 'National data point has been updated, remember to regenerate values', - disabled: 'Disabled, enable in section 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'National Forest Inventory', - sampleBasedRemoteSensingAssessment: 'Sample-based remote sensing assessment', - fullCoverMaps: 'Full-cover forest/vegetation maps', - registersQuestionnaires: 'Registers/questionnaires', - other: '$t(common.otherSpecifyInComments)', - }, - appliesToVariablesOptions: { - forest: 'Forest', - otherWoodedLand: 'Other wooded land', - otherLand: 'Other land', - }, - fileAddedWillBecomePublic: 'A file added as reference will become publicly accessible', - }, - - userManagement: { - addUser: 'Add collaborator', - allUsers: 'All collaborators', - confirmDelete: 'Remove {{user}}?', - done: 'Done', - edit: 'Edit', - editPermissions: 'Edit permissions', - formErrors: 'There are errors in the form. Please, fix them and submit it again.', - info: 'Info', - insufficientPrivileges: 'Insufficient privileges', - invitationDeleted: 'The invitation has been deleted', - invitationEmailSent: 'An invitation email has been sent', - invitationLink: 'Invitation link', - invitationLinkCopied: 'The invitation link has been copied', - inviteAgain: 'Invite again', - loginEmail: 'Login', - manageCollaborators: 'Manage collaborators', - noUsers: 'No collaborators added', - permissions: 'Permissions', - personalInfoRequired: 'Please complete your personal information before continuing', - placeholder: 'Choose…', - remove: 'Remove', - sendInvitation: 'Send invitation email', - userAdded: '{{email}} has been added', - userModified: '{{user}} has been modified', - invitationEmail: { - subject: 'FRA platform invitation', - textMessage: `Dear {{invitedUser}}, - -You have been invited to access {{assessmentName}} {{cycleName}} as {{role}} for {{- country}}. - -Accept this invitation and access the platform at the following URL: -{{- link}} - -Please access the platform within two weeks after receiving the invitation after that the invitation is invalid. Should you need a new invitation then please contact fra@fao.org. - -Happy reporting! - -The FRA team fra@fao.org -{{- url}} - `, - htmlMessage: `Dear {{invitedUser}}, -

-You have been invited to access {{assessmentName}} {{cycleName}} as {{role}} for {{country}}. -

-Accept this invitation and access the platform -

-Please access the platform within two weeks after receiving the invitation after that the invitation is invalid. Should you need a new invitation then please contact fra@fao.org. -

-Happy reporting! -

-The FRA team fra@fao.org -
-{{- url}} - `, - }, - permissionNames: { - tableData: 'Table Data', - descriptions: 'Descriptions', - }, - }, - - // FRA 2020 questionare - // Object name and title should have always the same name - - contactPersons: { - all: '$t(common.all)', - reportPreparationAndContactPersons: 'Report preparation and contact persons', - contactPersons: 'Introduction', - contactPersonsSupport: 'The present report was prepared by the following person(s)', - introductoryText: 'Introductory text', - introductoryTextSupport: 'Place an introductory text on the content of this report', - firstName: 'First name', - lastName: 'Last name', - institution: 'Institution/address', - email: 'Email', - tables: 'Tables', - none: 'None', - }, - - extentOfForest: { - extentOfForest: 'Extent of forest and other wooded land', - estimationAndForecasting: 'Estimation and forecasting', - categoryHeader: 'FRA categories', - forestArea: 'Forest', - chart: { - placeholderLine1: 'To get started, add new national data points and use', - placeholderLine2: 'them to generate FRA values automatically.', - }, - otherLandCategories: 'Other land categories', - ofWhichPalms: '…of which palms (oil, coconut, dates, etc.)', - ofWhichTreeOrchards: '…of which tree orchards (includes fruit, nuts, olive, etc.)', - ofWhichAgroforestry: '…of which agroforestry', - ofWhichTreesUrbanSettings: '…of which trees in urban settings', - totalLandArea: 'Total land area', - fedAreasExceedTotalLandArea: 'Forest area and other wooded land exceed total land area', - forestAreaDoesNotMatchPreviouslyReported: 'Forest area doesn’t match FRA {{year}} area: {{previous}}', - forestAreaNetChangeDoesNotMatch: - 'Forest area net change is different from what was reported in table 1a, provide a comment to explain why', - useOriginalDataPoints: 'Use national data points', - dontUseOriginalDataPoints: 'Don’t use national data points', - whatIsThis: 'What is this?', - tableNoticeMessage: 'The FAOSTAT land area figure for the year 2015 is used for all reference years', - ndpMissingValues: 'National data point has missing values', - showNDPs: 'Show National data points', - hideNDPs: 'Hide National data points', - }, - - climaticDomain: { - climaticDomain: 'Climatic domain', - percentOfForestArea2015: '% of forest area 2015', - percentOfForestArea2015Override: 'Override value', - selectDefault: 'Default', - boreal: 'Boreal', - temperate: 'Temperate', - subtropical: 'Sub-tropical', - sub_tropical: '$t(climaticDomain.subtropical)', - tropical: 'Tropical', - }, - - forestCharacteristics: { - forestCharacteristics: 'Forest characteristics', - estimationAndForecasting: 'Estimation and forecasting', - categoryHeader: 'FRA categories', - naturalForestArea: 'Naturally regenerating forest', - plantationForestArea: 'Plantation forest', - plantationForestIntroducedArea: '…of which introduced species', - otherPlantedForestArea: 'Other planted forest', - plantedForest: 'Planted forest', - totalForestArea: 'Total forest area', - total: 'Total', - useOriginalDataPoints: 'Use national data points', - dontUseOriginalDataPoints: 'Don’t use national data points', - }, - - tableWithOdp: { - confirmGenerateFraValues: 'Override existing values?', - generateFraValues: 'Generate values', - generatingFraValues: 'Generating...', - linearExtrapolation: 'Linear', - repeatLastExtrapolation: 'Repeat last', - annualChangeExtrapolation: 'Annual change', - placeholderFuture: 'Future', - placeholderPast: 'Past', - copyToClipboard: 'Copy values', - placeholderSelect: 'Estimation and forecasting', - _1000haYear: '1000 ha/year', - }, - - forestAreaChange: { - forestAreaChange: 'Annual forest expansion, deforestation and net change', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Area (1000 ha/year)', - forestExpansion: 'Forest expansion', - ofWhichAfforestation: '…of which afforestation', - ofWhichNaturalExpansion: '…of which natural expansion', - deforestation: 'Deforestation', - forestAreaNetChange: 'Forest area net change', - forestAreaNetChangeFrom1a: 'Forest area net change calculated from table 1a', - netChangeDoesNotMatch: 'Doesn’t match Forest area net change', - }, - - annualReforestation: { - annualReforestation: 'Annual reforestation', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Area (1000 ha/year)', - reforestation: 'Reforestation', - }, - - specificForestCategories: { - specificForestCategories: 'Primary forest and special forest categories', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Area (1000 ha)', - bamboo: 'Bamboos', - mangroves: 'Mangroves', - temporarilyUnstocked: 'Temporarily unstocked and/or recently regenerated', - primaryForest: 'Primary forest', - exceedsNaturallyRegeneratingForest: 'Exceeds naturally regenerating forest (1b)', - rubberWood: 'Rubber wood', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover: 'Other land with tree cover', - areaUnitLabel: 'Area (1000 ha)', - categoryHeader: 'FRA categories', - palms: 'Palms', - treeorchards: 'Tree orchards', - agroforestry: 'Agroforestry', - treesinurbansettings: 'Trees in urban settings', - total: 'Total', - otherLandArea: 'Other land area', - other: '$t(common.otherSpecifyInComments)', - }, - - growingStock: { - growingStock: 'Growing stock', - supportText: 'Please make sure you have entered data in tables 1a & 1b before editing this table', - categoryHeader: 'FRA categories', - avgTableHeader: 'Growing stock m³/ha (over bark)', - totalTableHeader: 'Total growing stock (million m³ over bark)', - naturallyRegeneratingForest: 'Naturally regenerating forest', - plantedForest: 'Planted forest', - plantationForest: '…of which plantation forest', - otherPlantedForest: '…of which other planted forest', - forest: 'Forest', - otherWoodedLand: 'Other wooded land', - copyToClipboard: 'Copy values', - }, - - growingStockComposition: { - native: 'Native', - introduced: 'Introduced', - growingStockComposition: 'Growing stock composition', - forestGrowingStockComposition: 'Forest growing stock composition', - categoryHeader: 'FRA categories', - nativeTreeSpecies: 'Native tree species', - introducedTreeSpecies: 'Introduced tree species', - areaUnitLabel: 'Growing stock in forest (million m³ over bark)', - scientificName: 'Scientific name', - millionCubicMeter: '$t(fra.growingStockComposition.millionCubicMeter)', - commonName: 'Common name', - rank: '#{{idx}} Ranked in terms of volume', - remainingNative: 'Remaining native tree species', - remainingIntroduced: 'Remaining introduced tree species', - totalNative: 'Total volume of native tree species', - totalIntroduced: 'Total volume of introduced tree species', - totalGrowingStock: 'Total growing stock', - rankingYear: 'Ranking year 2015', - growingStockPercent: '$t(unit.growingStockPercent)', - mostRecentYear: '$t(fra.growingStockComposition.mostRecentYear)', - }, - - biomassStock: { - biomassStock: 'Biomass stock', - categoryHeader: 'FRA categories', - tableHeader: 'Forest biomass (tonnes/ha)', - aboveGround: 'Above-ground biomass', - belowGround: 'Below-ground biomass', - deadWood: 'Dead wood', - downloadExcel: 'Download excel calculator', - }, - - carbonStock: { - carbonStock: 'Carbon stock', - categoryHeader: 'FRA categories', - tableHeader: 'Forest carbon (tonnes/ha)', - carbonAboveGroundBiomass: 'Carbon in above-ground biomass', - carbonBelowGroundBiomass: 'Carbon in below-ground biomass', - carbonDeadwood: 'Carbon in dead wood', - carbonLitter: 'Carbon in litter', - carbonSoil: 'Soil carbon', - soilDepthHeading: 'Soil depth (cm) used for soil carbon estimates', - }, - - designatedManagementObjective: { - designatedManagementObjective: 'Designated management objective', - primaryDesignatedManagementObjective: 'Primary designated management objective', - primaryDesignatedManagementObjectiveSupport: - 'Primary designated management objective is significantly more important than other management objectives. The different primary management objectives are *exclusive* and areas reported under one primary management objective should not be reported for any other primary management objectives. The sum of the different management objectives should add up to the forest area.', - totalAreaWithDesignatedManagementObjective: 'Total area with designated management objective', - totalAreaWithDesignatedManagementObjectiveSupport: - 'Designated management objective, regardless whether it is primary or not. The different designation categories are *not exclusive*. Hence, areas can be reported more than once e.g. Forest area reported as primary management objective "Multiple use" should be reported on for each management objectives. Thus the sum of the different management objectives can be larger than the total forest area.', - categoryHeader: 'FRA 2020 categories', - areaUnitLabel: 'Forest area (1000 ha)', - production: 'Production', - soilWaterProtection: 'Protection of soil and water', - biodiversityConservation: 'Conservation of biodiversity', - socialServices: 'Social Services', - multipleUse: 'Multiple use', - other: '$t(common.otherSpecifyInComments)', - unknown: 'None/unknown', - totalForestArea: 'Total forest area', - total: 'Total', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithinProtectedAreas: - 'Forest area within protected areas and forest area with long-term management plans', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Area (1000 ha)', - header: 'Forest area within protected areas', - forestAreaWithLongTermManagementPlan: 'Forest area with long-term forest management plan', - ofWhichInProtectedAreas: '…of which in protected areas', - }, - - forestOwnership: { - forestOwnership: 'Forest ownership', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Forest area (1000 ha)', - privateOwnership: 'Private ownership', - ofWhichIndividuals: '…of which owned by individuals', - ofWhichPrivateBusinesses: '…of which owned by private business entities and institutions', - ofWhichCommunities: '…of which owned by local, tribal and indigenous communities', - publicOwnership: 'Public ownership', - otherOrUnknown: 'Unknown/other (specify in comments)', - totalForestArea: 'Total forest area', - total: 'Total', - }, - - holderOfManagementRights: { - holderOfManagementRights: 'Holder of management rights of public forests', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Forest area (1000 ha)', - publicAdministration: 'Public Administration', - individuals: 'Individuals', - privateBusinesses: 'Private business entities and institutions', - communities: 'Local, tribal and indigenous communities', - other: 'Unknown/other (specify in comments)', - totalPublicOwnership: 'Total public ownership', - total: 'Total', - publicOwnershipDoesNotMatch: 'Doesn’t match Total public ownership', - }, - - disturbances: { - disturbances: 'Disturbances', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Area (1000 ha)', - insects: 'Insects', - diseases: 'Diseases', - severeWeatherEvents: 'Severe weather events', - other: '$t(common.otherSpecifyInComments)', - totalForestArea: 'Total forest area', - total: 'Total', - }, - - areaAffectedByFire: { - areaAffectedByFire: 'Area affected by fire', - categoryHeader: 'FRA categories', - areaUnitLabel: 'Area (1000 ha)', - totalLandAreaAffectedByFire: 'Total land area affected by fire', - ofWhichForest: '…of which on forest', - }, - degradedForest: { - degradedForest: 'Degraded forest', - }, - - forestPolicy: { - forestPolicy: 'Policies, Legislation and national platform for stakeholder participation in forest policy', - categoryHeader: 'Indicate the existence of', - areaUnitLabel: 'Boolean (Yes/No)', - national: 'National', - subnational: 'Sub-national', - policiesSFM: 'Policies supporting SFM', - legislationsSFM: 'Legislations and regulations supporting SFM', - stakeholderParticipation: - 'Platform that promotes or allows for stakeholder participation in forest policy development', - existenceOfTraceabilitySystem: 'Traceability system(s) for wood products', - }, - - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate: 'Area of permanent forest estate', - categoryHeader: 'FRA 2020 categories', - areaUnitLabel: 'Forest area (1000 ha)', - applicable: 'Applicable?', - }, - - employment: { - employment: 'Employment in forestry and logging', - average: '3 year average', - categoryHeader: 'FRA 2020 categories', - unitHeader: 'Full-time equivalents (1000 FTE)', - inForestry: 'Employment in forestry and logging', - ofWhichSilviculture: '…of which silviculture and other forestry activities', - ofWhichLogging: '…of which logging', - ofWhichGathering: '…of which gathering of non wood forest products', - ofWhichSupport: '…of which support services to forestry', - total: 'Total', - female: 'Female', - male: 'Male', - }, - - graduationOfStudents: { - graduationOfStudents: 'Graduation of students in forest-related education', - average: '3 year average', - numberOfStudents: 'Number of graduated students', - fra2020Categories: 'FRA 2020 categories', - doctoralDegree: 'Doctoral degree', - mastersDegree: 'Master’s degree', - bachelorsDegree: 'Bachelor’s degree', - technicianCertificate: 'Technician certificate / diploma', - total: 'Total', - female: 'Female', - male: 'Male', - }, - - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals: 'Non wood forest products removals and value 2015', - nameOfProduct: 'Name of NWFP product', - keySpecies: 'Key species', - quantity: 'Quantity', - unit: 'Unit', - value: 'Value (1000 local currency)', - category: 'NWFP category', - plantProductsSelectHeading: 'Plant products / raw material', - food: '1 Food', - fodder: '2 Fodder', - rawMaterialForMedicine: '3 Raw material for medicine and aromatic products', - rawMaterialForColorants: '4 Raw material for colorants and dyes', - rawMaterialForUtensils: '5 Raw material for utensils handicrafts construction', - ornamentalPlants: '6 Ornamental plants', - exudates: '7 Exudates', - otherPlantProducts: '8 Other plant products', - animalProductsSelectHeading: 'Animal products / raw material', - livingAnimals: '9 Living animals', - hidesSkins: '10 Hides skins and trophies', - wildHoney: '11 Wild honey and bee wax', - wildMeat: '12 Wild meat', - animalRawMaterialForMedicine: '13 Raw material for medicine', - animalRawMaterialForColorants: '14 Raw material for colorants', - otherEdibleAnimalProducts: '15 Other edible animal products', - otherNonEdibleAnimalProducts: '16 Other non-edible animal products', - allOtherPlantProducts: 'All other plant products', - allOtherAnimalProducts: 'All other animal products', - total: 'Total', - currency: 'Name of currency', - notSelected: '', - }, - - sustainableDevelopment: { - sustainableDevelopment: 'Sustainable Development Goal 15', - indicator: 'Indicator', - percent: 'Percent', - nameOfAgencyResponsible: 'Name of agency responsible', - sdgIndicator1: 'SDG Indicator 15.1.1 Forest area as proportion of total land area 2015', - sdgIndicator2: 'SDG Indicator 15.2.1 Progress towards sustainable forest management', - forestAreaProportionLandArea2015: 'Forest area as proportion of total land area 2015', - subIndicator: 'Sub-Indicator {{no}}', - forestAreaAnnualNetChangeRate: 'Forest area annual net change rate', - aboveGroundBiomassStockForests: 'Above-ground biomass stock in forest', - percent2015ForestAreaBaseline: 'Percent (2015 forest area baseline)', - proportionForestAreaLegallyEstablishedProtectedAreas: - 'Proportion of forest area located within legally established protected areas', - proportionForestAreaLongTermForestManagement: 'Proportion of forest area under long-term forest management plan', - forestArea1000Ha: 'Forest area (1000 ha)', - forestAreaVerifiedForestManagement: - 'Forest area under independently verified forest management certification schemes', - }, - - panEuropeanIndicators: { - panEuropeanIndicators: 'Pan-European Quantitative Indicators for Sustainable Forest Management', - uploadQuestionnaire: 'Upload questionnaire', - chooseFile: 'Choose file', - downloadQuestionnaire: 'Download questionnaire', - download: 'Download', - remove: 'Remove', - noQuestionnaire: 'No questionnaire selected', - panEuropeanQualitativeIndicators: 'Pan-European Qualitative Indicators for Sustainable Forest Management', - accessReportingPage: 'Access reporting page', - }, - - assessment: { - fra: 'FRA', - panEuropean: 'pan-European', - deskStudy: 'Desk study', - statusChangeNotification: { - subject: '{{- country}} status changed to {{status}} on FRA Platform', - textMessage: `Dear {{recipientName}}, - -{{changer}} changed the status of {{assessment}} to "{{status}}" for {{- country}} on FRA Platform. - -{{message}} - -Visit the platform at: {{- serverUrl}} - -The FRA team -{{- serverUrl}}`, - htmlMessage: `Dear {{recipientName}}, -

-{{changer}} changed the status of {{assessment}} to "{{status}}" for {{country}} on FRA Platform. -

-{{message}} -

-Visit the platform -

-The FRA team -
-{{- serverUrl}}`, - }, - status: { - changing: { - label: 'Changing…', - }, - notStarted: { - label: 'Not started', - }, - editing: { - label: 'Editing', - previous: 'Return to editing', - }, - review: { - label: 'In review', - next: 'Send to review', - previous: 'Return to review', - }, - approval: { - label: 'Awaiting approval', - next: 'Send for approval', - previous: 'Return to approval', - }, - accepted: { - label: 'Accepted', - next: 'Accept', - previous: '', - }, - }, - }, - - multiSelect: { - placeholder: 'Choose…', - }, - - emoji: { - picker: { - search: 'Search', - categories: { - search: 'Search Results', - recent: 'Frequently Used', - people: 'Smileys & People', - nature: 'Animals & Nature', - foods: 'Food & Drink', - activity: 'Activity', - places: 'Travel & Places', - objects: 'Objects', - symbols: 'Symbols', - flags: 'Flags', - }, - }, - }, - - country: { - region: { - asia: 'Asia', - europe: 'Europe', - oceania: 'Oceania', - north_and_central_america: 'North and Central America', - south_america: 'South America', - africa: 'Africa', - atlantis: 'Atlantis', - forest_europe: 'Forest Europe', - }, - }, - - countryMessageBoard: { - messageBoard: 'Message Board', - messageBoardDesc: 'Messages posted here are visible to all country members', - oneToOneMessages: 'One To One Messages', - }, - - tutorial: { - watch: 'Watch', - passwordLogin: 'The FRA platform user tutorial - How to log in with a self-defined password', - googleLogin: 'The FRA platform user tutorial - How to log in using Google authentication', - collaboratorAdd: 'The FRA platform user tutorial - How to add a collaborator', - platformNavigation: 'The FRA platform user tutorial – Platform navigation', - documentUpload: 'The FRA platform user tutorial - How to upload a document', - ndpAdd: 'The FRA platform user tutorial - How to add a national data point', - passwordLoginShort: 'How to log in with a self-defined password', - googleLoginShort: 'How to log in using Google authentication', - guidelinesAndSpecifications: 'Guidelines and Specifications', - ndpAddReferenceLink: 'The FRA platform user tutorial - How to add a reference link for a national data point', - nationalDataAddReferenceLink: 'The FRA platform user tutorial - How to add a reference link for national data', - }, -} diff --git a/src/i18n/resources/en/other.json b/src/i18n/resources/en/other.json new file mode 100644 index 0000000000..99bec53fe4 --- /dev/null +++ b/src/i18n/resources/en/other.json @@ -0,0 +1,718 @@ +{ + "fileDrop": { + "dropFilesHere": "Drop files here", + "dragAndDropOrClick": "Drag and drop some files here, or click to select files" + }, + "language": { + "en": "English", + "es": "Español", + "fr": "Français", + "ru": "Русский", + "ar": "العربية", + "zh": "中文" + }, + "disclaimer": { + "statisticalFactsheets": "Disclaimer: may contain FAO estimates, may contain missing values", + "part1": "This website has been produced with the assistance of the ", + "europeanUnion": "European Union", + "part2": ", the ", + "govFinland": "Government of Finland", + "part3": ", the ", + "govNorway": "Government of Norway", + "part4": " and the ", + "gef": "Global Environment Facility", + "part5": ". Its contents are the sole responsibility of FAO and can in no way be taken to reflect the views of the European Union, the Government of Finland, the Government of Norway and the Global Environment Facility.", + "termsOfUse": "Statistical Database Terms of Use" + }, + "home": { + "keyFindings": "The world has a total forest area of 4.06 billion hectares (ha), which is 31 percent \nof the total land area. This area is equivalent to 0.52 ha per person - although \nforests are not distributed equally among the world's peoples or geographically. \nThe tropical domain has the largest proportion of the world's forests (45 percent), \nfollowed by the boreal, temperate and subtropical domains." + }, + "footer": { + "contactUs": "Contact us", + "termsAndConditions": "Terms and Conditions", + "scamAlert": "Scam Alert", + "reportMisconduct": "Report Misconduct", + "tutorials": "Tutorials", + "sendFeedback": "Send feedback", + "licenses": "Licenses", + "platformVersion": "Platform version" + }, + "unit": { + "haThousand": "1 000 ha", + "ha": "ha", + "kmSq": "km²", + "mileSq": "mi²", + "acre1000": "1 000 acres", + "acre": "acre", + "haMillion": "million ha", + "haThousandPerYear": "1 000 ha/year", + "tonnesPerHa": "tonnes/ha", + "cubicMeterPerHa": "m³/ha", + "millionTonnes": "million metric tonnes", + "millionsCubicMeterOverBark": "million m³ over bark", + "thousandCubicMeterOverBark": "1 000 m³ over bark", + "billionCubicMeter": "billion m³", + "thousandCubicMeter": "1 000 m³", + "thousandCubicMeterRWE": "1 000 m³ round-wood equivalent", + "thousandPersons": "1 000 persons", + "gt": "Gt", + "fte1000": "1 000 FTE", + "numberOfStudents": "$t(graduationOfStudents.numberOfStudents)", + "absoluteNumber": "absolute number", + "annualNumberOfVisitsMillion": "annual number of visits (million)", + "millionNationalCurrency": "million national currency", + "facilityLengthIn1000Km": "facility (length in 1 000 km)", + "growingStockPercent": "% of total growing stock in forest" + }, + "countrySelection": { + "selectCountry": "Select country" + }, + "definition": { + "definitionLabel": "See definitions", + "faqLabel": "FAQ", + "seeReportingNotes": "See Reporting Notes" + }, + "audit": { + "notStarted": "Not started", + "edited": "Edited" + }, + "yesNoTextSelect": { + "yes": "Yes", + "no": "No", + "notSelected": "" + }, + "user": { + "roles": { + "REVIEWER": "Reviewer", + "NATIONAL_CORRESPONDENT": "National correspondent", + "ALTERNATE_NATIONAL_CORRESPONDENT": "Alternate national correspondent", + "COLLABORATOR": "Collaborator", + "ADMINISTRATOR": "Administrator", + "VIEWER": "Viewer", + "noRole": "", + "reviewer_plural": "Reviewers", + "nationalCorrespondent_plural": "National correspondents", + "alternateNationalCorrespondent_plural": "Alternate national correspondents", + "collaborator_plural": "Collaborators" + }, + "resetPasswordEmail": { + "subject": "FRA platform - Reset password", + "textMessage": "Dear {{user}}\n\nWe have received a request to reset your password for your FRA account. \nIf you didn't make this request, you can safely ignore this email.\n\nClick the following link to reset your password\n{{- link}}\n\n\nThanks,\nThe FRA team fra@fao.org\n{{- url}}", + "htmlMessage": "Dear {{user}}\n

\nWe have received a request to reset your password for your FRA account. \n
\nIf you didn't make this request, you can safely ignore this email.\n


\nClick here to reset your password\n


\nThanks,\n
\nThe FRA team fra@fao.org\n
\n{{- url}}\n " + } + }, + "fraClass": { + "forest": "Forest", + "otherWoodedLand": "Other wooded land", + "otherLand": "Other land" + }, + "fraForestCharacteristicsClass": { + "naturallyRegeneratingForest": "Naturally regenerating forest", + "plantationForest": "Plantation forest", + "ofWhichIntroduced": "…of which introduced", + "ofWhichPrimaryForest": "$t(fra.forestCharacteristics.primaryForest)", + "otherPlantedForest": "Other planted forest", + "totalForest": "Total forest" + }, + "fraOtherLandClass": { + "palms": "…of which palms (oil, coconut, dates, etc)", + "treeOrchards": "…of which tree orchards (Includes fruit, nuts, olive, etc)", + "agroforestry": "…of which agroforestry", + "treesUrbanSettings": "…of which trees in urban settings" + }, + "messageBoard": { + "messageBoard": "$t(landing.sections.messageBoard)" + }, + "userChat": { + "chatHeader": "Messages with {{user}}", + "noMessages": "No messages", + "writeMessage": "Write a message…", + "send": "Send", + "cancel": "Cancel", + "notificationEmail": { + "subject": "{{sender}} sent you a message on {{- country}}", + "textMessage": "Dear {{recipient}},\n\n{{sender}} sent you a message on {{- country}}.\n\nAccess the platform at the following URL to see and respond:\n{{- link}}\n\nThe FRA team\n{{- url}}\n ", + "htmlMessage": "Dear {{recipient}},\n

\n{{sender}} sent you a message on {{country}}.\n

\nAccess the platform to see and respond.\n

\nThe FRA team\n
\n{{- url}}\n " + } + }, + "error": { + "access": { + "countryRoleNotSpecified": "Error: User {{user}} tried to access {{countryIso}} but no role has been specified", + "countryUserNotReviewer": "Error: User {{user}} tried to access {{countryIso}} of which is not reviewer", + "userNotAdministrator": "Error: User {{user}} tried to access a resource available only to administrators", + "roleChangeNotAllowed": "Error: User {{user}} tried to set another user’s role to {{role}} which is not allowed for the logged in user", + "userAlreadyAddedToCountry": "Error: User {{user}} is already added to country {{countryIso}}", + "invitationAlreadyUsed": "Error: invitation {{invitationUuid}} has already been used, hijacking by {{loginEmail}} not allowed!", + "countryDoesNotMatch": "Error: country {{countyryIso}} does not match", + "assessmentEditingNotAllowed": "Error: User {{user}} in role {{role}} cannot edit assessment in state {{assessmentStatus}} for country {{countryIso}}", + "assessmentCommentingNotAllowed": "Error: User {{user}} in role {{role}} cannot comment assessment in state {{assessmentStatus}} for country {{countryIso}}" + }, + "assessment": { + "transitionNotAllowed": "Error: Transition from {{currentStatus}} to {{status}} is not allowed for role {{role}}", + "deskStudyNotAllowed": "Error: Only administrator can change desk-study status" + }, + "review": { + "commentDeleteNotOwner": "Error: User {{user}} tried to delete a comment that doesn’t own", + "commentEnterResolvedIssue": "Error: User {{user}} tried to enter a comment for a resolved issue" + }, + "ndp": { + "previousNdpNotFound": "Unable to find any National data point prior to {{year}}" + } + }, + "countryListing": { + "annuallyUpdated": "Annually updated", + "fra2020": "FRA 2020" + }, + "navigation": { + "hideAll": "Hide all", + "showAll": "Show all", + "support": { + "dontDelete": "System information please don’t remove", + "feedbackEmailSubject": "FRA Platform Feedback", + "platformVersion": "Platform version", + "userAgent": "User agent", + "user": "User", + "manageCollaborators": "Manage collaborators" + }, + "sectionHeaders": { + "introduction": "Introduction", + "forestExtentCharacteristicsAndChanges": "Forest extent, characteristics and changes", + "forestGrowingStockBiomassAndCarbon": "Forest growing stock, biomass and carbon", + "forestDesignationAndManagement": "Forest designation and management", + "forestOwnershipAndManagementRights": "Forest ownership and management rights", + "forestDisturbances": "Forest disturbances", + "forestPolicyAndLegislation": "Forest policy and legislation", + "employmentEducationAndNwfp": "Employment, education and NWFP", + "sustainableDevelopment": "Sustainable Development Goal 15", + "panEuropeanIndicators": "Pan-European Indicators" + }, + "cancel": "Cancel", + "changeStatusTextPlaceholder": "Add an optional message", + "doNotNotifyUsers": "Don't notify users", + "notifySelf": "Send copy to self" + }, + "header": { + "editProfile": "Edit profile", + "logout": "Logout", + "hideSidebar": "Hide sidebar", + "showSidebar": "Show sidebar", + "autoSave": { + "saving": "Saving…", + "complete": "All changes saved", + "lastSaveTimestampReceived": "Last edited " + } + }, + "time": { + "hour": "{{count}} hour ago", + "hour_plural": "{{count}} hours ago", + "day": "{{count}} day ago", + "day_plural": "{{count}} days ago", + "week": "{{count}} week ago", + "week_plural": "{{count}} weeks ago", + "aMomentAgo": "a moment ago" + }, + "review": { + "comments": "Comments", + "noComments": "No comments", + "loading": "Loading", + "resolve": "Resolve", + "confirmDelete": "Delete this comment? This cannot be undone.", + "commentDeleted": "Comment deleted", + "commentMarkedAsResolved": "Marked as resolved", + "delete": "Delete", + "writeComment": "Write a comment…", + "commentingClosed": "Commenting closed", + "cancel": "Cancel" + }, + "description": { + "edit": "Edit", + "done": "Done", + "loading": "Loading content…", + "description": "Description", + "dataSourcesTitle": "Data sources, original data & national classification and definitions", + "generalCommentsTitle": "Comments", + "dataSources": "Data sources", + "dataSourcesPlus": "Data sources + type of data source eg NFI, etc", + "originalData": "Original data", + "nationalClassificationAndDefinitions": "National classification and definitions", + "nationalData": "National Data", + "analysisAndProcessing": "Analysis and processing of national data", + "estimationAndForecasting": "Estimation and forecasting", + "reclassification": "Reclassification into FRA {{cycleName}} categories" + }, + "userManagement": { + "addUser": "Add collaborator", + "allUsers": "All collaborators", + "confirmDelete": "Remove {{user}}?", + "done": "Done", + "edit": "Edit", + "editPermissions": "Edit permissions", + "formErrors": "There are errors in the form. Please, fix them and submit it again.", + "info": "Info", + "insufficientPrivileges": "Insufficient privileges", + "invitationDeleted": "The invitation has been deleted", + "invitationEmailSent": "An invitation email has been sent", + "invitationLink": "Invitation link", + "invitationLinkCopied": "The invitation link has been copied", + "inviteAgain": "Invite again", + "loginEmail": "Login", + "manageCollaborators": "Manage collaborators", + "noUsers": "No collaborators added", + "permissions": "Permissions", + "personalInfoRequired": "Please complete your personal information before continuing", + "placeholder": "Choose…", + "remove": "Remove", + "sendInvitation": "Send invitation email", + "userAdded": "{{email}} has been added", + "userModified": "{{user}} has been modified", + "invitationEmail": { + "subject": "FRA platform invitation", + "textMessage": "Dear {{invitedUser}},\n\nYou have been invited to access {{assessmentName}} {{cycleName}} as {{role}} for {{- country}}.\n\nAccept this invitation and access the platform at the following URL:\n{{- link}}\n\nPlease access the platform within two weeks after receiving the invitation after that the invitation is invalid. Should you need a new invitation then please contact fra@fao.org.\n\nHappy reporting!\n\nThe FRA team fra@fao.org\n{{- url}}\n ", + "htmlMessage": "Dear {{invitedUser}},\n

\nYou have been invited to access {{assessmentName}} {{cycleName}} as {{role}} for {{country}}.\n

\nAccept this invitation and access the platform\n

\nPlease access the platform within two weeks after receiving the invitation after that the invitation is invalid. Should you need a new invitation then please contact fra@fao.org.\n

\nHappy reporting!\n

\nThe FRA team fra@fao.org\n
\n{{- url}}\n " + }, + "permissionNames": { + "tableData": "Table Data", + "descriptions": "Descriptions" + } + }, + "contactPersons": { + "all": "$t(common.all)", + "reportPreparationAndContactPersons": "Report preparation and contact persons", + "contactPersons": "Introduction", + "contactPersonsSupport": "The present report was prepared by the following person(s)", + "introductoryText": "Introductory text", + "introductoryTextSupport": "Place an introductory text on the content of this report", + "firstName": "First name", + "lastName": "Last name", + "institution": "Institution/address", + "email": "Email", + "tables": "Tables", + "none": "None" + }, + "extentOfForest": { + "extentOfForest": "Extent of forest and other wooded land", + "estimationAndForecasting": "Estimation and forecasting", + "categoryHeader": "FRA categories", + "forestArea": "Forest", + "chart": { + "placeholderLine1": "To get started, add new national data points and use", + "placeholderLine2": "them to generate FRA values automatically." + }, + "otherLandCategories": "Other land categories", + "ofWhichPalms": "…of which palms (oil, coconut, dates, etc.)", + "ofWhichTreeOrchards": "…of which tree orchards (includes fruit, nuts, olive, etc.)", + "ofWhichAgroforestry": "…of which agroforestry", + "ofWhichTreesUrbanSettings": "…of which trees in urban settings", + "totalLandArea": "Total land area", + "fedAreasExceedTotalLandArea": "Forest area and other wooded land exceed total land area", + "forestAreaDoesNotMatchPreviouslyReported": "Forest area doesn’t match FRA {{year}} area: {{previous}}", + "forestAreaNetChangeDoesNotMatch": "Forest area net change is different from what was reported in table 1a, provide a comment to explain why", + "useOriginalDataPoints": "Use national data points", + "dontUseOriginalDataPoints": "Don’t use national data points", + "whatIsThis": "What is this?", + "tableNoticeMessage": "The FAOSTAT land area figure for the year 2015 is used for all reference years", + "ndpMissingValues": "National data point has missing values", + "showNDPs": "Show National data points", + "hideNDPs": "Hide National data points" + }, + "climaticDomain": { + "climaticDomain": "Climatic domain", + "percentOfForestArea2015": "% of forest area 2015", + "percentOfForestArea2015Override": "Override value", + "selectDefault": "Default", + "boreal": "Boreal", + "temperate": "Temperate", + "subtropical": "Sub-tropical", + "sub_tropical": "$t(climaticDomain.subtropical)", + "tropical": "Tropical" + }, + "forestCharacteristics": { + "forestCharacteristics": "Forest characteristics", + "estimationAndForecasting": "Estimation and forecasting", + "categoryHeader": "FRA categories", + "naturalForestArea": "Naturally regenerating forest", + "plantationForestArea": "Plantation forest", + "plantationForestIntroducedArea": "…of which introduced species", + "otherPlantedForestArea": "Other planted forest", + "plantedForest": "Planted forest", + "totalForestArea": "Total forest area", + "total": "Total", + "useOriginalDataPoints": "Use national data points", + "dontUseOriginalDataPoints": "Don’t use national data points" + }, + "tableWithOdp": { + "confirmGenerateFraValues": "Override existing values?", + "generateFraValues": "Generate values", + "generatingFraValues": "Generating...", + "linearExtrapolation": "Linear", + "repeatLastExtrapolation": "Repeat last", + "annualChangeExtrapolation": "Annual change", + "placeholderFuture": "Future", + "placeholderPast": "Past", + "copyToClipboard": "Copy values", + "placeholderSelect": "Estimation and forecasting", + "_1000haYear": "1000 ha/year" + }, + "forestAreaChange": { + "forestAreaChange": "Annual forest expansion, deforestation and net change", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Area (1000 ha/year)", + "forestExpansion": "Forest expansion", + "ofWhichAfforestation": "…of which afforestation", + "ofWhichNaturalExpansion": "…of which natural expansion", + "deforestation": "Deforestation", + "forestAreaNetChange": "Forest area net change", + "forestAreaNetChangeFrom1a": "Forest area net change calculated from table 1a", + "netChangeDoesNotMatch": "Doesn’t match Forest area net change" + }, + "annualReforestation": { + "annualReforestation": "Annual reforestation", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Area (1000 ha/year)", + "reforestation": "Reforestation" + }, + "specificForestCategories": { + "specificForestCategories": "Primary forest and special forest categories", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Area (1000 ha)", + "bamboo": "Bamboos", + "mangroves": "Mangroves", + "temporarilyUnstocked": "Temporarily unstocked and/or recently regenerated", + "primaryForest": "Primary forest", + "exceedsNaturallyRegeneratingForest": "Exceeds naturally regenerating forest (1b)", + "rubberWood": "Rubber wood" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover": "Other land with tree cover", + "areaUnitLabel": "Area (1000 ha)", + "categoryHeader": "FRA categories", + "palms": "Palms", + "treeorchards": "Tree orchards", + "agroforestry": "Agroforestry", + "treesinurbansettings": "Trees in urban settings", + "total": "Total", + "otherLandArea": "Other land area", + "other": "$t(common.otherSpecifyInComments)" + }, + "growingStock": { + "growingStock": "Growing stock", + "supportText": "Please make sure you have entered data in tables 1a & 1b before editing this table", + "categoryHeader": "FRA categories", + "avgTableHeader": "Growing stock m³/ha (over bark)", + "totalTableHeader": "Total growing stock (million m³ over bark)", + "naturallyRegeneratingForest": "Naturally regenerating forest", + "plantedForest": "Planted forest", + "plantationForest": "…of which plantation forest", + "otherPlantedForest": "…of which other planted forest", + "forest": "Forest", + "otherWoodedLand": "Other wooded land", + "copyToClipboard": "Copy values" + }, + "growingStockComposition": { + "native": "Native", + "introduced": "Introduced", + "growingStockComposition": "Growing stock composition", + "forestGrowingStockComposition": "Forest growing stock composition", + "categoryHeader": "FRA categories", + "nativeTreeSpecies": "Native tree species", + "introducedTreeSpecies": "Introduced tree species", + "areaUnitLabel": "Growing stock in forest (million m³ over bark)", + "scientificName": "Scientific name", + "millionCubicMeter": "$t(fra.growingStockComposition.millionCubicMeter)", + "commonName": "Common name", + "rank": "#{{idx}} Ranked in terms of volume", + "remainingNative": "Remaining native tree species", + "remainingIntroduced": "Remaining introduced tree species", + "totalNative": "Total volume of native tree species", + "totalIntroduced": "Total volume of introduced tree species", + "totalGrowingStock": "Total growing stock", + "rankingYear": "Ranking year 2015", + "growingStockPercent": "$t(unit.growingStockPercent)", + "mostRecentYear": "$t(fra.growingStockComposition.mostRecentYear)" + }, + "biomassStock": { + "biomassStock": "Biomass stock", + "categoryHeader": "FRA categories", + "tableHeader": "Forest biomass (tonnes/ha)", + "aboveGround": "Above-ground biomass", + "belowGround": "Below-ground biomass", + "deadWood": "Dead wood", + "downloadExcel": "Download excel calculator" + }, + "carbonStock": { + "carbonStock": "Carbon stock", + "categoryHeader": "FRA categories", + "tableHeader": "Forest carbon (tonnes/ha)", + "carbonAboveGroundBiomass": "Carbon in above-ground biomass", + "carbonBelowGroundBiomass": "Carbon in below-ground biomass", + "carbonDeadwood": "Carbon in dead wood", + "carbonLitter": "Carbon in litter", + "carbonSoil": "Soil carbon", + "soilDepthHeading": "Soil depth (cm) used for soil carbon estimates" + }, + "designatedManagementObjective": { + "designatedManagementObjective": "Designated management objective", + "primaryDesignatedManagementObjective": "Primary designated management objective", + "primaryDesignatedManagementObjectiveSupport": "Primary designated management objective is significantly more important than other management objectives. The different primary management objectives are *exclusive* and areas reported under one primary management objective should not be reported for any other primary management objectives. The sum of the different management objectives should add up to the forest area.", + "totalAreaWithDesignatedManagementObjective": "Total area with designated management objective", + "totalAreaWithDesignatedManagementObjectiveSupport": "Designated management objective, regardless whether it is primary or not. The different designation categories are *not exclusive*. Hence, areas can be reported more than once e.g. Forest area reported as primary management objective \"Multiple use\" should be reported on for each management objectives. Thus the sum of the different management objectives can be larger than the total forest area.", + "categoryHeader": "FRA 2020 categories", + "areaUnitLabel": "Forest area (1000 ha)", + "production": "Production", + "soilWaterProtection": "Protection of soil and water", + "biodiversityConservation": "Conservation of biodiversity", + "socialServices": "Social Services", + "multipleUse": "Multiple use", + "other": "$t(common.otherSpecifyInComments)", + "unknown": "None/unknown", + "totalForestArea": "Total forest area", + "total": "Total" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithinProtectedAreas": "Forest area within protected areas and forest area with long-term management plans", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Area (1000 ha)", + "header": "Forest area within protected areas", + "forestAreaWithLongTermManagementPlan": "Forest area with long-term forest management plan", + "ofWhichInProtectedAreas": "…of which in protected areas" + }, + "forestOwnership": { + "forestOwnership": "Forest ownership", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Forest area (1000 ha)", + "privateOwnership": "Private ownership", + "ofWhichIndividuals": "…of which owned by individuals", + "ofWhichPrivateBusinesses": "…of which owned by private business entities and institutions", + "ofWhichCommunities": "…of which owned by local, tribal and indigenous communities", + "publicOwnership": "Public ownership", + "otherOrUnknown": "Unknown/other (specify in comments)", + "totalForestArea": "Total forest area", + "total": "Total" + }, + "holderOfManagementRights": { + "holderOfManagementRights": "Holder of management rights of public forests", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Forest area (1000 ha)", + "publicAdministration": "Public Administration", + "individuals": "Individuals", + "privateBusinesses": "Private business entities and institutions", + "communities": "Local, tribal and indigenous communities", + "other": "Unknown/other (specify in comments)", + "totalPublicOwnership": "Total public ownership", + "total": "Total", + "publicOwnershipDoesNotMatch": "Doesn’t match Total public ownership" + }, + "disturbances": { + "disturbances": "Disturbances", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Area (1000 ha)", + "insects": "Insects", + "diseases": "Diseases", + "severeWeatherEvents": "Severe weather events", + "other": "$t(common.otherSpecifyInComments)", + "totalForestArea": "Total forest area", + "total": "Total" + }, + "areaAffectedByFire": { + "areaAffectedByFire": "Area affected by fire", + "categoryHeader": "FRA categories", + "areaUnitLabel": "Area (1000 ha)", + "totalLandAreaAffectedByFire": "Total land area affected by fire", + "ofWhichForest": "…of which on forest" + }, + "degradedForest": { + "degradedForest": "Degraded forest" + }, + "forestPolicy": { + "forestPolicy": "Policies, Legislation and national platform for stakeholder participation in forest policy", + "categoryHeader": "Indicate the existence of", + "areaUnitLabel": "Boolean (Yes/No)", + "national": "National", + "subnational": "Sub-national", + "policiesSFM": "Policies supporting SFM", + "legislationsSFM": "Legislations and regulations supporting SFM", + "stakeholderParticipation": "Platform that promotes or allows for stakeholder participation in forest policy development", + "existenceOfTraceabilitySystem": "Traceability system(s) for wood products" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate": "Area of permanent forest estate", + "categoryHeader": "FRA 2020 categories", + "areaUnitLabel": "Forest area (1000 ha)", + "applicable": "Applicable?" + }, + "employment": { + "employment": "Employment in forestry and logging", + "average": "3 year average", + "categoryHeader": "FRA 2020 categories", + "unitHeader": "Full-time equivalents (1000 FTE)", + "inForestry": "Employment in forestry and logging", + "ofWhichSilviculture": "…of which silviculture and other forestry activities", + "ofWhichLogging": "…of which logging", + "ofWhichGathering": "…of which gathering of non wood forest products", + "ofWhichSupport": "…of which support services to forestry", + "total": "Total", + "female": "Female", + "male": "Male" + }, + "graduationOfStudents": { + "graduationOfStudents": "Graduation of students in forest-related education", + "average": "3 year average", + "numberOfStudents": "Number of graduated students", + "fra2020Categories": "FRA 2020 categories", + "doctoralDegree": "Doctoral degree", + "mastersDegree": "Master’s degree", + "bachelorsDegree": "Bachelor’s degree", + "technicianCertificate": "Technician certificate / diploma", + "total": "Total", + "female": "Female", + "male": "Male" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals": "Non wood forest products removals and value 2015", + "nameOfProduct": "Name of NWFP product", + "keySpecies": "Key species", + "quantity": "Quantity", + "unit": "Unit", + "value": "Value (1000 local currency)", + "category": "NWFP category", + "plantProductsSelectHeading": "Plant products / raw material", + "food": "1 Food", + "fodder": "2 Fodder", + "rawMaterialForMedicine": "3 Raw material for medicine and aromatic products", + "rawMaterialForColorants": "4 Raw material for colorants and dyes", + "rawMaterialForUtensils": "5 Raw material for utensils handicrafts construction", + "ornamentalPlants": "6 Ornamental plants", + "exudates": "7 Exudates", + "otherPlantProducts": "8 Other plant products", + "animalProductsSelectHeading": "Animal products / raw material", + "livingAnimals": "9 Living animals", + "hidesSkins": "10 Hides skins and trophies", + "wildHoney": "11 Wild honey and bee wax", + "wildMeat": "12 Wild meat", + "animalRawMaterialForMedicine": "13 Raw material for medicine", + "animalRawMaterialForColorants": "14 Raw material for colorants", + "otherEdibleAnimalProducts": "15 Other edible animal products", + "otherNonEdibleAnimalProducts": "16 Other non-edible animal products", + "allOtherPlantProducts": "All other plant products", + "allOtherAnimalProducts": "All other animal products", + "total": "Total", + "currency": "Name of currency", + "notSelected": "" + }, + "sustainableDevelopment": { + "sustainableDevelopment": "Sustainable Development Goal 15", + "indicator": "Indicator", + "percent": "Percent", + "nameOfAgencyResponsible": "Name of agency responsible", + "sdgIndicator1": "SDG Indicator 15.1.1 Forest area as proportion of total land area 2015", + "sdgIndicator2": "SDG Indicator 15.2.1 Progress towards sustainable forest management", + "forestAreaProportionLandArea2015": "Forest area as proportion of total land area 2015", + "subIndicator": "Sub-Indicator {{no}}", + "forestAreaAnnualNetChangeRate": "Forest area annual net change rate", + "aboveGroundBiomassStockForests": "Above-ground biomass stock in forest", + "percent2015ForestAreaBaseline": "Percent (2015 forest area baseline)", + "proportionForestAreaLegallyEstablishedProtectedAreas": "Proportion of forest area located within legally established protected areas", + "proportionForestAreaLongTermForestManagement": "Proportion of forest area under long-term forest management plan", + "forestArea1000Ha": "Forest area (1000 ha)", + "forestAreaVerifiedForestManagement": "Forest area under independently verified forest management certification schemes" + }, + "panEuropeanIndicators": { + "panEuropeanIndicators": "Pan-European Quantitative Indicators for Sustainable Forest Management", + "uploadQuestionnaire": "Upload questionnaire", + "chooseFile": "Choose file", + "downloadQuestionnaire": "Download questionnaire", + "download": "Download", + "remove": "Remove", + "noQuestionnaire": "No questionnaire selected", + "panEuropeanQualitativeIndicators": "Pan-European Qualitative Indicators for Sustainable Forest Management", + "accessReportingPage": "Access reporting page" + }, + "assessment": { + "fra": "FRA", + "panEuropean": "pan-European", + "deskStudy": "Desk study", + "statusChangeNotification": { + "subject": "{{- country}} status changed to {{status}} on FRA Platform", + "textMessage": "Dear {{recipientName}},\n\n{{changer}} changed the status of {{assessment}} to \"{{status}}\" for {{- country}} on FRA Platform.\n\n{{message}}\n\nVisit the platform at: {{- serverUrl}}\n\nThe FRA team\n{{- serverUrl}}", + "htmlMessage": "Dear {{recipientName}},\n

\n{{changer}} changed the status of {{assessment}} to \"{{status}}\" for {{country}} on FRA Platform.\n

\n{{message}}\n

\nVisit the platform\n

\nThe FRA team\n
\n{{- serverUrl}}" + }, + "status": { + "changing": { + "label": "Changing…" + }, + "notStarted": { + "label": "Not started" + }, + "editing": { + "label": "Editing", + "previous": "Return to editing" + }, + "review": { + "label": "In review", + "next": "Send to review", + "previous": "Return to review" + }, + "approval": { + "label": "Awaiting approval", + "next": "Send for approval", + "previous": "Return to approval" + }, + "accepted": { + "label": "Accepted", + "next": "Accept", + "previous": "" + } + } + }, + "multiSelect": { + "placeholder": "Choose…" + }, + "emoji": { + "picker": { + "search": "Search", + "categories": { + "search": "Search Results", + "recent": "Frequently Used", + "people": "Smileys & People", + "nature": "Animals & Nature", + "foods": "Food & Drink", + "activity": "Activity", + "places": "Travel & Places", + "objects": "Objects", + "symbols": "Symbols", + "flags": "Flags" + } + } + }, + "country": { + "region": { + "asia": "Asia", + "europe": "Europe", + "oceania": "Oceania", + "north_and_central_america": "North and Central America", + "south_america": "South America", + "africa": "Africa", + "atlantis": "Atlantis", + "forest_europe": "Forest Europe" + } + }, + "countryMessageBoard": { + "messageBoard": "Message Board", + "messageBoardDesc": "Messages posted here are visible to all country members", + "oneToOneMessages": "One To One Messages" + }, + "tutorial": { + "watch": "Watch", + "passwordLogin": "The FRA platform user tutorial - How to log in with a self-defined password", + "googleLogin": "The FRA platform user tutorial - How to log in using Google authentication", + "collaboratorAdd": "The FRA platform user tutorial - How to add a collaborator", + "platformNavigation": "The FRA platform user tutorial – Platform navigation", + "documentUpload": "The FRA platform user tutorial - How to upload a document", + "ndpAdd": "The FRA platform user tutorial - How to add a national data point", + "passwordLoginShort": "How to log in with a self-defined password", + "googleLoginShort": "How to log in using Google authentication", + "guidelinesAndSpecifications": "Guidelines and Specifications", + "ndpAddReferenceLink": "The FRA platform user tutorial - How to add a reference link for a national data point", + "nationalDataAddReferenceLink": "The FRA platform user tutorial - How to add a reference link for national data" + } +} diff --git a/src/i18n/resources/en/panEuropean/2020.js b/src/i18n/resources/en/panEuropean/2020.js deleted file mode 100644 index 3ca7477905..0000000000 --- a/src/i18n/resources/en/panEuropean/2020.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - description: { - dataSource: { - referenceToTataSource: 'Name and Reference to data source', - typeOfDataSource: '$t(dataSource.typeOfDataSource)', - variable: '$t(dataSource.variable)', - yearForDataSource: '$t(dataSource.yearForDataSource)', - comments: '$t(dataSource.comments)', - }, - }, -} diff --git a/src/i18n/resources/en/panEuropean/2020.json b/src/i18n/resources/en/panEuropean/2020.json new file mode 100644 index 0000000000..91940ba9ce --- /dev/null +++ b/src/i18n/resources/en/panEuropean/2020.json @@ -0,0 +1,11 @@ +{ + "description": { + "dataSource": { + "referenceToTataSource": "Name and Reference to data source", + "typeOfDataSource": "$t(dataSource.typeOfDataSource)", + "variable": "$t(dataSource.variable)", + "yearForDataSource": "$t(dataSource.yearForDataSource)", + "comments": "$t(dataSource.comments)" + } + } +} diff --git a/src/i18n/resources/en/panEuropean/2025.js b/src/i18n/resources/en/panEuropean/2025.js deleted file mode 100644 index 313d5a8309..0000000000 --- a/src/i18n/resources/en/panEuropean/2025.js +++ /dev/null @@ -1,50 +0,0 @@ -module.exports = { - description: { - dataSource: { - referenceToTataSource: 'Name and Reference to data source', - typeOfDataSource: '$t(dataSource.typeOfDataSource)', - variable: '$t(dataSource.variable)', - yearForDataSource: '$t(dataSource.yearForDataSource)', - comments: '$t(dataSource.comments)', - }, - }, - meta: { - select: { - forestServiceCategory: { - notSelected: '', - _placeholder: '', - ecologicalServices: '1 Ecological services', - waterProtection: '1.1 Water protection', - soilProtection: '1.2 Soil protection', - healthProtection: '1.3 Health protection', - infrastructureProtection: '1.4 Infrastructure protection', - biosphericServices: '2 Biospheric services', - biodiversityProtection: '2.1 Biodiversity protection', - climateRegulation: '2.2 Climate regulation', - socialServices: '3 Social services', - tourism: '3.1 Tourism', - recreation: '3.2 Recreation', - sportActivities: '3.3 Sport activities', - amenityServices: '4 Amenity services', - spiritualServices: '4.1 Spiritual services', - culturalServices: '4.2 Cultural services', - historicalServices: '4.3 Historical services', - otherServices: '5 Other services', - }, - facilityCategory: { - notSelected: '', - accommodationFacilities: '1 Accommodation facilities (mountain hotels, cottages, apartments)', - campingSites: '2 Camping sites', - overnightShelters: '3 Overnight shelters', - picnicSites: '4 Picnic sites', - natureSchools: '5 Nature schools', - sitesForNatureStudying: - '6 Sites for nature studying (educational walkways, nature exhibitions, protected sites, geological localities, sites of cultural heritage, famous trees …)', - birdAndWildlifeWatchingLocalities: '7 Bird and wildlife watching localities', - cablewaysAndLifts: '8 Cableways and lifts', - parkingLots: '9 Parking lots', - otherFacilities: '10 Other facilities', - }, - }, - }, -} diff --git a/src/i18n/resources/en/panEuropean/2025.json b/src/i18n/resources/en/panEuropean/2025.json new file mode 100644 index 0000000000..ea89a44617 --- /dev/null +++ b/src/i18n/resources/en/panEuropean/2025.json @@ -0,0 +1,49 @@ +{ + "description": { + "dataSource": { + "referenceToTataSource": "Name and Reference to data source", + "typeOfDataSource": "$t(dataSource.typeOfDataSource)", + "variable": "$t(dataSource.variable)", + "yearForDataSource": "$t(dataSource.yearForDataSource)", + "comments": "$t(dataSource.comments)" + } + }, + "meta": { + "select": { + "forestServiceCategory": { + "notSelected": "", + "_placeholder": "", + "ecologicalServices": "1 Ecological services", + "waterProtection": "1.1 Water protection", + "soilProtection": "1.2 Soil protection", + "healthProtection": "1.3 Health protection", + "infrastructureProtection": "1.4 Infrastructure protection", + "biosphericServices": "2 Biospheric services", + "biodiversityProtection": "2.1 Biodiversity protection", + "climateRegulation": "2.2 Climate regulation", + "socialServices": "3 Social services", + "tourism": "3.1 Tourism", + "recreation": "3.2 Recreation", + "sportActivities": "3.3 Sport activities", + "amenityServices": "4 Amenity services", + "spiritualServices": "4.1 Spiritual services", + "culturalServices": "4.2 Cultural services", + "historicalServices": "4.3 Historical services", + "otherServices": "5 Other services" + }, + "facilityCategory": { + "notSelected": "", + "accommodationFacilities": "1 Accommodation facilities (mountain hotels, cottages, apartments)", + "campingSites": "2 Camping sites", + "overnightShelters": "3 Overnight shelters", + "picnicSites": "4 Picnic sites", + "natureSchools": "5 Nature schools", + "sitesForNatureStudying": "6 Sites for nature studying (educational walkways, nature exhibitions, protected sites, geological localities, sites of cultural heritage, famous trees …)", + "birdAndWildlifeWatchingLocalities": "7 Bird and wildlife watching localities", + "cablewaysAndLifts": "8 Cableways and lifts", + "parkingLots": "9 Parking lots", + "otherFacilities": "10 Other facilities" + } + } + } +} diff --git a/src/i18n/resources/en/panEuropean/countryComments.js b/src/i18n/resources/en/panEuropean/countryComments.js deleted file mode 100644 index 6dbd3f119d..0000000000 --- a/src/i18n/resources/en/panEuropean/countryComments.js +++ /dev/null @@ -1,311 +0,0 @@ -module.exports = { - // Country Comments - // Titles - countryComments: 'Country Comments', - forest: 'Forest', - forestArea: 'Forest area', - forestAreaByForestType: 'Forest area by forest type', - growingStock: 'Growing stock', - growingStockByForestType: 'Growing stock by forest type', - growingStockComposition: 'Growing stock composition', - ageClassDistribution: 'Age class distribution (volume of even-aged stands) in forest available for wood supply', - carbonStockInHarvestedWoodProductsHWP: 'Carbon stock in harvested wood products (HWP)', - annualForestExpansionAndRegeneration: 'Annual forest expansion and regeneration', - other: 'Other', - naturalnessBySubclass: 'Naturalness by subclass', - introducedTreeSpecies: 'Introduced tree species', - invasiveTreeSpecies: 'Invasive tree species', - totalFixedCapitalFormationInForestsAndForestry: 'Total fixed capital formation in forests and forestry', - totalFixedCapitalTransfersInForestsAndForestry: 'Total fixed capital transfers in forests and forestry', - EmploymentByEducationAndJobCharacteristics: 'Employment by education and job characteristics', - intensityOfUse: 'Intensity of use', - recreationFacilities: 'Recreation facilities', - otherRecreationFacilities: 'Other recreation facilities - pilot reporting (2020)', - // Rows and columns - theYearAndDataReported: 'The year and data reported for 2025', - howDidYouGenerateValues: 'How did you generate values for 2025', - theRecentAvailableYear: 'The year of recent available data', - extrapolation: 'Extrapolation', - assessmentBasedOnEvidence: - 'Assessment based on evidence (e.g. forecast, outlooks, national afforestation programmes, forest policy targets)', - approachToReportingOnTheCategoriesOfTheTable11A: 'Approach to reporting on the categories of the Table 1.1a', - category: 'Category', - areaEstimate: 'Area estimate (1000 ha)', - comments: 'Comments', - commentsRelateToDataDefinitions: 'Comments related to data, definitions, etc.', - commentsOnTrendS: 'Comments on trend(s)', - commentsOnTrend: 'Comments on trend(s)', - valuesAccordingFaoDefinitionGrowingStock: - 'Please indicate if reported values are according to the FAO definition of growing stock', - PleaseSpecifyRelevantThresholds: 'Please specify relevant thresholds', - minimumDiameter: 'Minimum diameter', - minimumTopDiameterUsed: 'Minimum top diameter used', - minimumBranchDiameterUsed: 'Minimum branch diameter used', - isVolumeAboveGroundOrAboveStump: 'Is volume above ground or above stump?', - generalComments: 'General comments', - growingStockOnForestArea: 'Growing stock on forest area', - ofWhichAvailableForWoodSupply: '... of which available for wood supply', - owlArea: 'OWL area', - growingStockOnOwl: 'Growing stock on OWL', - growingStockOnFowls: 'Growing stock on FOWLS', - forestTypes: 'Forest types', - approachToDelineationBetweenEvenAgedAndUnevenAgedStands: - 'Approach to delineation between even-aged and uneven-aged stands', - howIdYouDistinguishBetweenEvenAgedAndUnevenAgedStands: - 'How did you distinguish between even-aged and uneven-aged stands?', - commentsToInterpretationOfDevelopmentPhases: 'Comments to interpretation of development phases', - howDidYouInterpretedAndDefineNationally: 'How did you interpreted and define nationally', - regenerationPhase: 'Regeneration phase', - intermediatePhase: 'Intermediate phase', - maturePhase: 'Mature phase', - unspecified: 'Unspecified', - EvenAgedStands: 'Even-aged stands', - forestEvenAgedStands: 'Forest: Even-aged stands', - totalAreaOfUnevenAgedForest: 'Total area of uneven-aged forest', - totalVolumeOfUnevenAgedForests: 'Total volume of uneven-aged forests', - diameterDistributionForUnevenAgedForests: 'Diameter distribution for uneven-aged forests', - diameterDistributionForUnevenAgedForestsAvailableForWoodSupply: - 'Diameter distribution for uneven-aged forests available for wood supply', - theYearAndDataReportedFor2025: 'The year and data reported for 2025', - howDidYouGenerateValuesFor2025: 'How did you generate values for 2025', - approachToReportingOnGrowingStock: 'Approach to reporting on growing stock', - ifNotPleaseSpecifyRelevantThresholds: 'If not, please specify relevant thresholds', - commentsRelatedToDataDefinitions: 'Comments related to data, definitions, etc.', - commentsOnTrends: 'Comments on trends', - approachToDetermineDiameterStructure: 'Approach to determine diameter structure', - describeHowYouDetermineDiameterStructure: 'Describe how you determine diameter structure', - commentsToInterpretationOfDevelopmentPhasesForGrowingStock: - 'Comments to interpretation of development phases for growing stock', - commentsRelatedToDataDefinitionsConversionFactorsUsed: - 'Comments related to data, definitions, conversion factors used', - groundLivingBiomass: 'Ground living biomass', - carbonStockInBelowGroundLivingBiomass: 'Carbon stock in below ground living biomass', - carbonStockInDeadwood: 'Carbon stock in deadwood', - carbonStockInLitter: 'Carbon stock in litter', - carbonStockInSoil: 'Carbon stock in soil', - biomassCarbonConversionFactorUsed: 'Biomass/carbon conversion factor used', - criteriaAppliedToReportingDamage: 'Criteria applied to reporting damage', - minimumSizeOfDamagedFowlReported: 'Minimum size of damaged fowl reported', - otherCriteriaAndMinimumThresholdsUsedToDetermineAreaAsDamaged: - 'Other criteria and minimum thresholds used to determine area as damaged', - criteriaUsedToDetermineWhichAgentsWerePrimarilyDamaging: - 'Criteria used to determine which agents were primarily damaging', - areDamageInProtectedForestsIncludedInTheReportedFigures: - 'Are damage in protected forests included in the reported figures?', - totalAreaWithDamage: 'Total area with damage', - primarilyDamagedByInsectsAndDisease: 'Primarily damaged by insects and disease', - primarilyDamagedByWildlifeAndGrazing: 'Primarily damaged by wildlife and grazing', - damagePrimarilyHumanInducedForestOperations: 'Damage primarily human induced forest operations', - humanInducedDamagesReportedUnderOther: 'Human induced damages reported under other', - primarilyDamagedByAbioticAgents: 'Primarily damaged by abiotic agents', - primarilyDamagedByFire: 'Primarily damaged by fire', - unspecifiedMixedDamage: 'Unspecified mixed damage', - grossAnnualIncrement: 'Gross annual increment', - naturalLosses: 'Natural losses', - netAnnualIncrement: 'Net annual increment', - totalFellings: 'Total fellings', - fellingsOfNaturalLosses: 'Fellings of natural losses', - approachApplieToReportingOnRemovals: 'Approach applied to reporting on removals', - approachUsedToDetermineMarketedWood: 'Approach used to determine marketed wood', - approachUsedToDetermineValueOfWood: 'Approach used to determine value of wood', - industrialRoundwoodRemovalsVolume: 'Industrial roundwood removals volume', - industrialRoundwoodRemovalsValue: 'Industrial roundwood removals value', - woodfuelRemovalsVolume: 'Woodfuel removals volume', - woodfuelRemovalsValue: 'Woodfuel removals value', - product: 'Product', - carbonStockInAboveGroundLivingBiomass: 'Carbon stock in above-ground living biomass', - commentsOnTren: 'Comments on trend(s)', - first: '1st', - second: '2nd', - third: '3rd', - fourth: '4th', - fifth: '5th', - sixth: '6th', - seventh: '7th', - eighth: '8th', - ninth: '9th', - tenth: '10th', - countryComments1StPart: 'Country comments (1st part)', - countryComments2NdPart: 'Country comments (2nd part)', - countryComments3Rd: 'Country comments (3rd part)', - describeMethodUsedToDetermineFellings: 'Describe method used to determine fellings', - ifApplicableBarkConversionFactorFromOverBarkToUnderBark: - 'If applicable, bark conversion factor from over bark to under bark', - approachUsedToDetermineMarketed: 'Approach used to determine marketed', - approachUsedToDetermineValue: 'Approach used to determine value', - approachToDetermineFellings: 'Approach to determine fellings', - countryComments4Th: 'Country comments (4th part)', - countryComments5Th: 'Country comments (5th part)', - countryComments6Th: 'Country comments (6th part)', - countryComments7Th: 'Country comments (7th part)', - countryComments8Th: 'Country comments (8th part)', - countryComments9Th: 'Country comments (9th part)', - countryComments10Th: 'Country comments (10th part)', - allOtherPlantProducts: 'All other plant products', - allOtherAnimalProducts: 'All other animal products', - referenceAreaIfDifferentFromTotalFowlEGOwnershipClassOr1000Ha: - 'Reference area (if different from total fowl, e.g. ownership class or 1000 ha)', - approachToReportOnTreeSpeciesComposition: 'Approach to report on tree species composition', - minimumSizeOfTreesToBeIncluded: 'Minimum size of trees to be included', - doesYourCountryHaveANationalMethodology: - 'Does your country have a national methodology for land degradation assessment?', - ifYesWhatIsTheNationalDefinition: 'If yes, what is the national definition of "Degraded forest"?', - ifYesDescribeMonitoringProcessAndResults: 'If yes, describe the monitoring process and results', - minimumSizeOfDegradedForestReportedHa: 'Minimum size of degraded forest reported (ha)', - otherCriteriaAndMinimumThresholdsUsedToDetermineForestAsDegraded: - 'Other criteria and minimum thresholds used to determine forest as "degraded"', - criteriaUsedToDeterminePrimaryTypeOfDegradation: 'Criteria used to determine primary type of degradation', - doesYourCountryHaveANationalMethodologyForLandDegradationAssessment: - 'Does your country have a national methodology for land degradation assessment?', - totalAreaOfDegradedLand: 'Total area of degraded land', - primarilyDegradedBy: 'Primarily degraded by', - primarilyDegradedByGrazing: 'Primarily degraded by grazing', - primarilyDegradedByRepeatedFires: 'Primarily degraded by repeated fires', - primarilyDegradedByAirPollution: 'Primarily degraded by air pollution', - primarilyDegradedByDesertification: 'Primarily degraded by desertification', - formerDegradedLandRestoredByAfforestationReforestation: - 'Former degraded land restored by afforestation/reforestation', - referenceAreaForTheAssessment: 'Reference area for the assessment', - areaWithNumberOfTreeSpeciesOccurringOnForest: 'Area with number of tree species occurring on forest', - areaWithNumberOfTreeSpeciesOccurringOnOwl: 'Area with number of tree species occurring on owl', - areaWithNumberOfTreeSpeciesOccurringOnForestAndOwl: 'Area with number of tree species occurring on forest and owl', - totalAreaOfForestByExpansionRegenerationType: 'Total area of forest by expansion/regeneration type', - naturalExpansionAndRegeneration: 'Natural expansion and regeneration', - afforestationAndRegenerationByPlantingAndOrSeeding: 'Afforestation and regeneration by planting and/or seeding', - coppice: 'Coppice', - naturalExpansionOfForestArea: 'Natural expansion of forest area', - regenerationOfForestArean: 'Regeneration of forest area', - approachToDelimniateBetweenCategories: 'Approach to delimitate between categories', - criteriaOrThresholdsUsedToDelimitUndisturbedByManFromSemiNatural: - 'Criteria or theresholds used to delimit undisturbed by man from seminatural', - criteriaOrThresholdsUsedToDelimitSemiNaturalFromPlantations: - 'Criteria or thresholds used to delimit seminatural from plantations', - fowlUndisturbedByMan: 'Fowl: undisturbed by man', - fowlSemiNatural: 'Fowl: semi-natural', - fowlPlantations: 'Fowl: plantations', - BarkConversionFactorFromOverBarkToUnderBark: 'Bark conversion factor from "over bark" to "under bark"', - approachApplieToReportingOnIntroducedInvasiveSpecies: 'Approach applied to reporting on introduced/invasive species', - referenceAreaForAssessmentSizeOfSamplePlotAverageStand: - 'Reference area for assessment (size of sample plot, average stand)', - referencePeriodUsedToClassifyAsIntroducedYearsSinceIntroductionYears: - 'Reference period used to classify as introduced (years since introduction, years since first detection)', - criteriaOrThresholdsUsedToClassifySpeciesAsInvasive: 'Criteria or thresholds used to classify species as invasive', - general: 'General', - AreaDominatedByIntroducedTreeSpecies: 'Area dominated by introduced tree species', - areaDominatedByInvasiveTreeSpecies: 'Area dominated by invasive tree species', - nonWoodyInvasiveSpecies: 'Non-woody invasive species', - approachAppliedToReportingOnDeadwood: 'Approach applied to reporting on deadwood', - pleaseIndicateIfReportedValuesAreAccordingToTheRecommendedMinimumSizes: - 'Please indicate if reported values are according to the recommended minimum sizes', - approachToReportingOnDeadwood: 'Approach to reporting on deadwood', - minimumHeightOfStandingDeadwoodReported: 'Minimum height of standing deadwood reported', - minimumDiameterOfStandingDeadwoodReported: 'Minimum diameter of standing deadwood reported', - minimumLengthOfLyingDeadwoodReported: 'Minimum length of lying deadwood reported', - minimumDiameterOfLyingDeadwoodReported: 'Minimum diameter of lying deadwood reported', - standingDeadwood: 'Standing deadwood', - lyingDeadwoo: 'Lying deadwood', - approachAppliedToReportingOnThreatenedForestSpecies: 'Approach applied to reporting on threatened forest species', - pleaseSpecifyWhichMainTaxaInTheTableAndReportingNotesAreNotAssessedInYourCountry: - 'Please specify which main taxa in the table and reporting notes are not assessed in your country', - endangeredTrees: 'Endangered trees', - endangeredBirds: 'Endangered birds', - endangeredMammals: 'Endangered mammals', - endangeredOtherVertebrates: 'Endangered other vertebrates', - endangeredInvertebrates: 'Endangered invertebrates', - endangeredVascularPlants: 'Endangered vascular plants', - endangeredCryptogamsAndFungi: 'Endangered cryptogams and fungi', - pleaseDescribeHowSpeciesWereClassifiedAsForestSpeciesInReportingFromYourCountry: - 'Please describe how species were classified as forest species in reporting from your country', - forEachClassPleaseProvideAnExplanationIfAndHowYouClassifiedNatura2000AreasInYourReporting: - 'For each class, please provide an explanation if and how you classified Natura 2000 areas in your reporting', - fowlMcpfeClass11: 'Fowl: MCPFE class 1.1', - fowlMcpfeClass12: 'Fowl: MCPFE class 1.2', - fowlMcpfeClass13: 'Fowl: MCPFE class 1.3', - fowlMcpfeClass2: 'Fowl: MCPFE class 2', - ForEachClassPleaseProvideAnExplanationHowDidYouDesignateThoseAreasEGLegalBasedDesignationManagementPlansOtherDesignationTypesEGSurveySlopeGradientEtHowDidYouClassifiedNatura2000AreasInYourReporting: - 'For each class, please provide an explanation how did you designate those areas (e.g. legal based designation, management plans, other designation types, e.g. survey, slope gradient, etc.) and how did you classified Natura 2000 areas in your reporting', - soilWaterAndOtherForestEcosystemFunctions: 'Soil, water and other forest ecosystem functions', - infrastructureAndManagedNaturalResources: 'Infrastructure and managed natural resources', - minimumSizeOfForestHoldingReportedHa: 'Minimum size of forest holding reported (ha)', - areaAndNumberOfHoldingsInPrivateOwnership: 'Area and number of holdings in private ownership', - areaAndNumberOfHoldingsInPublicOwnership: 'Area and number of holdings in public ownership', - manufactureOfPaperAndPaperProducts: 'Manufacture of paper and paper products', - factorIncome: 'Factor income', - netOperatingSurplus: 'Net operating surplus', - totalGrossFixedCapitalFormation: 'Total gross fixed capital formation', - grossFixedCapitalFormationInPlantingOfTreesToProvideRegularIncome: - 'Gross fixed capital formation in planting of trees to provide regular income', - grossFixedCapitalFormationInEquipmentAndBuildings: 'Gross fixed capital formation in equipment and buildings', - otherGrossFixedCapitalFormation: 'Other gross fixed capital formation', - totalFixedCapitalConsumption: 'Total fixed capital consumption', - fixedCapitalConsumptionInPlantingOfTreesToProvideRegularIncome: - 'Fixed capital consumption in planting of trees to provide regular income', - fixedCapitalConsumptionInEquipmentAndBuildings: 'Fixed capital consumption in equipment and buildings', - otherFixedCapitalConsumption: 'Other fixed capital consumption', - totalCapitalTransfers: 'Total capital transfers', - scopeOfEmploymentReportedIfNotFromLfs: 'Scope of employment reported (if not from LFS)', - commentsOnEmploymentWhichIsNotCoveredByTheSourcesUsed: - 'Comments on employment which is not covered by the sources used', - forestry: 'Forestry', - manufactureOfWoodAndOfProductsOfWood: 'Manufacture of wood and of products of wood', - manufactureOfWoodAndArticlesInWood: 'Manufacture of wood and of articles in wood', - thresholdForReportingNonFatalAccidentsDaysOfAbsence: 'Threshold for reporting non-fatal accidents (days of absence)', - fatalAccidents: 'Fatal accidents', - nonFatalAccidents: 'Non-fatal accidents', - anyCommentsOnOccupationalDiseases: 'Any comments on occupational diseases', - shortDescriptionOfTheRecordingAssessmentSystemForTheFatalAndNonFatalOccupationalAccidentsInForestry: - 'Short description of the recording/assessment system for the fatal and non-fatal occupational accidents in forestry', - approachToReportingOnEnergyFromWood: 'Approach to reporting on energy from wood', - approachToCalculateOrEstimateWoodDirectlyFromForestsAndOutsideForestsMarketedAndSelfConsumption: - 'Approach to calculate or estimate wood directly from forests and outside forests marketed and self-consumption', - conversionFactorsUsedToConvertToEnergyFromEnergyUnits: - 'Conversion factors used to convert to energy from energy units', - criteriaUsedToIncludeAreasInPrimarilyDesignatedOrManagedForPublicRecreation: - 'Criteria used to include areas in primarily designated or managed for public recreation', - criteriaUsedToIncludeAreasInForestsAvailableToThePublicRecreation: - 'Criteria used to include areas in forests available to the public recreation', - approachToReportingOnAccessibilityForRecreation: 'Approach to reporting on accessibility for recreation', - areaOfForestsAvailableForPublicRecreation: 'Area of forests available for public recreation', - areaOfForestsPrimarilyDesignatedOrManagedForPublicRecreation: - 'Area of forests primarily designated or managed for public recreation', - inYourCountryAreRecentlyDegradedForestAreasLegallyConsideredAsNonForestLand: - 'In your country are recently degraded forest areas legally considered as non-forest land?', - inYourCountryAreDegradedNonForestAreasReCategorisedToForestLandWithTheAimToReforestThem: - 'In your country are degraded non-forest areas re-categorised to forest land with the aim to reforest them?', - christmasTreePlantationsOnForestLand: 'Christmas tree plantations on forest land', - poplarPlantationsOnForestLand: 'Poplar plantations on forest land', - shortRotationForestry: 'Short rotation forestry', - shortRotationCoppicesOnForestLand: 'Short rotation coppices on forest land', - OfWhichNotAvailableForWoodSupply: 'Of which not available for wood supply', - environmentalRestrictions: 'Environmental restrictions', - protectedForests: 'Protected forests', - productiveForestsDesignatedToProtectKeyHabitatsSpeciesOrOtherNaturalValues: - 'Productive forests designated to protect key habitats/species or other natural values', - protectiveForestsSoilWaterAndOtherEcosystemFunctionsInfrastructureAndManagedNaturalResources: - 'Protective forests (soil, water and other ecosystem functions, infrastructure and managed natural resources)', - socialRestrictions: 'Social restrictions', - forestsDesignatedToProtectAestheticHistoricalCulturalOrSpiritualValues: - 'Forests designated to protect aesthetic, historical, cultural or spiritual values', - forestsManagedForRecreationalPurposes: 'Forests managed for recreational purposes', - forestsExcludedFromHarvestingByOwnerSDecision: 'Forests excluded from harvesting by owner’s decision', - militaryForests: 'Military forests', - economicRestrictions: 'Economic restrictions', - forestsOfVeryLowProductivityEconomicRevenueOfHarvesting: - 'Forests of very low productivity (economic revenue of harvesting)', - forestsPhysicallyNotAccessibleIncludingSlopeAndSoilCondition: - 'Forests physically not accessible (including slope and soil condition)', - otherPleaseSpecify: 'Other (please specify)', - otherWoodedLand: 'Other wooded land', - alpineShrublandEGPinusMugo: 'Alpine shrubland (e.g. Pinus mugo)', - otherShrublandEGMaquisGarrigueMatorral: 'Other shrubland (e.g. maquis, garrigue, matorral)', - otherLandWithTreeCover: 'Other land with tree cover', - agroForestrySilvoPastoralAreasEGForRearingIberianBlackPig: - 'Agro-forestry/silvo-pastoral areas (e.g. for rearing Iberian black pig)', - plantationsOfNutProducingTreesOrShrubsEGSweetChestnutsAlmondsWalnutsHazelnuts: - 'Plantations of nut-producing trees or shrubs (e.g. sweet chestnuts, almonds, walnuts, hazelnuts)', - oliveGrovesAndFruitTreeOrchards: 'Olive groves and fruit tree orchards', - poplarPlantationsOnAgriculturalLand: 'Poplar plantations on agricultural land', - treesInUrbanSettings: 'Trees in urban settings', - shortRotationCoppicesOnAgriculturalLand: 'Short rotation coppices on agricultural land', - christmasTreePlantationsOnAgriculturalLand: 'Christmas tree plantations on agricultural land', -} diff --git a/src/i18n/resources/en/panEuropean/countryComments.json b/src/i18n/resources/en/panEuropean/countryComments.json new file mode 100644 index 0000000000..4684faf64f --- /dev/null +++ b/src/i18n/resources/en/panEuropean/countryComments.json @@ -0,0 +1,265 @@ +{ + "countryComments": "Country Comments", + "forest": "Forest", + "forestArea": "Forest area", + "forestAreaByForestType": "Forest area by forest type", + "growingStock": "Growing stock", + "growingStockByForestType": "Growing stock by forest type", + "growingStockComposition": "Growing stock composition", + "ageClassDistribution": "Age class distribution (volume of even-aged stands) in forest available for wood supply", + "carbonStockInHarvestedWoodProductsHWP": "Carbon stock in harvested wood products (HWP)", + "annualForestExpansionAndRegeneration": "Annual forest expansion and regeneration", + "other": "Other", + "naturalnessBySubclass": "Naturalness by subclass", + "introducedTreeSpecies": "Introduced tree species", + "invasiveTreeSpecies": "Invasive tree species", + "totalFixedCapitalFormationInForestsAndForestry": "Total fixed capital formation in forests and forestry", + "totalFixedCapitalTransfersInForestsAndForestry": "Total fixed capital transfers in forests and forestry", + "EmploymentByEducationAndJobCharacteristics": "Employment by education and job characteristics", + "intensityOfUse": "Intensity of use", + "recreationFacilities": "Recreation facilities", + "otherRecreationFacilities": "Other recreation facilities - pilot reporting (2020)", + "theYearAndDataReported": "The year and data reported for 2025", + "howDidYouGenerateValues": "How did you generate values for 2025", + "theRecentAvailableYear": "The year of recent available data", + "extrapolation": "Extrapolation", + "assessmentBasedOnEvidence": "Assessment based on evidence (e.g. forecast, outlooks, national afforestation programmes, forest policy targets)", + "approachToReportingOnTheCategoriesOfTheTable11A": "Approach to reporting on the categories of the Table 1.1a", + "category": "Category", + "areaEstimate": "Area estimate (1000 ha)", + "comments": "Comments", + "commentsRelateToDataDefinitions": "Comments related to data, definitions, etc.", + "commentsOnTrendS": "Comments on trend(s)", + "commentsOnTrend": "Comments on trend(s)", + "valuesAccordingFaoDefinitionGrowingStock": "Please indicate if reported values are according to the FAO definition of growing stock", + "PleaseSpecifyRelevantThresholds": "Please specify relevant thresholds", + "minimumDiameter": "Minimum diameter", + "minimumTopDiameterUsed": "Minimum top diameter used", + "minimumBranchDiameterUsed": "Minimum branch diameter used", + "isVolumeAboveGroundOrAboveStump": "Is volume above ground or above stump?", + "generalComments": "General comments", + "growingStockOnForestArea": "Growing stock on forest area", + "ofWhichAvailableForWoodSupply": "... of which available for wood supply", + "owlArea": "OWL area", + "growingStockOnOwl": "Growing stock on OWL", + "growingStockOnFowls": "Growing stock on FOWLS", + "forestTypes": "Forest types", + "approachToDelineationBetweenEvenAgedAndUnevenAgedStands": "Approach to delineation between even-aged and uneven-aged stands", + "howIdYouDistinguishBetweenEvenAgedAndUnevenAgedStands": "How did you distinguish between even-aged and uneven-aged stands?", + "commentsToInterpretationOfDevelopmentPhases": "Comments to interpretation of development phases", + "howDidYouInterpretedAndDefineNationally": "How did you interpreted and define nationally", + "regenerationPhase": "Regeneration phase", + "intermediatePhase": "Intermediate phase", + "maturePhase": "Mature phase", + "unspecified": "Unspecified", + "EvenAgedStands": "Even-aged stands", + "forestEvenAgedStands": "Forest: Even-aged stands", + "totalAreaOfUnevenAgedForest": "Total area of uneven-aged forest", + "totalVolumeOfUnevenAgedForests": "Total volume of uneven-aged forests", + "diameterDistributionForUnevenAgedForests": "Diameter distribution for uneven-aged forests", + "diameterDistributionForUnevenAgedForestsAvailableForWoodSupply": "Diameter distribution for uneven-aged forests available for wood supply", + "theYearAndDataReportedFor2025": "The year and data reported for 2025", + "howDidYouGenerateValuesFor2025": "How did you generate values for 2025", + "approachToReportingOnGrowingStock": "Approach to reporting on growing stock", + "ifNotPleaseSpecifyRelevantThresholds": "If not, please specify relevant thresholds", + "commentsRelatedToDataDefinitions": "Comments related to data, definitions, etc.", + "commentsOnTrends": "Comments on trends", + "approachToDetermineDiameterStructure": "Approach to determine diameter structure", + "describeHowYouDetermineDiameterStructure": "Describe how you determine diameter structure", + "commentsToInterpretationOfDevelopmentPhasesForGrowingStock": "Comments to interpretation of development phases for growing stock", + "commentsRelatedToDataDefinitionsConversionFactorsUsed": "Comments related to data, definitions, conversion factors used", + "groundLivingBiomass": "Ground living biomass", + "carbonStockInBelowGroundLivingBiomass": "Carbon stock in below ground living biomass", + "carbonStockInDeadwood": "Carbon stock in deadwood", + "carbonStockInLitter": "Carbon stock in litter", + "carbonStockInSoil": "Carbon stock in soil", + "biomassCarbonConversionFactorUsed": "Biomass/carbon conversion factor used", + "criteriaAppliedToReportingDamage": "Criteria applied to reporting damage", + "minimumSizeOfDamagedFowlReported": "Minimum size of damaged fowl reported", + "otherCriteriaAndMinimumThresholdsUsedToDetermineAreaAsDamaged": "Other criteria and minimum thresholds used to determine area as damaged", + "criteriaUsedToDetermineWhichAgentsWerePrimarilyDamaging": "Criteria used to determine which agents were primarily damaging", + "areDamageInProtectedForestsIncludedInTheReportedFigures": "Are damage in protected forests included in the reported figures?", + "totalAreaWithDamage": "Total area with damage", + "primarilyDamagedByInsectsAndDisease": "Primarily damaged by insects and disease", + "primarilyDamagedByWildlifeAndGrazing": "Primarily damaged by wildlife and grazing", + "damagePrimarilyHumanInducedForestOperations": "Damage primarily human induced forest operations", + "humanInducedDamagesReportedUnderOther": "Human induced damages reported under other", + "primarilyDamagedByAbioticAgents": "Primarily damaged by abiotic agents", + "primarilyDamagedByFire": "Primarily damaged by fire", + "unspecifiedMixedDamage": "Unspecified mixed damage", + "grossAnnualIncrement": "Gross annual increment", + "naturalLosses": "Natural losses", + "netAnnualIncrement": "Net annual increment", + "totalFellings": "Total fellings", + "fellingsOfNaturalLosses": "Fellings of natural losses", + "approachApplieToReportingOnRemovals": "Approach applied to reporting on removals", + "approachUsedToDetermineMarketedWood": "Approach used to determine marketed wood", + "approachUsedToDetermineValueOfWood": "Approach used to determine value of wood", + "industrialRoundwoodRemovalsVolume": "Industrial roundwood removals volume", + "industrialRoundwoodRemovalsValue": "Industrial roundwood removals value", + "woodfuelRemovalsVolume": "Woodfuel removals volume", + "woodfuelRemovalsValue": "Woodfuel removals value", + "product": "Product", + "carbonStockInAboveGroundLivingBiomass": "Carbon stock in above-ground living biomass", + "commentsOnTren": "Comments on trend(s)", + "first": "1st", + "second": "2nd", + "third": "3rd", + "fourth": "4th", + "fifth": "5th", + "sixth": "6th", + "seventh": "7th", + "eighth": "8th", + "ninth": "9th", + "tenth": "10th", + "countryComments1StPart": "Country comments (1st part)", + "countryComments2NdPart": "Country comments (2nd part)", + "countryComments3Rd": "Country comments (3rd part)", + "describeMethodUsedToDetermineFellings": "Describe method used to determine fellings", + "ifApplicableBarkConversionFactorFromOverBarkToUnderBark": "If applicable, bark conversion factor from over bark to under bark", + "approachUsedToDetermineMarketed": "Approach used to determine marketed", + "approachUsedToDetermineValue": "Approach used to determine value", + "approachToDetermineFellings": "Approach to determine fellings", + "countryComments4Th": "Country comments (4th part)", + "countryComments5Th": "Country comments (5th part)", + "countryComments6Th": "Country comments (6th part)", + "countryComments7Th": "Country comments (7th part)", + "countryComments8Th": "Country comments (8th part)", + "countryComments9Th": "Country comments (9th part)", + "countryComments10Th": "Country comments (10th part)", + "allOtherPlantProducts": "All other plant products", + "allOtherAnimalProducts": "All other animal products", + "referenceAreaIfDifferentFromTotalFowlEGOwnershipClassOr1000Ha": "Reference area (if different from total fowl, e.g. ownership class or 1000 ha)", + "approachToReportOnTreeSpeciesComposition": "Approach to report on tree species composition", + "minimumSizeOfTreesToBeIncluded": "Minimum size of trees to be included", + "doesYourCountryHaveANationalMethodology": "Does your country have a national methodology for land degradation assessment?", + "ifYesWhatIsTheNationalDefinition": "If yes, what is the national definition of \"Degraded forest\"?", + "ifYesDescribeMonitoringProcessAndResults": "If yes, describe the monitoring process and results", + "minimumSizeOfDegradedForestReportedHa": "Minimum size of degraded forest reported (ha)", + "otherCriteriaAndMinimumThresholdsUsedToDetermineForestAsDegraded": "Other criteria and minimum thresholds used to determine forest as \"degraded\"", + "criteriaUsedToDeterminePrimaryTypeOfDegradation": "Criteria used to determine primary type of degradation", + "doesYourCountryHaveANationalMethodologyForLandDegradationAssessment": "Does your country have a national methodology for land degradation assessment?", + "totalAreaOfDegradedLand": "Total area of degraded land", + "primarilyDegradedBy": "Primarily degraded by", + "primarilyDegradedByGrazing": "Primarily degraded by grazing", + "primarilyDegradedByRepeatedFires": "Primarily degraded by repeated fires", + "primarilyDegradedByAirPollution": "Primarily degraded by air pollution", + "primarilyDegradedByDesertification": "Primarily degraded by desertification", + "formerDegradedLandRestoredByAfforestationReforestation": "Former degraded land restored by afforestation/reforestation", + "referenceAreaForTheAssessment": "Reference area for the assessment", + "areaWithNumberOfTreeSpeciesOccurringOnForest": "Area with number of tree species occurring on forest", + "areaWithNumberOfTreeSpeciesOccurringOnOwl": "Area with number of tree species occurring on owl", + "areaWithNumberOfTreeSpeciesOccurringOnForestAndOwl": "Area with number of tree species occurring on forest and owl", + "totalAreaOfForestByExpansionRegenerationType": "Total area of forest by expansion/regeneration type", + "naturalExpansionAndRegeneration": "Natural expansion and regeneration", + "afforestationAndRegenerationByPlantingAndOrSeeding": "Afforestation and regeneration by planting and/or seeding", + "coppice": "Coppice", + "naturalExpansionOfForestArea": "Natural expansion of forest area", + "regenerationOfForestArean": "Regeneration of forest area", + "approachToDelimniateBetweenCategories": "Approach to delimitate between categories", + "criteriaOrThresholdsUsedToDelimitUndisturbedByManFromSemiNatural": "Criteria or theresholds used to delimit undisturbed by man from seminatural", + "criteriaOrThresholdsUsedToDelimitSemiNaturalFromPlantations": "Criteria or thresholds used to delimit seminatural from plantations", + "fowlUndisturbedByMan": "Fowl: undisturbed by man", + "fowlSemiNatural": "Fowl: semi-natural", + "fowlPlantations": "Fowl: plantations", + "BarkConversionFactorFromOverBarkToUnderBark": "Bark conversion factor from \"over bark\" to \"under bark\"", + "approachApplieToReportingOnIntroducedInvasiveSpecies": "Approach applied to reporting on introduced/invasive species", + "referenceAreaForAssessmentSizeOfSamplePlotAverageStand": "Reference area for assessment (size of sample plot, average stand)", + "referencePeriodUsedToClassifyAsIntroducedYearsSinceIntroductionYears": "Reference period used to classify as introduced (years since introduction, years since first detection)", + "criteriaOrThresholdsUsedToClassifySpeciesAsInvasive": "Criteria or thresholds used to classify species as invasive", + "general": "General", + "AreaDominatedByIntroducedTreeSpecies": "Area dominated by introduced tree species", + "areaDominatedByInvasiveTreeSpecies": "Area dominated by invasive tree species", + "nonWoodyInvasiveSpecies": "Non-woody invasive species", + "approachAppliedToReportingOnDeadwood": "Approach applied to reporting on deadwood", + "pleaseIndicateIfReportedValuesAreAccordingToTheRecommendedMinimumSizes": "Please indicate if reported values are according to the recommended minimum sizes", + "approachToReportingOnDeadwood": "Approach to reporting on deadwood", + "minimumHeightOfStandingDeadwoodReported": "Minimum height of standing deadwood reported", + "minimumDiameterOfStandingDeadwoodReported": "Minimum diameter of standing deadwood reported", + "minimumLengthOfLyingDeadwoodReported": "Minimum length of lying deadwood reported", + "minimumDiameterOfLyingDeadwoodReported": "Minimum diameter of lying deadwood reported", + "standingDeadwood": "Standing deadwood", + "lyingDeadwoo": "Lying deadwood", + "approachAppliedToReportingOnThreatenedForestSpecies": "Approach applied to reporting on threatened forest species", + "pleaseSpecifyWhichMainTaxaInTheTableAndReportingNotesAreNotAssessedInYourCountry": "Please specify which main taxa in the table and reporting notes are not assessed in your country", + "endangeredTrees": "Endangered trees", + "endangeredBirds": "Endangered birds", + "endangeredMammals": "Endangered mammals", + "endangeredOtherVertebrates": "Endangered other vertebrates", + "endangeredInvertebrates": "Endangered invertebrates", + "endangeredVascularPlants": "Endangered vascular plants", + "endangeredCryptogamsAndFungi": "Endangered cryptogams and fungi", + "pleaseDescribeHowSpeciesWereClassifiedAsForestSpeciesInReportingFromYourCountry": "Please describe how species were classified as forest species in reporting from your country", + "forEachClassPleaseProvideAnExplanationIfAndHowYouClassifiedNatura2000AreasInYourReporting": "For each class, please provide an explanation if and how you classified Natura 2000 areas in your reporting", + "fowlMcpfeClass11": "Fowl: MCPFE class 1.1", + "fowlMcpfeClass12": "Fowl: MCPFE class 1.2", + "fowlMcpfeClass13": "Fowl: MCPFE class 1.3", + "fowlMcpfeClass2": "Fowl: MCPFE class 2", + "ForEachClassPleaseProvideAnExplanationHowDidYouDesignateThoseAreasEGLegalBasedDesignationManagementPlansOtherDesignationTypesEGSurveySlopeGradientEtHowDidYouClassifiedNatura2000AreasInYourReporting": "For each class, please provide an explanation how did you designate those areas (e.g. legal based designation, management plans, other designation types, e.g. survey, slope gradient, etc.) and how did you classified Natura 2000 areas in your reporting", + "soilWaterAndOtherForestEcosystemFunctions": "Soil, water and other forest ecosystem functions", + "infrastructureAndManagedNaturalResources": "Infrastructure and managed natural resources", + "minimumSizeOfForestHoldingReportedHa": "Minimum size of forest holding reported (ha)", + "areaAndNumberOfHoldingsInPrivateOwnership": "Area and number of holdings in private ownership", + "areaAndNumberOfHoldingsInPublicOwnership": "Area and number of holdings in public ownership", + "manufactureOfPaperAndPaperProducts": "Manufacture of paper and paper products", + "factorIncome": "Factor income", + "netOperatingSurplus": "Net operating surplus", + "totalGrossFixedCapitalFormation": "Total gross fixed capital formation", + "grossFixedCapitalFormationInPlantingOfTreesToProvideRegularIncome": "Gross fixed capital formation in planting of trees to provide regular income", + "grossFixedCapitalFormationInEquipmentAndBuildings": "Gross fixed capital formation in equipment and buildings", + "otherGrossFixedCapitalFormation": "Other gross fixed capital formation", + "totalFixedCapitalConsumption": "Total fixed capital consumption", + "fixedCapitalConsumptionInPlantingOfTreesToProvideRegularIncome": "Fixed capital consumption in planting of trees to provide regular income", + "fixedCapitalConsumptionInEquipmentAndBuildings": "Fixed capital consumption in equipment and buildings", + "otherFixedCapitalConsumption": "Other fixed capital consumption", + "totalCapitalTransfers": "Total capital transfers", + "scopeOfEmploymentReportedIfNotFromLfs": "Scope of employment reported (if not from LFS)", + "commentsOnEmploymentWhichIsNotCoveredByTheSourcesUsed": "Comments on employment which is not covered by the sources used", + "forestry": "Forestry", + "manufactureOfWoodAndOfProductsOfWood": "Manufacture of wood and of products of wood", + "manufactureOfWoodAndArticlesInWood": "Manufacture of wood and of articles in wood", + "thresholdForReportingNonFatalAccidentsDaysOfAbsence": "Threshold for reporting non-fatal accidents (days of absence)", + "fatalAccidents": "Fatal accidents", + "nonFatalAccidents": "Non-fatal accidents", + "anyCommentsOnOccupationalDiseases": "Any comments on occupational diseases", + "shortDescriptionOfTheRecordingAssessmentSystemForTheFatalAndNonFatalOccupationalAccidentsInForestry": "Short description of the recording/assessment system for the fatal and non-fatal occupational accidents in forestry", + "approachToReportingOnEnergyFromWood": "Approach to reporting on energy from wood", + "approachToCalculateOrEstimateWoodDirectlyFromForestsAndOutsideForestsMarketedAndSelfConsumption": "Approach to calculate or estimate wood directly from forests and outside forests marketed and self-consumption", + "conversionFactorsUsedToConvertToEnergyFromEnergyUnits": "Conversion factors used to convert to energy from energy units", + "criteriaUsedToIncludeAreasInPrimarilyDesignatedOrManagedForPublicRecreation": "Criteria used to include areas in primarily designated or managed for public recreation", + "criteriaUsedToIncludeAreasInForestsAvailableToThePublicRecreation": "Criteria used to include areas in forests available to the public recreation", + "approachToReportingOnAccessibilityForRecreation": "Approach to reporting on accessibility for recreation", + "areaOfForestsAvailableForPublicRecreation": "Area of forests available for public recreation", + "areaOfForestsPrimarilyDesignatedOrManagedForPublicRecreation": "Area of forests primarily designated or managed for public recreation", + "inYourCountryAreRecentlyDegradedForestAreasLegallyConsideredAsNonForestLand": "In your country are recently degraded forest areas legally considered as non-forest land?", + "inYourCountryAreDegradedNonForestAreasReCategorisedToForestLandWithTheAimToReforestThem": "In your country are degraded non-forest areas re-categorised to forest land with the aim to reforest them?", + "christmasTreePlantationsOnForestLand": "Christmas tree plantations on forest land", + "poplarPlantationsOnForestLand": "Poplar plantations on forest land", + "shortRotationForestry": "Short rotation forestry", + "shortRotationCoppicesOnForestLand": "Short rotation coppices on forest land", + "OfWhichNotAvailableForWoodSupply": "Of which not available for wood supply", + "environmentalRestrictions": "Environmental restrictions", + "protectedForests": "Protected forests", + "productiveForestsDesignatedToProtectKeyHabitatsSpeciesOrOtherNaturalValues": "Productive forests designated to protect key habitats/species or other natural values", + "protectiveForestsSoilWaterAndOtherEcosystemFunctionsInfrastructureAndManagedNaturalResources": "Protective forests (soil, water and other ecosystem functions, infrastructure and managed natural resources)", + "socialRestrictions": "Social restrictions", + "forestsDesignatedToProtectAestheticHistoricalCulturalOrSpiritualValues": "Forests designated to protect aesthetic, historical, cultural or spiritual values", + "forestsManagedForRecreationalPurposes": "Forests managed for recreational purposes", + "forestsExcludedFromHarvestingByOwnerSDecision": "Forests excluded from harvesting by owner’s decision", + "militaryForests": "Military forests", + "economicRestrictions": "Economic restrictions", + "forestsOfVeryLowProductivityEconomicRevenueOfHarvesting": "Forests of very low productivity (economic revenue of harvesting)", + "forestsPhysicallyNotAccessibleIncludingSlopeAndSoilCondition": "Forests physically not accessible (including slope and soil condition)", + "otherPleaseSpecify": "Other (please specify)", + "otherWoodedLand": "Other wooded land", + "alpineShrublandEGPinusMugo": "Alpine shrubland (e.g. Pinus mugo)", + "otherShrublandEGMaquisGarrigueMatorral": "Other shrubland (e.g. maquis, garrigue, matorral)", + "otherLandWithTreeCover": "Other land with tree cover", + "agroForestrySilvoPastoralAreasEGForRearingIberianBlackPig": "Agro-forestry/silvo-pastoral areas (e.g. for rearing Iberian black pig)", + "plantationsOfNutProducingTreesOrShrubsEGSweetChestnutsAlmondsWalnutsHazelnuts": "Plantations of nut-producing trees or shrubs (e.g. sweet chestnuts, almonds, walnuts, hazelnuts)", + "oliveGrovesAndFruitTreeOrchards": "Olive groves and fruit tree orchards", + "poplarPlantationsOnAgriculturalLand": "Poplar plantations on agricultural land", + "treesInUrbanSettings": "Trees in urban settings", + "shortRotationCoppicesOnAgriculturalLand": "Short rotation coppices on agricultural land", + "christmasTreePlantationsOnAgriculturalLand": "Christmas tree plantations on agricultural land" +} diff --git a/src/i18n/resources/en/panEuropean/panEuropean.js b/src/i18n/resources/en/panEuropean/panEuropean.js deleted file mode 100644 index 122c0ab8b0..0000000000 --- a/src/i18n/resources/en/panEuropean/panEuropean.js +++ /dev/null @@ -1,1026 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/no-var-requires -const countryComments = require('./countryComments') - -// eslint-disable-next-line @typescript-eslint/no-var-requires -const _2020 = require('./2020') -// eslint-disable-next-line @typescript-eslint/no-var-requires -const _2025 = require('./2025') -// eslint-disable-next-line @typescript-eslint/no-var-requires -const print = require('./print') - -module.exports = { - 2020: _2020, - 2025: _2025, - print, - - // assessment labels - labels: { - short: 'panEuropean', - }, - - countryComments, - // ...TODO: Move all reasonability checks out to a separate file - reasonabilityChecks: { - reasonabilityCheck: 'Reasonableness check', - description: - 'This section is to help national correspondents and reviewers verify data correctness and consistency across different reporting tables. It is non-editable and will not be published.', - variable: 'Variable - Year', - forest: 'Forest', - FAWS: 'FAWS', - OWL: 'OWL', - FOWL: 'FOWL', - - netAnnualIncrementPerHa: 'Net annual increment per ha (3.1/1.1a) - {{year}}', - fellingsPerHa: 'Fellings per ha (3.1/1.1a) - {{year}}', - fellingsAsPct: 'Fellings as percent of net annual increment (3.1) - {{year}}', - roundwoodRemovalAsPctOfGrowingStockSupply: - 'Roundwood removals as percent of growing stock on Forest available for wood supply (3.2 / 1.2a) - {{year}}', - roundwoodRemovalAsPctOfGrowingStockTotal: - 'Roundwood removals as percent of growing stock on Forest and Other wooded land (3.2 / 1.2a) - {{year}}', - growingStockPerHa: 'Growing stock per hectar (1.2a/1.1a) - {{year}}', - carbonBelowByCarbonAbove: 'Carbon in below-ground biomass/ Carbon in above-ground biomass (1.4a) - {{year}}', - carbonAboveByGrowingStock: 'Carbon in above-ground biomass/ growing stock (1.4a/1.2a) - {{year}}', - soilCarbon: 'Soil carbon (1.4a/1.1a) - {{year}}', - deadwoodVolumeComparedToCarbon: 'Dead wood: volume compared to carbon stock (4.5/1.4a) - {{year}}', - totalWithDamageOverTotal: 'Area with damage as a share of Total forest area (2.4/1.1a) - {{year}}', - }, - - panEuCommentsTitle: 'Additional Comments', - panEuropeanAssessment: 'Joint pan-European dataset', - variable: 'Variable', - landing: { - link: 'Joint FOREST EUROPE / UNECE / FAO reporting on pan-European indicators for SFM : FOREST EUROPE', - }, - home: { - title: 'Joint Pan-European Data Collection', - description1: - 'This platform provides comprehensive information on forests and the environmental, economic, and social dimensions of sustainable forest management in the Pan-European region (FOREST EUROPE signatory countries).', - description2: `The Joint Pan-European Data Collection is the joint initiative by UNECE, FAO, and FOREST EUROPE, carried out in parallel to the FAO Global Forest Resources Assessment (FRA).`, - }, - disclaimer: { - platformDeveloped: `This platform was developed jointly by`, - fao: 'FAO', - unece: 'UNECE', - technicalSupport: 'with the technical support of', - and: 'and', - forestEurope: 'FOREST EUROPE', - govSwitzerland: 'Government of Switzerland', - part1: 'The website has been produced with the assistance of the governments of', - sweden: 'Sweden', - switzerland: 'Switzerland', - }, - - // navigation - navigation: { - forestResourcesAndCarbon: 'Forest resources and carbon', - maintenanceOfForestEcosystemHealthAndVitality: 'Maintenance of forest ecosystem health and vitality', - productiveFunctionsOfForestsWoodAndNonWood: 'Productive functions of forests (wood and non-wood)', - biologicalDiversityInForestEcosystems: 'Biological diversity in forest ecosystems', - protectiveFunctionsInForestManagement: 'Protective functions in forest management', - socioEconomicFunctionsAndConditions: 'Socio-economic functions and conditions', - }, - - // table 1.1a - forestArea: { - forestArea: 'Forest area', - forestAreaNumber: 'I. Forest area', - forestAreaByForestTypeNumber: 'II. Forest area by forest type', - categoryYear: 'Category - Year', - area: 'Area', - area1000Ha: 'Area (1 000 ha)', - forest: 'Forest - {{year}}', - _of_which_available_for_wood_supply: '… of which available for wood supply - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - other_land: 'Other land - {{year}}', - remaining_land_area: 'Remaining land area - {{year}}', - _of_which_with_tree_cover: '… of which with tree cover - {{year}}', - }, - - // table 1.1b - forestAreaByForestTypes: { - forestAreaByForestTypes: 'Forest area by forest types', - category: 'Category', - forestArea1000Ha: 'Forest area (1 000 ha)', - predominantly_coniferous_forest: 'Predominantly coniferous forest', - predominantly_broadleaved_forest: 'Predominantly broadleaved forest', - mixed_forest: 'Mixed forest', - forest_area_1990: 'Forest area - 1990', - forest_area_2000: 'Forest area - 2000', - forest_area_2005: 'Forest area - 2005', - forest_area_2010: 'Forest area - 2010', - forest_area_2015: 'Forest area - 2015', - forest_area_2020: 'Forest area - 2020', - }, - - // table 1.2a - growingStock: { - growingStockNumber: 'I. Growing stock', - growingStockByForestTypeNumber: 'II. Growing stock by forest type', - growingStockCompositionNumber: 'III. Growing stock composition', - forestGrowingStockCompositionNumber: 'III. Forest growing stock composition', - growingStock: 'Growing stock', - categoryYear: 'Category - Year', - growingStockMillionM3OB: 'Growing stock (million m³ over bark)', - total: 'Total', - _ofWhich: '… of which', - coniferous: 'Coniferous', - broadleaved: 'Broadleaved', - forest: 'Forest - {{year}}', - _of_which_available_for_wood_supply: '… of which available for wood supply - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - total_forest_and_other_wooded_land_only: 'Total forest and other wooded land', - of_which_available_for_wood_supply_only: 'of which available for wood supply', - other_wooded_land_only: 'Other wooded land', - }, - - // table 1.2b - growingStockByForestType: { - growingStockByForestType: 'Growing stock by forest type', - category: 'Category', - growingStockMillionM3OB: 'Growing stock (million m³ over bark)', - predominantly_coniferous_forest: 'Predominantly coniferous forest', - predominantly_broadleaved_forest: 'Predominantly broadleaved forest', - mixed_forest: 'Mixed forest', - growing_stock_1990: 'Growing stock - 1990', - growing_stock_2000: 'Growing stock - 2000', - growing_stock_2005: 'Growing stock - 2005', - growing_stock_2010: 'Growing stock - 2010', - growing_stock_2015: 'Growing stock - 2015', - growing_stock_2020: 'Growing stock - 2020', - }, - - // table 1.2c - growingStockComposition: { - growingStockComposition: 'Growing stock composition', - speciesName: 'Species name', - growingStockInForestMillionM3OB: 'Growing stock in forest (million m³ over bark)', - rank: 'Rank', - scientificName: 'Scientific name', - commonName: 'Common name', - no1_ranked_in_terms_of_volume: '#1 Ranked in terms of volume', - no2_ranked_in_terms_of_volume: '#2 Ranked in terms of volume', - no3_ranked_in_terms_of_volume: '#3 Ranked in terms of volume', - no4_ranked_in_terms_of_volume: '#4 Ranked in terms of volume', - no5_ranked_in_terms_of_volume: '#5 Ranked in terms of volume', - no6_ranked_in_terms_of_volume: '#6 Ranked in terms of volume', - no7_ranked_in_terms_of_volume: '#7 Ranked in terms of volume', - no8_ranked_in_terms_of_volume: '#8 Ranked in terms of volume', - no9_ranked_in_terms_of_volume: '#9 Ranked in terms of volume', - no10_ranked_in_terms_of_volume: '#10 Ranked in terms of volume', - noShort_ranked_in_terms_of_volume: '#1,#2,...,#10 Ranked in terms of volume', - remaining: 'Remaining', - total: 'TOTAL', - scientific_name: 'Scientific name', - common_name: 'Common name', - growing_stock_in_forest_1990: 'Growing stock in forest (million m³ over bark) - 1990', - growing_stock_in_forest_2000: 'Growing stock in forest (million m³ over bark) - 2000', - growing_stock_in_forest_2005: 'Growing stock in forest (million m³ over bark) - 2005', - growing_stock_in_forest_2010: 'Growing stock in forest (million m³ over bark) - 2010', - growing_stock_in_forest_2015: 'Growing stock in forest (million m³ over bark) - 2015', - growing_stock_in_forest_2020: 'Growing stock in forest (million m³ over bark) - 2020', - }, - - // table 1.3a1 - ageClassDistributionAreaOfEvenAgedStands: { - ageClassDistributionAreaOfEvenAgedStands: 'Age class distribution (area of even-aged stands)', - ageClassDistributionAreaOfEvenAgedStandsNumber: 'I. Age class distribution (area of even-aged stands)', - ageClassDistributionNumber: - 'II. Age class distribution (volume of even-aged stands) in forest available for wood supply', - categoryYear: 'Category - Year', - developmentPhases: 'Development phases', - total_area: 'Total area', - regeneration_phase: 'Regeneration phase', - intermediate_phase: 'Intermediate phase', - mature_phase: 'Mature phase', - unspecified: 'Unspecified', - _1000Ha: '1 000 ha', - forest: 'Forest', - forest_even_aged: 'Forest (even-aged stands)', - forest_uneven_aged: 'Forest (uneven-aged stands)', - available_for_wood_supply: 'Available for wood supply', - predominantly_coniferous_FAWS: 'Predominantly coniferous FAWS', - predominantly_broadleaved_FAWS: 'Predominantly broadleaved FAWS', - mixed: 'Mixed forest', - forest_available_even_aged: 'Forest available for wood supply (even-aged stands)', - forest_even_aged_stands_of_which: 'Forest (even-aged stands): - {{year}}', - available_for_wood_supply_of_which: 'Available for wood supply: - {{year}}', - predominantly_coniferous_forest: 'Predominantly coniferous FAWS - {{year}}', - predominantly_broadleaved_forest: 'Predominantly broadleaved FAWS - {{year}}', - mixed_forest: 'Mixed forest - {{year}}', - }, - - // table 1.3a2 - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: { - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: - 'Age class distribution (volume of even-aged stands) in forest available for wood supply', - categoryYear: 'Category - Year', - developmentPhases: 'Development phases', - total_volume: 'Total volume', - regeneration_phase: 'Regeneration phase', - intermediate_phase: 'Intermediate phase', - mature_phase: 'Mature phase', - unspecified: 'Unspecified', - _1000M3: '1 000 m³', - forest_available_for_wood_supply_even_aged_stands_of_which: - 'Forest available for wood supply (even-aged stands): - {{year}}', - predominantly_coniferous_forest: 'Predominantly coniferous FAWS - {{year}}', - predominantly_broadleaved_forest: 'Predominantly broadleaved FAWS - {{year}}', - mixed_forest: 'Mixed forest - {{year}}', - }, - - // table 1.3b - diameterDistributionAndTotalAreaUnevenAgedStands: { - diameterDistributionAndTotalAreaUnevenAgedStands: 'Diameter distribution and total area (uneven-aged stands)', - categoryYear: 'Category - Year', - volumeByDiameterClasses1000mob: 'Volume by diameter classes (1 000 m³ over bark)', - area: 'Area (1 000 ha)', - total_volume: 'Total volume (1 000 m³ over bark)', - less_or_equal_20_cm: '<20 cm', - _21_40_cm: '21-40 cm', - _41_60_cm: '41-60 cm', - greater_60_cm: '>60 cm', - unspecified: 'Unspecified', - forest: 'Forest', - forest_uneven_aged_stands: 'Forest uneven-aged stands - {{year}}', - _of_which_forest_available_for_wood_supply: '... of which: Forest available for wood supply - {{year}}', - }, - - // table 1.4a - carbonStock: { - carbonStock: 'Carbon stock', - carbonStockNumber: 'I. Carbon stock', - carbonStockInHarvestedWoodProductsHWPNumber: 'II. Carbon stock in harvested wood products (HWP)', - categoryYear: 'Category - Year', - carbonInAboveGroundAndBelowGroundLivingBiomass: 'Carbon in above-ground and below-ground living biomass', - carbonInDeadwoodAndLitter: 'Carbon in deadwood and litter', - above_ground: 'Carbon in above-ground living biomass', - aboveGround: 'Above-ground biomass', - below_ground: 'Carbon in below-ground living biomass', - belowGround: 'Below-ground biomass', - deadwood: 'Carbon in deadwood', - deadwoodCarbon: 'Deadwood', - litter: 'Carbon in litter', - litterCarbon: 'Litter', - soil_carbon: 'Soil carbon', - millionMetricTonnes: 'Million metric tonnes', - carbonMillionMetricTonnes: 'Forest Carbon (million metric tonnes)', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 1.4b - carbonStockInHarvestedWoodProductsHWP: { - carbonStockInHarvestedWoodProductsHWP: 'Carbon stock in harvested wood products (HWP)', - categoryYear: 'Category - Year', - totalCarbonStockInHWPMillionMetricTonnes: 'Total carbon stock in HWP (million metric tonnes)', - total_carbon_stock_in_hwp: 'Total carbon stock in HWP', - harvested_wood_products: 'Harvested wood products - {{year}}', - }, - - // table 2.4 - forestAreaWithDamage: { - forestAreaWithDamage: 'Forest area with damage', - categoryYear: 'Category - Year', - areaDamageExcFire: 'Area with damage by different agents (excluding fire)', - areaDamageExcFireHa: 'Area with damage by different agents (excluding fire) (1 000ha)', - areaWithDamageByDifferentAgents: 'Area with damage by different agents', - total: 'Total', - primarilyDamagedByBioticAgents: 'Primarily damaged by biotic agents', - damagePrimarilyHumanInduced: 'Damage primarily human induced', - primarilyDamagedByFire: 'Primarily damaged by fire', - primarilyDamagedByFireHa: 'Primarily damaged by fire (1 000ha)', - thousandHa: '1 000 ha', - affectedThousandHa: 'Forest area affected (1 000 ha)', - total_area_with_damage: 'Total area with damage', - insects_and_disease: 'Biotic agents: Insects and disease', - insectsAndDisease: 'Insects and disease', - disease: 'Disease', - insects: 'Insects', - wildlife_and_grazing: 'Biotic agents: Wildlife and grazing', - wildlifeAndGrazing: 'Wildlife and grazing', - forest_operations: 'Human induced: Forest operations', - forestOperations: 'Forest operations', - other: 'Human induced: Other', - otherHumanInduced: 'Other', - primarily_damaged_by_abiotic_agents: 'Abiotic agents (storm, wind, snow, etc.)', - primarilyDamagedByAbioticAgents: 'Primarily damaged by abiotic agents (storm, wind, snow, etc.)', - primarily_damaged_by_fire_total: 'Fire: Total', - primarilyDamagedByFireTotal: 'Total', - of_which_human_induced: 'Fire: Of which human induced', - ofWhichHumanInduced: '... of which: human induced', - unspecifiedMixedDamage: 'Unspecified / Mixed damage', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 2.5 - areaWithForestLandDegradation: { - areaWithForestLandDegradation: 'Area with forest land degradation', - categoryYear: 'Category - Year', - totalAreaOfDegradedLand: 'Total area of degraded land (1 000 ha)', - totalAreaOfDegradedLand2025: 'Total degraded forest area (1 000 ha)', - areaPrimarilyDegradedBy: 'Area primarily degraded by (1 000 ha)', - formerDegradedLandRestored: 'Former degraded land restored (1 000 ha)', - grazing: 'Grazing', - agentOne: '', - agentTwo: '', - agentThree: '', - agentFour: '', - agentFive: '', - repeatedFires: 'Repeated fires', - airPollution: 'Air pollution', - desertification: 'Desertification', - other1: 'Other 1', - other2: 'Other 2', - other3: 'Other 3', - unknownMixedDegradation: 'Unknown / Mixed degradation', - unknownMixedDegradation2025: 'Unknown agent / Mixed degradation (specify in comments)', - nA: '', - agentName: '', - writeName: 'Write Agent Name...', - thousandHa: '1 000 ha', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - otherNames: 'The names of the other factors that area is primarily degraded by', - total_area_of_degraded_land: 'Total area of degraded land', - repeated_fires: 'Repeated fires', - air_pollution: 'Air pollution', - other_1: 'Other 1', - other_2: 'Other 2', - other_3: 'Other 3', - former_degraded_land_restored: 'Former degraded land restored', - }, - - // table 3.1 - incrementAndFellings: { - incrementAndFellingsVolume1000mob: 'Increment and fellings volume (1 000 m³ over bark)', - incrementAndFellings: 'Increment and fellings', - categoryYear: 'Category - Year', - fellings: 'Fellings', - volume1000mob: 'Volume (1 000 m³ over bark)', - gross_annual_increment: 'Gross annual increment', - natural_losses: 'Natural losses', - net_annual_increment: 'Net annual increment', - fellings_total: 'Fellings: Total', - fellingsTotal: 'Total', - _of_which_of_natural_losses: 'Felling: Natural losses', - ofWhichOfNaturalLosses: '... of which: of natural losses', - forest: 'Forest - {{year}}', - _of_which_forest_available_for_wood_supply: '... of which: Forest available for wood supply - {{year}}', - }, - - // table 3.2 - removals: { - removals: 'Removals', - categoryYear: 'Category - Year', - woodRemovals: 'Wood removals', - total: 'Total', - industrialRoundwood: 'Industrial roundwood', - woodfuel: 'Woodfuel', - volume1000M3UB: 'Volume (1 000 m³ under bark)', - marketValue1000NationalCurrency: 'Market Value (1 000 national currency)', - roundwood: 'Roundwood - {{year}}', - total_volume: 'Total: Volume (1 000 m³ under bark)', - industrial_roundwood_volume: 'Industrial roundwood: Volume (1 000 m³ under bark)', - industrial_roundwood_market_value: 'Industrial roundwood: Market Value (1 000 national currency)', - woodfuel_volume: 'Woodfuel: Volume (1 000 m³ under bark)', - woodfuel_market_value: 'Woodfuel: Market Value (1 000 national currency)', - }, - - nonWoodGoods: { - nonWoodGoods: 'Non-wood goods', - }, - - marketedServices: { - marketedServices: 'Marketed services', - }, - - // table 3.3 - nonWoodGoods2015: { - nonWoodGoods2015: 'Non-wood goods (2015)', - nonWoodGoods: 'Non-wood goods', - rankValue: 'Rank (value)', - nameOfGroupsOfProduct: 'Name of (groups of) product', - keySpecies: 'Key species', - totalHarvestedNonWoodGoods: 'Total harvested non-wood goods', - unit: 'Unit', - quantity: 'Quantity', - marketValue1000NationalCurrency: 'Market value (1 000 national currency)', - nwfpCategory: 'NWFP category', - _01st: '1st Rank (value)', - _02nd: '2nd Rank (value)', - _03rd: '3rd Rank (value)', - _04th: '4th Rank (value)', - _05th: '5th Rank (value)', - _06th: '6th Rank (value)', - _07th: '7th Rank (value)', - _08th: '8th Rank (value)', - _09th: '9th Rank (value)', - _10th: '10th Rank (value)', - all_other_plant_products: 'All other plant products', - all_other_animal_products: 'All other animal products', - total: 'TOTAL', - name_of_groups_of_product: 'Name of (groups of) product', - key_species: 'Key species', - total_harvested_non_wood_goods_unit: 'Total harvested non-wood goods: Unit', - total_harvested_non_wood_goods_quantity: 'Total harvested non-wood goods: Quantity', - market_value_1000_national_currency: 'Market value (1 000 national currency)', - nwfp_category: 'NWFP category', - }, - - // table 3.4 - marketedServices2015: { - marketedServices2015: 'Marketed services (2015)', - marketedServices: 'Marketed services', - rankValue: 'Rank (value)', - nameOfServiceProduct: 'Name of service/product', - unit: 'Unit', - serviceProvision: 'Service provision', - forestServiceCategory: 'Forest service category', - amountOfServiceProduct: 'Amount of service/product', - value1000NationalCurrency: 'Value (1 000 national currency)', - _01st: '1st Rank (value)', - _02nd: '2nd Rank (value)', - _03rd: '3rd Rank (value)', - _04th: '4th Rank (value)', - _05th: '5th Rank (value)', - _06th: '6th Rank (value)', - _07th: '7th Rank (value)', - _08th: '8th Rank (value)', - _09th: '9th Rank (value)', - _10th: '10th Rank (value)', - remaining_total: 'Remaining total', - total: 'Total', - name_of_service_product: 'Name of service/product', - service_provision_amount_of_service_product: 'Service provision: Amount of service/product', - service_provision_value_1000_national_currency: 'Service provision: Value (1 000 national currency)', - forest_service_category: 'Forest service category', - }, - - // table 4.1 - treeSpeciesComposition: { - treeSpeciesComposition: 'Tree species composition', - categoryYear: 'Category - Year', - areaWithNumberOfTreeSpeciesOccurring1000ha: 'Area with number of tree species occurring (1 000 ha)', - area_with_number_of_tree_species_occurring_1: 'Area with number of tree species occurring: 1', - areaWithNumberOfTreeSpeciesOccurring1: '1', - area_with_number_of_tree_species_occurring_2_3: 'Area with number of tree species occurring: 2-3', - areaWithNumberOfTreeSpeciesOccurring2_3: '2-3', - area_with_number_of_tree_species_occurring_4_5: 'Area with number of tree species occurring: 4-5', - areaWithNumberOfTreeSpeciesOccurring4_5: '4-5', - area_with_number_of_tree_species_occurring_6_pl: 'Area with number of tree species occurring: 6+', - areaWithNumberOfTreeSpeciesOccurring6_pl: '6+', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 4.2a - totalForestAreaByExpansionAndRegenerationType: { - forestAreaByExpansionAndRegenerationSubcategories: 'Forest area by expansion and regeneration subcategories', - totalForestAreaByExpansionAndRegenerationType: 'Total forest area by expansion and regeneration type', - totalForestAreaByExpansionAndRegenerationTypeNumber: 'I. Total forest area by expansion and regeneration type', - annualForestExpansionAndRegenerationNumber: 'II. Annual forest expansion and regeneration', - categoryYear: 'Category - Year', - totalAreaOfForestByExpansionRegenerationType1000ha: - 'Total area of forest by expansion/regeneration type (1 000 ha)', - natural_expansion_and_natural_regeneration: 'Natural expansion and natural regeneration', - afforestation_and_regeneration_by_planting_and_or_seeding: - 'Afforestation and regeneration by planting and/or seeding', - coppice: '... of which: Coppice', - forest: 'Forest - {{year}}', - }, - - // table 4.2b - annualForestExpansionAndRegeneration: { - annualForestExpansionAndRegeneration: 'Annual forest expansion and regeneration', - categoryYear: 'Category - Year', - annualForestExpansionAndRegeneration1000ha: 'Annual forest expansion and regeneration (1 000 ha / year)', - expansionOfForestArea: 'Expansion of forest area', - regenerationOfForestArea: 'Regeneration of forest area', - afforestation: 'Expansion: Afforestation', - afforestationExpansion: 'Afforestation', - natural_expansion: 'Expansion: Natural expansion', - naturalExpansion: 'Natural expansion', - natural_regeneration: 'Regeneration: Natural regeneration', - naturalRegeneration: 'Natural regeneration', - planting_and_seeding: 'Regeneration: Planting and seeding', - plantingAndSeeding: 'Planting and seeding', - coppice: 'Regeneration: Coppice', - coppiceRegeneration: 'Coppice', - forest: 'Forest - {{year}}', - }, - - // table 4.3a - naturalness: { - naturalness: 'Naturalness', - naturalnessNumber: 'I. Naturalness', - naturalnessBySubclassNumber: 'II. Naturalness by subclass', - categoryYear: 'Category - Year', - area1000ha: 'Area (1 000 ha)', - undisturbed_by_man: 'Undisturbed by man', - semi_natural: 'Semi-natural', - plantations: 'Plantations', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 4.3b - naturalnessBySubclasses: { - naturalnessBySubclasses: 'Naturalness by subclasses', - categoryYear: 'Category - Year', - area1000ha: 'Area (1 000 ha)', - semiNatural: 'Semi-natural', - semiNaturalSubclasses: 'Semi-natural subclasses', - plantations: 'Plantations', - naturally_established: 'Semi-natural: Naturally established', - naturallyEstablished: 'Naturally established', - naturalised_introduced_species: 'Semi-natural: Naturalised introduced species', - naturalisedIntroducedSpecies: 'Naturalised introduced species', - established_by_planting_and_or_seeding: 'Semi-natural: Established by planting and/or seeding', - establishedByPlantingAndOrSeeding: 'Established by planting and/or seeding', - coppice: 'Semi-natural: Coppice', - coppiceSemiNatural: 'Coppice', - unknown_origin: 'Semi-natural: Unknown origin', - unknownOrigin: 'Unknown origin', - native_species: 'Plantations: Native species', - nativeSpecies: 'Native species', - introduced_species: 'Plantations: Introduced species', - introducedSpecies: 'Introduced species', - forest: 'Forest - {{year}}', - }, - - // table 4.4a - introducedTreeSpecies: { - introducedTreeSpecies: 'Area of stands dominated by introduced tree species', - introducedTreeSpeciesNumber: 'I. Area of stands dominated by introduced tree species', - introducedTreeSpecies4_4bNumber: 'II. Introduced tree species', - invasiveTreeSpeciesNumber: 'III. Invasive tree species', - categoryYear: 'Category - Year', - areaOfStandsDominatedByIntroducedTreeSpecies1000ha: - 'Area of stands dominated by introduced tree species (1 000 ha)', - total: 'Total', - _of_which_invasive: '… of which: invasive', - forest: 'Forest - {{year}}', - forest_only: 'Forest', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 4.4b - introducedTreeSpecies4_4b: { - introducedTreeSpecies4_4b: 'Introduced tree species', - category: 'Category', - scientificNameOfIntroducedTreeSpecies: 'Scientific name of introduced tree species', - forestAreaOccupied1000Ha: 'Forest area occupied (1 000 ha)', - _01: 'Introduced tree species 1', - _02: 'Introduced tree species 2', - _03: 'Introduced tree species 3', - _04: 'Introduced tree species 4', - _05: 'Introduced tree species 5', - _06: 'Introduced tree species 6', - _07: 'Introduced tree species 7', - _08: 'Introduced tree species 8', - _09: 'Introduced tree species 9', - _10: 'Introduced tree species 10', - _11: 'Introduced tree species 11', - _12: 'Introduced tree species 12', - _13: 'Introduced tree species 13', - _14: 'Introduced tree species 14', - _15: 'Introduced tree species 15', - _16: 'Introduced tree species 16', - _17: 'Introduced tree species 17', - _18: 'Introduced tree species 18', - _19: 'Introduced tree species 19', - _20: 'Introduced tree species 20', - scientific_name_of_introduced_tree_species: 'Scientific name of introduced tree species', - forest_area_occupied_2005: 'Forest area occupied (1 000 ha) - 2005', - forest_area_occupied_2010: 'Forest area occupied (1 000 ha) - 2010', - forest_area_occupied_2015: 'Forest area occupied (1 000 ha) - 2015', - }, - - // table 4.4c - invasiveTreeSpecies: { - invasiveTreeSpecies: 'Invasive tree species', - category: 'Category', - scientificNameOfInvasiveTreeSpecies: 'Scientific name of invasive tree species', - forestAreaAffected1000Ha: 'Forest area affected (1 000 ha)', - _01: 'Invasive tree species 1', - _02: 'Invasive tree species 2', - _03: 'Invasive tree species 3', - _04: 'Invasive tree species 4', - _05: 'Invasive tree species 5', - _06: 'Invasive tree species 6', - _07: 'Invasive tree species 7', - _08: 'Invasive tree species 8', - _09: 'Invasive tree species 9', - _10: 'Invasive tree species 10', - _11: 'Invasive tree species 11', - _12: 'Invasive tree species 12', - _13: 'Invasive tree species 13', - _14: 'Invasive tree species 14', - _15: 'Invasive tree species 15', - _16: 'Invasive tree species 16', - _17: 'Invasive tree species 17', - _18: 'Invasive tree species 18', - _19: 'Invasive tree species 19', - _20: 'Invasive tree species 20', - scientific_name_of_invasive_tree_species: 'Scientific name of invasive tree species', - forest_area_affected_2005: 'Forest area affected (1 000 ha) - 2005', - forest_area_affected_2010: 'Forest area affected (1 000 ha) - 2010', - forest_area_affected_2015: 'Forest area affected (1 000 ha) - 2015', - }, - - // table 4.5 - deadwood: { - deadwood: 'Deadwood', - categoryYear: 'Category - Year', - volumeOfDeadwoodM3Ha: 'Volume of deadwood (m³/ha)', - total: 'Total', - standing: 'Standing', - lying: 'Lying', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - volumeOfDeadwoodInFOWLBySpeciesGroups: 'Volume of deadwood in FOWL by species groups', - coniferous: 'Coniferous - {{year}}', - broadleaved: 'Broadleaved - {{year}}', - }, - - // table 4.8 - threatenedForestSpecies: { - threatenedForestSpecies: 'Threatened forest species', - categoryYear: 'Category - Year', - threatenedForestSpeciesCol: 'Threatened forest species', - threatenedForestSpeciesColAbs: 'Forest Species (Absolute Number)', - absoluteNumber: 'Absolute number', - total_of_taxa: 'Total of taxa', - vulnerable: 'Vulnerable', - endangered: 'Endangered', - critically_endangered: 'Critically endangered', - extinct_in_the_wild: 'Extinct in the wild', - trees: 'Trees - {{year}}', - birds: 'Birds - {{year}}', - mammals: 'Mammals - {{year}}', - other_vertebrates: 'Other vertebrates - {{year}}', - invertebrates: 'Invertebrates - {{year}}', - vascular_plants: 'Vascular plants - {{year}}', - cryptogams_and_fungi: 'Cryptogams and fungi - {{year}}', - }, - - // table 4.9 - protectedForests: { - protectedForests: 'Protected forests', - categoryYear: 'Category - Year', - ha1000: 'Area (1 000 ha)', - mcpfe_class_1_1: 'MCPFE Class 1.1', - mcpfe_class_1_2: 'MCPFE Class 1.2', - mcpfe_class_1_3: 'MCPFE Class 1.3', - mcpfe_class_2: 'MCPFE Class 2', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 5.1 - protectiveForestsSoilWaterAndOtherEcosystemFunctions: { - protectiveForestsSoilWaterAndOtherEcosystemFunctions: - 'Protective forests – soil, water and other ecosystem functions; infrastructure and managed natural resources', - categoryYear: 'Category - Year', - protectiveForestsMCPFEClass31000ha: 'MCPFE Class 3 Area (1 000 ha)', - soil_water_and_other_forest_ecosystem_functions: 'Soil, water and other forest ecosystem functions', - infrastructure_and_managed_natural_resources: 'Infrastructure and managed natural resources', - total: 'Total', - forest: 'Forest - {{year}}', - other_wooded_land: 'Other wooded land - {{year}}', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 6.1 - forestHoldings: { - forestHoldings: 'Forest holdings', - categoryYear: 'Category - Year', - areaAndNumberOfForestHoldingsInSizeClasses: 'Area and number of forest holdings in size classes', - less10ha: '≤ 10 ha', - _11_500ha: '11 - 500 ha', - more500ha: '≥ 500 ha', - total_forest_area: 'Total forest area (1 000 ha)', - total_number_of_holdings: 'Total number of holdings', - less_10_ha_area: '≤ 10 ha: Area (1 000 ha)', - less_10_ha_number: '≤ 10 ha: Number of holdings', - _11_500_ha_area: '11 - 500 ha: Area (1 000 ha)', - _11_500_ha_number: '11 - 500 ha: Number of holdings', - more_500_ha_area: '≥ 500 ha: Area (1 000 ha)', - more_500_ha_number: '≥ 500 ha: Number of holdings', - area1000Ha: 'Area (1 000 ha)', - numberOfHoldings: 'Number of holdings', - in_public_ownership: 'In public ownership - {{year}}', - public_ownership: 'In public ownership', - in_private_ownership: 'In private ownership - {{year}}', - private_ownership: 'In private ownership', - other_types_of_ownership_unknown: 'Other types of ownership/unknown - {{year}}', - other: 'Other types of ownership/unknown', - forest: 'Forest', - }, - - // table 6.2 - grossValueAdded: { - grossValueAdded: 'Gross value added', - categoryYear: 'Category - Year', - grossValueAddedCol: 'Gross value added', - million_national_currency: 'Million national currency', - percent_of_total_gva: '% of total GVA', - forestry: 'Forestry (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: 'Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: 'Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}', - }, - - // table 6.3 - factorIncomeAndEntrepreneurialIncome: { - factorIncomeAndEntrepreneurialIncome: 'Factor income and entrepreneurial income', - categoryYear: 'Category - Year', - millionNationalCurrency: 'Million national currency', - factor_income: 'Factor income', - net_operating_surplus: 'Net operating surplus', - forestry: 'Forestry (ISIC/NACE 02) - {{year}}', - }, - - // table 6.4a - totalGrossFixedCapitalFormationInForestsAndForestry: { - totalGrossFixedCapitalFormationInForestsAndForestry: 'Total gross fixed capital formation in forests and forestry', - categoryYear: 'Category - Year', - grossFixedCapitalFormationMillionNationalCurrency: 'Gross fixed capital formation (million national currency)', - plantingOfTreesToProvideRegularIncome: 'Planting of trees to provide regular income', - equipmentAndBuildings: 'Equipment and buildings', - otherGrossFixedCapitalFormation: 'Other Gross fixed capital formation', - total: 'Total', - forestry_isic_nace_02: 'Forestry (ISIC/NACE 02) - {{year}}', - planting_of_trees_to_provide_regular_income: 'Planting of trees to provide regular income', - equipment_and_buildings: 'Equipment and buildings', - other_gross_fixed_capital_formation: 'Other Gross fixed capital formation', - }, - - // table 6.4b - totalFixedCapitalConsumptionInForestsAndForestry: { - totalFixedCapitalConsumptionInForestsAndForestry: 'Total fixed capital consumption in forests and forestry', - categoryYear: 'Category - Year', - fixedCapitalConsumptionMillionNationalCurrency: 'Fixed capital consumption (million national currency)', - fixed_capital_consumption: 'Fixed capital consumption', - forestry_isic_nace_02: 'Forestry (ISIC/NACE 02) - {{year}}', - }, - - // table 6.4c - totalCapitalTransfersInForestsAndForestry: { - totalCapitalTransfersInForestsAndForestry: 'Total capital transfers in forests and forestry', - categoryYear: 'Category - Year', - capitalTransfersMillionNationalCurrency: 'Capital transfers (million national currency)', - capital_transfers: 'Capital transfers', - forestry_isic_nace_02: 'Forestry (ISIC/NACE 02) - {{year}}', - }, - - // table 6.5a - employmentByGenderAndAge: { - employmentByGenderAge1000p: 'Employment by gender and age (1 000 people)', - employmentByGenderAndAge: 'Employment by gender and age', - categoryYear: 'Category - Year', - total: 'Total', - gender: 'Gender', - ageGroup: 'Age group', - male: 'Male', - female: 'Female', - _15_49: '15-49', - _50_: '50+', - _1000Persons: '1 000 people', - forestry: 'Forestry (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: 'Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: 'Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}', - gender_male: 'Gender: Male', - gender_female: 'Gender: Female', - age_group_15_49: 'Age group: 15-49', - age_group_50_plus: 'Age group: 50+', - }, - - // table 6.5b - employmentByEducationAndJobCharacteristics: { - employmentByEducationAndJobCharacteristics: 'Employment by education and job characteristics', - categoryYear: 'Category - Year', - education: 'Education (Categories ISCED 1997)', - jobCharacteristics: 'Job characteristics', - _0_2: '0-2', - _3_4: '3-4', - _5_6: '5-6', - _1000Persons: '1 000 people', - education_0_2: 'Education (Categories ISCED 1997): 0-2', - education_3_4: 'Education (Categories ISCED 1997): 3-4', - education_5_6: 'Education (Categories ISCED 1997): 5-6', - employees: 'Job characteristics: Employees', - employeesJobCharacteristics: 'Employees', - self_employed: 'Job characteristics: Self-employed', - selfEmployed: 'Self-employed', - forestry: 'Forestry (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: 'Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: 'Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}', - }, - - // table 6.6 - occupationalAccidents: { - occupationalAccidents: 'Occupational accidents', - categoryYear: 'Category - Year', - fatalOccupationalAccidents: 'Fatal occupational accidents', - nonFatalOccupationalAccidents: 'Non-fatal occupational accidents', - number: 'Number', - annualRatePer1000Workers: 'Annual rate per 1 000 workers', - fatal_occupational_accidents_number: 'Fatal occupational accidents: Number', - fatal_occupational_accidents_per_1000_workers: 'Fatal occupational accidents: Annual rate per 1 000 workers', - non_fatal_occupational_accidents_number: 'Non-fatal occupational accidents: Number', - non_fatal_occupational_accidents_per_1000_workers: - 'Non-fatal occupational accidents: Annual rate per 1 000 workers', - forestry_isic_nace_02: 'Forestry (ISIC/NACE 02) - {{year}}', - }, - - // table 6.7 - woodConsumption: { - woodConsumption: 'Wood consumption', - category: 'Category', - woodConsumption1000M3RWE: 'Wood consumption (1 000 m³ round-wood equivalent)', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - wood_consumption: 'Consumption of forest products', - }, - - // table 6.8 - tradeInWood: { - tradeInWood: 'Trade in wood', - category: 'Category', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - exports_of_forest_products_quantity: 'Exports of forest products (million m³ round-wood equivalent)', - exports_of_forest_products_value: 'Exports of forest products (million Euro/ECU)', - imports_of_forest_products_quantity: 'Imports of forest products (million m³ round-wood equivalent)', - imports_of_forest_products_value: 'Imports of forest products (million Euro/ECU)', - }, - - // table 6.9 - totalEnergySupplyFromWood: { - totalEnergySupplyFromWood: 'Total energy supply from wood', - category: 'Category', - tj: 'TJ', - _1000_metric_tonnes_dry_matter: '1 000 metric tonnes dry matter', - total_primary_energy_supply: 'Total primary energy supply', - total_renewable_energy_supply: 'Total renewable energy supply', - total_energy_supply_from_wood: 'Total energy supply from wood:', - energy_from_direct_wood_fibre_sources: '- Energy from direct wood fibre sources:', - of_which_from_forests: 'of which from forests', - of_which_from_other_wooded_land: 'of which from other wooded land and other land (trees outside forests)', - energy_from_co_products: '- Energy from co-products and residues of the wood processing industries:', - of_which_solid_residues: - 'of which solid residues (chips, particles, wood residues, bark, excluding processed wood-based fuels)', - energy_from_processed_wood_based_fuels: '- Energy from processed wood-based fuels (pellets, briquettes, charcoal):', - of_which_imported: 'of which imported', - energy_from_post_consumer_recovered_wood: '- Energy from post-consumer recovered wood', - energy_from_unknown_unspecified_sources: '- Energy from unknown/unspecified sources', - tj_2007: '2007: TJ', - tj_2009: '2009: TJ', - tj_2011: '2011: TJ', - tj_2013: '2013: TJ', - tj_2015: '2015: TJ', - _1000_metric_tonnes_dry_matter_2007: '2007: 1 000 metric tonnes dry matter', - _1000_metric_tonnes_dry_matter_2009: '2009: 1 000 metric tonnes dry matter', - _1000_metric_tonnes_dry_matter_2011: '2011: 1 000 metric tonnes dry matter', - _1000_metric_tonnes_dry_matter_2013: '2013: 1 000 metric tonnes dry matter', - _1000_metric_tonnes_dry_matter_2015: '2015: 1 000 metric tonnes dry matter', - }, - - // table 6.10a - accessibilityForRecreation: { - accessibilityForRecreation: 'Accessibility for recreation', - accessibilityForRecreationNumber: 'I. Accessibility for recreation', - intensityOfUseNumber: 'II. Intensity of use', - recreationFacilitiesNumber: 'III. Recreation facilities', - otherRecreationFacilitiesNumber: 'IV. Other recreation facilities - pilot reporting (2020)', - categoryYear: 'Category - Year', - areaAvailableForPublicRecreation: 'Area available for public recreation', - total1000Ha: 'Area (1 000 ha)', - _oftotal: '% of total', - areaPrimarilyDesignatedOrManagedForPublicRecreation: 'Area primarily designated or managed for public recreation', - area_available_for_public_recreation_total: 'Area available for public recreation: Total (1 000 ha)', - area_available_for_public_recreation_percent: 'Area available for public recreation: % of total', - area_designated_or_managed_for_public_recreation_total: - 'Area primarily designated or managed for public recreation: Total (1 000 ha)', - area_designated_or_managed_for_public_recreation_percent: - 'Area primarily designated or managed for public recreation: % of total', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - }, - - // table 6.10b - intensityOfUse: { - intensityOfUse: 'Intensity of use', - categoryYear: 'Category - Year', - annualNumberOfVisitsMillion: 'Annual number of visits (million)', - areaAvailableForPublicRecreation: 'Area available for public recreation', - areaPrimarilyDesignatedAndOrManagedForPublicRecreation: - 'Area primarily designated and/or managed for public recreation', - total_forest_and_other_wooded_land: 'Total forest and other wooded land - {{year}}', - area_available_for_public_recreation: 'Area available for public recreation', - area_designated_and_or_managed_for_public_recreation: - 'Area primarily designated and/or managed for public recreation', - }, - - // table 6.10c - recreationFacilities: { - recreationFacilities: 'Recreation facilities', - categoryYear: 'Category - Year', - forestRoadsAndPathsAvailableForPublicRecreation: 'Forest roads and paths available for public recreation', - _ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc: - '... of which designated for: hiking, biking, cross country skiing, etc.', - facilityLengthIn1000Km: 'Facility (length in 1 000 km)', - area_available_for_public_recreation: 'Area available for public recreation - {{year}}', - forest_roads_and_paths_available_for_public_recreation: 'Forest roads and paths available for public recreation', - _of_which_designated_for_hiking_biking_cross_country_skiing_etc: - '... of which designated for hiking, biking, cross country skiing, etc.', - }, - - // table 6.10d - otherRecreationFacilitiesPilotReporting2015: { - otherRecreationFacilitiesPilotReporting2015: 'Other recreation facilities - pilot reporting (2015)', - category: 'Category', - facility: 'Facility', - measurement_unit: 'Measurement unit', - extent_multiplicity: 'Extent / Multiplicity', - facility_category: 'Facility category', - no1_area_available_for_public_recreation: 'Area available for public recreation 1', - no2_area_available_for_public_recreation: 'Area available for public recreation 2', - no3_area_available_for_public_recreation: 'Area available for public recreation 3', - no4_area_available_for_public_recreation: 'Area available for public recreation 4', - no5_area_available_for_public_recreation: 'Area available for public recreation 5', - no6_area_available_for_public_recreation: 'Area available for public recreation 6', - no7_area_available_for_public_recreation: 'Area available for public recreation 7', - no8_area_available_for_public_recreation: 'Area available for public recreation 8', - no9_area_available_for_public_recreation: 'Area available for public recreation 9', - no10_area_available_for_public_recreation: 'Area available for public recreation 10', - no11_area_available_for_public_recreation: 'Area available for public recreation 11', - no12_area_available_for_public_recreation: 'Area available for public recreation 12', - no13_area_available_for_public_recreation: 'Area available for public recreation 13', - no14_area_available_for_public_recreation: 'Area available for public recreation 14', - no15_area_available_for_public_recreation: 'Area available for public recreation 15', - no16_area_available_for_public_recreation: 'Area available for public recreation 16', - no17_area_available_for_public_recreation: 'Area available for public recreation 17', - no18_area_available_for_public_recreation: 'Area available for public recreation 18', - no19_area_available_for_public_recreation: 'Area available for public recreation 19', - no20_area_available_for_public_recreation: 'Area available for public recreation 20', - }, -} diff --git a/src/i18n/resources/en/panEuropean/panEuropean.json b/src/i18n/resources/en/panEuropean/panEuropean.json new file mode 100644 index 0000000000..6b731f4517 --- /dev/null +++ b/src/i18n/resources/en/panEuropean/panEuropean.json @@ -0,0 +1,1228 @@ +{ + "2020": { + "description": { + "dataSource": { + "referenceToTataSource": "Name and Reference to data source", + "typeOfDataSource": "$t(dataSource.typeOfDataSource)", + "variable": "$t(dataSource.variable)", + "yearForDataSource": "$t(dataSource.yearForDataSource)", + "comments": "$t(dataSource.comments)" + } + } + }, + "2025": { + "description": { + "dataSource": { + "referenceToTataSource": "Name and Reference to data source", + "typeOfDataSource": "$t(dataSource.typeOfDataSource)", + "variable": "$t(dataSource.variable)", + "yearForDataSource": "$t(dataSource.yearForDataSource)", + "comments": "$t(dataSource.comments)" + } + }, + "meta": { + "select": { + "forestServiceCategory": { + "notSelected": "", + "_placeholder": "", + "ecologicalServices": "1 Ecological services", + "waterProtection": "1.1 Water protection", + "soilProtection": "1.2 Soil protection", + "healthProtection": "1.3 Health protection", + "infrastructureProtection": "1.4 Infrastructure protection", + "biosphericServices": "2 Biospheric services", + "biodiversityProtection": "2.1 Biodiversity protection", + "climateRegulation": "2.2 Climate regulation", + "socialServices": "3 Social services", + "tourism": "3.1 Tourism", + "recreation": "3.2 Recreation", + "sportActivities": "3.3 Sport activities", + "amenityServices": "4 Amenity services", + "spiritualServices": "4.1 Spiritual services", + "culturalServices": "4.2 Cultural services", + "historicalServices": "4.3 Historical services", + "otherServices": "5 Other services" + }, + "facilityCategory": { + "notSelected": "", + "accommodationFacilities": "1 Accommodation facilities (mountain hotels, cottages, apartments)", + "campingSites": "2 Camping sites", + "overnightShelters": "3 Overnight shelters", + "picnicSites": "4 Picnic sites", + "natureSchools": "5 Nature schools", + "sitesForNatureStudying": "6 Sites for nature studying (educational walkways, nature exhibitions, protected sites, geological localities, sites of cultural heritage, famous trees …)", + "birdAndWildlifeWatchingLocalities": "7 Bird and wildlife watching localities", + "cablewaysAndLifts": "8 Cableways and lifts", + "parkingLots": "9 Parking lots", + "otherFacilities": "10 Other facilities" + } + } + } + }, + "print": { + "title": "panEuropean {{cycleName}} report", + "titleTables": "panEuropean {{cycleName}} reporting tables", + "tableOfContent": "Table of contents", + "disclaimer": "FAO has been monitoring the world's forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world's forests and how they are changing. The FRA is a country-driven process and the assessments are based on reports prepared by officially nominated National Correspondents. If a report is not available, the FRA Secretariat prepares a desk study using earlier reports, existing information and/or remote sensing based analysis.", + "disclaimerGenerated": "This document was generated automatically using the report made available as a contribution to the FAO Global Forest Resources Assessment {{cycleName}}, and submitted to FAO as an official government document. The content and the views expressed in this report are the responsibility of the entity submitting the report to FAO. FAO cannot be held responsible for any use made of the information contained in this document.", + "disclaimerGeneratedDeskStudy": "This document was generated automatically from a desk study. FAO cannot be held responsible for any use made of the information contained in this document." + }, + "labels": { + "short": "panEuropean" + }, + "countryComments": { + "countryComments": "Country Comments", + "forest": "Forest", + "forestArea": "Forest area", + "forestAreaByForestType": "Forest area by forest type", + "growingStock": "Growing stock", + "growingStockByForestType": "Growing stock by forest type", + "growingStockComposition": "Growing stock composition", + "ageClassDistribution": "Age class distribution (volume of even-aged stands) in forest available for wood supply", + "carbonStockInHarvestedWoodProductsHWP": "Carbon stock in harvested wood products (HWP)", + "annualForestExpansionAndRegeneration": "Annual forest expansion and regeneration", + "other": "Other", + "naturalnessBySubclass": "Naturalness by subclass", + "introducedTreeSpecies": "Introduced tree species", + "invasiveTreeSpecies": "Invasive tree species", + "totalFixedCapitalFormationInForestsAndForestry": "Total fixed capital formation in forests and forestry", + "totalFixedCapitalTransfersInForestsAndForestry": "Total fixed capital transfers in forests and forestry", + "EmploymentByEducationAndJobCharacteristics": "Employment by education and job characteristics", + "intensityOfUse": "Intensity of use", + "recreationFacilities": "Recreation facilities", + "otherRecreationFacilities": "Other recreation facilities - pilot reporting (2020)", + "theYearAndDataReported": "The year and data reported for 2025", + "howDidYouGenerateValues": "How did you generate values for 2025", + "theRecentAvailableYear": "The year of recent available data", + "extrapolation": "Extrapolation", + "assessmentBasedOnEvidence": "Assessment based on evidence (e.g. forecast, outlooks, national afforestation programmes, forest policy targets)", + "approachToReportingOnTheCategoriesOfTheTable11A": "Approach to reporting on the categories of the Table 1.1a", + "category": "Category", + "areaEstimate": "Area estimate (1000 ha)", + "comments": "Comments", + "commentsRelateToDataDefinitions": "Comments related to data, definitions, etc.", + "commentsOnTrendS": "Comments on trend(s)", + "commentsOnTrend": "Comments on trend(s)", + "valuesAccordingFaoDefinitionGrowingStock": "Please indicate if reported values are according to the FAO definition of growing stock", + "PleaseSpecifyRelevantThresholds": "Please specify relevant thresholds", + "minimumDiameter": "Minimum diameter", + "minimumTopDiameterUsed": "Minimum top diameter used", + "minimumBranchDiameterUsed": "Minimum branch diameter used", + "isVolumeAboveGroundOrAboveStump": "Is volume above ground or above stump?", + "generalComments": "General comments", + "growingStockOnForestArea": "Growing stock on forest area", + "ofWhichAvailableForWoodSupply": "... of which available for wood supply", + "owlArea": "OWL area", + "growingStockOnOwl": "Growing stock on OWL", + "growingStockOnFowls": "Growing stock on FOWLS", + "forestTypes": "Forest types", + "approachToDelineationBetweenEvenAgedAndUnevenAgedStands": "Approach to delineation between even-aged and uneven-aged stands", + "howIdYouDistinguishBetweenEvenAgedAndUnevenAgedStands": "How did you distinguish between even-aged and uneven-aged stands?", + "commentsToInterpretationOfDevelopmentPhases": "Comments to interpretation of development phases", + "howDidYouInterpretedAndDefineNationally": "How did you interpreted and define nationally", + "regenerationPhase": "Regeneration phase", + "intermediatePhase": "Intermediate phase", + "maturePhase": "Mature phase", + "unspecified": "Unspecified", + "EvenAgedStands": "Even-aged stands", + "forestEvenAgedStands": "Forest: Even-aged stands", + "totalAreaOfUnevenAgedForest": "Total area of uneven-aged forest", + "totalVolumeOfUnevenAgedForests": "Total volume of uneven-aged forests", + "diameterDistributionForUnevenAgedForests": "Diameter distribution for uneven-aged forests", + "diameterDistributionForUnevenAgedForestsAvailableForWoodSupply": "Diameter distribution for uneven-aged forests available for wood supply", + "theYearAndDataReportedFor2025": "The year and data reported for 2025", + "howDidYouGenerateValuesFor2025": "How did you generate values for 2025", + "approachToReportingOnGrowingStock": "Approach to reporting on growing stock", + "ifNotPleaseSpecifyRelevantThresholds": "If not, please specify relevant thresholds", + "commentsRelatedToDataDefinitions": "Comments related to data, definitions, etc.", + "commentsOnTrends": "Comments on trends", + "approachToDetermineDiameterStructure": "Approach to determine diameter structure", + "describeHowYouDetermineDiameterStructure": "Describe how you determine diameter structure", + "commentsToInterpretationOfDevelopmentPhasesForGrowingStock": "Comments to interpretation of development phases for growing stock", + "commentsRelatedToDataDefinitionsConversionFactorsUsed": "Comments related to data, definitions, conversion factors used", + "groundLivingBiomass": "Ground living biomass", + "carbonStockInBelowGroundLivingBiomass": "Carbon stock in below ground living biomass", + "carbonStockInDeadwood": "Carbon stock in deadwood", + "carbonStockInLitter": "Carbon stock in litter", + "carbonStockInSoil": "Carbon stock in soil", + "biomassCarbonConversionFactorUsed": "Biomass/carbon conversion factor used", + "criteriaAppliedToReportingDamage": "Criteria applied to reporting damage", + "minimumSizeOfDamagedFowlReported": "Minimum size of damaged fowl reported", + "otherCriteriaAndMinimumThresholdsUsedToDetermineAreaAsDamaged": "Other criteria and minimum thresholds used to determine area as damaged", + "criteriaUsedToDetermineWhichAgentsWerePrimarilyDamaging": "Criteria used to determine which agents were primarily damaging", + "areDamageInProtectedForestsIncludedInTheReportedFigures": "Are damage in protected forests included in the reported figures?", + "totalAreaWithDamage": "Total area with damage", + "primarilyDamagedByInsectsAndDisease": "Primarily damaged by insects and disease", + "primarilyDamagedByWildlifeAndGrazing": "Primarily damaged by wildlife and grazing", + "damagePrimarilyHumanInducedForestOperations": "Damage primarily human induced forest operations", + "humanInducedDamagesReportedUnderOther": "Human induced damages reported under other", + "primarilyDamagedByAbioticAgents": "Primarily damaged by abiotic agents", + "primarilyDamagedByFire": "Primarily damaged by fire", + "unspecifiedMixedDamage": "Unspecified mixed damage", + "grossAnnualIncrement": "Gross annual increment", + "naturalLosses": "Natural losses", + "netAnnualIncrement": "Net annual increment", + "totalFellings": "Total fellings", + "fellingsOfNaturalLosses": "Fellings of natural losses", + "approachApplieToReportingOnRemovals": "Approach applied to reporting on removals", + "approachUsedToDetermineMarketedWood": "Approach used to determine marketed wood", + "approachUsedToDetermineValueOfWood": "Approach used to determine value of wood", + "industrialRoundwoodRemovalsVolume": "Industrial roundwood removals volume", + "industrialRoundwoodRemovalsValue": "Industrial roundwood removals value", + "woodfuelRemovalsVolume": "Woodfuel removals volume", + "woodfuelRemovalsValue": "Woodfuel removals value", + "product": "Product", + "carbonStockInAboveGroundLivingBiomass": "Carbon stock in above-ground living biomass", + "commentsOnTren": "Comments on trend(s)", + "first": "1st", + "second": "2nd", + "third": "3rd", + "fourth": "4th", + "fifth": "5th", + "sixth": "6th", + "seventh": "7th", + "eighth": "8th", + "ninth": "9th", + "tenth": "10th", + "countryComments1StPart": "Country comments (1st part)", + "countryComments2NdPart": "Country comments (2nd part)", + "countryComments3Rd": "Country comments (3rd part)", + "describeMethodUsedToDetermineFellings": "Describe method used to determine fellings", + "ifApplicableBarkConversionFactorFromOverBarkToUnderBark": "If applicable, bark conversion factor from over bark to under bark", + "approachUsedToDetermineMarketed": "Approach used to determine marketed", + "approachUsedToDetermineValue": "Approach used to determine value", + "approachToDetermineFellings": "Approach to determine fellings", + "countryComments4Th": "Country comments (4th part)", + "countryComments5Th": "Country comments (5th part)", + "countryComments6Th": "Country comments (6th part)", + "countryComments7Th": "Country comments (7th part)", + "countryComments8Th": "Country comments (8th part)", + "countryComments9Th": "Country comments (9th part)", + "countryComments10Th": "Country comments (10th part)", + "allOtherPlantProducts": "All other plant products", + "allOtherAnimalProducts": "All other animal products", + "referenceAreaIfDifferentFromTotalFowlEGOwnershipClassOr1000Ha": "Reference area (if different from total fowl, e.g. ownership class or 1000 ha)", + "approachToReportOnTreeSpeciesComposition": "Approach to report on tree species composition", + "minimumSizeOfTreesToBeIncluded": "Minimum size of trees to be included", + "doesYourCountryHaveANationalMethodology": "Does your country have a national methodology for land degradation assessment?", + "ifYesWhatIsTheNationalDefinition": "If yes, what is the national definition of \"Degraded forest\"?", + "ifYesDescribeMonitoringProcessAndResults": "If yes, describe the monitoring process and results", + "minimumSizeOfDegradedForestReportedHa": "Minimum size of degraded forest reported (ha)", + "otherCriteriaAndMinimumThresholdsUsedToDetermineForestAsDegraded": "Other criteria and minimum thresholds used to determine forest as \"degraded\"", + "criteriaUsedToDeterminePrimaryTypeOfDegradation": "Criteria used to determine primary type of degradation", + "doesYourCountryHaveANationalMethodologyForLandDegradationAssessment": "Does your country have a national methodology for land degradation assessment?", + "totalAreaOfDegradedLand": "Total area of degraded land", + "primarilyDegradedBy": "Primarily degraded by", + "primarilyDegradedByGrazing": "Primarily degraded by grazing", + "primarilyDegradedByRepeatedFires": "Primarily degraded by repeated fires", + "primarilyDegradedByAirPollution": "Primarily degraded by air pollution", + "primarilyDegradedByDesertification": "Primarily degraded by desertification", + "formerDegradedLandRestoredByAfforestationReforestation": "Former degraded land restored by afforestation/reforestation", + "referenceAreaForTheAssessment": "Reference area for the assessment", + "areaWithNumberOfTreeSpeciesOccurringOnForest": "Area with number of tree species occurring on forest", + "areaWithNumberOfTreeSpeciesOccurringOnOwl": "Area with number of tree species occurring on owl", + "areaWithNumberOfTreeSpeciesOccurringOnForestAndOwl": "Area with number of tree species occurring on forest and owl", + "totalAreaOfForestByExpansionRegenerationType": "Total area of forest by expansion/regeneration type", + "naturalExpansionAndRegeneration": "Natural expansion and regeneration", + "afforestationAndRegenerationByPlantingAndOrSeeding": "Afforestation and regeneration by planting and/or seeding", + "coppice": "Coppice", + "naturalExpansionOfForestArea": "Natural expansion of forest area", + "regenerationOfForestArean": "Regeneration of forest area", + "approachToDelimniateBetweenCategories": "Approach to delimitate between categories", + "criteriaOrThresholdsUsedToDelimitUndisturbedByManFromSemiNatural": "Criteria or theresholds used to delimit undisturbed by man from seminatural", + "criteriaOrThresholdsUsedToDelimitSemiNaturalFromPlantations": "Criteria or thresholds used to delimit seminatural from plantations", + "fowlUndisturbedByMan": "Fowl: undisturbed by man", + "fowlSemiNatural": "Fowl: semi-natural", + "fowlPlantations": "Fowl: plantations", + "BarkConversionFactorFromOverBarkToUnderBark": "Bark conversion factor from \"over bark\" to \"under bark\"", + "approachApplieToReportingOnIntroducedInvasiveSpecies": "Approach applied to reporting on introduced/invasive species", + "referenceAreaForAssessmentSizeOfSamplePlotAverageStand": "Reference area for assessment (size of sample plot, average stand)", + "referencePeriodUsedToClassifyAsIntroducedYearsSinceIntroductionYears": "Reference period used to classify as introduced (years since introduction, years since first detection)", + "criteriaOrThresholdsUsedToClassifySpeciesAsInvasive": "Criteria or thresholds used to classify species as invasive", + "general": "General", + "AreaDominatedByIntroducedTreeSpecies": "Area dominated by introduced tree species", + "areaDominatedByInvasiveTreeSpecies": "Area dominated by invasive tree species", + "nonWoodyInvasiveSpecies": "Non-woody invasive species", + "approachAppliedToReportingOnDeadwood": "Approach applied to reporting on deadwood", + "pleaseIndicateIfReportedValuesAreAccordingToTheRecommendedMinimumSizes": "Please indicate if reported values are according to the recommended minimum sizes", + "approachToReportingOnDeadwood": "Approach to reporting on deadwood", + "minimumHeightOfStandingDeadwoodReported": "Minimum height of standing deadwood reported", + "minimumDiameterOfStandingDeadwoodReported": "Minimum diameter of standing deadwood reported", + "minimumLengthOfLyingDeadwoodReported": "Minimum length of lying deadwood reported", + "minimumDiameterOfLyingDeadwoodReported": "Minimum diameter of lying deadwood reported", + "standingDeadwood": "Standing deadwood", + "lyingDeadwoo": "Lying deadwood", + "approachAppliedToReportingOnThreatenedForestSpecies": "Approach applied to reporting on threatened forest species", + "pleaseSpecifyWhichMainTaxaInTheTableAndReportingNotesAreNotAssessedInYourCountry": "Please specify which main taxa in the table and reporting notes are not assessed in your country", + "endangeredTrees": "Endangered trees", + "endangeredBirds": "Endangered birds", + "endangeredMammals": "Endangered mammals", + "endangeredOtherVertebrates": "Endangered other vertebrates", + "endangeredInvertebrates": "Endangered invertebrates", + "endangeredVascularPlants": "Endangered vascular plants", + "endangeredCryptogamsAndFungi": "Endangered cryptogams and fungi", + "pleaseDescribeHowSpeciesWereClassifiedAsForestSpeciesInReportingFromYourCountry": "Please describe how species were classified as forest species in reporting from your country", + "forEachClassPleaseProvideAnExplanationIfAndHowYouClassifiedNatura2000AreasInYourReporting": "For each class, please provide an explanation if and how you classified Natura 2000 areas in your reporting", + "fowlMcpfeClass11": "Fowl: MCPFE class 1.1", + "fowlMcpfeClass12": "Fowl: MCPFE class 1.2", + "fowlMcpfeClass13": "Fowl: MCPFE class 1.3", + "fowlMcpfeClass2": "Fowl: MCPFE class 2", + "ForEachClassPleaseProvideAnExplanationHowDidYouDesignateThoseAreasEGLegalBasedDesignationManagementPlansOtherDesignationTypesEGSurveySlopeGradientEtHowDidYouClassifiedNatura2000AreasInYourReporting": "For each class, please provide an explanation how did you designate those areas (e.g. legal based designation, management plans, other designation types, e.g. survey, slope gradient, etc.) and how did you classified Natura 2000 areas in your reporting", + "soilWaterAndOtherForestEcosystemFunctions": "Soil, water and other forest ecosystem functions", + "infrastructureAndManagedNaturalResources": "Infrastructure and managed natural resources", + "minimumSizeOfForestHoldingReportedHa": "Minimum size of forest holding reported (ha)", + "areaAndNumberOfHoldingsInPrivateOwnership": "Area and number of holdings in private ownership", + "areaAndNumberOfHoldingsInPublicOwnership": "Area and number of holdings in public ownership", + "manufactureOfPaperAndPaperProducts": "Manufacture of paper and paper products", + "factorIncome": "Factor income", + "netOperatingSurplus": "Net operating surplus", + "totalGrossFixedCapitalFormation": "Total gross fixed capital formation", + "grossFixedCapitalFormationInPlantingOfTreesToProvideRegularIncome": "Gross fixed capital formation in planting of trees to provide regular income", + "grossFixedCapitalFormationInEquipmentAndBuildings": "Gross fixed capital formation in equipment and buildings", + "otherGrossFixedCapitalFormation": "Other gross fixed capital formation", + "totalFixedCapitalConsumption": "Total fixed capital consumption", + "fixedCapitalConsumptionInPlantingOfTreesToProvideRegularIncome": "Fixed capital consumption in planting of trees to provide regular income", + "fixedCapitalConsumptionInEquipmentAndBuildings": "Fixed capital consumption in equipment and buildings", + "otherFixedCapitalConsumption": "Other fixed capital consumption", + "totalCapitalTransfers": "Total capital transfers", + "scopeOfEmploymentReportedIfNotFromLfs": "Scope of employment reported (if not from LFS)", + "commentsOnEmploymentWhichIsNotCoveredByTheSourcesUsed": "Comments on employment which is not covered by the sources used", + "forestry": "Forestry", + "manufactureOfWoodAndOfProductsOfWood": "Manufacture of wood and of products of wood", + "manufactureOfWoodAndArticlesInWood": "Manufacture of wood and of articles in wood", + "thresholdForReportingNonFatalAccidentsDaysOfAbsence": "Threshold for reporting non-fatal accidents (days of absence)", + "fatalAccidents": "Fatal accidents", + "nonFatalAccidents": "Non-fatal accidents", + "anyCommentsOnOccupationalDiseases": "Any comments on occupational diseases", + "shortDescriptionOfTheRecordingAssessmentSystemForTheFatalAndNonFatalOccupationalAccidentsInForestry": "Short description of the recording/assessment system for the fatal and non-fatal occupational accidents in forestry", + "approachToReportingOnEnergyFromWood": "Approach to reporting on energy from wood", + "approachToCalculateOrEstimateWoodDirectlyFromForestsAndOutsideForestsMarketedAndSelfConsumption": "Approach to calculate or estimate wood directly from forests and outside forests marketed and self-consumption", + "conversionFactorsUsedToConvertToEnergyFromEnergyUnits": "Conversion factors used to convert to energy from energy units", + "criteriaUsedToIncludeAreasInPrimarilyDesignatedOrManagedForPublicRecreation": "Criteria used to include areas in primarily designated or managed for public recreation", + "criteriaUsedToIncludeAreasInForestsAvailableToThePublicRecreation": "Criteria used to include areas in forests available to the public recreation", + "approachToReportingOnAccessibilityForRecreation": "Approach to reporting on accessibility for recreation", + "areaOfForestsAvailableForPublicRecreation": "Area of forests available for public recreation", + "areaOfForestsPrimarilyDesignatedOrManagedForPublicRecreation": "Area of forests primarily designated or managed for public recreation", + "inYourCountryAreRecentlyDegradedForestAreasLegallyConsideredAsNonForestLand": "In your country are recently degraded forest areas legally considered as non-forest land?", + "inYourCountryAreDegradedNonForestAreasReCategorisedToForestLandWithTheAimToReforestThem": "In your country are degraded non-forest areas re-categorised to forest land with the aim to reforest them?", + "christmasTreePlantationsOnForestLand": "Christmas tree plantations on forest land", + "poplarPlantationsOnForestLand": "Poplar plantations on forest land", + "shortRotationForestry": "Short rotation forestry", + "shortRotationCoppicesOnForestLand": "Short rotation coppices on forest land", + "OfWhichNotAvailableForWoodSupply": "Of which not available for wood supply", + "environmentalRestrictions": "Environmental restrictions", + "protectedForests": "Protected forests", + "productiveForestsDesignatedToProtectKeyHabitatsSpeciesOrOtherNaturalValues": "Productive forests designated to protect key habitats/species or other natural values", + "protectiveForestsSoilWaterAndOtherEcosystemFunctionsInfrastructureAndManagedNaturalResources": "Protective forests (soil, water and other ecosystem functions, infrastructure and managed natural resources)", + "socialRestrictions": "Social restrictions", + "forestsDesignatedToProtectAestheticHistoricalCulturalOrSpiritualValues": "Forests designated to protect aesthetic, historical, cultural or spiritual values", + "forestsManagedForRecreationalPurposes": "Forests managed for recreational purposes", + "forestsExcludedFromHarvestingByOwnerSDecision": "Forests excluded from harvesting by owner’s decision", + "militaryForests": "Military forests", + "economicRestrictions": "Economic restrictions", + "forestsOfVeryLowProductivityEconomicRevenueOfHarvesting": "Forests of very low productivity (economic revenue of harvesting)", + "forestsPhysicallyNotAccessibleIncludingSlopeAndSoilCondition": "Forests physically not accessible (including slope and soil condition)", + "otherPleaseSpecify": "Other (please specify)", + "otherWoodedLand": "Other wooded land", + "alpineShrublandEGPinusMugo": "Alpine shrubland (e.g. Pinus mugo)", + "otherShrublandEGMaquisGarrigueMatorral": "Other shrubland (e.g. maquis, garrigue, matorral)", + "otherLandWithTreeCover": "Other land with tree cover", + "agroForestrySilvoPastoralAreasEGForRearingIberianBlackPig": "Agro-forestry/silvo-pastoral areas (e.g. for rearing Iberian black pig)", + "plantationsOfNutProducingTreesOrShrubsEGSweetChestnutsAlmondsWalnutsHazelnuts": "Plantations of nut-producing trees or shrubs (e.g. sweet chestnuts, almonds, walnuts, hazelnuts)", + "oliveGrovesAndFruitTreeOrchards": "Olive groves and fruit tree orchards", + "poplarPlantationsOnAgriculturalLand": "Poplar plantations on agricultural land", + "treesInUrbanSettings": "Trees in urban settings", + "shortRotationCoppicesOnAgriculturalLand": "Short rotation coppices on agricultural land", + "christmasTreePlantationsOnAgriculturalLand": "Christmas tree plantations on agricultural land" + }, + "reasonabilityChecks": { + "reasonabilityCheck": "Reasonableness check", + "description": "This section is to help national correspondents and reviewers verify data correctness and consistency across different reporting tables. It is non-editable and will not be published.", + "variable": "Variable - Year", + "forest": "Forest", + "FAWS": "FAWS", + "OWL": "OWL", + "FOWL": "FOWL", + "netAnnualIncrementPerHa": "Net annual increment per ha (3.1/1.1a) - {{year}}", + "fellingsPerHa": "Fellings per ha (3.1/1.1a) - {{year}}", + "fellingsAsPct": "Fellings as percent of net annual increment (3.1) - {{year}}", + "roundwoodRemovalAsPctOfGrowingStockSupply": "Roundwood removals as percent of growing stock on Forest available for wood supply (3.2 / 1.2a) - {{year}}", + "roundwoodRemovalAsPctOfGrowingStockTotal": "Roundwood removals as percent of growing stock on Forest and Other wooded land (3.2 / 1.2a) - {{year}}", + "growingStockPerHa": "Growing stock per hectar (1.2a/1.1a) - {{year}}", + "carbonBelowByCarbonAbove": "Carbon in below-ground biomass/ Carbon in above-ground biomass (1.4a) - {{year}}", + "carbonAboveByGrowingStock": "Carbon in above-ground biomass/ growing stock (1.4a/1.2a) - {{year}}", + "soilCarbon": "Soil carbon (1.4a/1.1a) - {{year}}", + "deadwoodVolumeComparedToCarbon": "Dead wood: volume compared to carbon stock (4.5/1.4a) - {{year}}", + "totalWithDamageOverTotal": "Area with damage as a share of Total forest area (2.4/1.1a) - {{year}}" + }, + "panEuCommentsTitle": "Additional Comments", + "panEuropeanAssessment": "Joint pan-European dataset", + "variable": "Variable", + "landing": { + "link": "Joint FOREST EUROPE / UNECE / FAO reporting on pan-European indicators for SFM : FOREST EUROPE" + }, + "home": { + "title": "Joint Pan-European Data Collection", + "description1": "This platform provides comprehensive information on forests and the environmental, economic, and social dimensions of sustainable forest management in the Pan-European region (FOREST EUROPE signatory countries).", + "description2": "The Joint Pan-European Data Collection is the joint initiative by UNECE, FAO, and FOREST EUROPE, carried out in parallel to the FAO Global Forest Resources Assessment (FRA)." + }, + "disclaimer": { + "platformDeveloped": "This platform was developed jointly by", + "fao": "FAO", + "unece": "UNECE", + "technicalSupport": "with the technical support of", + "and": "and", + "forestEurope": "FOREST EUROPE", + "govSwitzerland": "Government of Switzerland", + "part1": "The website has been produced with the assistance of the governments of", + "sweden": "Sweden", + "switzerland": "Switzerland" + }, + "navigation": { + "forestResourcesAndCarbon": "Forest resources and carbon", + "maintenanceOfForestEcosystemHealthAndVitality": "Maintenance of forest ecosystem health and vitality", + "productiveFunctionsOfForestsWoodAndNonWood": "Productive functions of forests (wood and non-wood)", + "biologicalDiversityInForestEcosystems": "Biological diversity in forest ecosystems", + "protectiveFunctionsInForestManagement": "Protective functions in forest management", + "socioEconomicFunctionsAndConditions": "Socio-economic functions and conditions" + }, + "forestArea": { + "forestArea": "Forest area", + "forestAreaNumber": "I. Forest area", + "forestAreaByForestTypeNumber": "II. Forest area by forest type", + "categoryYear": "Category - Year", + "area": "Area", + "area1000Ha": "Area (1 000 ha)", + "forest": "Forest - {{year}}", + "_of_which_available_for_wood_supply": "… of which available for wood supply - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}", + "other_land": "Other land - {{year}}", + "remaining_land_area": "Remaining land area - {{year}}", + "_of_which_with_tree_cover": "… of which with tree cover - {{year}}" + }, + "forestAreaByForestTypes": { + "forestAreaByForestTypes": "Forest area by forest types", + "category": "Category", + "forestArea1000Ha": "Forest area (1 000 ha)", + "predominantly_coniferous_forest": "Predominantly coniferous forest", + "predominantly_broadleaved_forest": "Predominantly broadleaved forest", + "mixed_forest": "Mixed forest", + "forest_area_1990": "Forest area - 1990", + "forest_area_2000": "Forest area - 2000", + "forest_area_2005": "Forest area - 2005", + "forest_area_2010": "Forest area - 2010", + "forest_area_2015": "Forest area - 2015", + "forest_area_2020": "Forest area - 2020" + }, + "growingStock": { + "growingStockNumber": "I. Growing stock", + "growingStockByForestTypeNumber": "II. Growing stock by forest type", + "growingStockCompositionNumber": "III. Growing stock composition", + "forestGrowingStockCompositionNumber": "III. Forest growing stock composition", + "growingStock": "Growing stock", + "categoryYear": "Category - Year", + "growingStockMillionM3OB": "Growing stock (million m³ over bark)", + "total": "Total", + "_ofWhich": "… of which", + "coniferous": "Coniferous", + "broadleaved": "Broadleaved", + "forest": "Forest - {{year}}", + "_of_which_available_for_wood_supply": "… of which available for wood supply - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}", + "total_forest_and_other_wooded_land_only": "Total forest and other wooded land", + "of_which_available_for_wood_supply_only": "of which available for wood supply", + "other_wooded_land_only": "Other wooded land" + }, + "growingStockByForestType": { + "growingStockByForestType": "Growing stock by forest type", + "category": "Category", + "growingStockMillionM3OB": "Growing stock (million m³ over bark)", + "predominantly_coniferous_forest": "Predominantly coniferous forest", + "predominantly_broadleaved_forest": "Predominantly broadleaved forest", + "mixed_forest": "Mixed forest", + "growing_stock_1990": "Growing stock - 1990", + "growing_stock_2000": "Growing stock - 2000", + "growing_stock_2005": "Growing stock - 2005", + "growing_stock_2010": "Growing stock - 2010", + "growing_stock_2015": "Growing stock - 2015", + "growing_stock_2020": "Growing stock - 2020" + }, + "growingStockComposition": { + "growingStockComposition": "Growing stock composition", + "speciesName": "Species name", + "growingStockInForestMillionM3OB": "Growing stock in forest (million m³ over bark)", + "rank": "Rank", + "scientificName": "Scientific name", + "commonName": "Common name", + "no1_ranked_in_terms_of_volume": "#1 Ranked in terms of volume", + "no2_ranked_in_terms_of_volume": "#2 Ranked in terms of volume", + "no3_ranked_in_terms_of_volume": "#3 Ranked in terms of volume", + "no4_ranked_in_terms_of_volume": "#4 Ranked in terms of volume", + "no5_ranked_in_terms_of_volume": "#5 Ranked in terms of volume", + "no6_ranked_in_terms_of_volume": "#6 Ranked in terms of volume", + "no7_ranked_in_terms_of_volume": "#7 Ranked in terms of volume", + "no8_ranked_in_terms_of_volume": "#8 Ranked in terms of volume", + "no9_ranked_in_terms_of_volume": "#9 Ranked in terms of volume", + "no10_ranked_in_terms_of_volume": "#10 Ranked in terms of volume", + "noShort_ranked_in_terms_of_volume": "#1,#2,...,#10 Ranked in terms of volume", + "remaining": "Remaining", + "total": "TOTAL", + "scientific_name": "Scientific name", + "common_name": "Common name", + "growing_stock_in_forest_1990": "Growing stock in forest (million m³ over bark) - 1990", + "growing_stock_in_forest_2000": "Growing stock in forest (million m³ over bark) - 2000", + "growing_stock_in_forest_2005": "Growing stock in forest (million m³ over bark) - 2005", + "growing_stock_in_forest_2010": "Growing stock in forest (million m³ over bark) - 2010", + "growing_stock_in_forest_2015": "Growing stock in forest (million m³ over bark) - 2015", + "growing_stock_in_forest_2020": "Growing stock in forest (million m³ over bark) - 2020" + }, + "ageClassDistributionAreaOfEvenAgedStands": { + "ageClassDistributionAreaOfEvenAgedStands": "Age class distribution (area of even-aged stands)", + "ageClassDistributionAreaOfEvenAgedStandsNumber": "I. Age class distribution (area of even-aged stands)", + "ageClassDistributionNumber": "II. Age class distribution (volume of even-aged stands) in forest available for wood supply", + "categoryYear": "Category - Year", + "developmentPhases": "Development phases", + "total_area": "Total area", + "regeneration_phase": "Regeneration phase", + "intermediate_phase": "Intermediate phase", + "mature_phase": "Mature phase", + "unspecified": "Unspecified", + "_1000Ha": "1 000 ha", + "forest": "Forest", + "forest_even_aged": "Forest (even-aged stands)", + "forest_uneven_aged": "Forest (uneven-aged stands)", + "available_for_wood_supply": "Available for wood supply", + "predominantly_coniferous_FAWS": "Predominantly coniferous FAWS", + "predominantly_broadleaved_FAWS": "Predominantly broadleaved FAWS", + "mixed": "Mixed forest", + "forest_available_even_aged": "Forest available for wood supply (even-aged stands)", + "forest_even_aged_stands_of_which": "Forest (even-aged stands): - {{year}}", + "available_for_wood_supply_of_which": "Available for wood supply: - {{year}}", + "predominantly_coniferous_forest": "Predominantly coniferous FAWS - {{year}}", + "predominantly_broadleaved_forest": "Predominantly broadleaved FAWS - {{year}}", + "mixed_forest": "Mixed forest - {{year}}" + }, + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": { + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": "Age class distribution (volume of even-aged stands) in forest available for wood supply", + "categoryYear": "Category - Year", + "developmentPhases": "Development phases", + "total_volume": "Total volume", + "regeneration_phase": "Regeneration phase", + "intermediate_phase": "Intermediate phase", + "mature_phase": "Mature phase", + "unspecified": "Unspecified", + "_1000M3": "1 000 m³", + "forest_available_for_wood_supply_even_aged_stands_of_which": "Forest available for wood supply (even-aged stands): - {{year}}", + "predominantly_coniferous_forest": "Predominantly coniferous FAWS - {{year}}", + "predominantly_broadleaved_forest": "Predominantly broadleaved FAWS - {{year}}", + "mixed_forest": "Mixed forest - {{year}}" + }, + "diameterDistributionAndTotalAreaUnevenAgedStands": { + "diameterDistributionAndTotalAreaUnevenAgedStands": "Diameter distribution and total area (uneven-aged stands)", + "categoryYear": "Category - Year", + "volumeByDiameterClasses1000mob": "Volume by diameter classes (1 000 m³ over bark)", + "area": "Area (1 000 ha)", + "total_volume": "Total volume (1 000 m³ over bark)", + "less_or_equal_20_cm": "<20 cm", + "_21_40_cm": "21-40 cm", + "_41_60_cm": "41-60 cm", + "greater_60_cm": ">60 cm", + "unspecified": "Unspecified", + "forest": "Forest", + "forest_uneven_aged_stands": "Forest uneven-aged stands - {{year}}", + "_of_which_forest_available_for_wood_supply": "... of which: Forest available for wood supply - {{year}}" + }, + "carbonStock": { + "carbonStock": "Carbon stock", + "carbonStockNumber": "I. Carbon stock", + "carbonStockInHarvestedWoodProductsHWPNumber": "II. Carbon stock in harvested wood products (HWP)", + "categoryYear": "Category - Year", + "carbonInAboveGroundAndBelowGroundLivingBiomass": "Carbon in above-ground and below-ground living biomass", + "carbonInDeadwoodAndLitter": "Carbon in deadwood and litter", + "above_ground": "Carbon in above-ground living biomass", + "aboveGround": "Above-ground biomass", + "below_ground": "Carbon in below-ground living biomass", + "belowGround": "Below-ground biomass", + "deadwood": "Carbon in deadwood", + "deadwoodCarbon": "Deadwood", + "litter": "Carbon in litter", + "litterCarbon": "Litter", + "soil_carbon": "Soil carbon", + "millionMetricTonnes": "Million metric tonnes", + "carbonMillionMetricTonnes": "Forest Carbon (million metric tonnes)", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "carbonStockInHarvestedWoodProductsHWP": { + "carbonStockInHarvestedWoodProductsHWP": "Carbon stock in harvested wood products (HWP)", + "categoryYear": "Category - Year", + "totalCarbonStockInHWPMillionMetricTonnes": "Total carbon stock in HWP (million metric tonnes)", + "total_carbon_stock_in_hwp": "Total carbon stock in HWP", + "harvested_wood_products": "Harvested wood products - {{year}}" + }, + "forestAreaWithDamage": { + "forestAreaWithDamage": "Forest area with damage", + "categoryYear": "Category - Year", + "areaDamageExcFire": "Area with damage by different agents (excluding fire)", + "areaDamageExcFireHa": "Area with damage by different agents (excluding fire) (1 000ha)", + "areaWithDamageByDifferentAgents": "Area with damage by different agents", + "total": "Total", + "primarilyDamagedByBioticAgents": "Primarily damaged by biotic agents", + "damagePrimarilyHumanInduced": "Damage primarily human induced", + "primarilyDamagedByFire": "Primarily damaged by fire", + "primarilyDamagedByFireHa": "Primarily damaged by fire (1 000ha)", + "thousandHa": "1 000 ha", + "affectedThousandHa": "Forest area affected (1 000 ha)", + "total_area_with_damage": "Total area with damage", + "insects_and_disease": "Biotic agents: Insects and disease", + "insectsAndDisease": "Insects and disease", + "disease": "Disease", + "insects": "Insects", + "wildlife_and_grazing": "Biotic agents: Wildlife and grazing", + "wildlifeAndGrazing": "Wildlife and grazing", + "forest_operations": "Human induced: Forest operations", + "forestOperations": "Forest operations", + "other": "Human induced: Other", + "otherHumanInduced": "Other", + "primarily_damaged_by_abiotic_agents": "Abiotic agents (storm, wind, snow, etc.)", + "primarilyDamagedByAbioticAgents": "Primarily damaged by abiotic agents (storm, wind, snow, etc.)", + "primarily_damaged_by_fire_total": "Fire: Total", + "primarilyDamagedByFireTotal": "Total", + "of_which_human_induced": "Fire: Of which human induced", + "ofWhichHumanInduced": "... of which: human induced", + "unspecifiedMixedDamage": "Unspecified / Mixed damage", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "areaWithForestLandDegradation": { + "areaWithForestLandDegradation": "Area with forest land degradation", + "categoryYear": "Category - Year", + "totalAreaOfDegradedLand": "Total area of degraded land (1 000 ha)", + "totalAreaOfDegradedLand2025": "Total degraded forest area (1 000 ha)", + "areaPrimarilyDegradedBy": "Area primarily degraded by (1 000 ha)", + "formerDegradedLandRestored": "Former degraded land restored (1 000 ha)", + "grazing": "Grazing", + "agentOne": "", + "agentTwo": "", + "agentThree": "", + "agentFour": "", + "agentFive": "", + "repeatedFires": "Repeated fires", + "airPollution": "Air pollution", + "desertification": "Desertification", + "other1": "Other 1", + "other2": "Other 2", + "other3": "Other 3", + "unknownMixedDegradation": "Unknown / Mixed degradation", + "unknownMixedDegradation2025": "Unknown agent / Mixed degradation (specify in comments)", + "nA": "", + "agentName": "", + "writeName": "Write Agent Name...", + "thousandHa": "1 000 ha", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}", + "otherNames": "The names of the other factors that area is primarily degraded by", + "total_area_of_degraded_land": "Total area of degraded land", + "repeated_fires": "Repeated fires", + "air_pollution": "Air pollution", + "other_1": "Other 1", + "other_2": "Other 2", + "other_3": "Other 3", + "former_degraded_land_restored": "Former degraded land restored" + }, + "incrementAndFellings": { + "incrementAndFellingsVolume1000mob": "Increment and fellings volume (1 000 m³ over bark)", + "incrementAndFellings": "Increment and fellings", + "categoryYear": "Category - Year", + "fellings": "Fellings", + "volume1000mob": "Volume (1 000 m³ over bark)", + "gross_annual_increment": "Gross annual increment", + "natural_losses": "Natural losses", + "net_annual_increment": "Net annual increment", + "fellings_total": "Fellings: Total", + "fellingsTotal": "Total", + "_of_which_of_natural_losses": "Felling: Natural losses", + "ofWhichOfNaturalLosses": "... of which: of natural losses", + "forest": "Forest - {{year}}", + "_of_which_forest_available_for_wood_supply": "... of which: Forest available for wood supply - {{year}}" + }, + "removals": { + "removals": "Removals", + "categoryYear": "Category - Year", + "woodRemovals": "Wood removals", + "total": "Total", + "industrialRoundwood": "Industrial roundwood", + "woodfuel": "Woodfuel", + "volume1000M3UB": "Volume (1 000 m³ under bark)", + "marketValue1000NationalCurrency": "Market Value (1 000 national currency)", + "roundwood": "Roundwood - {{year}}", + "total_volume": "Total: Volume (1 000 m³ under bark)", + "industrial_roundwood_volume": "Industrial roundwood: Volume (1 000 m³ under bark)", + "industrial_roundwood_market_value": "Industrial roundwood: Market Value (1 000 national currency)", + "woodfuel_volume": "Woodfuel: Volume (1 000 m³ under bark)", + "woodfuel_market_value": "Woodfuel: Market Value (1 000 national currency)" + }, + "nonWoodGoods": { + "nonWoodGoods": "Non-wood goods" + }, + "marketedServices": { + "marketedServices": "Marketed services" + }, + "nonWoodGoods2015": { + "nonWoodGoods2015": "Non-wood goods (2015)", + "nonWoodGoods": "Non-wood goods", + "rankValue": "Rank (value)", + "nameOfGroupsOfProduct": "Name of (groups of) product", + "keySpecies": "Key species", + "totalHarvestedNonWoodGoods": "Total harvested non-wood goods", + "unit": "Unit", + "quantity": "Quantity", + "marketValue1000NationalCurrency": "Market value (1 000 national currency)", + "nwfpCategory": "NWFP category", + "_01st": "1st Rank (value)", + "_02nd": "2nd Rank (value)", + "_03rd": "3rd Rank (value)", + "_04th": "4th Rank (value)", + "_05th": "5th Rank (value)", + "_06th": "6th Rank (value)", + "_07th": "7th Rank (value)", + "_08th": "8th Rank (value)", + "_09th": "9th Rank (value)", + "_10th": "10th Rank (value)", + "all_other_plant_products": "All other plant products", + "all_other_animal_products": "All other animal products", + "total": "TOTAL", + "name_of_groups_of_product": "Name of (groups of) product", + "key_species": "Key species", + "total_harvested_non_wood_goods_unit": "Total harvested non-wood goods: Unit", + "total_harvested_non_wood_goods_quantity": "Total harvested non-wood goods: Quantity", + "market_value_1000_national_currency": "Market value (1 000 national currency)", + "nwfp_category": "NWFP category" + }, + "marketedServices2015": { + "marketedServices2015": "Marketed services (2015)", + "marketedServices": "Marketed services", + "rankValue": "Rank (value)", + "nameOfServiceProduct": "Name of service/product", + "unit": "Unit", + "serviceProvision": "Service provision", + "forestServiceCategory": "Forest service category", + "amountOfServiceProduct": "Amount of service/product", + "value1000NationalCurrency": "Value (1 000 national currency)", + "_01st": "1st Rank (value)", + "_02nd": "2nd Rank (value)", + "_03rd": "3rd Rank (value)", + "_04th": "4th Rank (value)", + "_05th": "5th Rank (value)", + "_06th": "6th Rank (value)", + "_07th": "7th Rank (value)", + "_08th": "8th Rank (value)", + "_09th": "9th Rank (value)", + "_10th": "10th Rank (value)", + "remaining_total": "Remaining total", + "total": "Total", + "name_of_service_product": "Name of service/product", + "service_provision_amount_of_service_product": "Service provision: Amount of service/product", + "service_provision_value_1000_national_currency": "Service provision: Value (1 000 national currency)", + "forest_service_category": "Forest service category" + }, + "treeSpeciesComposition": { + "treeSpeciesComposition": "Tree species composition", + "categoryYear": "Category - Year", + "areaWithNumberOfTreeSpeciesOccurring1000ha": "Area with number of tree species occurring (1 000 ha)", + "area_with_number_of_tree_species_occurring_1": "Area with number of tree species occurring: 1", + "areaWithNumberOfTreeSpeciesOccurring1": "1", + "area_with_number_of_tree_species_occurring_2_3": "Area with number of tree species occurring: 2-3", + "areaWithNumberOfTreeSpeciesOccurring2_3": "2-3", + "area_with_number_of_tree_species_occurring_4_5": "Area with number of tree species occurring: 4-5", + "areaWithNumberOfTreeSpeciesOccurring4_5": "4-5", + "area_with_number_of_tree_species_occurring_6_pl": "Area with number of tree species occurring: 6+", + "areaWithNumberOfTreeSpeciesOccurring6_pl": "6+", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "totalForestAreaByExpansionAndRegenerationType": { + "forestAreaByExpansionAndRegenerationSubcategories": "Forest area by expansion and regeneration subcategories", + "totalForestAreaByExpansionAndRegenerationType": "Total forest area by expansion and regeneration type", + "totalForestAreaByExpansionAndRegenerationTypeNumber": "I. Total forest area by expansion and regeneration type", + "annualForestExpansionAndRegenerationNumber": "II. Annual forest expansion and regeneration", + "categoryYear": "Category - Year", + "totalAreaOfForestByExpansionRegenerationType1000ha": "Total area of forest by expansion/regeneration type (1 000 ha)", + "natural_expansion_and_natural_regeneration": "Natural expansion and natural regeneration", + "afforestation_and_regeneration_by_planting_and_or_seeding": "Afforestation and regeneration by planting and/or seeding", + "coppice": "... of which: Coppice", + "forest": "Forest - {{year}}" + }, + "annualForestExpansionAndRegeneration": { + "annualForestExpansionAndRegeneration": "Annual forest expansion and regeneration", + "categoryYear": "Category - Year", + "annualForestExpansionAndRegeneration1000ha": "Annual forest expansion and regeneration (1 000 ha / year)", + "expansionOfForestArea": "Expansion of forest area", + "regenerationOfForestArea": "Regeneration of forest area", + "afforestation": "Expansion: Afforestation", + "afforestationExpansion": "Afforestation", + "natural_expansion": "Expansion: Natural expansion", + "naturalExpansion": "Natural expansion", + "natural_regeneration": "Regeneration: Natural regeneration", + "naturalRegeneration": "Natural regeneration", + "planting_and_seeding": "Regeneration: Planting and seeding", + "plantingAndSeeding": "Planting and seeding", + "coppice": "Regeneration: Coppice", + "coppiceRegeneration": "Coppice", + "forest": "Forest - {{year}}" + }, + "naturalness": { + "naturalness": "Naturalness", + "naturalnessNumber": "I. Naturalness", + "naturalnessBySubclassNumber": "II. Naturalness by subclass", + "categoryYear": "Category - Year", + "area1000ha": "Area (1 000 ha)", + "undisturbed_by_man": "Undisturbed by man", + "semi_natural": "Semi-natural", + "plantations": "Plantations", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "naturalnessBySubclasses": { + "naturalnessBySubclasses": "Naturalness by subclasses", + "categoryYear": "Category - Year", + "area1000ha": "Area (1 000 ha)", + "semiNatural": "Semi-natural", + "semiNaturalSubclasses": "Semi-natural subclasses", + "plantations": "Plantations", + "naturally_established": "Semi-natural: Naturally established", + "naturallyEstablished": "Naturally established", + "naturalised_introduced_species": "Semi-natural: Naturalised introduced species", + "naturalisedIntroducedSpecies": "Naturalised introduced species", + "established_by_planting_and_or_seeding": "Semi-natural: Established by planting and/or seeding", + "establishedByPlantingAndOrSeeding": "Established by planting and/or seeding", + "coppice": "Semi-natural: Coppice", + "coppiceSemiNatural": "Coppice", + "unknown_origin": "Semi-natural: Unknown origin", + "unknownOrigin": "Unknown origin", + "native_species": "Plantations: Native species", + "nativeSpecies": "Native species", + "introduced_species": "Plantations: Introduced species", + "introducedSpecies": "Introduced species", + "forest": "Forest - {{year}}" + }, + "introducedTreeSpecies": { + "introducedTreeSpecies": "Area of stands dominated by introduced tree species", + "introducedTreeSpeciesNumber": "I. Area of stands dominated by introduced tree species", + "introducedTreeSpecies4_4bNumber": "II. Introduced tree species", + "invasiveTreeSpeciesNumber": "III. Invasive tree species", + "categoryYear": "Category - Year", + "areaOfStandsDominatedByIntroducedTreeSpecies1000ha": "Area of stands dominated by introduced tree species (1 000 ha)", + "total": "Total", + "_of_which_invasive": "… of which: invasive", + "forest": "Forest - {{year}}", + "forest_only": "Forest", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "introducedTreeSpecies4_4b": { + "introducedTreeSpecies4_4b": "Introduced tree species", + "category": "Category", + "scientificNameOfIntroducedTreeSpecies": "Scientific name of introduced tree species", + "forestAreaOccupied1000Ha": "Forest area occupied (1 000 ha)", + "_01": "Introduced tree species 1", + "_02": "Introduced tree species 2", + "_03": "Introduced tree species 3", + "_04": "Introduced tree species 4", + "_05": "Introduced tree species 5", + "_06": "Introduced tree species 6", + "_07": "Introduced tree species 7", + "_08": "Introduced tree species 8", + "_09": "Introduced tree species 9", + "_10": "Introduced tree species 10", + "_11": "Introduced tree species 11", + "_12": "Introduced tree species 12", + "_13": "Introduced tree species 13", + "_14": "Introduced tree species 14", + "_15": "Introduced tree species 15", + "_16": "Introduced tree species 16", + "_17": "Introduced tree species 17", + "_18": "Introduced tree species 18", + "_19": "Introduced tree species 19", + "_20": "Introduced tree species 20", + "scientific_name_of_introduced_tree_species": "Scientific name of introduced tree species", + "forest_area_occupied_2005": "Forest area occupied (1 000 ha) - 2005", + "forest_area_occupied_2010": "Forest area occupied (1 000 ha) - 2010", + "forest_area_occupied_2015": "Forest area occupied (1 000 ha) - 2015" + }, + "invasiveTreeSpecies": { + "invasiveTreeSpecies": "Invasive tree species", + "category": "Category", + "scientificNameOfInvasiveTreeSpecies": "Scientific name of invasive tree species", + "forestAreaAffected1000Ha": "Forest area affected (1 000 ha)", + "_01": "Invasive tree species 1", + "_02": "Invasive tree species 2", + "_03": "Invasive tree species 3", + "_04": "Invasive tree species 4", + "_05": "Invasive tree species 5", + "_06": "Invasive tree species 6", + "_07": "Invasive tree species 7", + "_08": "Invasive tree species 8", + "_09": "Invasive tree species 9", + "_10": "Invasive tree species 10", + "_11": "Invasive tree species 11", + "_12": "Invasive tree species 12", + "_13": "Invasive tree species 13", + "_14": "Invasive tree species 14", + "_15": "Invasive tree species 15", + "_16": "Invasive tree species 16", + "_17": "Invasive tree species 17", + "_18": "Invasive tree species 18", + "_19": "Invasive tree species 19", + "_20": "Invasive tree species 20", + "scientific_name_of_invasive_tree_species": "Scientific name of invasive tree species", + "forest_area_affected_2005": "Forest area affected (1 000 ha) - 2005", + "forest_area_affected_2010": "Forest area affected (1 000 ha) - 2010", + "forest_area_affected_2015": "Forest area affected (1 000 ha) - 2015" + }, + "deadwood": { + "deadwood": "Deadwood", + "categoryYear": "Category - Year", + "volumeOfDeadwoodM3Ha": "Volume of deadwood (m³/ha)", + "total": "Total", + "standing": "Standing", + "lying": "Lying", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}", + "volumeOfDeadwoodInFOWLBySpeciesGroups": "Volume of deadwood in FOWL by species groups", + "coniferous": "Coniferous - {{year}}", + "broadleaved": "Broadleaved - {{year}}" + }, + "threatenedForestSpecies": { + "threatenedForestSpecies": "Threatened forest species", + "categoryYear": "Category - Year", + "threatenedForestSpeciesCol": "Threatened forest species", + "threatenedForestSpeciesColAbs": "Forest Species (Absolute Number)", + "absoluteNumber": "Absolute number", + "total_of_taxa": "Total of taxa", + "vulnerable": "Vulnerable", + "endangered": "Endangered", + "critically_endangered": "Critically endangered", + "extinct_in_the_wild": "Extinct in the wild", + "trees": "Trees - {{year}}", + "birds": "Birds - {{year}}", + "mammals": "Mammals - {{year}}", + "other_vertebrates": "Other vertebrates - {{year}}", + "invertebrates": "Invertebrates - {{year}}", + "vascular_plants": "Vascular plants - {{year}}", + "cryptogams_and_fungi": "Cryptogams and fungi - {{year}}" + }, + "protectedForests": { + "protectedForests": "Protected forests", + "categoryYear": "Category - Year", + "ha1000": "Area (1 000 ha)", + "mcpfe_class_1_1": "MCPFE Class 1.1", + "mcpfe_class_1_2": "MCPFE Class 1.2", + "mcpfe_class_1_3": "MCPFE Class 1.3", + "mcpfe_class_2": "MCPFE Class 2", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": { + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": "Protective forests – soil, water and other ecosystem functions; infrastructure and managed natural resources", + "categoryYear": "Category - Year", + "protectiveForestsMCPFEClass31000ha": "MCPFE Class 3 Area (1 000 ha)", + "soil_water_and_other_forest_ecosystem_functions": "Soil, water and other forest ecosystem functions", + "infrastructure_and_managed_natural_resources": "Infrastructure and managed natural resources", + "total": "Total", + "forest": "Forest - {{year}}", + "other_wooded_land": "Other wooded land - {{year}}", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "forestHoldings": { + "forestHoldings": "Forest holdings", + "categoryYear": "Category - Year", + "areaAndNumberOfForestHoldingsInSizeClasses": "Area and number of forest holdings in size classes", + "less10ha": "≤ 10 ha", + "_11_500ha": "11 - 500 ha", + "more500ha": "≥ 500 ha", + "total_forest_area": "Total forest area (1 000 ha)", + "total_number_of_holdings": "Total number of holdings", + "less_10_ha_area": "≤ 10 ha: Area (1 000 ha)", + "less_10_ha_number": "≤ 10 ha: Number of holdings", + "_11_500_ha_area": "11 - 500 ha: Area (1 000 ha)", + "_11_500_ha_number": "11 - 500 ha: Number of holdings", + "more_500_ha_area": "≥ 500 ha: Area (1 000 ha)", + "more_500_ha_number": "≥ 500 ha: Number of holdings", + "area1000Ha": "Area (1 000 ha)", + "numberOfHoldings": "Number of holdings", + "in_public_ownership": "In public ownership - {{year}}", + "public_ownership": "In public ownership", + "in_private_ownership": "In private ownership - {{year}}", + "private_ownership": "In private ownership", + "other_types_of_ownership_unknown": "Other types of ownership/unknown - {{year}}", + "other": "Other types of ownership/unknown", + "forest": "Forest" + }, + "grossValueAdded": { + "grossValueAdded": "Gross value added", + "categoryYear": "Category - Year", + "grossValueAddedCol": "Gross value added", + "million_national_currency": "Million national currency", + "percent_of_total_gva": "% of total GVA", + "forestry": "Forestry (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}" + }, + "factorIncomeAndEntrepreneurialIncome": { + "factorIncomeAndEntrepreneurialIncome": "Factor income and entrepreneurial income", + "categoryYear": "Category - Year", + "millionNationalCurrency": "Million national currency", + "factor_income": "Factor income", + "net_operating_surplus": "Net operating surplus", + "forestry": "Forestry (ISIC/NACE 02) - {{year}}" + }, + "totalGrossFixedCapitalFormationInForestsAndForestry": { + "totalGrossFixedCapitalFormationInForestsAndForestry": "Total gross fixed capital formation in forests and forestry", + "categoryYear": "Category - Year", + "grossFixedCapitalFormationMillionNationalCurrency": "Gross fixed capital formation (million national currency)", + "plantingOfTreesToProvideRegularIncome": "Planting of trees to provide regular income", + "equipmentAndBuildings": "Equipment and buildings", + "otherGrossFixedCapitalFormation": "Other Gross fixed capital formation", + "total": "Total", + "forestry_isic_nace_02": "Forestry (ISIC/NACE 02) - {{year}}", + "planting_of_trees_to_provide_regular_income": "Planting of trees to provide regular income", + "equipment_and_buildings": "Equipment and buildings", + "other_gross_fixed_capital_formation": "Other Gross fixed capital formation" + }, + "totalFixedCapitalConsumptionInForestsAndForestry": { + "totalFixedCapitalConsumptionInForestsAndForestry": "Total fixed capital consumption in forests and forestry", + "categoryYear": "Category - Year", + "fixedCapitalConsumptionMillionNationalCurrency": "Fixed capital consumption (million national currency)", + "fixed_capital_consumption": "Fixed capital consumption", + "forestry_isic_nace_02": "Forestry (ISIC/NACE 02) - {{year}}" + }, + "totalCapitalTransfersInForestsAndForestry": { + "totalCapitalTransfersInForestsAndForestry": "Total capital transfers in forests and forestry", + "categoryYear": "Category - Year", + "capitalTransfersMillionNationalCurrency": "Capital transfers (million national currency)", + "capital_transfers": "Capital transfers", + "forestry_isic_nace_02": "Forestry (ISIC/NACE 02) - {{year}}" + }, + "employmentByGenderAndAge": { + "employmentByGenderAge1000p": "Employment by gender and age (1 000 people)", + "employmentByGenderAndAge": "Employment by gender and age", + "categoryYear": "Category - Year", + "total": "Total", + "gender": "Gender", + "ageGroup": "Age group", + "male": "Male", + "female": "Female", + "_15_49": "15-49", + "_50_": "50+", + "_1000Persons": "1 000 people", + "forestry": "Forestry (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}", + "gender_male": "Gender: Male", + "gender_female": "Gender: Female", + "age_group_15_49": "Age group: 15-49", + "age_group_50_plus": "Age group: 50+" + }, + "employmentByEducationAndJobCharacteristics": { + "employmentByEducationAndJobCharacteristics": "Employment by education and job characteristics", + "categoryYear": "Category - Year", + "education": "Education (Categories ISCED 1997)", + "jobCharacteristics": "Job characteristics", + "_0_2": "0-2", + "_3_4": "3-4", + "_5_6": "5-6", + "_1000Persons": "1 000 people", + "education_0_2": "Education (Categories ISCED 1997): 0-2", + "education_3_4": "Education (Categories ISCED 1997): 3-4", + "education_5_6": "Education (Categories ISCED 1997): 5-6", + "employees": "Job characteristics: Employees", + "employeesJobCharacteristics": "Employees", + "self_employed": "Job characteristics: Self-employed", + "selfEmployed": "Self-employed", + "forestry": "Forestry (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "Manufacture of wood and articles in wood (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "Manufacture of paper and paper products (ISIC/NACE 17) - {{year}}" + }, + "occupationalAccidents": { + "occupationalAccidents": "Occupational accidents", + "categoryYear": "Category - Year", + "fatalOccupationalAccidents": "Fatal occupational accidents", + "nonFatalOccupationalAccidents": "Non-fatal occupational accidents", + "number": "Number", + "annualRatePer1000Workers": "Annual rate per 1 000 workers", + "fatal_occupational_accidents_number": "Fatal occupational accidents: Number", + "fatal_occupational_accidents_per_1000_workers": "Fatal occupational accidents: Annual rate per 1 000 workers", + "non_fatal_occupational_accidents_number": "Non-fatal occupational accidents: Number", + "non_fatal_occupational_accidents_per_1000_workers": "Non-fatal occupational accidents: Annual rate per 1 000 workers", + "forestry_isic_nace_02": "Forestry (ISIC/NACE 02) - {{year}}" + }, + "woodConsumption": { + "woodConsumption": "Wood consumption", + "category": "Category", + "woodConsumption1000M3RWE": "Wood consumption (1 000 m³ round-wood equivalent)", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "wood_consumption": "Consumption of forest products" + }, + "tradeInWood": { + "tradeInWood": "Trade in wood", + "category": "Category", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "exports_of_forest_products_quantity": "Exports of forest products (million m³ round-wood equivalent)", + "exports_of_forest_products_value": "Exports of forest products (million Euro/ECU)", + "imports_of_forest_products_quantity": "Imports of forest products (million m³ round-wood equivalent)", + "imports_of_forest_products_value": "Imports of forest products (million Euro/ECU)" + }, + "totalEnergySupplyFromWood": { + "totalEnergySupplyFromWood": "Total energy supply from wood", + "category": "Category", + "tj": "TJ", + "_1000_metric_tonnes_dry_matter": "1 000 metric tonnes dry matter", + "total_primary_energy_supply": "Total primary energy supply", + "total_renewable_energy_supply": "Total renewable energy supply", + "total_energy_supply_from_wood": "Total energy supply from wood:", + "energy_from_direct_wood_fibre_sources": "- Energy from direct wood fibre sources:", + "of_which_from_forests": "of which from forests", + "of_which_from_other_wooded_land": "of which from other wooded land and other land (trees outside forests)", + "energy_from_co_products": "- Energy from co-products and residues of the wood processing industries:", + "of_which_solid_residues": "of which solid residues (chips, particles, wood residues, bark, excluding processed wood-based fuels)", + "energy_from_processed_wood_based_fuels": "- Energy from processed wood-based fuels (pellets, briquettes, charcoal):", + "of_which_imported": "of which imported", + "energy_from_post_consumer_recovered_wood": "- Energy from post-consumer recovered wood", + "energy_from_unknown_unspecified_sources": "- Energy from unknown/unspecified sources", + "tj_2007": "2007: TJ", + "tj_2009": "2009: TJ", + "tj_2011": "2011: TJ", + "tj_2013": "2013: TJ", + "tj_2015": "2015: TJ", + "_1000_metric_tonnes_dry_matter_2007": "2007: 1 000 metric tonnes dry matter", + "_1000_metric_tonnes_dry_matter_2009": "2009: 1 000 metric tonnes dry matter", + "_1000_metric_tonnes_dry_matter_2011": "2011: 1 000 metric tonnes dry matter", + "_1000_metric_tonnes_dry_matter_2013": "2013: 1 000 metric tonnes dry matter", + "_1000_metric_tonnes_dry_matter_2015": "2015: 1 000 metric tonnes dry matter" + }, + "accessibilityForRecreation": { + "accessibilityForRecreation": "Accessibility for recreation", + "accessibilityForRecreationNumber": "I. Accessibility for recreation", + "intensityOfUseNumber": "II. Intensity of use", + "recreationFacilitiesNumber": "III. Recreation facilities", + "otherRecreationFacilitiesNumber": "IV. Other recreation facilities - pilot reporting (2020)", + "categoryYear": "Category - Year", + "areaAvailableForPublicRecreation": "Area available for public recreation", + "total1000Ha": "Area (1 000 ha)", + "_oftotal": "% of total", + "areaPrimarilyDesignatedOrManagedForPublicRecreation": "Area primarily designated or managed for public recreation", + "area_available_for_public_recreation_total": "Area available for public recreation: Total (1 000 ha)", + "area_available_for_public_recreation_percent": "Area available for public recreation: % of total", + "area_designated_or_managed_for_public_recreation_total": "Area primarily designated or managed for public recreation: Total (1 000 ha)", + "area_designated_or_managed_for_public_recreation_percent": "Area primarily designated or managed for public recreation: % of total", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}" + }, + "intensityOfUse": { + "intensityOfUse": "Intensity of use", + "categoryYear": "Category - Year", + "annualNumberOfVisitsMillion": "Annual number of visits (million)", + "areaAvailableForPublicRecreation": "Area available for public recreation", + "areaPrimarilyDesignatedAndOrManagedForPublicRecreation": "Area primarily designated and/or managed for public recreation", + "total_forest_and_other_wooded_land": "Total forest and other wooded land - {{year}}", + "area_available_for_public_recreation": "Area available for public recreation", + "area_designated_and_or_managed_for_public_recreation": "Area primarily designated and/or managed for public recreation" + }, + "recreationFacilities": { + "recreationFacilities": "Recreation facilities", + "categoryYear": "Category - Year", + "forestRoadsAndPathsAvailableForPublicRecreation": "Forest roads and paths available for public recreation", + "_ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc": "... of which designated for: hiking, biking, cross country skiing, etc.", + "facilityLengthIn1000Km": "Facility (length in 1 000 km)", + "area_available_for_public_recreation": "Area available for public recreation - {{year}}", + "forest_roads_and_paths_available_for_public_recreation": "Forest roads and paths available for public recreation", + "_of_which_designated_for_hiking_biking_cross_country_skiing_etc": "... of which designated for hiking, biking, cross country skiing, etc." + }, + "otherRecreationFacilitiesPilotReporting2015": { + "otherRecreationFacilitiesPilotReporting2015": "Other recreation facilities - pilot reporting (2015)", + "category": "Category", + "facility": "Facility", + "measurement_unit": "Measurement unit", + "extent_multiplicity": "Extent / Multiplicity", + "facility_category": "Facility category", + "no1_area_available_for_public_recreation": "Area available for public recreation 1", + "no2_area_available_for_public_recreation": "Area available for public recreation 2", + "no3_area_available_for_public_recreation": "Area available for public recreation 3", + "no4_area_available_for_public_recreation": "Area available for public recreation 4", + "no5_area_available_for_public_recreation": "Area available for public recreation 5", + "no6_area_available_for_public_recreation": "Area available for public recreation 6", + "no7_area_available_for_public_recreation": "Area available for public recreation 7", + "no8_area_available_for_public_recreation": "Area available for public recreation 8", + "no9_area_available_for_public_recreation": "Area available for public recreation 9", + "no10_area_available_for_public_recreation": "Area available for public recreation 10", + "no11_area_available_for_public_recreation": "Area available for public recreation 11", + "no12_area_available_for_public_recreation": "Area available for public recreation 12", + "no13_area_available_for_public_recreation": "Area available for public recreation 13", + "no14_area_available_for_public_recreation": "Area available for public recreation 14", + "no15_area_available_for_public_recreation": "Area available for public recreation 15", + "no16_area_available_for_public_recreation": "Area available for public recreation 16", + "no17_area_available_for_public_recreation": "Area available for public recreation 17", + "no18_area_available_for_public_recreation": "Area available for public recreation 18", + "no19_area_available_for_public_recreation": "Area available for public recreation 19", + "no20_area_available_for_public_recreation": "Area available for public recreation 20" + } +} diff --git a/src/i18n/resources/en/panEuropean/print.js b/src/i18n/resources/en/panEuropean/print.js deleted file mode 100644 index cf5abf001f..0000000000 --- a/src/i18n/resources/en/panEuropean/print.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - title: 'panEuropean {{cycleName}} report', - titleTables: 'panEuropean {{cycleName}} reporting tables', - tableOfContent: 'Table of contents', - disclaimer: `FAO has been monitoring the world's forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world's forests and how they are changing. The FRA is a country-driven process and the assessments are based on reports prepared by officially nominated National Correspondents. If a report is not available, the FRA Secretariat prepares a desk study using earlier reports, existing information and/or remote sensing based analysis.`, - disclaimerGenerated: `This document was generated automatically using the report made available as a contribution to the FAO Global Forest Resources Assessment {{cycleName}}, and submitted to FAO as an official government document. The content and the views expressed in this report are the responsibility of the entity submitting the report to FAO. FAO cannot be held responsible for any use made of the information contained in this document.`, - disclaimerGeneratedDeskStudy: `This document was generated automatically from a desk study. FAO cannot be held responsible for any use made of the information contained in this document.`, -} diff --git a/src/i18n/resources/en/panEuropean/print.json b/src/i18n/resources/en/panEuropean/print.json new file mode 100644 index 0000000000..47b242cbbb --- /dev/null +++ b/src/i18n/resources/en/panEuropean/print.json @@ -0,0 +1,8 @@ +{ + "title": "panEuropean {{cycleName}} report", + "titleTables": "panEuropean {{cycleName}} reporting tables", + "tableOfContent": "Table of contents", + "disclaimer": "FAO has been monitoring the world's forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world's forests and how they are changing. The FRA is a country-driven process and the assessments are based on reports prepared by officially nominated National Correspondents. If a report is not available, the FRA Secretariat prepares a desk study using earlier reports, existing information and/or remote sensing based analysis.", + "disclaimerGenerated": "This document was generated automatically using the report made available as a contribution to the FAO Global Forest Resources Assessment {{cycleName}}, and submitted to FAO as an official government document. The content and the views expressed in this report are the responsibility of the entity submitting the report to FAO. FAO cannot be held responsible for any use made of the information contained in this document.", + "disclaimerGeneratedDeskStudy": "This document was generated automatically from a desk study. FAO cannot be held responsible for any use made of the information contained in this document." +} diff --git a/src/i18n/resources/en/print.js b/src/i18n/resources/en/print.js deleted file mode 100644 index 0d15fee6b1..0000000000 --- a/src/i18n/resources/en/print.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - title: 'FRA {{cycleName}} report', - titleTables: 'FRA {{cycleName}} reporting tables', - tableOfContent: 'Table of contents', - disclaimer: `FAO has been monitoring the world's forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world's forests and how they are changing. The FRA is a country-driven process and the assessments are based on reports prepared by officially nominated National Correspondents. If a report is not available, the FRA Secretariat prepares a desk study using earlier reports, existing information and/or remote sensing based analysis.`, - disclaimerGenerated: `This document was generated automatically using the report made available as a contribution to the FAO Global Forest Resources Assessment {{cycleName}}, and submitted to FAO as an official government document. The content and the views expressed in this report are the responsibility of the entity submitting the report to FAO. FAO cannot be held responsible for any use made of the information contained in this document.`, - disclaimerGeneratedDeskStudy: `This document was generated automatically from a desk study. FAO cannot be held responsible for any use made of the information contained in this document.`, -} diff --git a/src/i18n/resources/en/print.json b/src/i18n/resources/en/print.json new file mode 100644 index 0000000000..8960adccfd --- /dev/null +++ b/src/i18n/resources/en/print.json @@ -0,0 +1,8 @@ +{ + "title": "FRA {{cycleName}} report", + "titleTables": "FRA {{cycleName}} reporting tables", + "tableOfContent": "Table of contents", + "disclaimer": "FAO has been monitoring the world's forests at 5 to 10 year intervals since 1946. The Global Forest Resources Assessments (FRA) are now produced every five years in an attempt to provide a consistent approach to describing the world's forests and how they are changing. The FRA is a country-driven process and the assessments are based on reports prepared by officially nominated National Correspondents. If a report is not available, the FRA Secretariat prepares a desk study using earlier reports, existing information and/or remote sensing based analysis.", + "disclaimerGenerated": "This document was generated automatically using the report made available as a contribution to the FAO Global Forest Resources Assessment {{cycleName}}, and submitted to FAO as an official government document. The content and the views expressed in this report are the responsibility of the entity submitting the report to FAO. FAO cannot be held responsible for any use made of the information contained in this document.", + "disclaimerGeneratedDeskStudy": "This document was generated automatically from a desk study. FAO cannot be held responsible for any use made of the information contained in this document." +} diff --git a/src/i18n/resources/en/statisticalFactsheets.js b/src/i18n/resources/en/statisticalFactsheets.js deleted file mode 100644 index 49f163811a..0000000000 --- a/src/i18n/resources/en/statisticalFactsheets.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - noData: 'No data available', - rowName: { - area: 'Area', - forest: 'Forest', - landArea: 'Land area', - naturalForestArea: '$t(forestCharacteristics.naturalForestArea)', - other: '$t(common.other)', - otherArea: 'Other area', - otherForest: 'Other forest', - otherLand: '$t(fraClass.otherLand)', - other_or_unknown: 'Other or unknown', - plantedForest: '$t(forestCharacteristics.plantedForest)', - primaryForest: '$t(specificForestCategories.primaryForest)', - private_ownership: 'Private', - protected: 'Protected', - public_ownership: 'Public', - unknown: '$t(fra.forestOwnership.unknown2025)', - }, - forestArea: { - title: 'Forest Area, {{startYear}} - {{endYear}}, $t({{unit}})', - }, - carbonAndGrowingStock: { - title: 'Forest growing stock and carbon, {{startYear}} - {{endYear}}', - rowName: '', - carbon_stock_biomass_total: 'Carbon stock in biomass ($t({{unit}}))', - carbon_stock_total: 'Total carbon stock ($t({{unit}}))', - growing_stock_total: '$t(growingStock.growingStock) ($t({{unit}}))', - }, - forestAreaPercent: { - title: 'Forest area % of land area, {{year}}', - }, - primaryForest: { - title: 'Primary forest % of forest area, {{year}}', - }, - forestOwnership: { - title: '$t(forestOwnership.forestOwnership) %, {{year}}', - }, - forestAreaWithinProtectedAreas: { - title: 'Forest area within protected areas, {{year}}, % of forest area', - }, - primaryDesignatedManagementObjective: { - title: - '$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})', - rowName: '', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(common.other)', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - social_services: '$t(designatedManagementObjective.socialServices)', - unknown: '$t(fra.designatedManagementObjective.unknown2025)', - no_designation: '$t(fra.designatedManagementObjective.noDesignation)', - }, - naturallyRegeneratingForest: { - title: 'Naturally regenerated and planted forest area, {{startYear}} - {{endYear}}, $t({{unit}})', - }, -} diff --git a/src/i18n/resources/en/statisticalFactsheets.json b/src/i18n/resources/en/statisticalFactsheets.json new file mode 100644 index 0000000000..540b25c8cf --- /dev/null +++ b/src/i18n/resources/en/statisticalFactsheets.json @@ -0,0 +1,57 @@ +{ + "noData": "No data available", + "rowName": { + "area": "Area", + "forest": "Forest", + "landArea": "Land area", + "naturalForestArea": "$t(forestCharacteristics.naturalForestArea)", + "other": "$t(common.other)", + "otherArea": "Other area", + "otherForest": "Other forest", + "otherLand": "$t(fraClass.otherLand)", + "other_or_unknown": "Other or unknown", + "plantedForest": "$t(forestCharacteristics.plantedForest)", + "primaryForest": "$t(specificForestCategories.primaryForest)", + "private_ownership": "Private", + "protected": "Protected", + "public_ownership": "Public", + "unknown": "$t(fra.forestOwnership.unknown2025)" + }, + "forestArea": { + "title": "Forest Area, {{startYear}} - {{endYear}}, $t({{unit}})" + }, + "carbonAndGrowingStock": { + "title": "Forest growing stock and carbon, {{startYear}} - {{endYear}}", + "rowName": "", + "carbon_stock_biomass_total": "Carbon stock in biomass ($t({{unit}}))", + "carbon_stock_total": "Total carbon stock ($t({{unit}}))", + "growing_stock_total": "$t(growingStock.growingStock) ($t({{unit}}))" + }, + "forestAreaPercent": { + "title": "Forest area % of land area, {{year}}" + }, + "primaryForest": { + "title": "Primary forest % of forest area, {{year}}" + }, + "forestOwnership": { + "title": "$t(forestOwnership.forestOwnership) %, {{year}}" + }, + "forestAreaWithinProtectedAreas": { + "title": "Forest area within protected areas, {{year}}, % of forest area" + }, + "primaryDesignatedManagementObjective": { + "title": "$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})", + "rowName": "", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(common.other)", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "unknown": "$t(fra.designatedManagementObjective.unknown2025)", + "no_designation": "$t(fra.designatedManagementObjective.noDesignation)" + }, + "naturallyRegeneratingForest": { + "title": "Naturally regenerated and planted forest area, {{startYear}} - {{endYear}}, $t({{unit}})" + } +} diff --git a/src/i18n/resources/en/uc.js b/src/i18n/resources/en/uc.js deleted file mode 100644 index e34f7c2308..0000000000 --- a/src/i18n/resources/en/uc.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - message1: 'Dear user,', - message2: 'Thank you for accessing the FRA platform!', - message3: - 'We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.', - message4: 'Thank you!', - message5: 'The FRA team.', - noThanks: 'No thanks', - yesPlease: 'OK', - doNotShow: 'Do not show again', - alreadyAnswered: 'Already provided my feedback', -} diff --git a/src/i18n/resources/en/uc.json b/src/i18n/resources/en/uc.json new file mode 100644 index 0000000000..bd5fdf64f1 --- /dev/null +++ b/src/i18n/resources/en/uc.json @@ -0,0 +1,11 @@ +{ + "message1": "Dear user,", + "message2": "Thank you for accessing the FRA platform!", + "message3": "We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.", + "message4": "Thank you!", + "message5": "The FRA team.", + "noThanks": "No thanks", + "yesPlease": "OK", + "doNotShow": "Do not show again", + "alreadyAnswered": "Already provided my feedback" +} diff --git a/src/i18n/resources/en/validation.js b/src/i18n/resources/en/validation.js deleted file mode 100644 index 7c0abf4fcd..0000000000 --- a/src/i18n/resources/en/validation.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - repositoryItem: { - eitherFileOrLink: 'Only one between file and link must be specified', - fileOrLink: 'Either a file or a link is required', - nameIsRequired: 'Name is required', - optionsDisabled: 'Label, public visibility and delete are disabled because this item is used by:', - }, -} diff --git a/src/i18n/resources/en/validation.json b/src/i18n/resources/en/validation.json new file mode 100644 index 0000000000..d4318612bf --- /dev/null +++ b/src/i18n/resources/en/validation.json @@ -0,0 +1,8 @@ +{ + "repositoryItem": { + "eitherFileOrLink": "Only one between file and link must be specified", + "fileOrLink": "Either a file or a link is required", + "nameIsRequired": "Name is required", + "optionsDisabled": "Label, public visibility and delete are disabled because this item is used by:" + } +} diff --git a/src/i18n/resources/es.js b/src/i18n/resources/es.js deleted file mode 100644 index 2af45957c1..0000000000 --- a/src/i18n/resources/es.js +++ /dev/null @@ -1,44 +0,0 @@ -const admin = require('./es/admin') -const area = require('./es/area') -const assessmentSection = require('./es/assessmentSection') -const common = require('./es/common') -const contentCheck = require('./es/contentCheck') -const dataDownload = require('./es/dataDownload') -const dataSource = require('./es/dataSource') -const editUser = require('./es/editUser') -const email = require('./es/email') -const fra = require('./es/fra') -const generalValidation = require('./es/generalValidations') -const history = require('./es/history') -const landing = require('./es/landing') -const login = require('./es/login') -const nationalDataPoint = require('./es/nationalDataPoint') -const other = require('./es/other') -const statisticalFactsheets = require('./es/statisticalFactsheets') -const uc = require('./es/uc') - -module.exports.translation = { - admin, - area, - common, - contentCheck, - dataDownload, - dataSource, - editUser, - email, - fra, - generalValidation, - history, - landing, - login, - nationalDataPoint, - - page: { - assessmentSection, - }, - - statisticalFactsheets, - uc, - - ...other, -} diff --git a/src/i18n/resources/es.ts b/src/i18n/resources/es.ts new file mode 100644 index 0000000000..b13abd3ca8 --- /dev/null +++ b/src/i18n/resources/es.ts @@ -0,0 +1,44 @@ +import * as admin from './es/admin.json' +import * as area from './es/area.json' +import * as assessmentSection from './es/assessmentSection.json' +import * as common from './es/common.json' +import * as contentCheck from './es/contentCheck.json' +import * as dataDownload from './es/dataDownload.json' +import * as dataSource from './es/dataSource.json' +import * as editUser from './es/editUser.json' +import * as email from './es/email.json' +import * as fra from './es/fra.json' +import * as generalValidation from './es/generalValidations.json' +import * as history from './es/history.json' +import * as landing from './es/landing.json' +import * as login from './es/login.json' +import * as nationalDataPoint from './es/nationalDataPoint.json' +import * as other from './es/other.json' +import * as statisticalFactsheets from './es/statisticalFactsheets.json' +import * as uc from './es/uc.json' + +export const esTranslation = { + admin, + area, + common, + contentCheck, + dataDownload, + dataSource, + editUser, + email, + fra, + generalValidation, + history, + landing, + login, + nationalDataPoint, + + page: { + assessmentSection, + }, + + statisticalFactsheets, + uc, + + ...other, +} diff --git a/src/i18n/resources/es/admin.js b/src/i18n/resources/es/admin.js deleted file mode 100644 index 8206118d3e..0000000000 --- a/src/i18n/resources/es/admin.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - admin: 'Administración', - filter: 'Filtrar por', - invitationPending: 'Invitación pendiente', - invitationsAcceptedCount: 'Nº de invitaciones aceptadas', - invitationsSentCount: 'Nº de invitaciones enviadas', - usersCount: 'Nº de usuarios', -} diff --git a/src/i18n/resources/es/admin.json b/src/i18n/resources/es/admin.json new file mode 100644 index 0000000000..2f9ff8e3c2 --- /dev/null +++ b/src/i18n/resources/es/admin.json @@ -0,0 +1,8 @@ +{ + "admin": "Administración", + "filter": "Filtrar por", + "invitationPending": "Invitación pendiente", + "invitationsAcceptedCount": "Nº de invitaciones aceptadas", + "invitationsSentCount": "Nº de invitaciones enviadas", + "usersCount": "Nº de usuarios" +} diff --git a/src/i18n/resources/es/area.js b/src/i18n/resources/es/area.js deleted file mode 100644 index 5b17ddd106..0000000000 --- a/src/i18n/resources/es/area.js +++ /dev/null @@ -1,276 +0,0 @@ -module.exports = { - WO: { listName: 'Global' }, - AF: { listName: 'África' }, - AN: { listName: 'Antarctica' }, - AS: { listName: 'Asia' }, - AT: { listName: 'Atlántida' }, - EU: { listName: 'Europa' }, - NA: { listName: 'América del Norte y Central' }, - OC: { listName: 'Oceanía' }, - SA: { listName: 'América del Sur' }, - - ASEAN: { listName: 'ASEAN' }, - FE: { listName: 'FOREST EUROPE' }, - EU27: { listName: 'EU-27' }, - ECOMIFAC: { listName: 'Espace COMIFAC' }, - MP: { listName: 'Montreal Process' }, - UNECE: { listName: 'UNECE' }, - ITTO: { listName: 'International Tropical Timber Organization' }, - - ABW: { listName: 'Aruba' }, - AFG: { listName: 'Afganistán' }, - AGO: { listName: 'Angola' }, - AIA: { listName: 'Anguila' }, - ALB: { listName: 'Albania' }, - AND: { listName: 'Andorra' }, - ARE: { listName: 'Emiratos Árabes Unidos' }, - ARG: { listName: 'Argentina' }, - ARM: { listName: 'Armenia' }, - ASM: { listName: 'Samoa Americana' }, - ATG: { listName: 'Antigua y Barbuda' }, - AUS: { listName: 'Australia' }, - AUT: { listName: 'Austria' }, - AZE: { listName: 'Azerbaiyán' }, - BDI: { listName: 'Burundi' }, - BEL: { listName: 'Bélgica' }, - BEN: { listName: 'Benin' }, - BES: { listName: 'Bonaire, Sint Eustatius y Saba' }, - BFA: { listName: 'Burkina Faso' }, - BGD: { listName: 'Bangladesh' }, - BGR: { listName: 'Bulgaria' }, - BHR: { listName: 'Bahrein' }, - BHS: { listName: 'Bahamas' }, - BIH: { listName: 'Bosnia y Herzegovina' }, - BLM: { listName: 'San Bartolomé' }, - BLR: { listName: 'Belarús' }, - BLZ: { listName: 'Belice' }, - BMU: { listName: 'Bermudas' }, - BOL: { listName: 'Bolivia (Estado Plurinacional de)' }, - BRA: { listName: 'Brasil' }, - BRB: { listName: 'Barbados' }, - BRN: { listName: 'Brunei Darussalam' }, - BTN: { listName: 'Bhután' }, - BWA: { listName: 'Botswana' }, - CAF: { listName: 'República Centroafricana' }, - CAN: { listName: 'Canadá' }, - CHE: { listName: 'Suiza' }, - CHL: { listName: 'Chile' }, - CHN: { listName: 'China' }, - CIV: { listName: "Côte d'Ivoire" }, - CMR: { listName: 'Camerún' }, - COD: { listName: 'República Democrática del Congo' }, - COG: { listName: 'Congo' }, - COK: { listName: 'Islas Cook' }, - COL: { listName: 'Colombia' }, - COM: { listName: 'Comoras' }, - CPV: { listName: 'Cabo Verde' }, - CRI: { listName: 'Costa Rica' }, - CUB: { listName: 'Cuba' }, - CUW: { listName: 'Curaçao' }, - CYM: { listName: 'Islas Caimán ' }, - CYP: { listName: 'Chipre' }, - CZE: { listName: 'Chequia' }, - DEU: { listName: 'Alemania' }, - DJI: { listName: 'Djibouti' }, - DMA: { listName: 'Dominica' }, - DNK: { listName: 'Dinamarca' }, - DOM: { listName: 'República Dominicana' }, - DZA: { listName: 'Argelia' }, - ECU: { listName: 'Ecuador' }, - EGY: { listName: 'Egipto' }, - ERI: { listName: 'Eritrea' }, - ESH: { listName: 'Sáhara occidental' }, - ESP: { listName: 'España' }, - EST: { listName: 'Estonia' }, - ETH: { listName: 'Etiopía' }, - FIN: { listName: 'Finlandia' }, - FJI: { listName: 'Fiji' }, - FLK: { listName: 'Islas Malvinas (Falkland Islands)' }, - FRA: { listName: 'Francia' }, - FRO: { listName: 'Islas Feroe' }, - FSM: { listName: 'Micronesia (Estados Federados de)' }, - GAB: { listName: 'Gabón' }, - GBR: { listName: 'Reino Unido de Gran Bretaña e Irlanda del Norte' }, - GEO: { listName: 'Georgia' }, - GGY: { listName: 'Isla de Guernesey' }, - GHA: { listName: 'Ghana' }, - GIB: { listName: 'Gibraltar' }, - GIN: { listName: 'Guinea' }, - GLP: { listName: 'Guadalupe' }, - GMB: { listName: 'Gambia' }, - GNB: { listName: 'Guinea-Bissau' }, - GNQ: { listName: 'Guinea Ecuatorial' }, - GRC: { listName: 'Grecia' }, - GRD: { listName: 'Granada' }, - GRL: { listName: 'Groenlandia' }, - GTM: { listName: 'Guatemala' }, - GUF: { listName: 'Guayana Francesa' }, - GUM: { listName: 'Guam' }, - GUY: { listName: 'Guyana' }, - HND: { listName: 'Honduras' }, - HRV: { listName: 'Croacia' }, - HTI: { listName: 'Haití' }, - HUN: { listName: 'Hungría' }, - IDN: { listName: 'Indonesia' }, - IMN: { listName: 'Isla de Man' }, - IND: { listName: 'India' }, - IRL: { listName: 'Irlanda' }, - IRN: { listName: 'Irán (República Islámica del)' }, - IRQ: { listName: 'Iraq' }, - ISL: { listName: 'Islandia' }, - ISR: { listName: 'Israel' }, - ITA: { listName: 'Italia' }, - JAM: { listName: 'Jamaica' }, - JEY: { listName: 'Jersey' }, - JOR: { listName: 'Jordania' }, - JPN: { listName: 'Japón' }, - KAZ: { listName: 'Kazajstán' }, - KEN: { listName: 'Kenya' }, - KGZ: { listName: 'Kirguistán' }, - KHM: { listName: 'Camboya' }, - KIR: { listName: 'Kiribati' }, - KNA: { listName: 'Saint Kitts y Nevis' }, - KOR: { listName: 'República de Corea' }, - KWT: { listName: 'Kuwait' }, - LAO: { listName: 'República Democrática Popular Lao' }, - LBN: { listName: 'Líbano' }, - LBR: { listName: 'Liberia' }, - LBY: { listName: 'Libia' }, - LCA: { listName: 'Santa Lucía' }, - LIE: { listName: 'Liechtenstein' }, - LKA: { listName: 'Sri Lanka' }, - LSO: { listName: 'Lesotho' }, - LTU: { listName: 'Lituania' }, - LUX: { listName: 'Luxemburgo' }, - LVA: { listName: 'Letonia' }, - MAF: { listName: 'Saint-Martin (parte francesa)' }, - MAR: { listName: 'Marruecos' }, - MCO: { listName: 'Mónaco' }, - MDA: { listName: 'República de Moldova' }, - MDG: { listName: 'Madagascar' }, - MDV: { listName: 'Maldivas' }, - MEX: { listName: 'México' }, - MHL: { listName: 'Islas Marshall' }, - MKD: { listName: 'República de Macedonia del Norte' }, - MLI: { listName: 'Malí' }, - MLT: { listName: 'Malta' }, - MMR: { listName: 'Myanmar' }, - MNE: { listName: 'Montenegro' }, - MNG: { listName: 'Mongolia' }, - MNP: { listName: 'Islas Marianas septentrionales' }, - MOZ: { listName: 'Mozambique' }, - MRT: { listName: 'Mauritania' }, - MSR: { listName: 'Montserrat' }, - MTQ: { listName: 'Martinica' }, - MUS: { listName: 'Mauricio' }, - MWI: { listName: 'Malawi' }, - MYS: { listName: 'Malasia' }, - MYT: { listName: 'Mayotte' }, - NAM: { listName: 'Namibia' }, - NCL: { listName: 'Nueva Caledonia' }, - NER: { listName: 'Níger' }, - NFK: { listName: 'Isla Norfolk' }, - NGA: { listName: 'Nigeria' }, - NIC: { listName: 'Nicaragua' }, - NIU: { listName: 'Niue' }, - NLD: { listName: 'Países Bajos (Reino de los)' }, - NOR: { listName: 'Noruega' }, - NPL: { listName: 'Nepal' }, - NRU: { listName: 'Nauru' }, - NZL: { listName: 'Nueva Zelandia' }, - OMN: { listName: 'Omán' }, - PAK: { listName: 'Pakistán' }, - PAN: { listName: 'Panamá' }, - PCN: { listName: 'Pitcairn' }, - PER: { listName: 'Perú' }, - PHL: { listName: 'Filipinas' }, - PLW: { listName: 'Palau' }, - PNG: { listName: 'Papua Nueva Guinea' }, - POL: { listName: 'Polonia' }, - PRI: { listName: 'Puerto Rico' }, - PRK: { listName: 'República Popular Democrática de Corea' }, - PRT: { listName: 'Portugal' }, - PRY: { listName: 'Paraguay' }, - PSE: { listName: 'Palestina' }, - PYF: { listName: 'Polinesia Francesa' }, - QAT: { listName: 'Qatar' }, - REU: { listName: 'Reunión' }, - ROU: { listName: 'Rumania' }, - RUS: { listName: 'Federación de Rusia' }, - RWA: { listName: 'Rwanda' }, - SAU: { listName: 'Arabia Saudita' }, - SDN: { listName: 'Sudán' }, - SEN: { listName: 'Senegal' }, - SGP: { listName: 'Singapur' }, - SHN: { listName: 'Santa Elena' }, - SJM: { listName: 'Islas Svalbard y Jan Mayen' }, - SLB: { listName: 'Islas Salomón' }, - SLE: { listName: 'Sierra Leona' }, - SLV: { listName: 'El Salvador' }, - SMR: { listName: 'San Marino' }, - SOM: { listName: 'Somalia' }, - SPM: { listName: 'Saint-Pierre y Miquelon' }, - SRB: { listName: 'Serbia' }, - SSD: { listName: 'Sudán del Sur' }, - STP: { listName: 'Santo Tomé y Príncipe' }, - SUR: { listName: 'Suriname' }, - SVK: { listName: 'Eslovaquia' }, - SVN: { listName: 'Eslovenia' }, - SWE: { listName: 'Suecia' }, - SWZ: { listName: 'Swazilandia' }, - SXM: { listName: 'Sint Maarten (Dutch part)' }, - SYC: { listName: 'Seychelles' }, - SYR: { listName: 'República Árabe Siria' }, - TCA: { listName: 'Islas Turcas y Caicos' }, - TCD: { listName: 'Chad' }, - TGO: { listName: 'Togo' }, - THA: { listName: 'Tailandia' }, - TJK: { listName: 'Tayikistán' }, - TKL: { listName: 'Tokelau' }, - TKM: { listName: 'Turkmenistán' }, - TLS: { listName: 'Timor-Leste' }, - TON: { listName: 'Tonga' }, - TTO: { listName: 'Trinidad y Tabago' }, - TUN: { listName: 'Túnez' }, - TUR: { listName: 'Türkiye' }, - TUV: { listName: 'Tuvalu' }, - TZA: { listName: 'República Unida de Tanzanía' }, - UGA: { listName: 'Uganda' }, - UKR: { listName: 'Ucrania' }, - URY: { listName: 'Uruguay' }, - USA: { listName: 'Estados Unidos de América' }, - UZB: { listName: 'Uzbekistán' }, - VAT: { listName: 'Santa Sede' }, - VCT: { listName: 'San Vicente y las Granadinas' }, - VEN: { listName: 'Venezuela (República Bolivariana de)' }, - VGB: { listName: 'Islas Vírgenes Británicas' }, - VIR: { listName: 'Islas Vírgenes (EE.UU.)' }, - VNM: { listName: 'Viet Nam' }, - VUT: { listName: 'Vanuatu' }, - WLF: { listName: 'Islas Wallis y Futuna' }, - WSM: { listName: 'Samoa' }, - X01: { listName: 'Atlantis 01' }, - X02: { listName: 'Atlantis 02' }, - X03: { listName: 'Atlantis 03' }, - X04: { listName: 'Atlantis 04' }, - X05: { listName: 'Atlantis 05' }, - X06: { listName: 'Atlantis 06' }, - X07: { listName: 'Atlantis 07' }, - X08: { listName: 'Atlantis 08' }, - X09: { listName: 'Atlantis 09' }, - X10: { listName: 'Atlantis 10' }, - X11: { listName: 'Atlantis 11' }, - X12: { listName: 'Atlantis 12' }, - X13: { listName: 'Atlantis 13' }, - X14: { listName: 'Atlantis 14' }, - X15: { listName: 'Atlantis 15' }, - X16: { listName: 'Atlantis 16' }, - X17: { listName: 'Atlantis 17' }, - X18: { listName: 'Atlantis 18' }, - X19: { listName: 'Atlantis 19' }, - X20: { listName: 'Atlantis 20' }, - YEM: { listName: 'Yemen' }, - ZAF: { listName: 'Sudáfrica' }, - ZMB: { listName: 'Zambia' }, - ZWE: { listName: 'Zimbabwe' }, -} diff --git a/src/i18n/resources/es/area.json b/src/i18n/resources/es/area.json new file mode 100644 index 0000000000..66a350c08e --- /dev/null +++ b/src/i18n/resources/es/area.json @@ -0,0 +1,818 @@ +{ + "WO": { + "listName": "Global" + }, + "AF": { + "listName": "África" + }, + "AN": { + "listName": "Antarctica" + }, + "AS": { + "listName": "Asia" + }, + "AT": { + "listName": "Atlántida" + }, + "EU": { + "listName": "Europa" + }, + "NA": { + "listName": "América del Norte y Central" + }, + "OC": { + "listName": "Oceanía" + }, + "SA": { + "listName": "América del Sur" + }, + "ASEAN": { + "listName": "ASEAN" + }, + "FE": { + "listName": "FOREST EUROPE" + }, + "EU27": { + "listName": "EU-27" + }, + "ECOMIFAC": { + "listName": "Espace COMIFAC" + }, + "MP": { + "listName": "Montreal Process" + }, + "UNECE": { + "listName": "UNECE" + }, + "ITTO": { + "listName": "International Tropical Timber Organization" + }, + "ABW": { + "listName": "Aruba" + }, + "AFG": { + "listName": "Afganistán" + }, + "AGO": { + "listName": "Angola" + }, + "AIA": { + "listName": "Anguila" + }, + "ALB": { + "listName": "Albania" + }, + "AND": { + "listName": "Andorra" + }, + "ARE": { + "listName": "Emiratos Árabes Unidos" + }, + "ARG": { + "listName": "Argentina" + }, + "ARM": { + "listName": "Armenia" + }, + "ASM": { + "listName": "Samoa Americana" + }, + "ATG": { + "listName": "Antigua y Barbuda" + }, + "AUS": { + "listName": "Australia" + }, + "AUT": { + "listName": "Austria" + }, + "AZE": { + "listName": "Azerbaiyán" + }, + "BDI": { + "listName": "Burundi" + }, + "BEL": { + "listName": "Bélgica" + }, + "BEN": { + "listName": "Benin" + }, + "BES": { + "listName": "Bonaire, Sint Eustatius y Saba" + }, + "BFA": { + "listName": "Burkina Faso" + }, + "BGD": { + "listName": "Bangladesh" + }, + "BGR": { + "listName": "Bulgaria" + }, + "BHR": { + "listName": "Bahrein" + }, + "BHS": { + "listName": "Bahamas" + }, + "BIH": { + "listName": "Bosnia y Herzegovina" + }, + "BLM": { + "listName": "San Bartolomé" + }, + "BLR": { + "listName": "Belarús" + }, + "BLZ": { + "listName": "Belice" + }, + "BMU": { + "listName": "Bermudas" + }, + "BOL": { + "listName": "Bolivia (Estado Plurinacional de)" + }, + "BRA": { + "listName": "Brasil" + }, + "BRB": { + "listName": "Barbados" + }, + "BRN": { + "listName": "Brunei Darussalam" + }, + "BTN": { + "listName": "Bhután" + }, + "BWA": { + "listName": "Botswana" + }, + "CAF": { + "listName": "República Centroafricana" + }, + "CAN": { + "listName": "Canadá" + }, + "CHE": { + "listName": "Suiza" + }, + "CHL": { + "listName": "Chile" + }, + "CHN": { + "listName": "China" + }, + "CIV": { + "listName": "Côte d'Ivoire" + }, + "CMR": { + "listName": "Camerún" + }, + "COD": { + "listName": "República Democrática del Congo" + }, + "COG": { + "listName": "Congo" + }, + "COK": { + "listName": "Islas Cook" + }, + "COL": { + "listName": "Colombia" + }, + "COM": { + "listName": "Comoras" + }, + "CPV": { + "listName": "Cabo Verde" + }, + "CRI": { + "listName": "Costa Rica" + }, + "CUB": { + "listName": "Cuba" + }, + "CUW": { + "listName": "Curaçao" + }, + "CYM": { + "listName": "Islas Caimán " + }, + "CYP": { + "listName": "Chipre" + }, + "CZE": { + "listName": "Chequia" + }, + "DEU": { + "listName": "Alemania" + }, + "DJI": { + "listName": "Djibouti" + }, + "DMA": { + "listName": "Dominica" + }, + "DNK": { + "listName": "Dinamarca" + }, + "DOM": { + "listName": "República Dominicana" + }, + "DZA": { + "listName": "Argelia" + }, + "ECU": { + "listName": "Ecuador" + }, + "EGY": { + "listName": "Egipto" + }, + "ERI": { + "listName": "Eritrea" + }, + "ESH": { + "listName": "Sáhara occidental" + }, + "ESP": { + "listName": "España" + }, + "EST": { + "listName": "Estonia" + }, + "ETH": { + "listName": "Etiopía" + }, + "FIN": { + "listName": "Finlandia" + }, + "FJI": { + "listName": "Fiji" + }, + "FLK": { + "listName": "Islas Malvinas (Falkland Islands)" + }, + "FRA": { + "listName": "Francia" + }, + "FRO": { + "listName": "Islas Feroe" + }, + "FSM": { + "listName": "Micronesia (Estados Federados de)" + }, + "GAB": { + "listName": "Gabón" + }, + "GBR": { + "listName": "Reino Unido de Gran Bretaña e Irlanda del Norte" + }, + "GEO": { + "listName": "Georgia" + }, + "GGY": { + "listName": "Isla de Guernesey" + }, + "GHA": { + "listName": "Ghana" + }, + "GIB": { + "listName": "Gibraltar" + }, + "GIN": { + "listName": "Guinea" + }, + "GLP": { + "listName": "Guadalupe" + }, + "GMB": { + "listName": "Gambia" + }, + "GNB": { + "listName": "Guinea-Bissau" + }, + "GNQ": { + "listName": "Guinea Ecuatorial" + }, + "GRC": { + "listName": "Grecia" + }, + "GRD": { + "listName": "Granada" + }, + "GRL": { + "listName": "Groenlandia" + }, + "GTM": { + "listName": "Guatemala" + }, + "GUF": { + "listName": "Guayana Francesa" + }, + "GUM": { + "listName": "Guam" + }, + "GUY": { + "listName": "Guyana" + }, + "HND": { + "listName": "Honduras" + }, + "HRV": { + "listName": "Croacia" + }, + "HTI": { + "listName": "Haití" + }, + "HUN": { + "listName": "Hungría" + }, + "IDN": { + "listName": "Indonesia" + }, + "IMN": { + "listName": "Isla de Man" + }, + "IND": { + "listName": "India" + }, + "IRL": { + "listName": "Irlanda" + }, + "IRN": { + "listName": "Irán (República Islámica del)" + }, + "IRQ": { + "listName": "Iraq" + }, + "ISL": { + "listName": "Islandia" + }, + "ISR": { + "listName": "Israel" + }, + "ITA": { + "listName": "Italia" + }, + "JAM": { + "listName": "Jamaica" + }, + "JEY": { + "listName": "Jersey" + }, + "JOR": { + "listName": "Jordania" + }, + "JPN": { + "listName": "Japón" + }, + "KAZ": { + "listName": "Kazajstán" + }, + "KEN": { + "listName": "Kenya" + }, + "KGZ": { + "listName": "Kirguistán" + }, + "KHM": { + "listName": "Camboya" + }, + "KIR": { + "listName": "Kiribati" + }, + "KNA": { + "listName": "Saint Kitts y Nevis" + }, + "KOR": { + "listName": "República de Corea" + }, + "KWT": { + "listName": "Kuwait" + }, + "LAO": { + "listName": "República Democrática Popular Lao" + }, + "LBN": { + "listName": "Líbano" + }, + "LBR": { + "listName": "Liberia" + }, + "LBY": { + "listName": "Libia" + }, + "LCA": { + "listName": "Santa Lucía" + }, + "LIE": { + "listName": "Liechtenstein" + }, + "LKA": { + "listName": "Sri Lanka" + }, + "LSO": { + "listName": "Lesotho" + }, + "LTU": { + "listName": "Lituania" + }, + "LUX": { + "listName": "Luxemburgo" + }, + "LVA": { + "listName": "Letonia" + }, + "MAF": { + "listName": "Saint-Martin (parte francesa)" + }, + "MAR": { + "listName": "Marruecos" + }, + "MCO": { + "listName": "Mónaco" + }, + "MDA": { + "listName": "República de Moldova" + }, + "MDG": { + "listName": "Madagascar" + }, + "MDV": { + "listName": "Maldivas" + }, + "MEX": { + "listName": "México" + }, + "MHL": { + "listName": "Islas Marshall" + }, + "MKD": { + "listName": "República de Macedonia del Norte" + }, + "MLI": { + "listName": "Malí" + }, + "MLT": { + "listName": "Malta" + }, + "MMR": { + "listName": "Myanmar" + }, + "MNE": { + "listName": "Montenegro" + }, + "MNG": { + "listName": "Mongolia" + }, + "MNP": { + "listName": "Islas Marianas septentrionales" + }, + "MOZ": { + "listName": "Mozambique" + }, + "MRT": { + "listName": "Mauritania" + }, + "MSR": { + "listName": "Montserrat" + }, + "MTQ": { + "listName": "Martinica" + }, + "MUS": { + "listName": "Mauricio" + }, + "MWI": { + "listName": "Malawi" + }, + "MYS": { + "listName": "Malasia" + }, + "MYT": { + "listName": "Mayotte" + }, + "NAM": { + "listName": "Namibia" + }, + "NCL": { + "listName": "Nueva Caledonia" + }, + "NER": { + "listName": "Níger" + }, + "NFK": { + "listName": "Isla Norfolk" + }, + "NGA": { + "listName": "Nigeria" + }, + "NIC": { + "listName": "Nicaragua" + }, + "NIU": { + "listName": "Niue" + }, + "NLD": { + "listName": "Países Bajos (Reino de los)" + }, + "NOR": { + "listName": "Noruega" + }, + "NPL": { + "listName": "Nepal" + }, + "NRU": { + "listName": "Nauru" + }, + "NZL": { + "listName": "Nueva Zelandia" + }, + "OMN": { + "listName": "Omán" + }, + "PAK": { + "listName": "Pakistán" + }, + "PAN": { + "listName": "Panamá" + }, + "PCN": { + "listName": "Pitcairn" + }, + "PER": { + "listName": "Perú" + }, + "PHL": { + "listName": "Filipinas" + }, + "PLW": { + "listName": "Palau" + }, + "PNG": { + "listName": "Papua Nueva Guinea" + }, + "POL": { + "listName": "Polonia" + }, + "PRI": { + "listName": "Puerto Rico" + }, + "PRK": { + "listName": "República Popular Democrática de Corea" + }, + "PRT": { + "listName": "Portugal" + }, + "PRY": { + "listName": "Paraguay" + }, + "PSE": { + "listName": "Palestina" + }, + "PYF": { + "listName": "Polinesia Francesa" + }, + "QAT": { + "listName": "Qatar" + }, + "REU": { + "listName": "Reunión" + }, + "ROU": { + "listName": "Rumania" + }, + "RUS": { + "listName": "Federación de Rusia" + }, + "RWA": { + "listName": "Rwanda" + }, + "SAU": { + "listName": "Arabia Saudita" + }, + "SDN": { + "listName": "Sudán" + }, + "SEN": { + "listName": "Senegal" + }, + "SGP": { + "listName": "Singapur" + }, + "SHN": { + "listName": "Santa Elena" + }, + "SJM": { + "listName": "Islas Svalbard y Jan Mayen" + }, + "SLB": { + "listName": "Islas Salomón" + }, + "SLE": { + "listName": "Sierra Leona" + }, + "SLV": { + "listName": "El Salvador" + }, + "SMR": { + "listName": "San Marino" + }, + "SOM": { + "listName": "Somalia" + }, + "SPM": { + "listName": "Saint-Pierre y Miquelon" + }, + "SRB": { + "listName": "Serbia" + }, + "SSD": { + "listName": "Sudán del Sur" + }, + "STP": { + "listName": "Santo Tomé y Príncipe" + }, + "SUR": { + "listName": "Suriname" + }, + "SVK": { + "listName": "Eslovaquia" + }, + "SVN": { + "listName": "Eslovenia" + }, + "SWE": { + "listName": "Suecia" + }, + "SWZ": { + "listName": "Swazilandia" + }, + "SXM": { + "listName": "Sint Maarten (Dutch part)" + }, + "SYC": { + "listName": "Seychelles" + }, + "SYR": { + "listName": "República Árabe Siria" + }, + "TCA": { + "listName": "Islas Turcas y Caicos" + }, + "TCD": { + "listName": "Chad" + }, + "TGO": { + "listName": "Togo" + }, + "THA": { + "listName": "Tailandia" + }, + "TJK": { + "listName": "Tayikistán" + }, + "TKL": { + "listName": "Tokelau" + }, + "TKM": { + "listName": "Turkmenistán" + }, + "TLS": { + "listName": "Timor-Leste" + }, + "TON": { + "listName": "Tonga" + }, + "TTO": { + "listName": "Trinidad y Tabago" + }, + "TUN": { + "listName": "Túnez" + }, + "TUR": { + "listName": "Türkiye" + }, + "TUV": { + "listName": "Tuvalu" + }, + "TZA": { + "listName": "República Unida de Tanzanía" + }, + "UGA": { + "listName": "Uganda" + }, + "UKR": { + "listName": "Ucrania" + }, + "URY": { + "listName": "Uruguay" + }, + "USA": { + "listName": "Estados Unidos de América" + }, + "UZB": { + "listName": "Uzbekistán" + }, + "VAT": { + "listName": "Santa Sede" + }, + "VCT": { + "listName": "San Vicente y las Granadinas" + }, + "VEN": { + "listName": "Venezuela (República Bolivariana de)" + }, + "VGB": { + "listName": "Islas Vírgenes Británicas" + }, + "VIR": { + "listName": "Islas Vírgenes (EE.UU.)" + }, + "VNM": { + "listName": "Viet Nam" + }, + "VUT": { + "listName": "Vanuatu" + }, + "WLF": { + "listName": "Islas Wallis y Futuna" + }, + "WSM": { + "listName": "Samoa" + }, + "X01": { + "listName": "Atlantis 01" + }, + "X02": { + "listName": "Atlantis 02" + }, + "X03": { + "listName": "Atlantis 03" + }, + "X04": { + "listName": "Atlantis 04" + }, + "X05": { + "listName": "Atlantis 05" + }, + "X06": { + "listName": "Atlantis 06" + }, + "X07": { + "listName": "Atlantis 07" + }, + "X08": { + "listName": "Atlantis 08" + }, + "X09": { + "listName": "Atlantis 09" + }, + "X10": { + "listName": "Atlantis 10" + }, + "X11": { + "listName": "Atlantis 11" + }, + "X12": { + "listName": "Atlantis 12" + }, + "X13": { + "listName": "Atlantis 13" + }, + "X14": { + "listName": "Atlantis 14" + }, + "X15": { + "listName": "Atlantis 15" + }, + "X16": { + "listName": "Atlantis 16" + }, + "X17": { + "listName": "Atlantis 17" + }, + "X18": { + "listName": "Atlantis 18" + }, + "X19": { + "listName": "Atlantis 19" + }, + "X20": { + "listName": "Atlantis 20" + }, + "YEM": { + "listName": "Yemen" + }, + "ZAF": { + "listName": "Sudáfrica" + }, + "ZMB": { + "listName": "Zambia" + }, + "ZWE": { + "listName": "Zimbabwe" + } +} diff --git a/src/i18n/resources/es/assessmentSection.js b/src/i18n/resources/es/assessmentSection.js deleted file mode 100644 index 6fa1c7c602..0000000000 --- a/src/i18n/resources/es/assessmentSection.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - odpUpdatedAfterEstimatingThisCell: `Se ha actualizado un Punto de Datos Original tras estimar esta celda`, - dataTableHasErrors: `Los datos de la tabla contienen errores. `, - hoverCellToSeeDetails: `Pase el ratón sobre la celda roja para ver los detalles.`, -} diff --git a/src/i18n/resources/es/assessmentSection.json b/src/i18n/resources/es/assessmentSection.json new file mode 100644 index 0000000000..a95040a894 --- /dev/null +++ b/src/i18n/resources/es/assessmentSection.json @@ -0,0 +1,5 @@ +{ + "odpUpdatedAfterEstimatingThisCell": "Se ha actualizado un Punto de Datos Original tras estimar esta celda", + "dataTableHasErrors": "Los datos de la tabla contienen errores. ", + "hoverCellToSeeDetails": "Pase el ratón sobre la celda roja para ver los detalles." +} diff --git a/src/i18n/resources/es/common.js b/src/i18n/resources/es/common.js deleted file mode 100644 index 924cd4ff28..0000000000 --- a/src/i18n/resources/es/common.js +++ /dev/null @@ -1,63 +0,0 @@ -module.exports = { - accepted: 'Aceptado', - add: 'Añadir', - all: 'Todas', - apply: 'Aplicar', - areYouSureYouWantToDelete: '¿Está seguro/a de que desea eliminar este elemento? Esta operación no se puede deshacer.', - cancel: 'Cancelar', - clearTable: 'Despejar la tabla', - column: 'Columna', - continue: 'Continuar', - copyToClipboard: 'Copiar al portapapeles', - countries: 'Países', - country: 'País', - dashboard: 'Cuadro de mandos', - dataExport: 'Exportación de datos', - delete: 'Borrar', - done: 'Hecho', - email: 'Correo electrónico', - file: 'Archivo', - filterCountries: 'Filtrar países', - fraPlatform: 'Plataforma de FRA', - globalFRA: 'Evaluación de los recursos forestales mundiales', - hide: `Esconder`, - issues: 'Problemas', - label: 'Etiqueta', - language: 'Idioma', - lastEdit: 'Última edición', - latest: 'Último', - link: 'Enlace', - login: 'Área reservada', - name: 'Nombre', - or: 'o', - other: 'Otros', - otherSpecifyInComments: 'Otros (especifique en los comentarios)', - private: 'Privado', - public: 'Público', - regions: 'Regiones', - resetAll: 'Resetear', - role: 'Función', - select: 'Seleccionar', - selectAll: 'Seleccionar todo', - selectArea: 'Seleccionar área geográfica', - selectFiles: 'Seleccione los archivos', - show: `Mostrar`, - showLess: 'Mostrar menos', - showMore: 'Mostrar más', - statisticalFactsheets: 'Fichas estadísticas', - status: 'Estado', - submit: 'Enviar', - submittedForApproval: 'Enviado para aprobación', - submittedToReview: 'Enviado para revisión', - tier: 'Nivel', - tiers: { notSelected: '', high: 'Alto', medium: 'Medio', low: 'Bajo' }, - totalPercentage: 'Porcentaje total', - trend: 'Tendencia', - unknown: 'Ninguno/desconocido', - unselectAll: 'Deseleccionar todo', - updated: 'Actualizado', - userGuide: 'Guía del usuario', - variable: 'FRA Variable', - view: 'Ver', - year: 'Año', -} diff --git a/src/i18n/resources/es/common.json b/src/i18n/resources/es/common.json new file mode 100644 index 0000000000..675e3770d1 --- /dev/null +++ b/src/i18n/resources/es/common.json @@ -0,0 +1,68 @@ +{ + "accepted": "Aceptado", + "add": "Añadir", + "all": "Todas", + "apply": "Aplicar", + "areYouSureYouWantToDelete": "¿Está seguro/a de que desea eliminar este elemento? Esta operación no se puede deshacer.", + "cancel": "Cancelar", + "clearTable": "Despejar la tabla", + "column": "Columna", + "continue": "Continuar", + "copyToClipboard": "Copiar al portapapeles", + "countries": "Países", + "country": "País", + "dashboard": "Cuadro de mandos", + "dataExport": "Exportación de datos", + "delete": "Borrar", + "done": "Hecho", + "email": "Correo electrónico", + "file": "Archivo", + "filterCountries": "Filtrar países", + "fraPlatform": "Plataforma de FRA", + "globalFRA": "Evaluación de los recursos forestales mundiales", + "hide": "Esconder", + "issues": "Problemas", + "label": "Etiqueta", + "language": "Idioma", + "lastEdit": "Última edición", + "latest": "Último", + "link": "Enlace", + "login": "Área reservada", + "name": "Nombre", + "or": "o", + "other": "Otros", + "otherSpecifyInComments": "Otros (especifique en los comentarios)", + "private": "Privado", + "public": "Público", + "regions": "Regiones", + "resetAll": "Resetear", + "role": "Función", + "select": "Seleccionar", + "selectAll": "Seleccionar todo", + "selectArea": "Seleccionar área geográfica", + "selectFiles": "Seleccione los archivos", + "show": "Mostrar", + "showLess": "Mostrar menos", + "showMore": "Mostrar más", + "statisticalFactsheets": "Fichas estadísticas", + "status": "Estado", + "submit": "Enviar", + "submittedForApproval": "Enviado para aprobación", + "submittedToReview": "Enviado para revisión", + "tier": "Nivel", + "tiers": { + "notSelected": "", + "high": "Alto", + "medium": "Medio", + "low": "Bajo" + }, + "totalPercentage": "Porcentaje total", + "trend": "Tendencia", + "unknown": "Ninguno/desconocido", + "unselectAll": "Deseleccionar todo", + "updated": "Actualizado", + "userGuide": "Guía del usuario", + "variable": "FRA Variable", + "view": "Ver", + "year": "Año" +} diff --git a/src/i18n/resources/es/contentCheck.js b/src/i18n/resources/es/contentCheck.js deleted file mode 100644 index f22d9cb773..0000000000 --- a/src/i18n/resources/es/contentCheck.js +++ /dev/null @@ -1,55 +0,0 @@ -module.exports = { - extent: { - title: 'Extensión', - forest_area: 'Bosque (1000 ha)', - other_wooded_land: 'Otras tierras boscosas (1000 ha)', - primary_forest_percent: 'Bosque primario (% de bosque)', - protected_forest_percent: 'Bosque dentro de áreas protegidas (% de bosques)', - management_plan_percent: 'Área de bosque con planes de gestión (% de bosque)', - certified_area: 'Superficie forestal certificada (1000 ha)', - }, - periodicChangeRate: { - title: 'Tasas de variación periódica (tasas anuales)', - forest_area_annual_net_change: 'Variación neta anual del área de bosque (1000 hectáreas)', - forest_area_annual_net_change_rate: 'Tasa de cambio neto anual del área de bosque (%)', - other_wooded_land_annual_net_change: 'Variación neta anual del área de otras tierras boscosas(1000 ha)', - other_wooded_land_annual_net_change_rate: 'Tasa de variación neta anual del área de otras tierras boscosas (%)', - primary_forest_annual_net_change: 'Cambio neto anual de bosque primario (1000 ha)', - primary_forest_annual_net_change_rate: 'Tasa de cambio del área de bosque primario (%)', - natural_forest_area_annual_net_change: 'Cambio neto anual de bosque con procesos de regeneración natural', - natural_forest_area_annual_net_change_rate: 'Tasa de cambio de bosque con procesos de regeneración natural (%)', - planted_forest_annual_net_change: 'Variación neta anual de bosque plantado', - planted_forest_annual_net_change_rate: 'Tasa de cambio de bosque plantado (%)', - }, - forestGrowingStockBiomassCarbon: { - title: 'Existencias forestales en formación, biomasa y carbono', - forest: 'Existencias forestales en formación (m3/ha)', - forest_above_ground: 'Biomasa aérea (t/ha)', - forest_below_ground: 'Biomasa subterránea (t/ha)', - forest_deadwood: 'Madera muerta (t/ha)', - carbon_forest_above_ground: 'C de la biomasa aérea (t/ha)', - carbon_forest_below_ground: 'C de la biomasa subterránea (t/ha)', - carbon_forest_deadwood: 'C de madera muerta (t/ha)', - carbon_forest_litter: 'C de la hojarasca (t/ha)', - carbon_forest_soil: 'C del suelo (t/ha)', - above_ground_biomass_growing_stock_ratio: 'Relación (biomasa aérea) / existencias en formación (t/m3)', - root_shoot_ratio: 'Ratio raíz-tallo', - carbon_biomass_deadwood_ratio: 'Ratio (madera muerta / biomasa viva)', - carbon_biomass_above_ground_ratio: 'Ratio (carbono/biomasa) de la biomasa aérea', - carbon_biomass_below_ground_ratio: 'Ratio (carbono/biomasa) de la biomasa subterránea', - dead_living_mass_ratio: 'Ratio (carbono/biomasa) de la madera muerta', - }, - primaryDesignatedManagementObjective: { - title: 'Objetivo principal de gestión designado', - }, - totalAreaDesignatedManagementObjective: 'Área total con objetivo de gestión designado', - forestOwnership: { - title: 'Propiedad', - }, - holderOfManagementRights: { - title: 'Derechos de gestión de bosques públicos', - }, - disturbances: { - title: 'Perturbaciones', - }, -} diff --git a/src/i18n/resources/es/contentCheck.json b/src/i18n/resources/es/contentCheck.json new file mode 100644 index 0000000000..5cd3009e6a --- /dev/null +++ b/src/i18n/resources/es/contentCheck.json @@ -0,0 +1,55 @@ +{ + "extent": { + "title": "Extensión", + "forest_area": "Bosque (1000 ha)", + "other_wooded_land": "Otras tierras boscosas (1000 ha)", + "primary_forest_percent": "Bosque primario (% de bosque)", + "protected_forest_percent": "Bosque dentro de áreas protegidas (% de bosques)", + "management_plan_percent": "Área de bosque con planes de gestión (% de bosque)", + "certified_area": "Superficie forestal certificada (1000 ha)" + }, + "periodicChangeRate": { + "title": "Tasas de variación periódica (tasas anuales)", + "forest_area_annual_net_change": "Variación neta anual del área de bosque (1000 hectáreas)", + "forest_area_annual_net_change_rate": "Tasa de cambio neto anual del área de bosque (%)", + "other_wooded_land_annual_net_change": "Variación neta anual del área de otras tierras boscosas(1000 ha)", + "other_wooded_land_annual_net_change_rate": "Tasa de variación neta anual del área de otras tierras boscosas (%)", + "primary_forest_annual_net_change": "Cambio neto anual de bosque primario (1000 ha)", + "primary_forest_annual_net_change_rate": "Tasa de cambio del área de bosque primario (%)", + "natural_forest_area_annual_net_change": "Cambio neto anual de bosque con procesos de regeneración natural", + "natural_forest_area_annual_net_change_rate": "Tasa de cambio de bosque con procesos de regeneración natural (%)", + "planted_forest_annual_net_change": "Variación neta anual de bosque plantado", + "planted_forest_annual_net_change_rate": "Tasa de cambio de bosque plantado (%)" + }, + "forestGrowingStockBiomassCarbon": { + "title": "Existencias forestales en formación, biomasa y carbono", + "forest": "Existencias forestales en formación (m3/ha)", + "forest_above_ground": "Biomasa aérea (t/ha)", + "forest_below_ground": "Biomasa subterránea (t/ha)", + "forest_deadwood": "Madera muerta (t/ha)", + "carbon_forest_above_ground": "C de la biomasa aérea (t/ha)", + "carbon_forest_below_ground": "C de la biomasa subterránea (t/ha)", + "carbon_forest_deadwood": "C de madera muerta (t/ha)", + "carbon_forest_litter": "C de la hojarasca (t/ha)", + "carbon_forest_soil": "C del suelo (t/ha)", + "above_ground_biomass_growing_stock_ratio": "Relación (biomasa aérea) / existencias en formación (t/m3)", + "root_shoot_ratio": "Ratio raíz-tallo", + "carbon_biomass_deadwood_ratio": "Ratio (madera muerta / biomasa viva)", + "carbon_biomass_above_ground_ratio": "Ratio (carbono/biomasa) de la biomasa aérea", + "carbon_biomass_below_ground_ratio": "Ratio (carbono/biomasa) de la biomasa subterránea", + "dead_living_mass_ratio": "Ratio (carbono/biomasa) de la madera muerta" + }, + "primaryDesignatedManagementObjective": { + "title": "Objetivo principal de gestión designado" + }, + "totalAreaDesignatedManagementObjective": "Área total con objetivo de gestión designado", + "forestOwnership": { + "title": "Propiedad" + }, + "holderOfManagementRights": { + "title": "Derechos de gestión de bosques públicos" + }, + "disturbances": { + "title": "Perturbaciones" + } +} diff --git a/src/i18n/resources/es/dataDownload.js b/src/i18n/resources/es/dataDownload.js deleted file mode 100644 index 8f5a089085..0000000000 --- a/src/i18n/resources/es/dataDownload.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - bulkDownload: 'Descarga masiva', - dataDownload: 'Descarga de datos', -} diff --git a/src/i18n/resources/es/dataDownload.json b/src/i18n/resources/es/dataDownload.json new file mode 100644 index 0000000000..7f48e95c18 --- /dev/null +++ b/src/i18n/resources/es/dataDownload.json @@ -0,0 +1,4 @@ +{ + "bulkDownload": "Descarga masiva", + "dataDownload": "Descarga de datos" +} diff --git a/src/i18n/resources/es/dataSource.js b/src/i18n/resources/es/dataSource.js deleted file mode 100644 index 89186c7830..0000000000 --- a/src/i18n/resources/es/dataSource.js +++ /dev/null @@ -1,18 +0,0 @@ -module.exports = { - referenceToTataSource: 'Referencia de las fuente de datos', - typeOfDataSource: 'Tipo de fuente de datos', - typeOfDataSourceText: '$t(dataSource.typeOfDataSource)', - fraVariable: 'Variable FRA', - variable: 'Variable', - yearForDataSource: 'Año de la fuente de datos', - comments: 'Comentarios', - nationalForestInventory: 'Inventario Forestal Nacional (IFN)', - remoteSensingBasedAssessmentWithGroundTruthing: - 'Evaluación basada en mapas realizados mediante técnicas de teledetección con verificación sobre el terreno', - statisticalRemoteSensingSurveyWithAccuracyAssessment: - 'Muestreo estadístico basado en imágenes de teledetección con medición de precisión', - remoteSensingBasedAssessmentWithoutGroundTruthing: - 'Evaluación basada en mapas realizados mediante técnicas de teledetección sin verificación sobre el terreno', - vegetationMapping: 'Mapa de vegetación', - registersAndStatistics: 'Registros y estadísticas', -} diff --git a/src/i18n/resources/es/dataSource.json b/src/i18n/resources/es/dataSource.json new file mode 100644 index 0000000000..5f27a41059 --- /dev/null +++ b/src/i18n/resources/es/dataSource.json @@ -0,0 +1,15 @@ +{ + "referenceToTataSource": "Referencia de las fuente de datos", + "typeOfDataSource": "Tipo de fuente de datos", + "typeOfDataSourceText": "$t(dataSource.typeOfDataSource)", + "fraVariable": "Variable FRA", + "variable": "Variable", + "yearForDataSource": "Año de la fuente de datos", + "comments": "Comentarios", + "nationalForestInventory": "Inventario Forestal Nacional (IFN)", + "remoteSensingBasedAssessmentWithGroundTruthing": "Evaluación basada en mapas realizados mediante técnicas de teledetección con verificación sobre el terreno", + "statisticalRemoteSensingSurveyWithAccuracyAssessment": "Muestreo estadístico basado en imágenes de teledetección con medición de precisión", + "remoteSensingBasedAssessmentWithoutGroundTruthing": "Evaluación basada en mapas realizados mediante técnicas de teledetección sin verificación sobre el terreno", + "vegetationMapping": "Mapa de vegetación", + "registersAndStatistics": "Registros y estadísticas" +} diff --git a/src/i18n/resources/es/editUser.js b/src/i18n/resources/es/editUser.js deleted file mode 100644 index b05d15fcd3..0000000000 --- a/src/i18n/resources/es/editUser.js +++ /dev/null @@ -1,41 +0,0 @@ -module.exports = { - activated: 'Activado', - chooseProfilePicture: 'Elegir foto', - city: 'Ciudad', - contactPreference: 'Forma de contacto preferida', - contactPreferenceMethod: 'Método de contacto', - contributions: 'Contribuciones', - countryIso: 'País', - demoteToUser: '¿Está seguro de que desea eliminar los privilegios de administrador?', - done: 'Guardar', - email: 'Correo electrónico', - institution: 'Institución', - loginEmail: 'Iniciar sesión', - mandatoryFields: '* son campos obligatorios', - mr: 'Sr.', - mrs: 'Srta.', - ms: 'Sra.', - name: 'Nombre', - organization: 'Organización', - organizationalUnit: 'Unidad organizativa', - other: 'Otro/a', - picture1MbMax: 'La foto de perfil no puede ser superior a 1MB', - platformChat: 'Plataforma de chat', - poBox: 'Apartado de correos', - position: 'Cargo', - primaryEmail: 'Dirección de correo electrónico principal', - primaryPhoneNumber: 'Número de teléfono principal', - professionalTitle: 'Título profesional', - promoteToAdmin: '¿Está seguro de que desea conceder privilegios de administrador?', - role: 'Función', - secondaryEmail: 'Dirección de correo electrónico secundaria', - secondaryPhoneNumber: 'Número de teléfono secundario', - signal: 'Señal', - skype: 'Nombre de usuario en Skype', - status: 'Estado', - street: 'Dirección ', - surname: 'Apellido(s)', - title: 'Denominación', - whatsapp: 'Whatsapp', - zipCode: 'Código postal', -} diff --git a/src/i18n/resources/es/editUser.json b/src/i18n/resources/es/editUser.json new file mode 100644 index 0000000000..4b852c4643 --- /dev/null +++ b/src/i18n/resources/es/editUser.json @@ -0,0 +1,41 @@ +{ + "activated": "Activado", + "chooseProfilePicture": "Elegir foto", + "city": "Ciudad", + "contactPreference": "Forma de contacto preferida", + "contactPreferenceMethod": "Método de contacto", + "contributions": "Contribuciones", + "countryIso": "País", + "demoteToUser": "¿Está seguro de que desea eliminar los privilegios de administrador?", + "done": "Guardar", + "email": "Correo electrónico", + "institution": "Institución", + "loginEmail": "Iniciar sesión", + "mandatoryFields": "* son campos obligatorios", + "mr": "Sr.", + "mrs": "Srta.", + "ms": "Sra.", + "name": "Nombre", + "organization": "Organización", + "organizationalUnit": "Unidad organizativa", + "other": "Otro/a", + "picture1MbMax": "La foto de perfil no puede ser superior a 1MB", + "platformChat": "Plataforma de chat", + "poBox": "Apartado de correos", + "position": "Cargo", + "primaryEmail": "Dirección de correo electrónico principal", + "primaryPhoneNumber": "Número de teléfono principal", + "professionalTitle": "Título profesional", + "promoteToAdmin": "¿Está seguro de que desea conceder privilegios de administrador?", + "role": "Función", + "secondaryEmail": "Dirección de correo electrónico secundaria", + "secondaryPhoneNumber": "Número de teléfono secundario", + "signal": "Señal", + "skype": "Nombre de usuario en Skype", + "status": "Estado", + "street": "Dirección ", + "surname": "Apellido(s)", + "title": "Denominación", + "whatsapp": "Whatsapp", + "zipCode": "Código postal" +} diff --git a/src/i18n/resources/es/email.js b/src/i18n/resources/es/email.js deleted file mode 100644 index cfa72c30cd..0000000000 --- a/src/i18n/resources/es/email.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - invitationAccepted: { - subject: 'El usuario {{invitedUserName}} {{invitedUserSurname}} ha aceptado su invitación', - textMessage: `Estimado/a {{recipientName}} {{recipientSurname}}, - -El usuario {{invitedUserName}} {{invitedUserSurname}} ha aceptado su invitación a {{assessmentName}} {{cycleName}} como {{role}} para {{country}}: -{{- manageCollaboratorsUrl}} - -El equipo de FRA`, - htmlMessage: `Estimado/a {{recipientName}} {{recipientSurname}}, -

-El usuario {{invitedUserName}} {{invitedUserSurname}} ha aceptado su invitación a {{assessmentName}} {{cycleName}} como {{role}} para {{country}}. -

-El equipo de FRA`, - }, -} diff --git a/src/i18n/resources/es/email.json b/src/i18n/resources/es/email.json new file mode 100644 index 0000000000..e197c2d0e5 --- /dev/null +++ b/src/i18n/resources/es/email.json @@ -0,0 +1,7 @@ +{ + "invitationAccepted": { + "subject": "El usuario {{invitedUserName}} {{invitedUserSurname}} ha aceptado su invitación", + "textMessage": "Estimado/a {{recipientName}} {{recipientSurname}},\n\nEl usuario {{invitedUserName}} {{invitedUserSurname}} ha aceptado su invitación a {{assessmentName}} {{cycleName}} como {{role}} para {{country}}:\n{{- manageCollaboratorsUrl}}\n\nEl equipo de FRA", + "htmlMessage": "Estimado/a {{recipientName}} {{recipientSurname}},\n

\nEl usuario {{invitedUserName}} {{invitedUserSurname}} ha aceptado su invitación a {{assessmentName}} {{cycleName}} como {{role}} para {{country}}.\n

\nEl equipo de FRA" + } +} diff --git a/src/i18n/resources/es/fra.js b/src/i18n/resources/es/fra.js deleted file mode 100644 index 3711774bdc..0000000000 --- a/src/i18n/resources/es/fra.js +++ /dev/null @@ -1,245 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/no-var-requires -const print = require('./print') - -module.exports = { - print, - - // common - area100HaYear: 'Área (1000 ha)', - categoryHeader2020: 'Categorías de FRA 2020', - categoryHeader2025: 'Categorías de FRA 2025', - forestArea100HaYear: 'Área forestal (1000 ha)', - - area100Ha: 'Área (1000 ha)', - areaAffectedByFire: { - areaAffected: 'Área afectada (1000 ha)', - areaAffectedByFire2025: '$t(areaAffectedByFire.areaAffectedByFire)', - }, - - biomassStock: { - aboveGround2025: 'Biomasa aérea', - belowGround2025: 'Biomasa subterránea', - deadWood2025: 'Biomasa de madera muerta', - biomassStock2025: 'Existencias de biomasa', - }, - - biomassStockAvg: { - forestBiomass: 'Biomasa forestal (toneladas/ha)', - }, - biomassStockTotal: { - totalForestBiomass: 'Biomasa forestal total (millones de toneladas)', - }, - - carbonStock: { - carbonAboveGroundBiomass2025: 'Carbono en la biomasa aérea', - carbonBelowGroundBiomass2025: 'Carbono en la biomasa subterránea', - carbonStock2025: 'Existencias de carbono', - }, - - carbonStockTotal: { - totalForestCarbon: 'Carbono forestal total (millones de toneladas)', - }, - climaticDomain: { - percentOfForestArea: '% de área de bosque', - }, - contactPersons: { - expectedYearForNextCountryReportUpdate: 'Año previsto de la próxima actualización del informe nacional', - }, - degradedForest: { - degradedForest: 'Bosque degradado', - degradedForestDefinition: 'Definición de bosque degradado', - forestDegradationMonitoringAndAssessment: 'Seguimiento y evaluación de la degradación forestal', - degradedAreaForThatYear: 'Superficie forestal degradada ese año (en 1000 ha)', - doesYourCountryMonitor: '¿Realiza su país un seguimiento de la superficie de bosques degradados?', - hasNationalDefinitionOfDegradedForest: '¿Tiene su país una definición nacional de "bosque degradado"?', - hasNationalLevelData: 'Si se dispone de datos a nivel nacional', - howMonitored: 'Describa el proceso de seguimiento y sus resultados', - ifYes: 'Si la respuesta es "sí"', - whatIsDefinition: '¿Cuál es la definición nacional de "bosque degradado"?', - yearOfLatestAssessment: 'Año de la última evaluación', - other: 'Otro (explíquelo en los comentarios)', - notSelected: '', - criteriaOfDegradedForest: 'Criterios aplicados en la definición de bosque degradado', - changeInForestStructureDecreaseInForestCanopy: - 'Cambio en la estructura del bosque / Disminución del dosel forestal', - forestDisturbances: 'Perturbaciones forestales', - lossOfProductivityAndForestGoods: 'Pérdida de productividad y de bienes proprocionados por el bosque', - lossOfForestServices: 'Pérdida de servicios ecosistémicos del bosque', - lossOfCarbonBiomassAndGrowingStock: 'Pérdida de carbono, biomasa y existencias en formación', - lossOfBiologicalDiversity: 'Pérdida de biodiversidad', - soilDamageErosion: 'Daños en el suelo / erosión', - mainMethods: 'Principales métodos utilizados para realizar el seguimiento del área de bosque degradado', - fieldInventoryAndObservations: 'Inventario y observaciones sobre el terreno', - wallToWallRemoteSensingMapping: "Mapas realizados mediante técnicas de teledetección (''wall-to-wall'')", - remoteSensingSurvey: 'Muestreo estadístico basado en imágenes de teledetección', - expertOpinion: 'Opinión de expertos', - productionHarvestData: 'Datos de producción / rendimiento', - forestManagementPlanReport: 'Informe de plan de gestión forestal', - underDevelopment: 'En desarrollo', - monitoringScale: 'Escala a la que se realiza el seguimiento', - national: 'Nacional', - subnational: 'Subnacional', - biome: 'Bioma', - standLocal: 'Parcela / Local', - }, - designatedManagementObjective: { - noDesignation: 'Sin designación', - unknown2025: 'Desconocido', - }, - disturbances: { - forestDamage: 'Daños forestales', - predominantCause: 'Causa principal', - forestAreaAffected: 'Área de bosque afectado (1000 ha)', - severeWeatherEvents2025: 'Fenómenos meteorológicos extremos', - }, - extentOfForest: { - remainingLandArea: 'Superficie terrestre restante', - totalLandArea2025: 'Superficie terrestre total', - extentOfForest2025: '$t(extentOfForest.extentOfForest)', - otherWoodedLand: '$t(fraClass.otherWoodedLand)', - }, - - forestAreaChange: { - forestExpansion2025: 'Expansión forestal', - forestAreaChange2025: 'Expansión forestal, deforestación y cambio neto anual', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithLongTermManagementPlan2025: 'Área de bosque con planes de gestión a largo plazo', - forestAreaWithinProtectedAreas2025: '$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)', - }, - forestCharacteristics: { - primaryForest: '...del cual es bosque primario', - plantationForestIntroducedArea2025: '...del cual de especies introducidas', - naturalForestArea2025: 'Bosque con procesos de regeneración natural', - }, - forestOwnership: { - ofWhichCommunities2025: '...de la cual pertenece a Pueblos Indígenas y comunidades locales', - other2025: '$t(common.otherSpecifyInComments)', - unknown2025: 'Desconocido', - total2025: 'Total', - forestOwnership2025: 'Propiedad forestal', - }, - - forestRestoration: { - forestRestoration: 'Restauración forestal', - hasYourCountryForestRestorationCommitments: '¿Tiene su país objetivos concretos de restauración forestal?', - isThereALawOrOtherGovernmentMandateInSupportOfRestoration: - '¿Existe alguna ley u otro mandato gubernamental que apoye la restauración?', - isThereANationalDefinitionOfRestoration: - '¿Existe una definición nacional de "restauración"? En caso afirmativo, indique la definición, el proceso de seguimiento y los resultados.', - whatAreasInNeedOfRestorationHaveBeenIdentified: - 'Describa qué tipo de zonas han sido identificadas como áreas con necesidades de restauración y cómo se han identificado', - whatAreTheTargetsSetForTheRestoration: - '¿Cuáles son los objetivos concretos de restauración? Por ejemplo, xxx hectáreas antes del año aaaa', - howManyHectaresOfForestHaveBeenRestoredToDate: '¿Cuántas hectáreas de bosque se han restaurado hasta la fecha?', - ifYes: 'Si la respuesta es "sí"', - }, - growingStock: { - totalForest: 'Total Bosque', - naturallyRegeneratingForest2025: 'Bosque con procesos de regeneración natural', - }, - growingStockComposition: { - millionCubicMeter: 'Millones de m³', - mostRecentYear: 'Año más reciente:', - percentOfTotal: '% del total', - ranked: '#{{idx}} Clasificado', - totalGrowingStock: 'Existencias totales en formación', - totalIntroducedTreeSpecies: 'Total de especies arbóreas introducidas', - totalNativeTreeSpecies: 'Total de especies arbóreas nativas', - - nativeTreeSpecies2025: 'Especies arbóreas nativas', - introducedTreeSpecies2025: 'Especies arbóreas introducidas', - }, - holderOfManagementRights: { - communities2025: 'Pueblos Indígenas y comunidades locales', - other2025: '$t(common.otherSpecifyInComments)', - unknown2025: 'Desconocido', - }, - otherWoodedLand: { - otherWoodedLand2025: '$t(growingStock.otherWoodedLand)', - }, - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals2025: 'Extracción y valor de productos forestales no madereros en 2020', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover2025: 'Otras tierras con cobertura arbórea', - }, - - primaryForestByClimaticDomain: { - primaryForestByClimaticDomain: 'Bosque primario por región climática', - primaryForestBoreal: '...del cual bosque primario boreal', - primaryForestTemperate: '...del cual bosque primario templado', - primaryForestTropical: '...del cual bosque primario tropical', - primaryForestSubTropical: '...del cual bosque primario subtropical', - totalPrimaryForest: 'Área total de bosque primario', - primaryForestArea100Ha: 'Área de bosque primario ($t(unit.haThousand))', - }, - specificForestCategories: { - specificForestCategories2025: 'Categorías específicas de los bosques', - mangroves2025: 'Manglares¹', - mangrovesDisclaimer: '¹Incluye tanto Bosque como Otras Tierras Boscosas ', - }, - sustainableDevelopment: { - annualForestAreaChangeRate: 'Tasa de cambio anual del área de bosque', - sdgIndicator1_2025: 'Indicador ODS 15.1.1: Área de bosque en proporción a la superficie terrestre total', - forestAreaProportionLandArea: 'Área de bosque en proporción a la superficie terrestre total', - dataProvidedBy: `Los datos para este subindicador ODS son proporcionados por FSC y PEFC (organizaciones de certificación forestal).`, - 'Metadata-15-01-01': `Metadatos del Indicador ODS 15.1.1`, - 'Metadata-15-02-01': `Metadatos del Indicador ODS 15.2.1`, - }, - navigation: { - sectionHeaders: { - employmentEducationAndNwfp2025: 'Extracción y valor de productos forestales no madereros', - forestGrowingStockBiomassAndCarbon2025: 'Existencias forestales en formación, biomasa y carbono', - forestDesignationAndManagement2025: 'Designación y gestión forestal', - forestOwnershipAndManagementRights2025: 'Propiedad forestal y derechos de gestión', - forestDisturbances2025: 'Perturbaciones forestales', - forestExtentCharacteristicsAndChanges2025: '$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)', - forestPolicyAndLegislation2025: '$t(navigation.sectionHeaders.forestPolicyAndLegislation)', - }, - }, - extentOfForest_forestAreaStatusAndTrend_Description: { - header_0: 'Criterios de nivel de superficie forestal', - status: { - high: 'Fuentes de datos: Inventario Forestal Nacional reciente¹ o evaluación basada en técnicas de teledetección (muestreo estadístico o mapas wall-to-wall) con medición de precisión / calibración con datos de campo.', - medium: - 'Fuentes de datos: Inventario Forestal Nacional antiguo² o teledetección (muestreo estadístico o mapas wall-to-wall) con medición de precisión / calibración con datos de campo.', - low: 'Fuentes de datos: Otras, como registros, estimaciones de expertos o teledetección sin medición de precisión / calibración con datos de campo.', - }, - trend: { - high: 'Estimaciones basadas en repetidos Inventarios Forestales Nacionales compatibles³, cuando el más reciente no tenga más de cinco años; y/o evaluaciones de cambios por teledetección mediante análisis multitemporal para un período de tiempo que no haya finalizado hace más de cinco años.', - medium: - 'Estimaciones basadas en repetidos Inventarios Forestales Nacionales compatibles³ cuando el más reciente tenga más de cinco años; y/o evaluaciones de cambios por teledetección mediante análisis multitemporal para un período de tiempo que haya finalizado hace más de cinco años; o comparación de mapas compatibles sin análisis multitemporal.', - low: 'Otras fuentes de datos, por ejemplo, estimaciones de expertos, o estimaciones basadas en evaluaciones no compatibles.', - }, - footer1: - '¹ Datos con una antigüedad inferior a 5 años a partir del año de presentación del informe (2018 o más reciente en el caso de los informes nacionales de FRA 2025)', - footer2: - '² Datos con una antigüedad superior a 5 años a partir del año de presentación del informe (anteriores a 2018 en el caso de los informes nacionales de FRA 2025)', - footer3: '³ Compatibles en términos de métodos, categorías y definiciones utilizados', - }, - biomassStock_biomassStockStatus_Description: { - header_0: 'Criterios de nivel aplicables a los métodos de estimación de la biomasa', - status: { - high: 'Factores de conversión y expansión de biomasa específicos al país o ecuaciones alométricas que se hayan aplicado.', - medium: - 'Aplicación de ecuaciones alométricas genéricas o a nivel de bioma o una combinación de factores de conversión específicos al país o al bioma y factores de expansión por defecto de la biomasa publicados por el IPCC', - low: 'Aplicación de factores de conversión y expansión por defecto de la biomasa del IPCC (por ejemplo, el uso de la “calculadora de biomasa”), o estimaciones basadas en mapas de biomasa trazados mediante teledetección.', - }, - }, - growingStock_growingStockStatus_Description: { - header_0: 'Criterios de nivel aplicables a los métodos de estimación de las existencias en formación', - status: { - high: 'Fuentes de datos: Inventario forestal nacional reciente¹ o escaneado láser aerotransportado (ALS por sus siglas en inglés) con calibración de datos sobre el terreno.', - medium: - 'Fuentes de datos: Inventario forestal nacional antiguo², inventarios parciales sobre el terreno o escaneado láser aerotransportado (ALS) sin calibración de datos sobre el terreno.', - low: 'Fuentes de datos: Otras fuentes de datos, como datos satelitales, registros, cuestionarios o evaluaciones de expertos.', - }, - footer1: - '¹ Datos con una antigüedad inferior a 10 años a partir del año de presentación del informe (2013 o más reciente en el caso de los informes nacionales de FRA 2025)', - footer2: - '² Datos con una antigüedad superior a 10 años a partir del año de presentación del informe (anteriores a 2013 en el caso de los informes nacionales de FRA 2025)', - }, -} diff --git a/src/i18n/resources/es/fra.json b/src/i18n/resources/es/fra.json new file mode 100644 index 0000000000..5c0c7cf6a6 --- /dev/null +++ b/src/i18n/resources/es/fra.json @@ -0,0 +1,223 @@ +{ + "print": { + "title": "Informe FRA {{cycleName}}", + "titleTables": "Tablas de informe FRA {{cycleName}}", + "tableOfContent": "Tabla de contenido", + "disclaimer": "La FAO ha estado monitoreando los bosques del mundo en intervalos de 5 a 10 años desde 1946. Las recientes Evaluaciones de los Recursos Forestales Mundiales (FRA) se llevan a cabo ahora cada 5 años, en un esfuerzo por proporcionar un enfoque coherente para describir los bosques del mundo y cómo estos están cambiando. FRA es un proceso impulsado por los países y las evaluaciones se basan en los informes desarrollados por los corresponsales nacionales oficialmente designados. Si un informe no está disponible, la secretaría de FRA elabora un estudio de gabinete utilizando informes anteriores, informaciones existentes y/o análisis obtenidos mediante teledetección.", + "disclaimerGenerated": "Este documento se generó automáticamente utilizando el informe que se puso a disposición como contribución a la Evaluación de los Recursos Forestales Mundiales {{cycleName}} de la FAO, y que se presentó a la FAO como documento oficial de gobierno. El contenido y las opiniones expresadas en este informe son responsabilidad de la entidad que presenta el informe a la FAO. La FAO no se hace responsable del uso que pueda hacerse de la información contenida en este informe.", + "disclaimerGeneratedDeskStudy": "Este documento fue generado automáticamente a partir de un estudio de gabinete. La FAO no se hace responsable del uso que pueda hacerse de la información contenida en este informe." + }, + "area100HaYear": "Área (1000 ha)", + "categoryHeader2020": "Categorías de FRA 2020", + "categoryHeader2025": "Categorías de FRA 2025", + "forestArea100HaYear": "Área forestal (1000 ha)", + "area100Ha": "Área (1000 ha)", + "areaAffectedByFire": { + "areaAffected": "Área afectada (1000 ha)", + "areaAffectedByFire2025": "$t(areaAffectedByFire.areaAffectedByFire)" + }, + "biomassStock": { + "aboveGround2025": "Biomasa aérea", + "belowGround2025": "Biomasa subterránea", + "deadWood2025": "Biomasa de madera muerta", + "biomassStock2025": "Existencias de biomasa" + }, + "biomassStockAvg": { + "forestBiomass": "Biomasa forestal (toneladas/ha)" + }, + "biomassStockTotal": { + "totalForestBiomass": "Biomasa forestal total (millones de toneladas)" + }, + "carbonStock": { + "carbonAboveGroundBiomass2025": "Carbono en la biomasa aérea", + "carbonBelowGroundBiomass2025": "Carbono en la biomasa subterránea", + "carbonStock2025": "Existencias de carbono" + }, + "carbonStockTotal": { + "totalForestCarbon": "Carbono forestal total (millones de toneladas)" + }, + "climaticDomain": { + "percentOfForestArea": "% de área de bosque" + }, + "contactPersons": { + "expectedYearForNextCountryReportUpdate": "Año previsto de la próxima actualización del informe nacional" + }, + "degradedForest": { + "degradedForest": "Bosque degradado", + "degradedForestDefinition": "Definición de bosque degradado", + "forestDegradationMonitoringAndAssessment": "Seguimiento y evaluación de la degradación forestal", + "degradedAreaForThatYear": "Superficie forestal degradada ese año (en 1000 ha)", + "doesYourCountryMonitor": "¿Realiza su país un seguimiento de la superficie de bosques degradados?", + "hasNationalDefinitionOfDegradedForest": "¿Tiene su país una definición nacional de \"bosque degradado\"?", + "hasNationalLevelData": "Si se dispone de datos a nivel nacional", + "howMonitored": "Describa el proceso de seguimiento y sus resultados", + "ifYes": "Si la respuesta es \"sí\"", + "whatIsDefinition": "¿Cuál es la definición nacional de \"bosque degradado\"?", + "yearOfLatestAssessment": "Año de la última evaluación", + "other": "Otro (explíquelo en los comentarios)", + "notSelected": "", + "criteriaOfDegradedForest": "Criterios aplicados en la definición de bosque degradado", + "changeInForestStructureDecreaseInForestCanopy": "Cambio en la estructura del bosque / Disminución del dosel forestal", + "forestDisturbances": "Perturbaciones forestales", + "lossOfProductivityAndForestGoods": "Pérdida de productividad y de bienes proprocionados por el bosque", + "lossOfForestServices": "Pérdida de servicios ecosistémicos del bosque", + "lossOfCarbonBiomassAndGrowingStock": "Pérdida de carbono, biomasa y existencias en formación", + "lossOfBiologicalDiversity": "Pérdida de biodiversidad", + "soilDamageErosion": "Daños en el suelo / erosión", + "mainMethods": "Principales métodos utilizados para realizar el seguimiento del área de bosque degradado", + "fieldInventoryAndObservations": "Inventario y observaciones sobre el terreno", + "wallToWallRemoteSensingMapping": "Mapas realizados mediante técnicas de teledetección (''wall-to-wall'')", + "remoteSensingSurvey": "Muestreo estadístico basado en imágenes de teledetección", + "expertOpinion": "Opinión de expertos", + "productionHarvestData": "Datos de producción / rendimiento", + "forestManagementPlanReport": "Informe de plan de gestión forestal", + "underDevelopment": "En desarrollo", + "monitoringScale": "Escala a la que se realiza el seguimiento", + "national": "Nacional", + "subnational": "Subnacional", + "biome": "Bioma", + "standLocal": "Parcela / Local" + }, + "designatedManagementObjective": { + "noDesignation": "Sin designación", + "unknown2025": "Desconocido" + }, + "disturbances": { + "forestDamage": "Daños forestales", + "predominantCause": "Causa principal", + "forestAreaAffected": "Área de bosque afectado (1000 ha)", + "severeWeatherEvents2025": "Fenómenos meteorológicos extremos" + }, + "extentOfForest": { + "remainingLandArea": "Superficie terrestre restante", + "totalLandArea2025": "Superficie terrestre total", + "extentOfForest2025": "$t(extentOfForest.extentOfForest)", + "otherWoodedLand": "$t(fraClass.otherWoodedLand)" + }, + "forestAreaChange": { + "forestExpansion2025": "Expansión forestal", + "forestAreaChange2025": "Expansión forestal, deforestación y cambio neto anual" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithLongTermManagementPlan2025": "Área de bosque con planes de gestión a largo plazo", + "forestAreaWithinProtectedAreas2025": "$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)" + }, + "forestCharacteristics": { + "primaryForest": "...del cual es bosque primario", + "plantationForestIntroducedArea2025": "...del cual de especies introducidas", + "naturalForestArea2025": "Bosque con procesos de regeneración natural" + }, + "forestOwnership": { + "ofWhichCommunities2025": "...de la cual pertenece a Pueblos Indígenas y comunidades locales", + "other2025": "$t(common.otherSpecifyInComments)", + "unknown2025": "Desconocido", + "total2025": "Total", + "forestOwnership2025": "Propiedad forestal" + }, + "forestRestoration": { + "forestRestoration": "Restauración forestal", + "hasYourCountryForestRestorationCommitments": "¿Tiene su país objetivos concretos de restauración forestal?", + "isThereALawOrOtherGovernmentMandateInSupportOfRestoration": "¿Existe alguna ley u otro mandato gubernamental que apoye la restauración?", + "isThereANationalDefinitionOfRestoration": "¿Existe una definición nacional de \"restauración\"? En caso afirmativo, indique la definición, el proceso de seguimiento y los resultados.", + "whatAreasInNeedOfRestorationHaveBeenIdentified": "Describa qué tipo de zonas han sido identificadas como áreas con necesidades de restauración y cómo se han identificado", + "whatAreTheTargetsSetForTheRestoration": "¿Cuáles son los objetivos concretos de restauración? Por ejemplo, xxx hectáreas antes del año aaaa", + "howManyHectaresOfForestHaveBeenRestoredToDate": "¿Cuántas hectáreas de bosque se han restaurado hasta la fecha?", + "ifYes": "Si la respuesta es \"sí\"" + }, + "growingStock": { + "totalForest": "Total Bosque", + "naturallyRegeneratingForest2025": "Bosque con procesos de regeneración natural" + }, + "growingStockComposition": { + "millionCubicMeter": "Millones de m³", + "mostRecentYear": "Año más reciente:", + "percentOfTotal": "% del total", + "ranked": "#{{idx}} Clasificado", + "totalGrowingStock": "Existencias totales en formación", + "totalIntroducedTreeSpecies": "Total de especies arbóreas introducidas", + "totalNativeTreeSpecies": "Total de especies arbóreas nativas", + "nativeTreeSpecies2025": "Especies arbóreas nativas", + "introducedTreeSpecies2025": "Especies arbóreas introducidas" + }, + "holderOfManagementRights": { + "communities2025": "Pueblos Indígenas y comunidades locales", + "other2025": "$t(common.otherSpecifyInComments)", + "unknown2025": "Desconocido" + }, + "otherWoodedLand": { + "otherWoodedLand2025": "$t(growingStock.otherWoodedLand)" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals2025": "Extracción y valor de productos forestales no madereros en 2020" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover2025": "Otras tierras con cobertura arbórea" + }, + "primaryForestByClimaticDomain": { + "primaryForestByClimaticDomain": "Bosque primario por región climática", + "primaryForestBoreal": "...del cual bosque primario boreal", + "primaryForestTemperate": "...del cual bosque primario templado", + "primaryForestTropical": "...del cual bosque primario tropical", + "primaryForestSubTropical": "...del cual bosque primario subtropical", + "totalPrimaryForest": "Área total de bosque primario", + "primaryForestArea100Ha": "Área de bosque primario ($t(unit.haThousand))" + }, + "specificForestCategories": { + "specificForestCategories2025": "Categorías específicas de los bosques", + "mangroves2025": "Manglares¹", + "mangrovesDisclaimer": "¹Incluye tanto Bosque como Otras Tierras Boscosas " + }, + "sustainableDevelopment": { + "annualForestAreaChangeRate": "Tasa de cambio anual del área de bosque", + "sdgIndicator1_2025": "Indicador ODS 15.1.1: Área de bosque en proporción a la superficie terrestre total", + "forestAreaProportionLandArea": "Área de bosque en proporción a la superficie terrestre total", + "dataProvidedBy": "Los datos para este subindicador ODS son proporcionados por FSC y PEFC (organizaciones de certificación forestal).", + "Metadata-15-01-01": "Metadatos del Indicador ODS 15.1.1", + "Metadata-15-02-01": "Metadatos del Indicador ODS 15.2.1" + }, + "navigation": { + "sectionHeaders": { + "employmentEducationAndNwfp2025": "Extracción y valor de productos forestales no madereros", + "forestGrowingStockBiomassAndCarbon2025": "Existencias forestales en formación, biomasa y carbono", + "forestDesignationAndManagement2025": "Designación y gestión forestal", + "forestOwnershipAndManagementRights2025": "Propiedad forestal y derechos de gestión", + "forestDisturbances2025": "Perturbaciones forestales", + "forestExtentCharacteristicsAndChanges2025": "$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)", + "forestPolicyAndLegislation2025": "$t(navigation.sectionHeaders.forestPolicyAndLegislation)" + } + }, + "extentOfForest_forestAreaStatusAndTrend_Description": { + "header_0": "Criterios de nivel de superficie forestal", + "status": { + "high": "Fuentes de datos: Inventario Forestal Nacional reciente¹ o evaluación basada en técnicas de teledetección (muestreo estadístico o mapas wall-to-wall) con medición de precisión / calibración con datos de campo.", + "medium": "Fuentes de datos: Inventario Forestal Nacional antiguo² o teledetección (muestreo estadístico o mapas wall-to-wall) con medición de precisión / calibración con datos de campo.", + "low": "Fuentes de datos: Otras, como registros, estimaciones de expertos o teledetección sin medición de precisión / calibración con datos de campo." + }, + "trend": { + "high": "Estimaciones basadas en repetidos Inventarios Forestales Nacionales compatibles³, cuando el más reciente no tenga más de cinco años; y/o evaluaciones de cambios por teledetección mediante análisis multitemporal para un período de tiempo que no haya finalizado hace más de cinco años.", + "medium": "Estimaciones basadas en repetidos Inventarios Forestales Nacionales compatibles³ cuando el más reciente tenga más de cinco años; y/o evaluaciones de cambios por teledetección mediante análisis multitemporal para un período de tiempo que haya finalizado hace más de cinco años; o comparación de mapas compatibles sin análisis multitemporal.", + "low": "Otras fuentes de datos, por ejemplo, estimaciones de expertos, o estimaciones basadas en evaluaciones no compatibles." + }, + "footer1": "¹ Datos con una antigüedad inferior a 5 años a partir del año de presentación del informe (2018 o más reciente en el caso de los informes nacionales de FRA 2025)", + "footer2": "² Datos con una antigüedad superior a 5 años a partir del año de presentación del informe (anteriores a 2018 en el caso de los informes nacionales de FRA 2025)", + "footer3": "³ Compatibles en términos de métodos, categorías y definiciones utilizados" + }, + "biomassStock_biomassStockStatus_Description": { + "header_0": "Criterios de nivel aplicables a los métodos de estimación de la biomasa", + "status": { + "high": "Factores de conversión y expansión de biomasa específicos al país o ecuaciones alométricas que se hayan aplicado.", + "medium": "Aplicación de ecuaciones alométricas genéricas o a nivel de bioma o una combinación de factores de conversión específicos al país o al bioma y factores de expansión por defecto de la biomasa publicados por el IPCC", + "low": "Aplicación de factores de conversión y expansión por defecto de la biomasa del IPCC (por ejemplo, el uso de la “calculadora de biomasa”), o estimaciones basadas en mapas de biomasa trazados mediante teledetección." + } + }, + "growingStock_growingStockStatus_Description": { + "header_0": "Criterios de nivel aplicables a los métodos de estimación de las existencias en formación", + "status": { + "high": "Fuentes de datos: Inventario forestal nacional reciente¹ o escaneado láser aerotransportado (ALS por sus siglas en inglés) con calibración de datos sobre el terreno.", + "medium": "Fuentes de datos: Inventario forestal nacional antiguo², inventarios parciales sobre el terreno o escaneado láser aerotransportado (ALS) sin calibración de datos sobre el terreno.", + "low": "Fuentes de datos: Otras fuentes de datos, como datos satelitales, registros, cuestionarios o evaluaciones de expertos." + }, + "footer1": "¹ Datos con una antigüedad inferior a 10 años a partir del año de presentación del informe (2013 o más reciente en el caso de los informes nacionales de FRA 2025)", + "footer2": "² Datos con una antigüedad superior a 10 años a partir del año de presentación del informe (anteriores a 2013 en el caso de los informes nacionales de FRA 2025)" + } +} diff --git a/src/i18n/resources/es/generalValidations.js b/src/i18n/resources/es/generalValidations.js deleted file mode 100644 index 77c35db478..0000000000 --- a/src/i18n/resources/es/generalValidations.js +++ /dev/null @@ -1,39 +0,0 @@ -module.exports = { - classValueNotGreaterThan: `{{name}} no debe ser mayor que {{value}}`, - classValuesMustBeEqualTo: `{{name}} suma debe ser igual a {{value}}`, - columnEmpty: `La columna "$t({{columName}})" debe tener un valor`, - countryReportYearGreaterThanCurrentYear: `El valor debe ser mayor o igual que {{minValue}}`, - emptyField: `Este campo está vacío`, - forestAreaDoesNotMatchExtentOfForest: `No coincide con el valor de Extensión de bosque (1a)`, - forestAreaExceedsExtentOfForest: `Superior al área de bosque (1a)`, - forestAreaReportedIsDifferentFromPreviousCycle: `El valor de área introducido ({{forestArea2025}}) difiere de la introducida anteriormente ({{forestArea2020}}). Por favor explique las razones de esa diferencia `, - forestSumAreaExceedsExtentOfForest: `La suma de las categorías de FRA reportadas supera el valor de área total de bosque introducida en la tabla 1a`, - invalidLink: `Enlace inválido`, - landAreaExceedsTotalLandArea: `La superficie terrestre supera la superficie terrestre total (1a) ({{value}})`, - mustBeEqualToForestArea: `La suma de los valores de área de Bosque con procesos de regenración natural y Bosque plantado no es igual al valor de área total de Bosque`, - mustBeEqualToForestExpansion: `El total de subcategorías debe ser igual al valor de Expansión forestal`, - mustBeEqualToPlantedForest: `El total de las subcategorías debe ser igual al valor de área de Bosque Plantado`, - mustBeEqualToPrimaryForest: `La suma de las subcategorías debe ser igual al valor de área de Bosque Primario`, - mustBeEqualToPrivateOwnership: `La suma de las subcategorías debe ser igual al valor de área de bosque de Propiedad privada`, - mustBeEqualToTotalGrowingStock: `El valor sumado debe ser igual a Extensión Total de Bosque`, - mustBeLessThanPrivateOwnership: `La suma de las subcategorías debe ser inferior al valor de área de bosque de Propiedad privada`, - notEmpty: `El valor no puede estar vacío`, - otherLandExceedsExtentOfForest: `Superior al área de otras tierras (1a)`, - remainingLandExceedsExtentOfForest: `Supera el valor de Superficie Terrestre Restante (1a)`, - shouldContainAtLeastOneCharacter: `El valor debe contener al menos un carácter`, - subCategoryExceedsParent: `El valor de la subcategoría supera el valor total de la categoria`, - sumEqualTo: 'La suma de {{categoryLabels}} ({{categoriesSum}}) debe ser igual a {{maxValue}}', - sumNotGreaterThan: `La suma no debe superar {{maxValue}}`, - sumSubCategoriesExceedParent: `La suma de {{categoryLabels}} supera {{parentLabel}} ({{parentValue}})`, - sumSubCategoriesNotEqualToParent: `La suma de {{categoryLabels}} ({{categoriesSum}}) no es igual a {{parentLabel}} ({{parentValue}})`, - valueCannotExceedMaximumValueReportedForForestArea: `El valor no puede superar el valor máximo ({{maxÁreaForestal}}) introducido para área de bosque (1a)`, - valueCannotExceedMaximumValueReportedForForestAreaYear: `La suma del año {{year}} no puede superar el valor máximo ({{maxForestArea}}) introducido para área de bosque (1a)`, - valueCannotExceedMaximumValueReportedForLandArea: `El valor no puede superar el valor máximo ({{maxLandArea}}) introducido para la superficie terrestre (1a)`, - valueEqualToSum: `El valor total debe ser igual a la suma de las subcategorías`, - valueEqualToSumParent: `La suma de subcategorías {{subcategories}} no es igual a {{parentVariable}} {{parentCol}} {{parentTable}} <{{valorRedondeado}}>`, - valueMustBePositive: `El valor debe ser mayor que cero`, - valueMustBeYear: `El valor debe ser un año válido`, - valueNotGreaterThan: `El valor no debe ser superior a {{maxValue}}.`, - valuesAreInconsistent1aOr1b: `Los valores no coinciden con las superficies indicadas en las tablas 1a o 1b.`, - valuesAreInconsistentWithNetChange: `Los valores no coinciden con los de Cambio Neto en el área de Bosque`, -} diff --git a/src/i18n/resources/es/generalValidations.json b/src/i18n/resources/es/generalValidations.json new file mode 100644 index 0000000000..e61749d406 --- /dev/null +++ b/src/i18n/resources/es/generalValidations.json @@ -0,0 +1,39 @@ +{ + "classValueNotGreaterThan": "{{name}} no debe ser mayor que {{value}}", + "classValuesMustBeEqualTo": "{{name}} suma debe ser igual a {{value}}", + "columnEmpty": "La columna \"$t({{columName}})\" debe tener un valor", + "countryReportYearGreaterThanCurrentYear": "El valor debe ser mayor o igual que {{minValue}}", + "emptyField": "Este campo está vacío", + "forestAreaDoesNotMatchExtentOfForest": "No coincide con el valor de Extensión de bosque (1a)", + "forestAreaExceedsExtentOfForest": "Superior al área de bosque (1a)", + "forestAreaReportedIsDifferentFromPreviousCycle": "El valor de área introducido ({{forestArea2025}}) difiere de la introducida anteriormente ({{forestArea2020}}). Por favor explique las razones de esa diferencia ", + "forestSumAreaExceedsExtentOfForest": "La suma de las categorías de FRA reportadas supera el valor de área total de bosque introducida en la tabla 1a", + "invalidLink": "Enlace inválido", + "landAreaExceedsTotalLandArea": "La superficie terrestre supera la superficie terrestre total (1a) ({{value}})", + "mustBeEqualToForestArea": "La suma de los valores de área de Bosque con procesos de regenración natural y Bosque plantado no es igual al valor de área total de Bosque", + "mustBeEqualToForestExpansion": "El total de subcategorías debe ser igual al valor de Expansión forestal", + "mustBeEqualToPlantedForest": "El total de las subcategorías debe ser igual al valor de área de Bosque Plantado", + "mustBeEqualToPrimaryForest": "La suma de las subcategorías debe ser igual al valor de área de Bosque Primario", + "mustBeEqualToPrivateOwnership": "La suma de las subcategorías debe ser igual al valor de área de bosque de Propiedad privada", + "mustBeEqualToTotalGrowingStock": "El valor sumado debe ser igual a Extensión Total de Bosque", + "mustBeLessThanPrivateOwnership": "La suma de las subcategorías debe ser inferior al valor de área de bosque de Propiedad privada", + "notEmpty": "El valor no puede estar vacío", + "otherLandExceedsExtentOfForest": "Superior al área de otras tierras (1a)", + "remainingLandExceedsExtentOfForest": "Supera el valor de Superficie Terrestre Restante (1a)", + "shouldContainAtLeastOneCharacter": "El valor debe contener al menos un carácter", + "subCategoryExceedsParent": "El valor de la subcategoría supera el valor total de la categoria", + "sumEqualTo": "La suma de {{categoryLabels}} ({{categoriesSum}}) debe ser igual a {{maxValue}}", + "sumNotGreaterThan": "La suma no debe superar {{maxValue}}", + "sumSubCategoriesExceedParent": "La suma de {{categoryLabels}} supera {{parentLabel}} ({{parentValue}})", + "sumSubCategoriesNotEqualToParent": "La suma de {{categoryLabels}} ({{categoriesSum}}) no es igual a {{parentLabel}} ({{parentValue}})", + "valueCannotExceedMaximumValueReportedForForestArea": "El valor no puede superar el valor máximo ({{maxÁreaForestal}}) introducido para área de bosque (1a)", + "valueCannotExceedMaximumValueReportedForForestAreaYear": "La suma del año {{year}} no puede superar el valor máximo ({{maxForestArea}}) introducido para área de bosque (1a)", + "valueCannotExceedMaximumValueReportedForLandArea": "El valor no puede superar el valor máximo ({{maxLandArea}}) introducido para la superficie terrestre (1a)", + "valueEqualToSum": "El valor total debe ser igual a la suma de las subcategorías", + "valueEqualToSumParent": "La suma de subcategorías {{subcategories}} no es igual a {{parentVariable}} {{parentCol}} {{parentTable}} <{{valorRedondeado}}>", + "valueMustBePositive": "El valor debe ser mayor que cero", + "valueMustBeYear": "El valor debe ser un año válido", + "valueNotGreaterThan": "El valor no debe ser superior a {{maxValue}}.", + "valuesAreInconsistent1aOr1b": "Los valores no coinciden con las superficies indicadas en las tablas 1a o 1b.", + "valuesAreInconsistentWithNetChange": "Los valores no coinciden con los de Cambio Neto en el área de Bosque" +} diff --git a/src/i18n/resources/es/history.js b/src/i18n/resources/es/history.js deleted file mode 100644 index c48131ae23..0000000000 --- a/src/i18n/resources/es/history.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - change_one: '{{count}} cambio', - change_other: '{{count}} cambios', - history: 'Registro histórico de cambios', -} diff --git a/src/i18n/resources/es/history.json b/src/i18n/resources/es/history.json new file mode 100644 index 0000000000..2e26b625f3 --- /dev/null +++ b/src/i18n/resources/es/history.json @@ -0,0 +1,5 @@ +{ + "change_one": "{{count}} cambio", + "change_other": "{{count}} cambios", + "history": "Registro histórico de cambios" +} diff --git a/src/i18n/resources/es/landing.js b/src/i18n/resources/es/landing.js deleted file mode 100644 index c9817ec1da..0000000000 --- a/src/i18n/resources/es/landing.js +++ /dev/null @@ -1,91 +0,0 @@ -module.exports = { - home: 'Inicio', - sections: { - about: 'Acerca de FRA', - contentCheck: 'Contenido / Comprobar', - externalData: 'Datos externos', - messageBoard: 'Tablero de mensajes', - overview: 'Visión general', - recentActivity: 'Actividad reciente', - repository: 'Enlaces y Repositorio', - userManagement: 'Gestionar colaboradores', - versioning: 'Versionando', - }, - overview: { - loadingMap: 'Cargando mapa…', - withFinancialSupportOf: 'Con el apoyo financiero de', - }, - milestones: { - milestones: 'Logros', - milestone1: 'Reunión mundial de Corresponsales Nacionales', - milestone2: 'Talleres regionales y subregionales', - milestone3: 'Plazo de presentación de los informes nacionales', - milestone4: 'Validación de los informes nacionales finales', - milestone5: 'Resultados preliminares de FRA 2020', - milestone6: 'Informe principal de FRA 2020', - milestone7: 'Análisis de datos y redacción de informes', - milestone8: 'Lanzamiento de la plataforma de análisis y difusión', - date1: 'Marzo', - date2: 'Abril – Septiembre', - date3: 'Octubre', - date4: 'Enero – Febrero', - date5: 'Marzo', - date6: 'Julio', - date7: 'Marzo – Diciembre', - date8: 'Agosto', - }, - users: { - users: 'Contactos', - message: 'Mensaje', - }, - about: { - contact: 'Contacto', - seniorForestryOfficer: 'Oficial Forestal Superior', - faoForestryDepartment: 'Departamento Forestal de la FAO', - email: 'Correo electrónico', - fraProcess: - 'La FAO ha estado monitoreando los bosques del mundo en intervalos de 5 a 10 años desde 1946. Las recientes Evaluaciones de los Recursos Forestales Mundiales (FRA) se llevan a cabo ahora cada 5 años, en un esfuerzo por proporcionar un enfoque conherente para describir los bosques del mundo y cómo estos están cambiando. La evaluación se basa en dos principales fuentes de datos: los informes nacionales desarrollados por Corresponsales Naciones y la teledetección, llevada a cabo por la FAO junto con los coordinadores nacionales y los asociados regionales. El alcance de FRA ha cambiado de forma regular desde que se publicó la primera evaluación en 1948. Dichas evaluaciones constituyen una interesante historia sobre los intereses forestales mundiales, tanto en lo que respecta a su contenido sustancial como a su alcance cambiante.', - linkFraProcess: 'Más información sobre el proceso de FRA', - or: 'O', - selectArea: 'Seleccione un área a continuación para acceder a los datos de FRA', - }, - recentActivity: { - noRecentActivityTitle: 'Parece que no hay ninguna actividad reciente', - noRecentActivityBody: - 'Los cambios realizados en la plataforma aparecerán aquí, para que se pueda poner al día sobre lo que ha estado ocurriendo mientras estaba ausente.', - getStarted: 'Para empezar', - actions: { - added: 'ha añadido', - addedFile: 'ha añadido {{file}}', - commented: 'ha comentado', - deleted: 'ha borrado', - deletedFile: 'ha borrado {{file}}', - edited: 'ha editado', - resolved: 'ha resuelto el asunto', - status: 'ha cambiado el estado a', - addUser: 'ha añadido a {{user}} como {{role}}', - updateUser: 'ha editado a {{user}}', - removeUser: 'ha eliminado a {{user}}', - acceptInvitation: 'ha sido incorporado/a como {{role}}', - addInvitation: 'ha invitado a {{user}} como {{role}}', - removeInvitation: 'ha eliminado la invitación de {{user}} como {{role}}', - updateInvitation: 'ha actualizado la invitación de {{user}} como {{role}}', - updateAssessmentStatus: 'ha cambiado el estado de {{assessment}} a {{status}}', - }, - fraProcess: - 'La FAO ha estado monitoreando los bosques del mundo en intervalos de 5 a 10 años desde 1946. Las recientes Evaluaciones de los Recursos Forestales Mundiales (FRA) se llevan a cabo cada 5 años, en un esfuerzo por proporcionar un enfoque conherente para describir los bosques del mundo y cómo estos están cambiando. La evaluación se basa en dos principales fuentes de datos: los informes nacionales desarrollados por Corresponsales Naciones y la teledetección, llevada a cabo por la FAO junto con los coordinadores nacionales y los asociados regionales. El alcance de FRA ha cambiado de forma regular desde que se publicó la primera evaluación en 1948. Dichas evaluaciones constituyen una interesante historia sobre los intereses forestales mundiales, tanto en lo que respecta a su contenido sustancial como a su alcance cambiante.', - linkFraProcess: 'Más información sobre el proceso de FRA', - }, - links: { - links: 'Enlaces', - repository: 'Repositorio', - uploadFile: 'Cargar un archivo', - confirmDelete: '¿Borrar {{file}}? Esta acción no puede deshacerse.', - fileUploaded: 'Archivo cargado correctamente', - fileDeleted: 'Archivo eliminado correctamente', - fileOperationFailed: `La operación no se puede realizar porque el archivo se utiliza en:\n{{sectionNames}}`, - }, - dataExport: { - downloadData: 'Descargar datos', - }, -} diff --git a/src/i18n/resources/es/landing.json b/src/i18n/resources/es/landing.json new file mode 100644 index 0000000000..3231299a22 --- /dev/null +++ b/src/i18n/resources/es/landing.json @@ -0,0 +1,88 @@ +{ + "home": "Inicio", + "sections": { + "about": "Acerca de FRA", + "contentCheck": "Contenido / Comprobar", + "externalData": "Datos externos", + "messageBoard": "Tablero de mensajes", + "overview": "Visión general", + "recentActivity": "Actividad reciente", + "repository": "Enlaces y Repositorio", + "userManagement": "Gestionar colaboradores", + "versioning": "Versionando" + }, + "overview": { + "loadingMap": "Cargando mapa…", + "withFinancialSupportOf": "Con el apoyo financiero de" + }, + "milestones": { + "milestones": "Logros", + "milestone1": "Reunión mundial de Corresponsales Nacionales", + "milestone2": "Talleres regionales y subregionales", + "milestone3": "Plazo de presentación de los informes nacionales", + "milestone4": "Validación de los informes nacionales finales", + "milestone5": "Resultados preliminares de FRA 2020", + "milestone6": "Informe principal de FRA 2020", + "milestone7": "Análisis de datos y redacción de informes", + "milestone8": "Lanzamiento de la plataforma de análisis y difusión", + "date1": "Marzo", + "date2": "Abril – Septiembre", + "date3": "Octubre", + "date4": "Enero – Febrero", + "date5": "Marzo", + "date6": "Julio", + "date7": "Marzo – Diciembre", + "date8": "Agosto" + }, + "users": { + "users": "Contactos", + "message": "Mensaje" + }, + "about": { + "contact": "Contacto", + "seniorForestryOfficer": "Oficial Forestal Superior", + "faoForestryDepartment": "Departamento Forestal de la FAO", + "email": "Correo electrónico", + "fraProcess": "La FAO ha estado monitoreando los bosques del mundo en intervalos de 5 a 10 años desde 1946. Las recientes Evaluaciones de los Recursos Forestales Mundiales (FRA) se llevan a cabo ahora cada 5 años, en un esfuerzo por proporcionar un enfoque conherente para describir los bosques del mundo y cómo estos están cambiando. La evaluación se basa en dos principales fuentes de datos: los informes nacionales desarrollados por Corresponsales Naciones y la teledetección, llevada a cabo por la FAO junto con los coordinadores nacionales y los asociados regionales. El alcance de FRA ha cambiado de forma regular desde que se publicó la primera evaluación en 1948. Dichas evaluaciones constituyen una interesante historia sobre los intereses forestales mundiales, tanto en lo que respecta a su contenido sustancial como a su alcance cambiante.", + "linkFraProcess": "Más información sobre el proceso de FRA", + "or": "O", + "selectArea": "Seleccione un área a continuación para acceder a los datos de FRA" + }, + "recentActivity": { + "noRecentActivityTitle": "Parece que no hay ninguna actividad reciente", + "noRecentActivityBody": "Los cambios realizados en la plataforma aparecerán aquí, para que se pueda poner al día sobre lo que ha estado ocurriendo mientras estaba ausente.", + "getStarted": "Para empezar", + "actions": { + "added": "ha añadido", + "addedFile": "ha añadido {{file}}", + "commented": "ha comentado", + "deleted": "ha borrado", + "deletedFile": "ha borrado {{file}}", + "edited": "ha editado", + "resolved": "ha resuelto el asunto", + "status": "ha cambiado el estado a", + "addUser": "ha añadido a {{user}} como {{role}}", + "updateUser": "ha editado a {{user}}", + "removeUser": "ha eliminado a {{user}}", + "acceptInvitation": "ha sido incorporado/a como {{role}}", + "addInvitation": "ha invitado a {{user}} como {{role}}", + "removeInvitation": "ha eliminado la invitación de {{user}} como {{role}}", + "updateInvitation": "ha actualizado la invitación de {{user}} como {{role}}", + "updateAssessmentStatus": "ha cambiado el estado de {{assessment}} a {{status}}" + }, + "fraProcess": "La FAO ha estado monitoreando los bosques del mundo en intervalos de 5 a 10 años desde 1946. Las recientes Evaluaciones de los Recursos Forestales Mundiales (FRA) se llevan a cabo cada 5 años, en un esfuerzo por proporcionar un enfoque conherente para describir los bosques del mundo y cómo estos están cambiando. La evaluación se basa en dos principales fuentes de datos: los informes nacionales desarrollados por Corresponsales Naciones y la teledetección, llevada a cabo por la FAO junto con los coordinadores nacionales y los asociados regionales. El alcance de FRA ha cambiado de forma regular desde que se publicó la primera evaluación en 1948. Dichas evaluaciones constituyen una interesante historia sobre los intereses forestales mundiales, tanto en lo que respecta a su contenido sustancial como a su alcance cambiante.", + "linkFraProcess": "Más información sobre el proceso de FRA" + }, + "links": { + "links": "Enlaces", + "repository": "Repositorio", + "uploadFile": "Cargar un archivo", + "confirmDelete": "¿Borrar {{file}}? Esta acción no puede deshacerse.", + "fileUploaded": "Archivo cargado correctamente", + "fileDeleted": "Archivo eliminado correctamente", + "fileOperationFailed": "La operación no se puede realizar porque el archivo se utiliza en:\n{{sectionNames}}" + }, + "dataExport": { + "downloadData": "Descargar datos" + } +} diff --git a/src/i18n/resources/es/login.js b/src/i18n/resources/es/login.js deleted file mode 100644 index 4e2b88b731..0000000000 --- a/src/i18n/resources/es/login.js +++ /dev/null @@ -1,59 +0,0 @@ -module.exports = { - login: 'Acceso', - - password: 'Password', - repeatPassword: 'Contraseña', - email: 'Correo electrónico', - cancel: 'Cancelar', - - signInGoogle: 'Iniciar sesión con Google', - signInFRA: 'Iniciar sesión con FRA', - - changePassword: 'Cambiar la contraseña', - expired: 'Ooops. Parece que el enlace en el que hizo clic caducó o no es válido', - - forgotPasswordTitle: - 'Ingrese su correo electrónico y envíe el formulario para recibir instrucciones por correo electrónico', - forgotPassword: '¿Olvidaste tu contraseña?', - - notAuthorized: 'Usuario no autorizado', - errorOccurred: 'Se produjo un error', - noInvitation: 'Invitación no encontrada', - noMatchPasswords: 'Las contraseñas no coinciden', - noEmptyPassword: 'La contraseña no puede estar vacía', - noMatchingUser: - 'No pudimos encontrar ningún usuario que coincida con estas credenciales.\nAsegúrese de tener una cuenta FRA válida.', - noMatchingEmail: - 'No pudimos encontrar ningún usuario que coincida con este correo electrónico.\nAsegúrese de tener una cuenta FRA válida.', - passwordError: - 'La contraseña debe contener seis caracteres o más y tener al menos una minúscula y un carácter alfabético en mayúscula y un número', - invalidEmail: 'Correo electrónico no válido', - emptyEmail: 'El correo electrónico no puede estar vacío', - noLongerValid: 'Ooops. Parece que su solicitud ya no es válida.', - - passwordResetSent: - 'La solicitud para restablecer su contraseña se ha enviado con éxito.\nEn breve recibirás un correo electrónico con instrucciones.', - passwordChanged: 'La contraseña ha sido cambiada', - missingCredentials: 'Por favor, ingrese el correo electrónico y la contraseña', - - accessLimited: - 'El acceso al área reservada está limitado a los expertos involucrados en el proceso de reporte de datos del FRA.', - returnHome: 'Para volver a la página principal haga clic', - returnHomeClick: 'aquí.', - - resetPassword: 'Restablecer contraseña', - alreadyLinked: 'La cuenta de google seleccionada ya está vinculada a otro usuario', - noShortPassword: 'Contraseña demasiado corta', - noMatchingLocalUser: 'No se pudo encontrar ningún usuario que coincida con estas credenciales.', - noMatchingProvider: 'No se pudo encontrar ningún usuario que coincida con estas credenciales.', - noActiveAccount: 'La cuenta no está activa. Asegúrese de haber aceptado cualquier invitación pendiente', - googleOnlyAccount: 'La cuenta está asociada a la autenticación de Google', - alreadyAcceptedInvitation: 'Esta invitación ya ha sido aceptada', - invitationMessage: 'Ha sido invitado a {{assessment}} {{cycle}} como {{role}} para {{country}}', - invitationProvidersRegistered: 'Ya tiene una cuenta registrada en {{authProviderNames}}', - acceptInvitation: 'Aceptar invitación', - acceptInvitationWithFra: 'Aceptar invitación con FRA', - acceptInvitationWithGoogle: 'Aceptar invitación con Google', - invitationExpired: 'Esta invitación ha caducado', - logoutSuccessful: 'Se ha desconectado correctamente', -} diff --git a/src/i18n/resources/es/login.json b/src/i18n/resources/es/login.json new file mode 100644 index 0000000000..c2780fe377 --- /dev/null +++ b/src/i18n/resources/es/login.json @@ -0,0 +1,45 @@ +{ + "login": "Acceso", + "password": "Password", + "repeatPassword": "Contraseña", + "email": "Correo electrónico", + "cancel": "Cancelar", + "signInGoogle": "Iniciar sesión con Google", + "signInFRA": "Iniciar sesión con FRA", + "changePassword": "Cambiar la contraseña", + "expired": "Ooops. Parece que el enlace en el que hizo clic caducó o no es válido", + "forgotPasswordTitle": "Ingrese su correo electrónico y envíe el formulario para recibir instrucciones por correo electrónico", + "forgotPassword": "¿Olvidaste tu contraseña?", + "notAuthorized": "Usuario no autorizado", + "errorOccurred": "Se produjo un error", + "noInvitation": "Invitación no encontrada", + "noMatchPasswords": "Las contraseñas no coinciden", + "noEmptyPassword": "La contraseña no puede estar vacía", + "noMatchingUser": "No pudimos encontrar ningún usuario que coincida con estas credenciales.\nAsegúrese de tener una cuenta FRA válida.", + "noMatchingEmail": "No pudimos encontrar ningún usuario que coincida con este correo electrónico.\nAsegúrese de tener una cuenta FRA válida.", + "passwordError": "La contraseña debe contener seis caracteres o más y tener al menos una minúscula y un carácter alfabético en mayúscula y un número", + "invalidEmail": "Correo electrónico no válido", + "emptyEmail": "El correo electrónico no puede estar vacío", + "noLongerValid": "Ooops. Parece que su solicitud ya no es válida.", + "passwordResetSent": "La solicitud para restablecer su contraseña se ha enviado con éxito.\nEn breve recibirás un correo electrónico con instrucciones.", + "passwordChanged": "La contraseña ha sido cambiada", + "missingCredentials": "Por favor, ingrese el correo electrónico y la contraseña", + "accessLimited": "El acceso al área reservada está limitado a los expertos involucrados en el proceso de reporte de datos del FRA.", + "returnHome": "Para volver a la página principal haga clic", + "returnHomeClick": "aquí.", + "resetPassword": "Restablecer contraseña", + "alreadyLinked": "La cuenta de google seleccionada ya está vinculada a otro usuario", + "noShortPassword": "Contraseña demasiado corta", + "noMatchingLocalUser": "No se pudo encontrar ningún usuario que coincida con estas credenciales.", + "noMatchingProvider": "No se pudo encontrar ningún usuario que coincida con estas credenciales.", + "noActiveAccount": "La cuenta no está activa. Asegúrese de haber aceptado cualquier invitación pendiente", + "googleOnlyAccount": "La cuenta está asociada a la autenticación de Google", + "alreadyAcceptedInvitation": "Esta invitación ya ha sido aceptada", + "invitationMessage": "Ha sido invitado a {{assessment}} {{cycle}} como {{role}} para {{country}}", + "invitationProvidersRegistered": "Ya tiene una cuenta registrada en {{authProviderNames}}", + "acceptInvitation": "Aceptar invitación", + "acceptInvitationWithFra": "Aceptar invitación con FRA", + "acceptInvitationWithGoogle": "Aceptar invitación con Google", + "invitationExpired": "Esta invitación ha caducado", + "logoutSuccessful": "Se ha desconectado correctamente" +} diff --git a/src/i18n/resources/es/nationalDataPoint.js b/src/i18n/resources/es/nationalDataPoint.js deleted file mode 100644 index 7ba605c627..0000000000 --- a/src/i18n/resources/es/nationalDataPoint.js +++ /dev/null @@ -1,53 +0,0 @@ -module.exports = { - clickOnNDP: 'Haga clic en el año para acceder a los datos originales', - nationalDataPoint: 'Punto de datos nacionales', - addNationalDataPoint: 'Añadir un punto de datos nacionales', - noNationalDataAdded: 'No se ha añadido ningún punto de datos nacionales', - nationalData: 'Datos nacionales', - reclassificationLabel: 'Datos originales y reclasificación', - forestCategoriesLabel: 'El bosque, otras tierras boscosas y otras tierras', - referenceYearData: 'Año de referencia para los datos', - referenceYear: 'Año de referencia', - references: 'Referencias', - selectYear: 'Seleccionar…', - methods: 'Métodos', - methodsUsed: 'Métodos usados', - dataSource: 'Fuente de datos', - dataSources: 'Fuentes de datos', - additionalComments: 'Comentarios adicionales', - edit: 'Editar', - copyPreviousValues: 'Copiar las referencias anteriores', - nationalClass: 'Clase nacional', - nationalClasses: 'Clasificaciones y definiciones', - definition: 'Definición', - class: 'Clase', - fraClasses: 'Clases de FRA', - area: 'Área (1000 ha)', - total: 'Total', - modifiedExplanation: 'Punto de datos nacionales con modificaciones', - confirmDelete: '¿Borrar este punto de datos? Esta acción no puede deshacerse.', - discardChanges: 'Cancelar cambios', - doneEditing: 'Edición finalizada', - enterOrCopyPasteNationalClasses: 'Introducir o copiar y pegar las clases nacionales', - forestCharacteristics: 'Características de los bosques', - otherLandCharacteristics: 'Otras tierras con cubierta de árboles', - plantationForest: 'Plantación forestal', - remindDirtyOdp: 'El punto de datos nacionales ha sido actualizado, recuerde restablecer los valores', - disabled: 'Desactivado, activar en el apartado 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'Inventario nacional de los bosques', - sampleBasedRemoteSensingAssessment: 'Evaluación de teledetección por muestreo', - fullCoverMaps: 'Bosque de cubierta total/mapas de vegetación', - registersQuestionnaires: 'Registros/cuestionarios', - other: 'Otros (especificar en comentarios)', - }, - appliesToVariablesOptions: { - forest: 'Bosque', - otherWoodedLand: 'Otras tierras boscosas', - otherLand: 'Otras tierras', - }, - forestCategoriesLabel2025: 'Bosque, Otras Tierras Boscosas y Superfície Terrestre Restante', - nationalClassifications: 'Clasificaciones nacionales', - categories: 'Categorías', - fileAddedWillBecomePublic: 'Los archivos añadidos como referencias serán de acceso público', -} diff --git a/src/i18n/resources/es/nationalDataPoint.json b/src/i18n/resources/es/nationalDataPoint.json new file mode 100644 index 0000000000..cb716b23a6 --- /dev/null +++ b/src/i18n/resources/es/nationalDataPoint.json @@ -0,0 +1,53 @@ +{ + "clickOnNDP": "Haga clic en el año para acceder a los datos originales", + "nationalDataPoint": "Punto de datos nacionales", + "addNationalDataPoint": "Añadir un punto de datos nacionales", + "noNationalDataAdded": "No se ha añadido ningún punto de datos nacionales", + "nationalData": "Datos nacionales", + "reclassificationLabel": "Datos originales y reclasificación", + "forestCategoriesLabel": "El bosque, otras tierras boscosas y otras tierras", + "referenceYearData": "Año de referencia para los datos", + "referenceYear": "Año de referencia", + "references": "Referencias", + "selectYear": "Seleccionar…", + "methods": "Métodos", + "methodsUsed": "Métodos usados", + "dataSource": "Fuente de datos", + "dataSources": "Fuentes de datos", + "additionalComments": "Comentarios adicionales", + "edit": "Editar", + "copyPreviousValues": "Copiar las referencias anteriores", + "nationalClass": "Clase nacional", + "nationalClasses": "Clasificaciones y definiciones", + "definition": "Definición", + "class": "Clase", + "fraClasses": "Clases de FRA", + "area": "Área (1000 ha)", + "total": "Total", + "modifiedExplanation": "Punto de datos nacionales con modificaciones", + "confirmDelete": "¿Borrar este punto de datos? Esta acción no puede deshacerse.", + "discardChanges": "Cancelar cambios", + "doneEditing": "Edición finalizada", + "enterOrCopyPasteNationalClasses": "Introducir o copiar y pegar las clases nacionales", + "forestCharacteristics": "Características de los bosques", + "otherLandCharacteristics": "Otras tierras con cubierta de árboles", + "plantationForest": "Plantación forestal", + "remindDirtyOdp": "El punto de datos nacionales ha sido actualizado, recuerde restablecer los valores", + "disabled": "Desactivado, activar en el apartado 1b", + "dataSourceMethodsOptions": { + "nationalForestInventory": "Inventario nacional de los bosques", + "sampleBasedRemoteSensingAssessment": "Evaluación de teledetección por muestreo", + "fullCoverMaps": "Bosque de cubierta total/mapas de vegetación", + "registersQuestionnaires": "Registros/cuestionarios", + "other": "Otros (especificar en comentarios)" + }, + "appliesToVariablesOptions": { + "forest": "Bosque", + "otherWoodedLand": "Otras tierras boscosas", + "otherLand": "Otras tierras" + }, + "forestCategoriesLabel2025": "Bosque, Otras Tierras Boscosas y Superfície Terrestre Restante", + "nationalClassifications": "Clasificaciones nacionales", + "categories": "Categorías", + "fileAddedWillBecomePublic": "Los archivos añadidos como referencias serán de acceso público" +} diff --git a/src/i18n/resources/es/other.js b/src/i18n/resources/es/other.js deleted file mode 100644 index 50e5845744..0000000000 --- a/src/i18n/resources/es/other.js +++ /dev/null @@ -1,913 +0,0 @@ -module.exports = { - fileDrop: { - dropFilesHere: 'Coloque aquí los archivos', - dragAndDropOrClick: 'Arrastre y coloque los archivos aquí, o haga clic en "Seleccionar archivos"', - }, - - language: { - en: 'English', - es: 'Español', - fr: 'Français', - ru: 'Русский', - ar: 'العربية', - zh: '中文', - }, - - home: { - keyFindings: `El área total de bosques en el mundo es de 4 060 millones de hectáreas (ha), -que corresponde al 31 por ciento de la superficie total de la tierra. Esta área -es equivalente a 0,52 ha por persona -, aunque los bosques no están distribuidos -de manera equitativa por población mundial o situación geográfica. Las zonas -tropicales poseen la mayor proporción de los bosques del mundo (45 por ciento), -el resto está localizado en las regiones boreales, templadas y subtropicales.`, - }, - - footer: { - contactUs: 'Contacto', - termsAndConditions: 'Términos y condiciones', - scamAlert: 'Alerta de estafa', - reportMisconduct: 'Reportar mala conducta', - tutorials: 'Vídeo', - sendFeedback: 'Enviar comentarios', - licenses: 'Licencias', - platformVersion: 'Versión de la plataforma', - }, - - disclaimer: { - statisticalFactsheets: - 'Descargo de responsabilidad: puede contener estimaciones de la FAO, puede contener valores faltantes', - part1: 'Este portal se ha realizado con la asistencia de la ', - europeanUnion: 'Unión Europea', - part2: ', el ', - govFinland: 'Gobierno de Finlandia', - part3: ', el ', - govNorway: 'Gobierno de Noruega', - part4: ' y el ', - gef: 'Fondo para el Medio Ambiente Mundial', - part5: - '. Su contenido es responsabilidad exclusiva de la FAO y no puede considerarse que refleje en modo alguno las opiniones de la Unión Europea, el Gobierno de Finlandia, el Gobierno de Noruega y el Fondo para el Medio Ambiente Mundial.', - termsOfUse: 'Condiciones de uso de la base de datos estadísticos', - }, - - unit: { - haThousand: '1 000 ha', - ha: 'ha', - kmSq: 'km²', - mileSq: 'mi²', - acre1000: '1 000 acres', - acre: 'acre', - haMillion: 'millones de ha', - haThousandPerYear: '1 000 ha / an', - tonnesPerHa: 'toneladas / ha', - millionsCubicMeterOverBark: 'millones de m³ sobre corteza', - billionCubicMeter: 'mil millones m³', - gt: 'Gt', - fte1000: '1 000 EDC', - numberOfStudents: '$t(graduationOfStudents.numberOfStudents)', - growingStockPercent: '% del total de las Existencias Forestales en Formación', - }, - - countrySelection: { - selectCountry: 'Seleccionar país', - }, - - definition: { - definitionLabel: 'Véanse las definiciones', - faqLabel: 'Preguntas frecuentes', - }, - - audit: { - notStarted: 'No iniciado', - edited: 'Editado', - }, - - yesNoTextSelect: { - yes: 'Sí', - no: 'No', - notSelected: '', - }, - - user: { - roles: { - REVIEWER: 'Evaluador', - NATIONAL_CORRESPONDENT: 'Corresponsal Nacional', - ALTERNATE_NATIONAL_CORRESPONDENT: 'Corresponsal Nacional alterno', - COLLABORATOR: 'Colaborador', - ADMINISTRATOR: 'Administrador', - noRole: '', - - VIEWER: 'Observador', - reviewer_plural: 'Revisores', - nationalCorrespondent_plural: 'Corresponsales nacionales', - alternateNationalCorrespondent_plural: 'Corresponsales nacionales suplentes', - collaborator_plural: 'Colaboradores', - }, - resetPasswordEmail: { - subject: 'Plataforma FRA - Restablecer contraseña', - }, - }, - - fraClass: { - forest: 'Bosque', - otherWoodedLand: 'Otras tierras boscosas', - otherLand: 'Otras tierras', - }, - - fraForestCharacteristicsClass: { - naturallyRegeneratingForest: 'Bosque regenerado de forma natural', - plantationForest: 'Plantación forestal', - ofWhichIntroduced: '…de la cual de especies introducidas', - otherPlantedForest: 'Otros bosques plantados', - totalForest: 'Área total de bosque', - }, - - fraOtherLandClass: { - palms: '…de las cuales palmas (aceitera, cocotera, dátiles, etc)', - treeOrchards: '…de las cuales huertos de árboles (frutas, frutos secos, aceitunas,etc.)', - agroforestry: '…de las cuales agroforestería', - treesUrbanSettings: '…de las cuales árboles en espacios urbanos', - }, - - userChat: { - chatHeader: 'Mensajes con {{user}}', - noMessages: 'Ningún mensaje', - writeMessage: 'Escriba un mensaje…', - send: 'Enviar', - cancel: 'Cancelar', - notificationEmail: { - subject: '{{sender}} le envió un mensaje', - textMessage: `Estimado/a {{recipient}}, - - -{{sender}} le envió un mensaje. - - -Acceda a la plataforma en la siguiente dirección URL para verlo y responder: -{{- link}} - - -El equipo de FRA -{{- url}} - `, - htmlMessage: `Estimado/a {{recipient}}, -

-{{sender}} le envió un mensaje. -

-Acceda a la plataforma para verlo y responder. -

-El equipo de FRA -
-{{- url}} - `, - }, - }, - - // error messages - error: { - access: { - countryRoleNotSpecified: - 'Error: El usuario {{user}} intentó acceder {{countryIso}} pero no se había especificado ninguna función', - countryUserNotReviewer: 'Error: El usuario {{user}} intentó acceder {{countryIso}}, del cual no es evaluador', - roleChangeNotAllowed: - 'Error: El usuario {{user}} intentó asignar otra función de usuario a {{role}}, lo que está prohibido para el usuario conectado', - invitationAlreadyUsed: - 'Error: La invitación {{invitationUuid}} ya se ha utilizado, ¡el robo del {{loginEmail}} está prohibido!', - countryDoesNotMatch: 'Error: El país {{countyryIso}} no coincide', - assessmentEditingNotAllowed: - 'Error: El usuario {{user}} en función {{role}} no puede editar la evaluación en el estado {{assessmentStatus}} por país {{countryIso}}', - assessmentCommentingNotAllowed: - 'Error: El usuario {{user}} en función {{role}} no puede comentar la evaluación en el estado {{assessmentStatus}} por país {{countryIso}}', - userNotAdministrator: - 'Error: El usuario {{user}} ha intentado acceder a un recurso disponible sólo para administradores', - userAlreadyAddedToCountry: 'Error: El usuario {{user}} ya está añadido al país {{country Iso}}', - }, - assessment: { - transitionNotAllowed: - 'Error: El paso de {{currentStatus}} a {{status}} está prohibido en el caso de la función {{role}}', - deskStudyNotAllowed: 'Error: El administrador es el único que puede cambiar el estado del estudio técnico', - }, - review: { - commentDeleteNotOwner: 'Error: El usuario {{user}} intentó borrar un comentario que no es suyo', - commentEnterResolvedIssue: - 'Error: El usuario {{user}} intentó introducir un comentario a un asunto que ya se había resuelto', - }, - ndp: { - previousNdpNotFound: 'No es posible encontrar ningún punto de información nacional anterior a {{year}}', - }, - }, - // components - - countryListing: { - annuallyUpdated: 'Actualizado anualmente', - fra2020: 'FRA 2020', - }, - - navigation: { - hideAll: 'Esconder todo', - showAll: 'Mostrar todo', - support: { - dontDelete: 'No elimine la información del sistema', - feedbackEmailSubject: 'Comentarios de la plataforma de FRA', - platformVersion: 'Versión de la plataforma', - userAgent: 'Agente de usuario', - user: 'Usuario', - manageCollaborators: 'Gestionar colaboradores', - }, - sectionHeaders: { - introduction: 'Introducción', - forestExtentCharacteristicsAndChanges: 'Extensión de bosque, características y cambios', - forestGrowingStockBiomassAndCarbon: 'Existencias en formación, biomasa y carbono', - forestDesignationAndManagement: 'Designación y gestión del bosque', - forestOwnershipAndManagementRights: 'Propiedad del bosque y derechos de gestión', - forestDisturbances: 'Perturbaciones en el bosque', - forestPolicyAndLegislation: 'Política y legislación forestal', - employmentEducationAndNwfp: 'Empleo, educación y PFNM', - sustainableDevelopment: 'Objetivo de Desarrollo Sostenible 15', - panEuropeanIndicators: 'Indicadores paneuropeos', - }, - cancel: 'Cancelar', - changeStatusTextPlaceholder: 'Añadir un mensaje opcional', - doNotNotifyUsers: 'No notificar a los usuarios', - notifySelf: 'Enviar copia a uno mismo', - }, - - header: { - editProfile: 'Editar perfil', - logout: 'Desconectar', - hideSidebar: 'Esconder la barra lateral', - showSidebar: 'Mostrar la barra lateral', - autoSave: { - saving: 'Guardando…', - complete: 'Todos los cambios han sido guardados', - lastSaveTimestampReceived: 'Editado por última vez', - }, - }, - - time: { - hour: 'Hace {{count}} hora', - day: 'Hace {{count}} día', - week: 'Hace {{count}} semana', - aMomentAgo: 'Hace un momento', - hour_plural: 'Hace {{count}} horas', - day_plural: 'Hace {{count}} días ', - week_plural: 'Hace {{count}} semanas', - }, - - review: { - comments: 'Comentarios', - noComments: 'Sin comentarios', - resolve: 'Resolver', - confirmDelete: '¿Borrar este comentario? Esta acción no puede deshacerse.', - commentDeleted: 'Comentario borrado', - commentMarkedAsResolved: 'Señalado como resuelto', - delete: 'Borrar', - writeComment: 'Escriba un comentario…', - commentingClosed: 'Se han desactivado los comentarios', - cancel: 'Cancelar', - loading: 'Cargando', - }, - - description: { - edit: 'Editar', - done: 'Finalizado', - loading: 'Cargando contenido…', - description: 'Descripción', - dataSourcesTitle: 'Fuentes de datos, datos originales y clasificación nacional y definiciones', - generalCommentsTitle: 'Comentarios', - dataSources: 'Fuentes de datos', - dataSourcesPlus: 'Fuentes de datos + tipo de fuente de datos, por ej. el inventario nacional de los bosques, etc', - originalData: 'Datos originales', - nationalClassificationAndDefinitions: 'Clasificación nacional y definiciones', - nationalData: 'Datos nacionales', - analysisAndProcessing: 'Análisis y procesamiento de datos nacionales', - estimationAndForecasting: 'Estimación y proyección', - reclassification: 'Reclasificación en categorías de FRA {{cycleName}}', - }, - - nationalDataPoint: { - clickOnNDP: 'Haga clic en el año para acceder a los datos originales', - nationalDataPoint: 'Punto de datos nacionales', - addNationalDataPoint: 'Añadir un punto de datos nacionales', - noNationalDataAdded: 'No se ha añadido ningún punto de datos nacionales', - nationalData: 'Datos nacionales', - reclassificationLabel: 'Datos originales y reclasificación', - forestCategoriesLabel: 'El bosque, otras tierras boscosas y otras tierras', - referenceYearData: 'Año de referencia para los datos', - referenceYear: 'Año de referencia', - references: 'Referencias', - selectYear: 'Seleccionar…', - methods: 'Métodos', - methodsUsed: 'Métodos usados', - dataSource: 'Fuente de datos', - dataSources: 'Fuentes de datos', - additionalComments: 'Comentarios adicionales', - edit: 'Editar', - copyPreviousValues: 'Copiar las referencias anteriores', - nationalClass: 'Clase nacional', - nationalClasses: 'Clasificaciones y definiciones', - definition: 'Definición', - class: 'Clase', - fraClasses: 'Clases de FRA', - area: 'Área (1000 ha)', - total: 'Total', - modifiedExplanation: 'Punto de datos nacionales con modificaciones', - confirmDelete: '¿Borrar este punto de datos? Esta acción no puede deshacerse.', - discardChanges: 'Cancelar cambios', - doneEditing: 'Edición finalizada', - enterOrCopyPasteNationalClasses: 'Introducir o copiar y pegar las clases nacionales', - forestCharacteristics: 'Características de los bosques', - otherLandCharacteristics: 'Otras tierras con cubierta de árboles', - plantationForest: 'Plantación forestal', - remindDirtyOdp: 'El punto de datos nacionales ha sido actualizado, recuerde restablecer los valores', - disabled: 'Desactivado, activar en el apartado 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'Inventario nacional de los bosques', - sampleBasedRemoteSensingAssessment: 'Evaluación de teledetección por muestreo', - fullCoverMaps: 'Bosque de cubierta total/mapas de vegetación', - registersQuestionnaires: 'Registros/cuestionarios', - other: 'Otros (especificar en comentarios)', - }, - appliesToVariablesOptions: { - forest: 'Bosque', - otherWoodedLand: 'Otras tierras boscosas', - otherLand: 'Otras tierras', - }, - forestCategoriesLabel2025: 'Bosque, Otras Tierras Boscosas y Superfície Terrestre Restante', - nationalClassifications: 'Clasificaciones nacionales', - categories: 'Categorías', - fileAddedWillBecomePublic: 'Los archivos añadidos como referencias serán de acceso público', - }, - - userManagement: { - manageCollaborators: 'Gestionar colaboradores', - loginEmail: 'Nombre de usuario', - noUsers: 'No se han añadido colaboradores', - placeholder: 'Elegir…', - remove: 'Eliminar', - done: 'Finalizado', - edit: 'Editar', - addUser: 'Añadir colaborador', - formErrors: 'Hay errores en el formulario. Por favor, corrígelos y envíalo de nuevo.', - insufficientPrivileges: 'Privilegios insuficientes', - confirmDelete: '¿Eliminar {{user}}?', - allUsers: 'Todos los colaboradores', - info: 'Información', - tableAccess: 'Acceso a las mesas', - invitationLink: 'Enlace de invitación', - sendInvitation: 'Enviar correo electrónico de invitación', - inviteAgain: 'Invitar de nuevo', - invitationEmail: { - subject: 'Invitación a la plataforma de FRA', - textMessage: `Estimado/a {{invitedUser}}, - - -Ha sido invitado/a a acceder {{assessmentName}} {{cycleName}} como {{role}} para {{country}}. - - -Acepte esta invitación y acceda a la plataforma en la siguiente dirección URL: -{{- link}} - - -¡Que disfrute del trabajo! - - -El equipo de FRA -{{- url}} - `, - htmlMessage: `Estimado/a {{invitedUser}}, -

-Ha sido invitado/a a acceder {{assessmentName}} {{cycleName}} como {{role}} para {{country}}. -

-Acepte esta invitación y acceda a la plataforma -

-¡Que disfrute del trabajo! -

-El equipo de FRA -
-{{- url}} - `, - }, - editPermissions: 'Editar permisos', - invitationDeleted: 'La invitación ha sido eliminada', - invitationEmailSent: 'Se le ha enviado un correo electrónico de invitación', - permissions: 'Permisos', - personalInfoRequired: 'Por favor complete sus datos personales antes de continuar', - userAdded: 'El email {{email}} ha sido añadido', - userModified: 'El usuario {{usuario}} ha sido modificado', - permissionNames: { - tableData: 'Datos de la tabla', - descriptions: 'Descripciones', - }, - }, - - // FRA 2020 questionare - // Object name and title should have always the same name - - contactPersons: { - all: '$t(common.all)', - reportPreparationAndContactPersons: 'Elaboración de informes y personas de contacto', - contactPersons: 'Introducción', - contactPersonsSupport: 'El presente informe fue preparado por la/s siguiente/s persona/s', - introductoryText: 'Texto introductorio', - introductoryTextSupport: 'Incluir un texto introductorio en el contenido del presente informe', - firstName: 'Nombre', - lastName: 'Apellido', - institution: 'Institución/dirección', - email: 'Correo electrónico', - tables: 'Tablas', - none: 'Ninguna', - }, - - extentOfForest: { - extentOfForest: 'Extensión de bosque y otras tierras boscosas', - estimationAndForecasting: 'Estimación and proyección', - categoryHeader: 'Categorías de FRA', - forestArea: 'Bosque', - chart: { - placeholderLine1: 'Para empezar, añada nuevos puntos de datos nacionales y úselos', - placeholderLine2: 'para generar los valores de FRA de forma automática.', - }, - otherLandCategories: 'Otras categorías de tierras', - ofWhichPalms: '…de las cuales palmas (aceitera, cocotera, dátiles, etc.)', - ofWhichTreeOrchards: '…de las cuales huertos de árboles (frutas, frutos secos, aceitunas, etc.)', - ofWhichAgroforestry: '…de las cuales agroforestería', - ofWhichTreesUrbanSettings: '…de las cuales árboles en espacios urbanos', - totalLandArea: 'Superficie total de tierra', - fedAreasExceedTotalLandArea: 'El área de bosque y otras tierras boscosas exceden la superficie total de tierra', - forestAreaDoesNotMatchPreviouslyReported: 'El área de bosque no coincide con el área de FRA {{year}}: {{previous}}', - useOriginalDataPoints: 'Usar puntos de datos nacionales', - dontUseOriginalDataPoints: 'No usar puntos de datos nacionales', - whatIsThis: '¿Qué significa esto?', - tableNoticeMessage: - 'La superficie de tierra registrada según FAOSTAT para el año 2015 se usa para todos los años de referencia', - ndpMissingValues: 'El punto de dato nacional tiene valores faltantes', - showNDPs: 'Mostrar puntos de datos nacionales', - hideNDPs: 'Esconder puntos de datos nacionales', - forestAreaNetChangeDoesNotMatch: - 'El cambio neto de la superficie forestal no coincide con el valor esperado: {{value}}', - }, - - climaticDomain: { - climaticDomain: 'Región climática', - percentOfForestArea2015: 'Porcentaje de área de bosque en 2015', - percentOfForestArea2015Override: 'Reemplazar valor', - selectDefault: 'Por defecto', - boreal: 'Boreal', - temperate: 'Templada', - subtropical: 'Subtropical', - sub_tropical: '$t(climaticDomain.subtropical)', - tropical: 'Tropical', - }, - - forestCharacteristics: { - forestCharacteristics: 'Características de los bosques', - estimationAndForecasting: 'Estimación y proyección', - categoryHeader: 'Categorías de FRA', - naturalForestArea: 'Bosque regenerado de forma natural', - plantationForestArea: 'Plantación forestal', - plantationForestIntroducedArea: '…de la cual de especies introducidas', - otherPlantedForestArea: 'Otros bosques plantado', - plantedForest: 'Bosque plantado', - totalForestArea: 'Área total de bosque', - total: 'Total', - useOriginalDataPoints: 'Usar puntos de datos nacionales', - dontUseOriginalDataPoints: 'No usar puntos de datos nacionales', - }, - - tableWithOdp: { - confirmGenerateFraValues: '¿Reemplazar los valores existentes?', - generateFraValues: 'Generar valores', - linearExtrapolation: 'Lineal', - repeatLastExtrapolation: 'Repetir el último', - annualChangeExtrapolation: 'Cambio anual', - placeholderFuture: 'Futuro', - placeholderPast: 'Pasado', - copyToClipboard: 'Copiar valores', - placeholderSelect: 'Estimación y proyección', - _1000haYear: '1000 ha/año', - generatingFraValues: 'Generando...', - }, - - forestAreaChange: { - forestAreaChange: 'Expansión, deforestación anual y cambio neto anual', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área (1000 ha/año)', - forestExpansion: 'Expansión del bosque', - ofWhichAfforestation: '…de la cual es forestación', - ofWhichNaturalExpansion: '…de la cual es expansión natural', - deforestation: 'Deforestación', - forestAreaNetChange: 'Cambio neto en el área de bosque', - netChangeDoesNotMatch: 'No coincide con el cambio neto en el área de bosque', - forestAreaNetChangeFrom1a: 'Cambio neto de la extensión de bosque calculado a partir de la tabla 1a', - }, - - annualReforestation: { - annualReforestation: 'Reforestación anual', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área (1000 ha/año)', - reforestation: 'Reforestación', - }, - - specificForestCategories: { - specificForestCategories: 'Bosque primario y categorías especiales de los bosques', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área (1000 ha)', - bamboo: 'Bambúes', - mangroves: 'Manglares', - temporarilyUnstocked: 'Bosque temporalmente sin cubierta de árboles y/o recientemente regenerado', - primaryForest: 'Bosque primario', - exceedsNaturallyRegeneratingForest: 'Excede el bosque regenerado de forma natural (1b)', - rubberWood: 'Caucho', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover: 'Otras tierras con cubierta de árboles', - areaUnitLabel: 'Área (1000 ha)', - categoryHeader: 'Categorías de FRA', - palms: 'Palmas', - treeorchards: 'Huertos de árboles', - agroforestry: 'Agroforestería', - treesinurbansettings: 'Árboles en espacios urbanos', - total: 'Total', - otherLandArea: 'Área de otras tierras', - other: 'Otros (especificar en comentarios)', - }, - - growingStock: { - growingStock: 'Existencias en formación', - supportText: 'Asegúrese de que ha introducido los datos en las tablas 1a y 1b antes de editar esta tabla', - categoryHeader: 'Categorías de FRA', - avgTableHeader: 'Existencias en formación en m³/ha (sobre la corteza)', - totalTableHeader: 'Existencias totales en formación (millones de m³ sobre la corteza)', - naturallyRegeneratingForest: 'Bosque regenerado de forma natural', - plantedForest: 'Bosque plantado', - plantationForest: '…del cual es plantación forestal', - otherPlantedForest: '…del cual son otros bosques plantados', - forest: 'Bosque', - otherWoodedLand: 'Otras tierras boscosas', - copyToClipboard: 'Copiar valores', - }, - - growingStockComposition: { - native: 'Nativa', - introduced: 'Introducida', - growingStockComposition: 'Composición de las existencias en formación', - forestGrowingStockComposition: 'Composición de las existencias forestales en formación', - categoryHeader: 'Categorías de FRA', - nativeTreeSpecies: 'Especies de árboles nativos', - introducedTreeSpecies: 'Especies introducidas', - areaUnitLabel: 'Existencias en formación en el bosque (millones de m³ sobre la corteza)', - scientificName: 'Nombre científico', - commonName: 'Nombre común', - rank: '#{{idx}} Clasificadas en cuanto al volumen', - remainingNative: 'Especies de árboles nativos restantes', - remainingIntroduced: 'Especies introducidas restantes', - totalNative: 'Volumen total de especies de árboles nativos ', - totalIntroduced: 'Volumen total de especies introducidas', - totalGrowingStock: 'Existencias totales en formación', - rankingYear: 'Clasificación en el año 2015', - }, - - biomassStock: { - biomassStock: 'Biomasa', - categoryHeader: 'Categorías de FRA', - tableHeader: 'Biomasa forestal (toneladas/ha)', - aboveGround: 'Biomasa por encima del suelo', - belowGround: 'Biomasa por debajo del suelo', - deadWood: 'Madera muerta', - downloadExcel: 'Descargar calculadora de excel', - }, - - carbonStock: { - carbonStock: 'Carbono', - categoryHeader: 'Categorías de FRA', - tableHeader: 'Carbono forestal (toneladas/ha)', - carbonAboveGroundBiomass: 'Carbono en la biomasa por encima del suelo', - carbonBelowGroundBiomass: 'Carbono en la biomasa por debajo del suelo', - carbonDeadwood: 'Carbono en la madera muerta', - carbonLitter: 'Carbono en la hojarasca', - carbonSoil: 'Carbono en el suelo', - soilDepthHeading: 'Profundidad del suelo (cm) utilizada para calcular el carbono en el suelo', - }, - - designatedManagementObjective: { - designatedManagementObjective: 'Objetivo de gestión designado', - primaryDesignatedManagementObjective: 'Objetivo primario de gestión designado', - primaryDesignatedManagementObjectiveSupport: - 'El objetivo primario de gestión designado es significativamente más importante que otros objetivos de gestión. Los diferentes objetivos primarios de gestión son *exclusivos* y las áreas reportadas bajo un objetivo primario de gestión no deben ser reportadas para ningún otro objetivo primario de gestión. La suma de los diferentes objetivos de gestión se debe añadir al área de bosque.', - totalAreaWithDesignatedManagementObjective: 'Área total con objetivo de gestión designado', - totalAreaWithDesignatedManagementObjectiveSupport: - 'Objetivo de gestión designado, independientemente de si es primario o no. Las diferentes categorías de designación *no son exclusivas*. Por lo tanto, las áreas se pueden reportar más de una vez. Por ejemplo, el área de bosque reportado como objetivo primario de gestión "de uso múltiple" debe ser reportado para cada objetivo de gestión específico. De este modo, la suma de los diferentes objetivos de gestión puede ser superior al área total de bosque.', - categoryHeader: 'Categorías de FRA 2020', - areaUnitLabel: 'Área forestal (1000 ha)', - production: 'Producción', - soilWaterProtection: 'Protección del suelo y del agua', - biodiversityConservation: 'Conservación de la biodiversidad', - socialServices: 'Servicios sociales', - multipleUse: 'Uso múltiple', - other: 'Otros (especificar en comentarios)', - unknown: 'Ninguno/desconocido', - totalForestArea: 'Área total de bosque', - total: 'Total', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithinProtectedAreas: - 'Área de bosque dentro de áreas protegidas legalmente establecidas y área de bosque con planes de gestión a largo plazo', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área (1000 ha)', - header: 'Área de bosque dentro de áreas protegidas legalmente establecidas', - forestAreaWithLongTermManagementPlan: 'Área de bosque con planes de gestión a largo plazo', - ofWhichInProtectedAreas: '…de la cual en áreas protegidas', - }, - - forestOwnership: { - forestOwnership: 'Propiedad del bosque', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área de bosque (1000 ha)', - privateOwnership: 'Propiedad privada', - ofWhichIndividuals: '…de la cual es propiedad de individuos', - ofWhichPrivateBusinesses: '…de la cual es propiedad de entidades comerciales e instituciones privadas', - ofWhichCommunities: '…de la cual es propiedad de comunidades locales, tribales e indígenas', - publicOwnership: 'Propiedad pública', - otherOrUnknown: 'Desconocidas/otras (especificar en comentarios)', - totalForestArea: 'Área total de bosque', - total: 'Total', - }, - - holderOfManagementRights: { - holderOfManagementRights: 'Titular de los derechos de gestión de bosques públicos', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área de bosque (1000 ha)', - publicAdministration: 'La Administración Pública', - individuals: 'Individuos', - privateBusinesses: 'Entidades comerciales e instituciones privadas', - communities: 'Comunidades locales, tribales e indígenas', - other: 'Desconocidas/otras (especificar en comentarios)', - totalPublicOwnership: 'Propiedad pública total', - total: 'Total', - publicOwnershipDoesNotMatch: 'No coincide con la propiedad pública total', - }, - - disturbances: { - disturbances: 'Perturbaciones', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área (1000 ha)', - insects: 'Insectos', - diseases: 'Enfermedades', - severeWeatherEvents: 'Eventos climáticos extremos', - other: 'Otras (especificar en comentarios)', - totalForestArea: 'Área total de bosque', - total: 'Total', - }, - - areaAffectedByFire: { - areaAffectedByFire: 'Área afectada por incendios', - categoryHeader: 'Categorías de FRA', - areaUnitLabel: 'Área (1000 ha)', - totalLandAreaAffectedByFire: 'Área total afectada por incendios', - ofWhichForest: '…de la cual en bosque', - }, - - degradedForest: { - degradedForest: 'Bosque degradado', - doesYourCountryMonitor: '¿Su país hace un seguimiento del área de bosque degradado?', - ifYes: 'En caso afirmativo', - whatIsDefinition: '¿Cuál es la definición nacional de "bosque degradado"?', - howMonitored: 'Describa el proceso de seguimiento y los resultados', - }, - - forestPolicy: { - forestPolicy: - 'Políticas, legislación y plataforma nacional para la participación de los grupos de interés en la política forestal', - categoryHeader: 'Indicar la existencia de', - areaUnitLabel: 'Booleana (Sí/No)', - national: 'Nacional', - subnational: 'Subnacional', - policiesSFM: 'Políticas que apoyan la gestión forestal sostenible', - legislationsSFM: 'Leyes y/o reglamentos que apoyan la gestión forestal sostenible', - stakeholderParticipation: - 'Platforma que fomenta o permite la participación de grupos de interés en la elaboración de políticas forestales', - existenceOfTraceabilitySystem: 'Sistema/s de trazabilidad para los productos madereros', - }, - - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate: 'Área de zona forestal permanente', - categoryHeader: 'Categorías de FRA 2020', - areaUnitLabel: 'Área de bosque (1000 ha)', - applicable: '¿Es aplicable?', - }, - - employment: { - employment: 'Empleo en silvicultura y extracción de madera', - average: 'en un promedio de 3 años', - categoryHeader: 'Categorías de FRA 2020', - unitHeader: 'Empleo equivalente dedicación completa (1000 EDC)', - inForestry: 'Empleo en silvicultura y extracción de madera', - ofWhichSilviculture: '…del cual en la silvicultura y otras actividades forestales', - ofWhichLogging: '…del cual en la extracción de madera', - ofWhichGathering: '…del cual en la recolección de productos forestales no maderables', - ofWhichSupport: '…del cual en los servicios de apoyo a la silvicultura', - total: 'Total', - female: 'Mujeres', - male: 'Hombres', - }, - - graduationOfStudents: { - graduationOfStudents: 'Graduación de alumnos en estudios relativos al bosque', - average: 'en un promedio de 3 años', - numberOfStudents: 'Número de graduados', - fra2020Categories: 'Categorías de FRA 2020', - doctoralDegree: 'Doctorado', - mastersDegree: 'Maestría', - bachelorsDegree: 'Título de grado', - technicianCertificate: 'Certificado/diploma de técnico', - total: 'Total', - female: 'Mujeres', - male: 'Hombres', - }, - - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals: 'Extracción y valor de los productos forestales no maderables en 2015', - nameOfProduct: 'Nombre del PFNM', - keySpecies: 'Especies principales', - quantity: 'Cantidad', - unit: 'Unidad', - value: 'Valor (1000 en moneda local)', - category: 'Categoría de PFNM', - plantProductsSelectHeading: 'Productos vegetales / materia prima', - food: '1 Alimentos', - fodder: '2 Forraje', - rawMaterialForMedicine: '3 Materia prima para la preparación de medicamentos y productos aromáticos', - rawMaterialForColorants: '4 Materia prima para la preparación de colorantes y tintes', - rawMaterialForUtensils: '5 Materia prima para la fabricación de utensilios, artesanías y para la construcción', - ornamentalPlants: '6 Plantas ornamentales', - exudates: '7 Exudados', - otherPlantProducts: '8 Otros productos vegetales', - animalProductsSelectHeading: 'Productos animales / materia prima', - livingAnimals: '9 Animales vivos', - hidesSkins: '10 Cueros, pieles y trofeos', - wildHoney: '11 Miel silvestre y cera de abeja', - wildMeat: '12 Carne silvestre', - animalRawMaterialForMedicine: '13 Materia prima para la preparación de medicamentos', - animalRawMaterialForColorants: '14 Materia prima para la preparación de colorantes', - otherEdibleAnimalProducts: '15 Otros productos animales comestibles', - otherNonEdibleAnimalProducts: '16 Otros productos animales no comestibles', - allOtherPlantProducts: 'Todos los demás productos vegetales', - allOtherAnimalProducts: 'Todos los demás productos animales', - total: 'Total', - currency: 'Nombre de la moneda local', - notSelected: '', - }, - - sustainableDevelopment: { - sustainableDevelopment: 'Objetivo de Desarrollo Sostenible 15', - indicator: 'Indicador', - percent: 'Porcentaje', - nameOfAgencyResponsible: 'Nombre del organismo responsable', - sdgIndicator1: 'Indicador 15.1.1 de los ODS: Superficie forestal como proporción de la superficie total en 2015', - sdgIndicator2: 'Indicador 15.2.1 de los ODS: Progresos en la gestión forestal sostenible', - forestAreaProportionLandArea2015: 'Superficie forestal como proporción de la superficie total en 2015', - subIndicator: 'Subindicador {{no}}', - forestAreaAnnualNetChangeRate: 'Porcentaje anual de cambio neto en el área de bosque', - aboveGroundBiomassStockForests: 'Biomasa aérea en los bosques', - percent2015ForestAreaBaseline: 'Porcentaje (referencia del área de bosque en 2015)', - proportionForestAreaLegallyEstablishedProtectedAreas: - 'Proporción de área de bosque dentro de áreas protegidas legalmente establecidas', - proportionForestAreaLongTermForestManagement: 'Proporción de área de bosque con planes de gestión a largo plazo', - forestArea1000Ha: 'Área de bosque (1000 ha)', - forestAreaVerifiedForestManagement: - 'Área de bosque bajo sistemas de certificación de manejo forestal verificados de forma independiente', - }, - - panEuropeanIndicators: { - panEuropeanIndicators: 'Indicadores cuantitativos paneuropeos para la gestión forestal sostenible', - uploadQuestionnaire: 'Cargar cuestionario', - chooseFile: 'Elegir archivo', - downloadQuestionnaire: 'Descargar el cuestionario', - download: 'Descargar', - remove: 'Eliminar', - noQuestionnaire: 'Ningún cuestionario seleccionado', - panEuropeanQualitativeIndicators: 'Indicadores cualitativos paneuropeos para la gestión forestal sostenible', - accessReportingPage: 'Acceder a la página de informes', - }, - - assessment: { - fra: 'FRA', - deskStudy: 'Estudio técnico', - statusChangeNotification: { - subject: 'El estado de {{country}} cambió a {{status}} en la plataforma de FRA', - textMessage: `Estimado/a {{recipientName}}, - - -{{changer}} ha cambiado el estado de {{assessment}} a "{{status}}" para {{country}} en la plataforma de FRA. - - -{{message}} - - -Visite la plataforma en la siguiente dirección: {{- serverUrl}} - - -El equipo de FRA -{{- serverUrl}}`, - htmlMessage: `Estimado/a {{recipientName}}, -

-{{changer}} ha cambiado el estado de {{assessment}} a "{{status}}" para {{country}} en la plataforma de FRA. -

-{{message}} -

-Visite la plataforma -

-El equipo de FRA -
-{{- serverUrl}}`, - }, - status: { - changing: { - label: 'Cambiando…', - }, - editing: { - label: 'Editando', - previous: 'Volver a editar', - }, - review: { - label: 'En revisión', - next: 'Enviar a revisión', - previous: 'Volver a revisar', - }, - approval: { - label: 'Esperando aprobación', - next: 'Enviar para aprobación', - previous: 'Volver a aprobación', - }, - accepted: { - label: 'Aceptado', - next: 'Aceptar', - previous: '', - }, - notStarted: { - label: 'No iniciado', - }, - }, - }, - - multiSelect: { - placeholder: 'Elegir…', - }, - - emoji: { - picker: { - search: 'Buscar', - categories: { - search: 'Buscar resultados', - recent: 'Usados frecuentemente', - people: 'Emoticonos y personas', - nature: 'Animales y naturaleza', - foods: 'Comida y bebida', - activity: 'Actividad', - places: 'Viajes y lugares', - objects: 'Objetos', - symbols: 'Símbolos', - flags: 'Banderas', - }, - }, - }, - - country: { - region: { - asia: 'Asia', - europe: 'Europa', - oceania: 'Oceanía', - north_and_central_america: 'América del Norte y Central', - south_america: 'América del Sur', - africa: 'África', - atlantis: 'Atlántida', - forest_europe: 'Forest Europe', - }, - }, - - countryMessageBoard: { - messageBoard: 'Tablero de mensajes', - messageBoardDesc: 'Los mensajes publicados aquí son visibles para todos los miembros del país.', - oneToOneMessages: 'Mensajes individuales', - }, - - tutorial: { - watch: 'Ver', - passwordLogin: 'Manual de usuario de la plataforma FRA - Cómo iniciar sesión con una contraseña autodefinida', - googleLogin: 'Manual de usuario de la plataforma FRA - Cómo iniciar sesión utilizando la autenticación de Google', - collaboratorAdd: 'Manual de usuario de la plataforma FRA - Cómo añadir un colaborador', - platformNavigation: 'Manual de usuario de la plataforma FRA - Navegación por la plataforma', - documentUpload: 'Manual de usuario de la plataforma FRA - Cómo subir un documento', - ndpAdd: 'Manual de usuario de la plataforma FRA - Cómo añadir un punto de dato nacional', - passwordLoginShort: 'Cómo iniciar sesión con una contraseña autodefinida', - googleLoginShort: 'Cómo iniciar sesión utilizando la autenticación de Google', - guidelinesAndSpecifications: 'Directrices y Especificaciones', - ndpAddReferenceLink: - 'Tutorial del usuario de la plataforma FRA - Cómo agregar un enlace de referencia para un punto de datos nacional', - nationalDataAddReferenceLink: - 'Tutorial del usuario de la plataforma FRA - Cómo agregar un enlace de referencia para datos nacionales', - }, -} diff --git a/src/i18n/resources/es/other.json b/src/i18n/resources/es/other.json new file mode 100644 index 0000000000..a3f205267b --- /dev/null +++ b/src/i18n/resources/es/other.json @@ -0,0 +1,701 @@ +{ + "fileDrop": { + "dropFilesHere": "Coloque aquí los archivos", + "dragAndDropOrClick": "Arrastre y coloque los archivos aquí, o haga clic en \"Seleccionar archivos\"" + }, + "language": { + "en": "English", + "es": "Español", + "fr": "Français", + "ru": "Русский", + "ar": "العربية", + "zh": "中文" + }, + "home": { + "keyFindings": "El área total de bosques en el mundo es de 4 060 millones de hectáreas (ha),\nque corresponde al 31 por ciento de la superficie total de la tierra. Esta área\nes equivalente a 0,52 ha por persona\n, aunque los bosques no están distribuidos\nde manera equitativa por población mundial o situación geográfica. Las zonas\ntropicales poseen la mayor proporción de los bosques del mundo (45 por ciento),\nel resto está localizado en las regiones boreales, templadas y subtropicales." + }, + "footer": { + "contactUs": "Contacto", + "termsAndConditions": "Términos y condiciones", + "scamAlert": "Alerta de estafa", + "reportMisconduct": "Reportar mala conducta", + "tutorials": "Vídeo", + "sendFeedback": "Enviar comentarios", + "licenses": "Licencias", + "platformVersion": "Versión de la plataforma" + }, + "disclaimer": { + "statisticalFactsheets": "Descargo de responsabilidad: puede contener estimaciones de la FAO, puede contener valores faltantes", + "part1": "Este portal se ha realizado con la asistencia de la ", + "europeanUnion": "Unión Europea", + "part2": ", el ", + "govFinland": "Gobierno de Finlandia", + "part3": ", el ", + "govNorway": "Gobierno de Noruega", + "part4": " y el ", + "gef": "Fondo para el Medio Ambiente Mundial", + "part5": ". Su contenido es responsabilidad exclusiva de la FAO y no puede considerarse que refleje en modo alguno las opiniones de la Unión Europea, el Gobierno de Finlandia, el Gobierno de Noruega y el Fondo para el Medio Ambiente Mundial.", + "termsOfUse": "Condiciones de uso de la base de datos estadísticos" + }, + "unit": { + "haThousand": "1 000 ha", + "ha": "ha", + "kmSq": "km²", + "mileSq": "mi²", + "acre1000": "1 000 acres", + "acre": "acre", + "haMillion": "millones de ha", + "haThousandPerYear": "1 000 ha / an", + "tonnesPerHa": "toneladas / ha", + "millionsCubicMeterOverBark": "millones de m³ sobre corteza", + "billionCubicMeter": "mil millones m³", + "gt": "Gt", + "fte1000": "1 000 EDC", + "numberOfStudents": "$t(graduationOfStudents.numberOfStudents)", + "growingStockPercent": "% del total de las Existencias Forestales en Formación" + }, + "countrySelection": { + "selectCountry": "Seleccionar país" + }, + "definition": { + "definitionLabel": "Véanse las definiciones", + "faqLabel": "Preguntas frecuentes" + }, + "audit": { + "notStarted": "No iniciado", + "edited": "Editado" + }, + "yesNoTextSelect": { + "yes": "Sí", + "no": "No", + "notSelected": "" + }, + "user": { + "roles": { + "REVIEWER": "Evaluador", + "NATIONAL_CORRESPONDENT": "Corresponsal Nacional", + "ALTERNATE_NATIONAL_CORRESPONDENT": "Corresponsal Nacional alterno", + "COLLABORATOR": "Colaborador", + "ADMINISTRATOR": "Administrador", + "noRole": "", + "VIEWER": "Observador", + "reviewer_plural": "Revisores", + "nationalCorrespondent_plural": "Corresponsales nacionales", + "alternateNationalCorrespondent_plural": "Corresponsales nacionales suplentes", + "collaborator_plural": "Colaboradores" + }, + "resetPasswordEmail": { + "subject": "Plataforma FRA - Restablecer contraseña" + } + }, + "fraClass": { + "forest": "Bosque", + "otherWoodedLand": "Otras tierras boscosas", + "otherLand": "Otras tierras" + }, + "fraForestCharacteristicsClass": { + "naturallyRegeneratingForest": "Bosque regenerado de forma natural", + "plantationForest": "Plantación forestal", + "ofWhichIntroduced": "…de la cual de especies introducidas", + "otherPlantedForest": "Otros bosques plantados", + "totalForest": "Área total de bosque" + }, + "fraOtherLandClass": { + "palms": "…de las cuales palmas (aceitera, cocotera, dátiles, etc)", + "treeOrchards": "…de las cuales huertos de árboles (frutas, frutos secos, aceitunas,etc.)", + "agroforestry": "…de las cuales agroforestería", + "treesUrbanSettings": "…de las cuales árboles en espacios urbanos" + }, + "userChat": { + "chatHeader": "Mensajes con {{user}}", + "noMessages": "Ningún mensaje", + "writeMessage": "Escriba un mensaje…", + "send": "Enviar", + "cancel": "Cancelar", + "notificationEmail": { + "subject": "{{sender}} le envió un mensaje", + "textMessage": "Estimado/a {{recipient}},\n\n\n{{sender}} le envió un mensaje.\n\n\nAcceda a la plataforma en la siguiente dirección URL para verlo y responder:\n{{- link}}\n\n\nEl equipo de FRA\n{{- url}}\n ", + "htmlMessage": "Estimado/a {{recipient}},\n

\n{{sender}} le envió un mensaje.\n

\nAcceda a la plataforma para verlo y responder.\n

\nEl equipo de FRA\n
\n{{- url}}\n " + } + }, + "error": { + "access": { + "countryRoleNotSpecified": "Error: El usuario {{user}} intentó acceder {{countryIso}} pero no se había especificado ninguna función", + "countryUserNotReviewer": "Error: El usuario {{user}} intentó acceder {{countryIso}}, del cual no es evaluador", + "roleChangeNotAllowed": "Error: El usuario {{user}} intentó asignar otra función de usuario a {{role}}, lo que está prohibido para el usuario conectado", + "invitationAlreadyUsed": "Error: La invitación {{invitationUuid}} ya se ha utilizado, ¡el robo del {{loginEmail}} está prohibido!", + "countryDoesNotMatch": "Error: El país {{countyryIso}} no coincide", + "assessmentEditingNotAllowed": "Error: El usuario {{user}} en función {{role}} no puede editar la evaluación en el estado {{assessmentStatus}} por país {{countryIso}}", + "assessmentCommentingNotAllowed": "Error: El usuario {{user}} en función {{role}} no puede comentar la evaluación en el estado {{assessmentStatus}} por país {{countryIso}}", + "userNotAdministrator": "Error: El usuario {{user}} ha intentado acceder a un recurso disponible sólo para administradores", + "userAlreadyAddedToCountry": "Error: El usuario {{user}} ya está añadido al país {{country Iso}}" + }, + "assessment": { + "transitionNotAllowed": "Error: El paso de {{currentStatus}} a {{status}} está prohibido en el caso de la función {{role}}", + "deskStudyNotAllowed": "Error: El administrador es el único que puede cambiar el estado del estudio técnico" + }, + "review": { + "commentDeleteNotOwner": "Error: El usuario {{user}} intentó borrar un comentario que no es suyo", + "commentEnterResolvedIssue": "Error: El usuario {{user}} intentó introducir un comentario a un asunto que ya se había resuelto" + }, + "ndp": { + "previousNdpNotFound": "No es posible encontrar ningún punto de información nacional anterior a {{year}}" + } + }, + "countryListing": { + "annuallyUpdated": "Actualizado anualmente", + "fra2020": "FRA 2020" + }, + "navigation": { + "hideAll": "Esconder todo", + "showAll": "Mostrar todo", + "support": { + "dontDelete": "No elimine la información del sistema", + "feedbackEmailSubject": "Comentarios de la plataforma de FRA", + "platformVersion": "Versión de la plataforma", + "userAgent": "Agente de usuario", + "user": "Usuario", + "manageCollaborators": "Gestionar colaboradores" + }, + "sectionHeaders": { + "introduction": "Introducción", + "forestExtentCharacteristicsAndChanges": "Extensión de bosque, características y cambios", + "forestGrowingStockBiomassAndCarbon": "Existencias en formación, biomasa y carbono", + "forestDesignationAndManagement": "Designación y gestión del bosque", + "forestOwnershipAndManagementRights": "Propiedad del bosque y derechos de gestión", + "forestDisturbances": "Perturbaciones en el bosque", + "forestPolicyAndLegislation": "Política y legislación forestal", + "employmentEducationAndNwfp": "Empleo, educación y PFNM", + "sustainableDevelopment": "Objetivo de Desarrollo Sostenible 15", + "panEuropeanIndicators": "Indicadores paneuropeos" + }, + "cancel": "Cancelar", + "changeStatusTextPlaceholder": "Añadir un mensaje opcional", + "doNotNotifyUsers": "No notificar a los usuarios", + "notifySelf": "Enviar copia a uno mismo" + }, + "header": { + "editProfile": "Editar perfil", + "logout": "Desconectar", + "hideSidebar": "Esconder la barra lateral", + "showSidebar": "Mostrar la barra lateral", + "autoSave": { + "saving": "Guardando…", + "complete": "Todos los cambios han sido guardados", + "lastSaveTimestampReceived": "Editado por última vez" + } + }, + "time": { + "hour": "Hace {{count}} hora", + "day": "Hace {{count}} día", + "week": "Hace {{count}} semana", + "aMomentAgo": "Hace un momento", + "hour_plural": "Hace {{count}} horas", + "day_plural": "Hace {{count}} días ", + "week_plural": "Hace {{count}} semanas" + }, + "review": { + "comments": "Comentarios", + "noComments": "Sin comentarios", + "resolve": "Resolver", + "confirmDelete": "¿Borrar este comentario? Esta acción no puede deshacerse.", + "commentDeleted": "Comentario borrado", + "commentMarkedAsResolved": "Señalado como resuelto", + "delete": "Borrar", + "writeComment": "Escriba un comentario…", + "commentingClosed": "Se han desactivado los comentarios", + "cancel": "Cancelar", + "loading": "Cargando" + }, + "description": { + "edit": "Editar", + "done": "Finalizado", + "loading": "Cargando contenido…", + "description": "Descripción", + "dataSourcesTitle": "Fuentes de datos, datos originales y clasificación nacional y definiciones", + "generalCommentsTitle": "Comentarios", + "dataSources": "Fuentes de datos", + "dataSourcesPlus": "Fuentes de datos + tipo de fuente de datos, por ej. el inventario nacional de los bosques, etc", + "originalData": "Datos originales", + "nationalClassificationAndDefinitions": "Clasificación nacional y definiciones", + "nationalData": "Datos nacionales", + "analysisAndProcessing": "Análisis y procesamiento de datos nacionales", + "estimationAndForecasting": "Estimación y proyección", + "reclassification": "Reclasificación en categorías de FRA {{cycleName}}" + }, + "userManagement": { + "manageCollaborators": "Gestionar colaboradores", + "loginEmail": "Nombre de usuario", + "noUsers": "No se han añadido colaboradores", + "placeholder": "Elegir…", + "remove": "Eliminar", + "done": "Finalizado", + "edit": "Editar", + "addUser": "Añadir colaborador", + "formErrors": "Hay errores en el formulario. Por favor, corrígelos y envíalo de nuevo.", + "insufficientPrivileges": "Privilegios insuficientes", + "confirmDelete": "¿Eliminar {{user}}?", + "allUsers": "Todos los colaboradores", + "info": "Información", + "tableAccess": "Acceso a las mesas", + "invitationLink": "Enlace de invitación", + "sendInvitation": "Enviar correo electrónico de invitación", + "inviteAgain": "Invitar de nuevo", + "invitationEmail": { + "subject": "Invitación a la plataforma de FRA", + "textMessage": "Estimado/a {{invitedUser}},\n\n\nHa sido invitado/a a acceder {{assessmentName}} {{cycleName}} como {{role}} para {{country}}.\n\n\nAcepte esta invitación y acceda a la plataforma en la siguiente dirección URL:\n{{- link}}\n\n\n¡Que disfrute del trabajo!\n\n\nEl equipo de FRA\n{{- url}}\n ", + "htmlMessage": "Estimado/a {{invitedUser}},\n

\nHa sido invitado/a a acceder {{assessmentName}} {{cycleName}} como {{role}} para {{country}}.\n

\nAcepte esta invitación y acceda a la plataforma\n

\n¡Que disfrute del trabajo!\n

\nEl equipo de FRA\n
\n{{- url}}\n " + }, + "editPermissions": "Editar permisos", + "invitationDeleted": "La invitación ha sido eliminada", + "invitationEmailSent": "Se le ha enviado un correo electrónico de invitación", + "permissions": "Permisos", + "personalInfoRequired": "Por favor complete sus datos personales antes de continuar", + "userAdded": "El email {{email}} ha sido añadido", + "userModified": "El usuario {{usuario}} ha sido modificado", + "permissionNames": { + "tableData": "Datos de la tabla", + "descriptions": "Descripciones" + } + }, + "contactPersons": { + "all": "$t(common.all)", + "reportPreparationAndContactPersons": "Elaboración de informes y personas de contacto", + "contactPersons": "Introducción", + "contactPersonsSupport": "El presente informe fue preparado por la/s siguiente/s persona/s", + "introductoryText": "Texto introductorio", + "introductoryTextSupport": "Incluir un texto introductorio en el contenido del presente informe", + "firstName": "Nombre", + "lastName": "Apellido", + "institution": "Institución/dirección", + "email": "Correo electrónico", + "tables": "Tablas", + "none": "Ninguna" + }, + "extentOfForest": { + "extentOfForest": "Extensión de bosque y otras tierras boscosas", + "estimationAndForecasting": "Estimación and proyección", + "categoryHeader": "Categorías de FRA", + "forestArea": "Bosque", + "chart": { + "placeholderLine1": "Para empezar, añada nuevos puntos de datos nacionales y úselos", + "placeholderLine2": "para generar los valores de FRA de forma automática." + }, + "otherLandCategories": "Otras categorías de tierras", + "ofWhichPalms": "…de las cuales palmas (aceitera, cocotera, dátiles, etc.)", + "ofWhichTreeOrchards": "…de las cuales huertos de árboles (frutas, frutos secos, aceitunas, etc.)", + "ofWhichAgroforestry": "…de las cuales agroforestería", + "ofWhichTreesUrbanSettings": "…de las cuales árboles en espacios urbanos", + "totalLandArea": "Superficie total de tierra", + "fedAreasExceedTotalLandArea": "El área de bosque y otras tierras boscosas exceden la superficie total de tierra", + "forestAreaDoesNotMatchPreviouslyReported": "El área de bosque no coincide con el área de FRA {{year}}: {{previous}}", + "useOriginalDataPoints": "Usar puntos de datos nacionales", + "dontUseOriginalDataPoints": "No usar puntos de datos nacionales", + "whatIsThis": "¿Qué significa esto?", + "tableNoticeMessage": "La superficie de tierra registrada según FAOSTAT para el año 2015 se usa para todos los años de referencia", + "ndpMissingValues": "El punto de dato nacional tiene valores faltantes", + "showNDPs": "Mostrar puntos de datos nacionales", + "hideNDPs": "Esconder puntos de datos nacionales", + "forestAreaNetChangeDoesNotMatch": "El cambio neto de la superficie forestal no coincide con el valor esperado: {{value}}" + }, + "climaticDomain": { + "climaticDomain": "Región climática", + "percentOfForestArea2015": "Porcentaje de área de bosque en 2015", + "percentOfForestArea2015Override": "Reemplazar valor", + "selectDefault": "Por defecto", + "boreal": "Boreal", + "temperate": "Templada", + "subtropical": "Subtropical", + "sub_tropical": "$t(climaticDomain.subtropical)", + "tropical": "Tropical" + }, + "forestCharacteristics": { + "forestCharacteristics": "Características de los bosques", + "estimationAndForecasting": "Estimación y proyección", + "categoryHeader": "Categorías de FRA", + "naturalForestArea": "Bosque regenerado de forma natural", + "plantationForestArea": "Plantación forestal", + "plantationForestIntroducedArea": "…de la cual de especies introducidas", + "otherPlantedForestArea": "Otros bosques plantado", + "plantedForest": "Bosque plantado", + "totalForestArea": "Área total de bosque", + "total": "Total", + "useOriginalDataPoints": "Usar puntos de datos nacionales", + "dontUseOriginalDataPoints": "No usar puntos de datos nacionales" + }, + "tableWithOdp": { + "confirmGenerateFraValues": "¿Reemplazar los valores existentes?", + "generateFraValues": "Generar valores", + "linearExtrapolation": "Lineal", + "repeatLastExtrapolation": "Repetir el último", + "annualChangeExtrapolation": "Cambio anual", + "placeholderFuture": "Futuro", + "placeholderPast": "Pasado", + "copyToClipboard": "Copiar valores", + "placeholderSelect": "Estimación y proyección", + "_1000haYear": "1000 ha/año", + "generatingFraValues": "Generando..." + }, + "forestAreaChange": { + "forestAreaChange": "Expansión, deforestación anual y cambio neto anual", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área (1000 ha/año)", + "forestExpansion": "Expansión del bosque", + "ofWhichAfforestation": "…de la cual es forestación", + "ofWhichNaturalExpansion": "…de la cual es expansión natural", + "deforestation": "Deforestación", + "forestAreaNetChange": "Cambio neto en el área de bosque", + "netChangeDoesNotMatch": "No coincide con el cambio neto en el área de bosque", + "forestAreaNetChangeFrom1a": "Cambio neto de la extensión de bosque calculado a partir de la tabla 1a" + }, + "annualReforestation": { + "annualReforestation": "Reforestación anual", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área (1000 ha/año)", + "reforestation": "Reforestación" + }, + "specificForestCategories": { + "specificForestCategories": "Bosque primario y categorías especiales de los bosques", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área (1000 ha)", + "bamboo": "Bambúes", + "mangroves": "Manglares", + "temporarilyUnstocked": "Bosque temporalmente sin cubierta de árboles y/o recientemente regenerado", + "primaryForest": "Bosque primario", + "exceedsNaturallyRegeneratingForest": "Excede el bosque regenerado de forma natural (1b)", + "rubberWood": "Caucho" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover": "Otras tierras con cubierta de árboles", + "areaUnitLabel": "Área (1000 ha)", + "categoryHeader": "Categorías de FRA", + "palms": "Palmas", + "treeorchards": "Huertos de árboles", + "agroforestry": "Agroforestería", + "treesinurbansettings": "Árboles en espacios urbanos", + "total": "Total", + "otherLandArea": "Área de otras tierras", + "other": "Otros (especificar en comentarios)" + }, + "growingStock": { + "growingStock": "Existencias en formación", + "supportText": "Asegúrese de que ha introducido los datos en las tablas 1a y 1b antes de editar esta tabla", + "categoryHeader": "Categorías de FRA", + "avgTableHeader": "Existencias en formación en m³/ha (sobre la corteza)", + "totalTableHeader": "Existencias totales en formación (millones de m³ sobre la corteza)", + "naturallyRegeneratingForest": "Bosque regenerado de forma natural", + "plantedForest": "Bosque plantado", + "plantationForest": "…del cual es plantación forestal", + "otherPlantedForest": "…del cual son otros bosques plantados", + "forest": "Bosque", + "otherWoodedLand": "Otras tierras boscosas", + "copyToClipboard": "Copiar valores" + }, + "growingStockComposition": { + "native": "Nativa", + "introduced": "Introducida", + "growingStockComposition": "Composición de las existencias en formación", + "forestGrowingStockComposition": "Composición de las existencias forestales en formación", + "categoryHeader": "Categorías de FRA", + "nativeTreeSpecies": "Especies de árboles nativos", + "introducedTreeSpecies": "Especies introducidas", + "areaUnitLabel": "Existencias en formación en el bosque (millones de m³ sobre la corteza)", + "scientificName": "Nombre científico", + "commonName": "Nombre común", + "rank": "#{{idx}} Clasificadas en cuanto al volumen", + "remainingNative": "Especies de árboles nativos restantes", + "remainingIntroduced": "Especies introducidas restantes", + "totalNative": "Volumen total de especies de árboles nativos ", + "totalIntroduced": "Volumen total de especies introducidas", + "totalGrowingStock": "Existencias totales en formación", + "rankingYear": "Clasificación en el año 2015" + }, + "biomassStock": { + "biomassStock": "Biomasa", + "categoryHeader": "Categorías de FRA", + "tableHeader": "Biomasa forestal (toneladas/ha)", + "aboveGround": "Biomasa por encima del suelo", + "belowGround": "Biomasa por debajo del suelo", + "deadWood": "Madera muerta", + "downloadExcel": "Descargar calculadora de excel" + }, + "carbonStock": { + "carbonStock": "Carbono", + "categoryHeader": "Categorías de FRA", + "tableHeader": "Carbono forestal (toneladas/ha)", + "carbonAboveGroundBiomass": "Carbono en la biomasa por encima del suelo", + "carbonBelowGroundBiomass": "Carbono en la biomasa por debajo del suelo", + "carbonDeadwood": "Carbono en la madera muerta", + "carbonLitter": "Carbono en la hojarasca", + "carbonSoil": "Carbono en el suelo", + "soilDepthHeading": "Profundidad del suelo (cm) utilizada para calcular el carbono en el suelo" + }, + "designatedManagementObjective": { + "designatedManagementObjective": "Objetivo de gestión designado", + "primaryDesignatedManagementObjective": "Objetivo primario de gestión designado", + "primaryDesignatedManagementObjectiveSupport": "El objetivo primario de gestión designado es significativamente más importante que otros objetivos de gestión. Los diferentes objetivos primarios de gestión son *exclusivos* y las áreas reportadas bajo un objetivo primario de gestión no deben ser reportadas para ningún otro objetivo primario de gestión. La suma de los diferentes objetivos de gestión se debe añadir al área de bosque.", + "totalAreaWithDesignatedManagementObjective": "Área total con objetivo de gestión designado", + "totalAreaWithDesignatedManagementObjectiveSupport": "Objetivo de gestión designado, independientemente de si es primario o no. Las diferentes categorías de designación *no son exclusivas*. Por lo tanto, las áreas se pueden reportar más de una vez. Por ejemplo, el área de bosque reportado como objetivo primario de gestión \"de uso múltiple\" debe ser reportado para cada objetivo de gestión específico. De este modo, la suma de los diferentes objetivos de gestión puede ser superior al área total de bosque.", + "categoryHeader": "Categorías de FRA 2020", + "areaUnitLabel": "Área forestal (1000 ha)", + "production": "Producción", + "soilWaterProtection": "Protección del suelo y del agua", + "biodiversityConservation": "Conservación de la biodiversidad", + "socialServices": "Servicios sociales", + "multipleUse": "Uso múltiple", + "other": "Otros (especificar en comentarios)", + "unknown": "Ninguno/desconocido", + "totalForestArea": "Área total de bosque", + "total": "Total" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithinProtectedAreas": "Área de bosque dentro de áreas protegidas legalmente establecidas y área de bosque con planes de gestión a largo plazo", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área (1000 ha)", + "header": "Área de bosque dentro de áreas protegidas legalmente establecidas", + "forestAreaWithLongTermManagementPlan": "Área de bosque con planes de gestión a largo plazo", + "ofWhichInProtectedAreas": "…de la cual en áreas protegidas" + }, + "forestOwnership": { + "forestOwnership": "Propiedad del bosque", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área de bosque (1000 ha)", + "privateOwnership": "Propiedad privada", + "ofWhichIndividuals": "…de la cual es propiedad de individuos", + "ofWhichPrivateBusinesses": "…de la cual es propiedad de entidades comerciales e instituciones privadas", + "ofWhichCommunities": "…de la cual es propiedad de comunidades locales, tribales e indígenas", + "publicOwnership": "Propiedad pública", + "otherOrUnknown": "Desconocidas/otras (especificar en comentarios)", + "totalForestArea": "Área total de bosque", + "total": "Total" + }, + "holderOfManagementRights": { + "holderOfManagementRights": "Titular de los derechos de gestión de bosques públicos", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área de bosque (1000 ha)", + "publicAdministration": "La Administración Pública", + "individuals": "Individuos", + "privateBusinesses": "Entidades comerciales e instituciones privadas", + "communities": "Comunidades locales, tribales e indígenas", + "other": "Desconocidas/otras (especificar en comentarios)", + "totalPublicOwnership": "Propiedad pública total", + "total": "Total", + "publicOwnershipDoesNotMatch": "No coincide con la propiedad pública total" + }, + "disturbances": { + "disturbances": "Perturbaciones", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área (1000 ha)", + "insects": "Insectos", + "diseases": "Enfermedades", + "severeWeatherEvents": "Eventos climáticos extremos", + "other": "Otras (especificar en comentarios)", + "totalForestArea": "Área total de bosque", + "total": "Total" + }, + "areaAffectedByFire": { + "areaAffectedByFire": "Área afectada por incendios", + "categoryHeader": "Categorías de FRA", + "areaUnitLabel": "Área (1000 ha)", + "totalLandAreaAffectedByFire": "Área total afectada por incendios", + "ofWhichForest": "…de la cual en bosque" + }, + "degradedForest": { + "degradedForest": "Bosque degradado", + "doesYourCountryMonitor": "¿Su país hace un seguimiento del área de bosque degradado?", + "ifYes": "En caso afirmativo", + "whatIsDefinition": "¿Cuál es la definición nacional de \"bosque degradado\"?", + "howMonitored": "Describa el proceso de seguimiento y los resultados" + }, + "forestPolicy": { + "forestPolicy": "Políticas, legislación y plataforma nacional para la participación de los grupos de interés en la política forestal", + "categoryHeader": "Indicar la existencia de", + "areaUnitLabel": "Booleana (Sí/No)", + "national": "Nacional", + "subnational": "Subnacional", + "policiesSFM": "Políticas que apoyan la gestión forestal sostenible", + "legislationsSFM": "Leyes y/o reglamentos que apoyan la gestión forestal sostenible", + "stakeholderParticipation": "Platforma que fomenta o permite la participación de grupos de interés en la elaboración de políticas forestales", + "existenceOfTraceabilitySystem": "Sistema/s de trazabilidad para los productos madereros" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate": "Área de zona forestal permanente", + "categoryHeader": "Categorías de FRA 2020", + "areaUnitLabel": "Área de bosque (1000 ha)", + "applicable": "¿Es aplicable?" + }, + "employment": { + "employment": "Empleo en silvicultura y extracción de madera", + "average": "en un promedio de 3 años", + "categoryHeader": "Categorías de FRA 2020", + "unitHeader": "Empleo equivalente dedicación completa (1000 EDC)", + "inForestry": "Empleo en silvicultura y extracción de madera", + "ofWhichSilviculture": "…del cual en la silvicultura y otras actividades forestales", + "ofWhichLogging": "…del cual en la extracción de madera", + "ofWhichGathering": "…del cual en la recolección de productos forestales no maderables", + "ofWhichSupport": "…del cual en los servicios de apoyo a la silvicultura", + "total": "Total", + "female": "Mujeres", + "male": "Hombres" + }, + "graduationOfStudents": { + "graduationOfStudents": "Graduación de alumnos en estudios relativos al bosque", + "average": "en un promedio de 3 años", + "numberOfStudents": "Número de graduados", + "fra2020Categories": "Categorías de FRA 2020", + "doctoralDegree": "Doctorado", + "mastersDegree": "Maestría", + "bachelorsDegree": "Título de grado", + "technicianCertificate": "Certificado/diploma de técnico", + "total": "Total", + "female": "Mujeres", + "male": "Hombres" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals": "Extracción y valor de los productos forestales no maderables en 2015", + "nameOfProduct": "Nombre del PFNM", + "keySpecies": "Especies principales", + "quantity": "Cantidad", + "unit": "Unidad", + "value": "Valor (1000 en moneda local)", + "category": "Categoría de PFNM", + "plantProductsSelectHeading": "Productos vegetales / materia prima", + "food": "1 Alimentos", + "fodder": "2 Forraje", + "rawMaterialForMedicine": "3 Materia prima para la preparación de medicamentos y productos aromáticos", + "rawMaterialForColorants": "4 Materia prima para la preparación de colorantes y tintes", + "rawMaterialForUtensils": "5 Materia prima para la fabricación de utensilios, artesanías y para la construcción", + "ornamentalPlants": "6 Plantas ornamentales", + "exudates": "7 Exudados", + "otherPlantProducts": "8 Otros productos vegetales", + "animalProductsSelectHeading": "Productos animales / materia prima", + "livingAnimals": "9 Animales vivos", + "hidesSkins": "10 Cueros, pieles y trofeos", + "wildHoney": "11 Miel silvestre y cera de abeja", + "wildMeat": "12 Carne silvestre", + "animalRawMaterialForMedicine": "13 Materia prima para la preparación de medicamentos", + "animalRawMaterialForColorants": "14 Materia prima para la preparación de colorantes", + "otherEdibleAnimalProducts": "15 Otros productos animales comestibles", + "otherNonEdibleAnimalProducts": "16 Otros productos animales no comestibles", + "allOtherPlantProducts": "Todos los demás productos vegetales", + "allOtherAnimalProducts": "Todos los demás productos animales", + "total": "Total", + "currency": "Nombre de la moneda local", + "notSelected": "" + }, + "sustainableDevelopment": { + "sustainableDevelopment": "Objetivo de Desarrollo Sostenible 15", + "indicator": "Indicador", + "percent": "Porcentaje", + "nameOfAgencyResponsible": "Nombre del organismo responsable", + "sdgIndicator1": "Indicador 15.1.1 de los ODS: Superficie forestal como proporción de la superficie total en 2015", + "sdgIndicator2": "Indicador 15.2.1 de los ODS: Progresos en la gestión forestal sostenible", + "forestAreaProportionLandArea2015": "Superficie forestal como proporción de la superficie total en 2015", + "subIndicator": "Subindicador {{no}}", + "forestAreaAnnualNetChangeRate": "Porcentaje anual de cambio neto en el área de bosque", + "aboveGroundBiomassStockForests": "Biomasa aérea en los bosques", + "percent2015ForestAreaBaseline": "Porcentaje (referencia del área de bosque en 2015)", + "proportionForestAreaLegallyEstablishedProtectedAreas": "Proporción de área de bosque dentro de áreas protegidas legalmente establecidas", + "proportionForestAreaLongTermForestManagement": "Proporción de área de bosque con planes de gestión a largo plazo", + "forestArea1000Ha": "Área de bosque (1000 ha)", + "forestAreaVerifiedForestManagement": "Área de bosque bajo sistemas de certificación de manejo forestal verificados de forma independiente" + }, + "panEuropeanIndicators": { + "panEuropeanIndicators": "Indicadores cuantitativos paneuropeos para la gestión forestal sostenible", + "uploadQuestionnaire": "Cargar cuestionario", + "chooseFile": "Elegir archivo", + "downloadQuestionnaire": "Descargar el cuestionario", + "download": "Descargar", + "remove": "Eliminar", + "noQuestionnaire": "Ningún cuestionario seleccionado", + "panEuropeanQualitativeIndicators": "Indicadores cualitativos paneuropeos para la gestión forestal sostenible", + "accessReportingPage": "Acceder a la página de informes" + }, + "assessment": { + "fra": "FRA", + "deskStudy": "Estudio técnico", + "statusChangeNotification": { + "subject": "El estado de {{country}} cambió a {{status}} en la plataforma de FRA", + "textMessage": "Estimado/a {{recipientName}},\n\n\n{{changer}} ha cambiado el estado de {{assessment}} a \"{{status}}\" para {{country}} en la plataforma de FRA.\n\n\n{{message}}\n\n\nVisite la plataforma en la siguiente dirección: {{- serverUrl}}\n\n\nEl equipo de FRA\n{{- serverUrl}}", + "htmlMessage": "Estimado/a {{recipientName}},\n

\n{{changer}} ha cambiado el estado de {{assessment}} a \"{{status}}\" para {{country}} en la plataforma de FRA.\n

\n{{message}}\n

\nVisite la plataforma\n

\nEl equipo de FRA\n
\n{{- serverUrl}}" + }, + "status": { + "changing": { + "label": "Cambiando…" + }, + "editing": { + "label": "Editando", + "previous": "Volver a editar" + }, + "review": { + "label": "En revisión", + "next": "Enviar a revisión", + "previous": "Volver a revisar" + }, + "approval": { + "label": "Esperando aprobación", + "next": "Enviar para aprobación", + "previous": "Volver a aprobación" + }, + "accepted": { + "label": "Aceptado", + "next": "Aceptar", + "previous": "" + }, + "notStarted": { + "label": "No iniciado" + } + } + }, + "multiSelect": { + "placeholder": "Elegir…" + }, + "emoji": { + "picker": { + "search": "Buscar", + "categories": { + "search": "Buscar resultados", + "recent": "Usados frecuentemente", + "people": "Emoticonos y personas", + "nature": "Animales y naturaleza", + "foods": "Comida y bebida", + "activity": "Actividad", + "places": "Viajes y lugares", + "objects": "Objetos", + "symbols": "Símbolos", + "flags": "Banderas" + } + } + }, + "country": { + "region": { + "asia": "Asia", + "europe": "Europa", + "oceania": "Oceanía", + "north_and_central_america": "América del Norte y Central", + "south_america": "América del Sur", + "africa": "África", + "atlantis": "Atlántida", + "forest_europe": "Forest Europe" + } + }, + "countryMessageBoard": { + "messageBoard": "Tablero de mensajes", + "messageBoardDesc": "Los mensajes publicados aquí son visibles para todos los miembros del país.", + "oneToOneMessages": "Mensajes individuales" + }, + "tutorial": { + "watch": "Ver", + "passwordLogin": "Manual de usuario de la plataforma FRA - Cómo iniciar sesión con una contraseña autodefinida", + "googleLogin": "Manual de usuario de la plataforma FRA - Cómo iniciar sesión utilizando la autenticación de Google", + "collaboratorAdd": "Manual de usuario de la plataforma FRA - Cómo añadir un colaborador", + "platformNavigation": "Manual de usuario de la plataforma FRA - Navegación por la plataforma", + "documentUpload": "Manual de usuario de la plataforma FRA - Cómo subir un documento", + "ndpAdd": "Manual de usuario de la plataforma FRA - Cómo añadir un punto de dato nacional", + "passwordLoginShort": "Cómo iniciar sesión con una contraseña autodefinida", + "googleLoginShort": "Cómo iniciar sesión utilizando la autenticación de Google", + "guidelinesAndSpecifications": "Directrices y Especificaciones", + "ndpAddReferenceLink": "Tutorial del usuario de la plataforma FRA - Cómo agregar un enlace de referencia para un punto de datos nacional", + "nationalDataAddReferenceLink": "Tutorial del usuario de la plataforma FRA - Cómo agregar un enlace de referencia para datos nacionales" + } +} diff --git a/src/i18n/resources/es/print.js b/src/i18n/resources/es/print.js deleted file mode 100644 index c0ceadcb4d..0000000000 --- a/src/i18n/resources/es/print.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - title: 'Informe FRA {{cycleName}}', - titleTables: 'Tablas de informe FRA {{cycleName}}', - tableOfContent: 'Tabla de contenido', - disclaimer: `La FAO ha estado monitoreando los bosques del mundo en intervalos de 5 a 10 años desde 1946. Las recientes Evaluaciones de los Recursos Forestales Mundiales (FRA) se llevan a cabo ahora cada 5 años, en un esfuerzo por proporcionar un enfoque coherente para describir los bosques del mundo y cómo estos están cambiando. FRA es un proceso impulsado por los países y las evaluaciones se basan en los informes desarrollados por los corresponsales nacionales oficialmente designados. Si un informe no está disponible, la secretaría de FRA elabora un estudio de gabinete utilizando informes anteriores, informaciones existentes y/o análisis obtenidos mediante teledetección.`, - disclaimerGenerated: `Este documento se generó automáticamente utilizando el informe que se puso a disposición como contribución a la Evaluación de los Recursos Forestales Mundiales {{cycleName}} de la FAO, y que se presentó a la FAO como documento oficial de gobierno. El contenido y las opiniones expresadas en este informe son responsabilidad de la entidad que presenta el informe a la FAO. La FAO no se hace responsable del uso que pueda hacerse de la información contenida en este informe.`, - disclaimerGeneratedDeskStudy: `Este documento fue generado automáticamente a partir de un estudio de gabinete. La FAO no se hace responsable del uso que pueda hacerse de la información contenida en este informe.`, -} diff --git a/src/i18n/resources/es/print.json b/src/i18n/resources/es/print.json new file mode 100644 index 0000000000..36049b15f5 --- /dev/null +++ b/src/i18n/resources/es/print.json @@ -0,0 +1,8 @@ +{ + "title": "Informe FRA {{cycleName}}", + "titleTables": "Tablas de informe FRA {{cycleName}}", + "tableOfContent": "Tabla de contenido", + "disclaimer": "La FAO ha estado monitoreando los bosques del mundo en intervalos de 5 a 10 años desde 1946. Las recientes Evaluaciones de los Recursos Forestales Mundiales (FRA) se llevan a cabo ahora cada 5 años, en un esfuerzo por proporcionar un enfoque coherente para describir los bosques del mundo y cómo estos están cambiando. FRA es un proceso impulsado por los países y las evaluaciones se basan en los informes desarrollados por los corresponsales nacionales oficialmente designados. Si un informe no está disponible, la secretaría de FRA elabora un estudio de gabinete utilizando informes anteriores, informaciones existentes y/o análisis obtenidos mediante teledetección.", + "disclaimerGenerated": "Este documento se generó automáticamente utilizando el informe que se puso a disposición como contribución a la Evaluación de los Recursos Forestales Mundiales {{cycleName}} de la FAO, y que se presentó a la FAO como documento oficial de gobierno. El contenido y las opiniones expresadas en este informe son responsabilidad de la entidad que presenta el informe a la FAO. La FAO no se hace responsable del uso que pueda hacerse de la información contenida en este informe.", + "disclaimerGeneratedDeskStudy": "Este documento fue generado automáticamente a partir de un estudio de gabinete. La FAO no se hace responsable del uso que pueda hacerse de la información contenida en este informe." +} diff --git a/src/i18n/resources/es/statisticalFactsheets.js b/src/i18n/resources/es/statisticalFactsheets.js deleted file mode 100644 index 8bb63dacfe..0000000000 --- a/src/i18n/resources/es/statisticalFactsheets.js +++ /dev/null @@ -1,59 +0,0 @@ -module.exports = { - noData: 'No hay datos disponibles', - rowName: { - area: 'Área', - forest: 'Bosque', - landArea: 'Superficie de la terra', - naturalForestArea: '$t(forestCharacteristics.naturalForestArea)', - other: '$t(common.other)', - otherArea: 'Otras tierras', - otherForest: 'Otros bosques', - otherLand: '$t(fraClass.otherLand)', - other_or_unknown: 'Desconocidas/otras', - plantedForest: '$t(forestCharacteristics.plantedForest)', - primaryForest: '$t(specificForestCategories.primaryForest)', - private_ownership: 'Privado', - protected: 'Protegida', - public_ownership: 'Público', - unknown: '$t(fra.forestOwnership.unknown2025)', - }, - forestArea: { - title: 'Área forestal, {{startYear}} - {{endYear}}, $t({{unit}})s', - }, - carbonAndGrowingStock: { - title: 'Existencias en formación y carbono en los bosques, {{startYear}} - {{endYear}}', - rowName: '', - carbon_stock_biomass_total: 'Carbono en la biomasa ($t({{unit}}))', - carbon_stock_total: 'Total de carbono ($t({{unit}}))', - growing_stock_total: '$t(growingStock.growingStock) ($t({{unit}}))', - }, - forestAreaPercent: { - title: 'Superficie forestal % de la superficie terrestre, {{year}}', - }, - primaryForest: { - title: 'Bosque primario % de area forestal, {{year}}', - }, - forestOwnership: { - title: '$t(forestOwnership.forestOwnership) %, {{year}}', - }, - forestAreaWithinProtectedAreas: { - title: '$t(forestAreaWithinProtectedAreas.header), {{year}}', - }, - primaryDesignatedManagementObjective: { - title: - '$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})', - rowName: '', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(common.other)', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - social_services: '$t(designatedManagementObjective.socialServices)', - unknown: '$t(fra.designatedManagementObjective.unknown2025)', - no_designation: '$t(fra.designatedManagementObjective.noDesignation)', - }, - naturallyRegeneratingForest: { - title: - 'Área de bosque con procesos de regeneración natural y bosque plantado, {{startYear}} - {{endYear}}, $t({{unit}})', - }, -} diff --git a/src/i18n/resources/es/statisticalFactsheets.json b/src/i18n/resources/es/statisticalFactsheets.json new file mode 100644 index 0000000000..fb3707efbc --- /dev/null +++ b/src/i18n/resources/es/statisticalFactsheets.json @@ -0,0 +1,57 @@ +{ + "noData": "No hay datos disponibles", + "rowName": { + "area": "Área", + "forest": "Bosque", + "landArea": "Superficie de la terra", + "naturalForestArea": "$t(forestCharacteristics.naturalForestArea)", + "other": "$t(common.other)", + "otherArea": "Otras tierras", + "otherForest": "Otros bosques", + "otherLand": "$t(fraClass.otherLand)", + "other_or_unknown": "Desconocidas/otras", + "plantedForest": "$t(forestCharacteristics.plantedForest)", + "primaryForest": "$t(specificForestCategories.primaryForest)", + "private_ownership": "Privado", + "protected": "Protegida", + "public_ownership": "Público", + "unknown": "$t(fra.forestOwnership.unknown2025)" + }, + "forestArea": { + "title": "Área forestal, {{startYear}} - {{endYear}}, $t({{unit}})s" + }, + "carbonAndGrowingStock": { + "title": "Existencias en formación y carbono en los bosques, {{startYear}} - {{endYear}}", + "rowName": "", + "carbon_stock_biomass_total": "Carbono en la biomasa ($t({{unit}}))", + "carbon_stock_total": "Total de carbono ($t({{unit}}))", + "growing_stock_total": "$t(growingStock.growingStock) ($t({{unit}}))" + }, + "forestAreaPercent": { + "title": "Superficie forestal % de la superficie terrestre, {{year}}" + }, + "primaryForest": { + "title": "Bosque primario % de area forestal, {{year}}" + }, + "forestOwnership": { + "title": "$t(forestOwnership.forestOwnership) %, {{year}}" + }, + "forestAreaWithinProtectedAreas": { + "title": "$t(forestAreaWithinProtectedAreas.header), {{year}}" + }, + "primaryDesignatedManagementObjective": { + "title": "$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})", + "rowName": "", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(common.other)", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "unknown": "$t(fra.designatedManagementObjective.unknown2025)", + "no_designation": "$t(fra.designatedManagementObjective.noDesignation)" + }, + "naturallyRegeneratingForest": { + "title": "Área de bosque con procesos de regeneración natural y bosque plantado, {{startYear}} - {{endYear}}, $t({{unit}})" + } +} diff --git a/src/i18n/resources/es/uc.js b/src/i18n/resources/es/uc.js deleted file mode 100644 index f0832ab0a1..0000000000 --- a/src/i18n/resources/es/uc.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - message1: 'Dear user,', - message2: 'Thank you for accessing the FRA platform!', - message3: - 'We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.', - message4: 'Thank you!', - message5: 'The FRA team.', - noThanks: 'No thanks', - yesPlease: 'OK', - doNotShow: 'Do not show again', - - alreadyAnswered: 'Ya he dado mi opinión', -} diff --git a/src/i18n/resources/es/uc.json b/src/i18n/resources/es/uc.json new file mode 100644 index 0000000000..62fae7eb5a --- /dev/null +++ b/src/i18n/resources/es/uc.json @@ -0,0 +1,11 @@ +{ + "message1": "Dear user,", + "message2": "Thank you for accessing the FRA platform!", + "message3": "We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.", + "message4": "Thank you!", + "message5": "The FRA team.", + "noThanks": "No thanks", + "yesPlease": "OK", + "doNotShow": "Do not show again", + "alreadyAnswered": "Ya he dado mi opinión" +} diff --git a/src/i18n/resources/es/validation.js b/src/i18n/resources/es/validation.js deleted file mode 100644 index cb2991a1e9..0000000000 --- a/src/i18n/resources/es/validation.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - repositoryItem: { - eitherFileOrLink: 'Sólo debe especificarse una entre archivo y enlace', - fileOrLink: 'Se requiere un archivo o un enlace', - nameIsRequired: 'El nombre es obligatorio', - optionsDisabled: - 'La etiqueta, la visibilidad pública y la eliminación están desactivadas porque este elemento es utilizado por:', - }, -} diff --git a/src/i18n/resources/es/validation.json b/src/i18n/resources/es/validation.json new file mode 100644 index 0000000000..370a5fb7f0 --- /dev/null +++ b/src/i18n/resources/es/validation.json @@ -0,0 +1,8 @@ +{ + "repositoryItem": { + "eitherFileOrLink": "Sólo debe especificarse una entre archivo y enlace", + "fileOrLink": "Se requiere un archivo o un enlace", + "nameIsRequired": "El nombre es obligatorio", + "optionsDisabled": "La etiqueta, la visibilidad pública y la eliminación están desactivadas porque este elemento es utilizado por:" + } +} diff --git a/src/i18n/resources/fr.js b/src/i18n/resources/fr.js deleted file mode 100644 index 4c6e5ec57a..0000000000 --- a/src/i18n/resources/fr.js +++ /dev/null @@ -1,46 +0,0 @@ -const admin = require('./fr/admin') -const area = require('./fr/area') -const assessmentSection = require('./fr/assessmentSection') -const common = require('./fr/common') -const contentCheck = require('./fr/contentCheck') -const dataDownload = require('./fr/dataDownload') -const dataSource = require('./fr/dataSource') -const editUser = require('./fr/editUser') -const email = require('./fr/email') -const fra = require('./fr/fra') -const generalValidation = require('./fr/generalValidation') -const geo = require('./fr/geo') -const history = require('./fr/history') -const landing = require('./fr/landing') -const login = require('./fr/login') -const nationalDataPoint = require('./fr/nationalDataPoint') -const other = require('./fr/other') -const statisticalFactsheets = require('./fr/statisticalFactsheets') -const uc = require('./fr/uc') - -module.exports.translation = { - admin, - area, - common, - contentCheck, - dataDownload, - dataSource, - editUser, - email, - fra, - generalValidation, - geo, - history, - landing, - login, - nationalDataPoint, - - page: { - assessmentSection, - }, - - statisticalFactsheets, - uc, - - ...other, -} diff --git a/src/i18n/resources/fr.ts b/src/i18n/resources/fr.ts new file mode 100644 index 0000000000..3bce1a48b7 --- /dev/null +++ b/src/i18n/resources/fr.ts @@ -0,0 +1,46 @@ +import * as admin from './fr/admin.json' +import * as area from './fr/area.json' +import * as assessmentSection from './fr/assessmentSection.json' +import * as common from './fr/common.json' +import * as contentCheck from './fr/contentCheck.json' +import * as dataDownload from './fr/dataDownload.json' +import * as dataSource from './fr/dataSource.json' +import * as editUser from './fr/editUser.json' +import * as email from './fr/email.json' +import * as fra from './fr/fra.json' +import * as generalValidation from './fr/generalValidation.json' +import * as geo from './fr/geo.json' +import * as history from './fr/history.json' +import * as landing from './fr/landing.json' +import * as login from './fr/login.json' +import * as nationalDataPoint from './fr/nationalDataPoint.json' +import * as other from './fr/other.json' +import * as statisticalFactsheets from './fr/statisticalFactsheets.json' +import * as uc from './fr/uc.json' + +export const frTranslation = { + admin, + area, + common, + contentCheck, + dataDownload, + dataSource, + editUser, + email, + fra, + generalValidation, + geo, + history, + landing, + login, + nationalDataPoint, + + page: { + assessmentSection, + }, + + statisticalFactsheets, + uc, + + ...other, +} diff --git a/src/i18n/resources/fr/admin.js b/src/i18n/resources/fr/admin.js deleted file mode 100644 index 87f415eb21..0000000000 --- a/src/i18n/resources/fr/admin.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - admin: `Administration`, - enotfound: 'Erreur DBS', - filter: `Filtrer par`, - invitationPending: `Invitation en attente`, - invitationsAcceptedCount: `Nombre d'invitations acceptées`, - invitationsSentCount: `Nombre d'invitations envoyées`, - lastStatus: 'Dernier statut', - locationsCount: `Nº d'emplacements`, - urlParsingError: `Erreur d'analyse de l'URL`, - usersCount: `Nombre d'utilisateurs`, - verifyLinks: 'Vérifier les liens', -} diff --git a/src/i18n/resources/fr/admin.json b/src/i18n/resources/fr/admin.json new file mode 100644 index 0000000000..2d82b15bda --- /dev/null +++ b/src/i18n/resources/fr/admin.json @@ -0,0 +1,13 @@ +{ + "admin": "Administration", + "enotfound": "Erreur DBS", + "filter": "Filtrer par", + "invitationPending": "Invitation en attente", + "invitationsAcceptedCount": "Nombre d'invitations acceptées", + "invitationsSentCount": "Nombre d'invitations envoyées", + "lastStatus": "Dernier statut", + "locationsCount": "Nº d'emplacements", + "urlParsingError": "Erreur d'analyse de l'URL", + "usersCount": "Nombre d'utilisateurs", + "verifyLinks": "Vérifier les liens" +} diff --git a/src/i18n/resources/fr/area.js b/src/i18n/resources/fr/area.js deleted file mode 100644 index 896b5bfacf..0000000000 --- a/src/i18n/resources/fr/area.js +++ /dev/null @@ -1,276 +0,0 @@ -module.exports = { - WO: { listName: 'Global' }, - AF: { listName: 'Afrique' }, - AN: { listName: 'Antarctica' }, - AS: { listName: 'Asie' }, - AT: { listName: 'Atlantis' }, - EU: { listName: 'Europe' }, - NA: { listName: 'Amérique du Nord et Centrale' }, - OC: { listName: 'Océanie' }, - SA: { listName: 'Amérique du sud' }, - - ASEAN: { listName: 'ASEAN' }, - FE: { listName: 'FOREST EUROPE' }, - EU27: { listName: 'EU-27' }, - ECOMIFAC: { listName: 'Espace COMIFAC' }, - MP: { listName: 'Montreal Process' }, - UNECE: { listName: 'UNECE' }, - ITTO: { listName: 'International Tropical Timber Organization' }, - - ABW: { listName: 'Aruba' }, - AFG: { listName: 'Afghanistan' }, - AGO: { listName: 'Angola' }, - AIA: { listName: 'Anguilla' }, - ALB: { listName: 'Albanie' }, - AND: { listName: 'Andorre' }, - ARE: { listName: 'Émirats arabes unis' }, - ARG: { listName: 'Argentine' }, - ARM: { listName: 'Arménie' }, - ASM: { listName: 'Samoa américaines' }, - ATG: { listName: 'Antigua-et-Barbuda' }, - AUS: { listName: 'Australie' }, - AUT: { listName: 'Autriche' }, - AZE: { listName: 'Azerbaïdjan' }, - BDI: { listName: 'Burundi' }, - BEL: { listName: 'Belgique' }, - BEN: { listName: 'Bénin' }, - BES: { listName: 'Bonaire, Sint Eustatius et Saba' }, - BFA: { listName: 'Burkina Faso' }, - BGD: { listName: 'Bangladesh' }, - BGR: { listName: 'Bulgarie' }, - BHR: { listName: 'Bahreïn' }, - BHS: { listName: 'Bahamas' }, - BIH: { listName: 'Bosnie-Herzégovine' }, - BLM: { listName: 'Saint-Barthélemy' }, - BLR: { listName: 'Bélarus' }, - BLZ: { listName: 'Belize' }, - BMU: { listName: 'Bermudes' }, - BOL: { listName: 'Bolivie (État plurinational de)' }, - BRA: { listName: 'Brésil' }, - BRB: { listName: 'Barbade' }, - BRN: { listName: 'Brunéi Darussalam' }, - BTN: { listName: 'Bhoutan' }, - BWA: { listName: 'Botswana' }, - CAF: { listName: 'République centrafricaine' }, - CAN: { listName: 'Canada' }, - CHE: { listName: 'Suisse' }, - CHL: { listName: 'Chili' }, - CHN: { listName: 'Chine' }, - CIV: { listName: "Côte d'Ivoire" }, - CMR: { listName: 'Cameroun' }, - COD: { listName: 'République démocratique du Congo' }, - COG: { listName: 'Congo' }, - COK: { listName: 'Îles Cook' }, - COL: { listName: 'Colombie' }, - COM: { listName: 'Comores' }, - CPV: { listName: 'Cabo Verde' }, - CRI: { listName: 'Costa Rica' }, - CUB: { listName: 'Cuba' }, - CUW: { listName: 'Curaçao' }, - CYM: { listName: 'Îles Caïmanes' }, - CYP: { listName: 'Chypre' }, - CZE: { listName: 'Tchéquie (la)' }, - DEU: { listName: 'Allemagne' }, - DJI: { listName: 'Djibouti' }, - DMA: { listName: 'Dominique' }, - DNK: { listName: 'Danemark' }, - DOM: { listName: 'République dominicaine' }, - DZA: { listName: 'Algérie' }, - ECU: { listName: 'Équateur' }, - EGY: { listName: 'Égypte' }, - ERI: { listName: 'Érythrée' }, - ESH: { listName: 'Sahara occidental' }, - ESP: { listName: 'Espagne' }, - EST: { listName: 'Estonie' }, - ETH: { listName: 'Éthiopie' }, - FIN: { listName: 'Finlande' }, - FJI: { listName: 'Fidji' }, - FLK: { listName: 'Îles Falkland (Malvinas)' }, - FRA: { listName: 'France' }, - FRO: { listName: 'Îles Féroé' }, - FSM: { listName: 'Micronésie (États fédérés de)' }, - GAB: { listName: 'Gabon' }, - GBR: { listName: "Royaume-Uni de Grande-Bretagne et d'Irlande du Nord" }, - GEO: { listName: 'Géorgie' }, - GGY: { listName: 'Guernesey' }, - GHA: { listName: 'Ghana' }, - GIB: { listName: 'Gibraltar' }, - GIN: { listName: 'Guinée' }, - GLP: { listName: 'Guadeloupe' }, - GMB: { listName: 'Gambie' }, - GNB: { listName: 'Guinée-Bissau' }, - GNQ: { listName: 'Guinée équatoriale' }, - GRC: { listName: 'Grèce' }, - GRD: { listName: 'Grenade' }, - GRL: { listName: 'Groenland' }, - GTM: { listName: 'Guatemala' }, - GUF: { listName: 'Guyane française' }, - GUM: { listName: 'Guam' }, - GUY: { listName: 'Guyana' }, - HND: { listName: 'Honduras' }, - HRV: { listName: 'Croatie' }, - HTI: { listName: 'Haïti' }, - HUN: { listName: 'Hongrie' }, - IDN: { listName: 'Indonésie' }, - IMN: { listName: 'Île de Man' }, - IND: { listName: 'Inde' }, - IRL: { listName: 'Irlande' }, - IRN: { listName: "Iran (République islamique d')" }, - IRQ: { listName: 'Iraq' }, - ISL: { listName: 'Islande' }, - ISR: { listName: 'Israël' }, - ITA: { listName: 'Italie' }, - JAM: { listName: 'Jamaïque' }, - JEY: { listName: 'Jersey' }, - JOR: { listName: 'Jordanie' }, - JPN: { listName: 'Japon' }, - KAZ: { listName: 'Kazakhstan' }, - KEN: { listName: 'Kenya' }, - KGZ: { listName: 'Kirghizistan' }, - KHM: { listName: 'Cambodge' }, - KIR: { listName: 'Kiribati' }, - KNA: { listName: 'Saint-Kitts-et-Nevis' }, - KOR: { listName: 'République de Corée' }, - KWT: { listName: 'Koweït' }, - LAO: { listName: 'République démocratique populaire lao' }, - LBN: { listName: 'Liban' }, - LBR: { listName: 'Libéria' }, - LBY: { listName: 'Libye' }, - LCA: { listName: 'Sainte-Lucie' }, - LIE: { listName: 'Liechtenstein' }, - LKA: { listName: 'Sri Lanka' }, - LSO: { listName: 'Lesotho' }, - LTU: { listName: 'Lituanie' }, - LUX: { listName: 'Luxembourg' }, - LVA: { listName: 'Lettonie' }, - MAF: { listName: 'Saint-Martin (partie française)' }, - MAR: { listName: 'Maroc' }, - MCO: { listName: 'Monaco' }, - MDA: { listName: 'République de Moldova' }, - MDG: { listName: 'Madagascar' }, - MDV: { listName: 'Maldives' }, - MEX: { listName: 'Mexique' }, - MHL: { listName: 'Îles Marshall' }, - MKD: { listName: 'République de Macédonie du Nord' }, - MLI: { listName: 'Mali' }, - MLT: { listName: 'Malte' }, - MMR: { listName: 'Myanmar' }, - MNE: { listName: 'Monténégro' }, - MNG: { listName: 'Mongolie' }, - MNP: { listName: 'Îles Mariannes du Nord' }, - MOZ: { listName: 'Mozambique' }, - MRT: { listName: 'Mauritanie' }, - MSR: { listName: 'Montserrat' }, - MTQ: { listName: 'Martinique' }, - MUS: { listName: 'Maurice' }, - MWI: { listName: 'Malawi' }, - MYS: { listName: 'Malaisie' }, - MYT: { listName: 'Mayotte' }, - NAM: { listName: 'Namibie' }, - NCL: { listName: 'Nouvelle-Calédonie' }, - NER: { listName: 'Niger' }, - NFK: { listName: 'Île Norfolk' }, - NGA: { listName: 'Nigéria' }, - NIC: { listName: 'Nicaragua' }, - NIU: { listName: 'Nioué' }, - NLD: { listName: 'Pays-Bas (Royaume des)' }, - NOR: { listName: 'Norvège' }, - NPL: { listName: 'Népal' }, - NRU: { listName: 'Nauru' }, - NZL: { listName: 'Nouvelle-Zélande' }, - OMN: { listName: 'Oman' }, - PAK: { listName: 'Pakistan' }, - PAN: { listName: 'Panama' }, - PCN: { listName: 'Pitcairn' }, - PER: { listName: 'Pérou' }, - PHL: { listName: 'Philippines' }, - PLW: { listName: 'Palaos' }, - PNG: { listName: 'Papouasie-Nouvelle-Guinée' }, - POL: { listName: 'Pologne' }, - PRI: { listName: 'Porto Rico' }, - PRK: { listName: 'République populaire démocratique de Corée' }, - PRT: { listName: 'Portugal' }, - PRY: { listName: 'Paraguay' }, - PSE: { listName: 'Palestine' }, - PYF: { listName: 'Polynésie française' }, - QAT: { listName: 'Qatar' }, - REU: { listName: 'Réunion' }, - ROU: { listName: 'Roumanie' }, - RUS: { listName: 'Fédération de Russie' }, - RWA: { listName: 'Rwanda' }, - SAU: { listName: 'Arabie saoudite' }, - SDN: { listName: 'Soudan' }, - SEN: { listName: 'Sénégal' }, - SGP: { listName: 'Singapour' }, - SHN: { listName: 'Sainte-Hélène' }, - SJM: { listName: 'Îles Svalbard et Jan Mayen' }, - SLB: { listName: 'Îles Salomon' }, - SLE: { listName: 'Sierra Leone' }, - SLV: { listName: 'El Salvador' }, - SMR: { listName: 'Saint-Marin' }, - SOM: { listName: 'Somalie' }, - SPM: { listName: 'Saint-Pierre-et-Miquelon' }, - SRB: { listName: 'Serbie' }, - SSD: { listName: 'Soudan du Sud' }, - STP: { listName: 'Sao Tomé-et-Principe' }, - SUR: { listName: 'Suriname' }, - SVK: { listName: 'Slovaquie' }, - SVN: { listName: 'Slovénie' }, - SWE: { listName: 'Suède' }, - SWZ: { listName: 'Eswatini' }, - SXM: { listName: 'Sint Maarten (Dutch part)' }, - SYC: { listName: 'Seychelles' }, - SYR: { listName: 'République arabe syrienne' }, - TCA: { listName: 'Îles Turques et Caïques' }, - TCD: { listName: 'Tchad' }, - TGO: { listName: 'Togo' }, - THA: { listName: 'Thaïlande' }, - TJK: { listName: 'Tadjikistan' }, - TKL: { listName: 'Tokélaou' }, - TKM: { listName: 'Turkménistan' }, - TLS: { listName: 'Timor-Leste' }, - TON: { listName: 'Tonga' }, - TTO: { listName: 'Trinité-et-Tobago' }, - TUN: { listName: 'Tunisie' }, - TUR: { listName: 'Türkiye' }, - TUV: { listName: 'Tuvalu' }, - TZA: { listName: 'République-Unie de Tanzanie' }, - UGA: { listName: 'Ouganda' }, - UKR: { listName: 'Ukraine' }, - URY: { listName: 'Uruguay' }, - USA: { listName: "États-Unis d'Amérique" }, - UZB: { listName: 'Ouzbékistan' }, - VAT: { listName: 'Saint-Siège' }, - VCT: { listName: 'Saint-Vincent-et-les Grenadines' }, - VEN: { listName: 'Venezuela (République bolivarienne du)' }, - VGB: { listName: 'Îles Vierges britanniques' }, - VIR: { listName: 'Îles Vierges américaines' }, - VNM: { listName: 'Viet Nam' }, - VUT: { listName: 'Vanuatu' }, - WLF: { listName: 'Îles Wallis-et-Futuna' }, - WSM: { listName: 'Samoa' }, - X01: { listName: 'Atlantis 01' }, - X02: { listName: 'Atlantis 02' }, - X03: { listName: 'Atlantis 03' }, - X04: { listName: 'Atlantis 04' }, - X05: { listName: 'Atlantis 05' }, - X06: { listName: 'Atlantis 06' }, - X07: { listName: 'Atlantis 07' }, - X08: { listName: 'Atlantis 08' }, - X09: { listName: 'Atlantis 09' }, - X10: { listName: 'Atlantis 10' }, - X11: { listName: 'Atlantis 11' }, - X12: { listName: 'Atlantis 12' }, - X13: { listName: 'Atlantis 13' }, - X14: { listName: 'Atlantis 14' }, - X15: { listName: 'Atlantis 15' }, - X16: { listName: 'Atlantis 16' }, - X17: { listName: 'Atlantis 17' }, - X18: { listName: 'Atlantis 18' }, - X19: { listName: 'Atlantis 19' }, - X20: { listName: 'Atlantis 20' }, - YEM: { listName: 'Yémen' }, - ZAF: { listName: 'Afrique du Sud' }, - ZMB: { listName: 'Zambie' }, - ZWE: { listName: 'Zimbabwe' }, -} diff --git a/src/i18n/resources/fr/area.json b/src/i18n/resources/fr/area.json new file mode 100644 index 0000000000..9adb43b063 --- /dev/null +++ b/src/i18n/resources/fr/area.json @@ -0,0 +1,818 @@ +{ + "WO": { + "listName": "Global" + }, + "AF": { + "listName": "Afrique" + }, + "AN": { + "listName": "Antarctica" + }, + "AS": { + "listName": "Asie" + }, + "AT": { + "listName": "Atlantis" + }, + "EU": { + "listName": "Europe" + }, + "NA": { + "listName": "Amérique du Nord et Centrale" + }, + "OC": { + "listName": "Océanie" + }, + "SA": { + "listName": "Amérique du sud" + }, + "ASEAN": { + "listName": "ASEAN" + }, + "FE": { + "listName": "FOREST EUROPE" + }, + "EU27": { + "listName": "EU-27" + }, + "ECOMIFAC": { + "listName": "Espace COMIFAC" + }, + "MP": { + "listName": "Montreal Process" + }, + "UNECE": { + "listName": "UNECE" + }, + "ITTO": { + "listName": "International Tropical Timber Organization" + }, + "ABW": { + "listName": "Aruba" + }, + "AFG": { + "listName": "Afghanistan" + }, + "AGO": { + "listName": "Angola" + }, + "AIA": { + "listName": "Anguilla" + }, + "ALB": { + "listName": "Albanie" + }, + "AND": { + "listName": "Andorre" + }, + "ARE": { + "listName": "Émirats arabes unis" + }, + "ARG": { + "listName": "Argentine" + }, + "ARM": { + "listName": "Arménie" + }, + "ASM": { + "listName": "Samoa américaines" + }, + "ATG": { + "listName": "Antigua-et-Barbuda" + }, + "AUS": { + "listName": "Australie" + }, + "AUT": { + "listName": "Autriche" + }, + "AZE": { + "listName": "Azerbaïdjan" + }, + "BDI": { + "listName": "Burundi" + }, + "BEL": { + "listName": "Belgique" + }, + "BEN": { + "listName": "Bénin" + }, + "BES": { + "listName": "Bonaire, Sint Eustatius et Saba" + }, + "BFA": { + "listName": "Burkina Faso" + }, + "BGD": { + "listName": "Bangladesh" + }, + "BGR": { + "listName": "Bulgarie" + }, + "BHR": { + "listName": "Bahreïn" + }, + "BHS": { + "listName": "Bahamas" + }, + "BIH": { + "listName": "Bosnie-Herzégovine" + }, + "BLM": { + "listName": "Saint-Barthélemy" + }, + "BLR": { + "listName": "Bélarus" + }, + "BLZ": { + "listName": "Belize" + }, + "BMU": { + "listName": "Bermudes" + }, + "BOL": { + "listName": "Bolivie (État plurinational de)" + }, + "BRA": { + "listName": "Brésil" + }, + "BRB": { + "listName": "Barbade" + }, + "BRN": { + "listName": "Brunéi Darussalam" + }, + "BTN": { + "listName": "Bhoutan" + }, + "BWA": { + "listName": "Botswana" + }, + "CAF": { + "listName": "République centrafricaine" + }, + "CAN": { + "listName": "Canada" + }, + "CHE": { + "listName": "Suisse" + }, + "CHL": { + "listName": "Chili" + }, + "CHN": { + "listName": "Chine" + }, + "CIV": { + "listName": "Côte d'Ivoire" + }, + "CMR": { + "listName": "Cameroun" + }, + "COD": { + "listName": "République démocratique du Congo" + }, + "COG": { + "listName": "Congo" + }, + "COK": { + "listName": "Îles Cook" + }, + "COL": { + "listName": "Colombie" + }, + "COM": { + "listName": "Comores" + }, + "CPV": { + "listName": "Cabo Verde" + }, + "CRI": { + "listName": "Costa Rica" + }, + "CUB": { + "listName": "Cuba" + }, + "CUW": { + "listName": "Curaçao" + }, + "CYM": { + "listName": "Îles Caïmanes" + }, + "CYP": { + "listName": "Chypre" + }, + "CZE": { + "listName": "Tchéquie (la)" + }, + "DEU": { + "listName": "Allemagne" + }, + "DJI": { + "listName": "Djibouti" + }, + "DMA": { + "listName": "Dominique" + }, + "DNK": { + "listName": "Danemark" + }, + "DOM": { + "listName": "République dominicaine" + }, + "DZA": { + "listName": "Algérie" + }, + "ECU": { + "listName": "Équateur" + }, + "EGY": { + "listName": "Égypte" + }, + "ERI": { + "listName": "Érythrée" + }, + "ESH": { + "listName": "Sahara occidental" + }, + "ESP": { + "listName": "Espagne" + }, + "EST": { + "listName": "Estonie" + }, + "ETH": { + "listName": "Éthiopie" + }, + "FIN": { + "listName": "Finlande" + }, + "FJI": { + "listName": "Fidji" + }, + "FLK": { + "listName": "Îles Falkland (Malvinas)" + }, + "FRA": { + "listName": "France" + }, + "FRO": { + "listName": "Îles Féroé" + }, + "FSM": { + "listName": "Micronésie (États fédérés de)" + }, + "GAB": { + "listName": "Gabon" + }, + "GBR": { + "listName": "Royaume-Uni de Grande-Bretagne et d'Irlande du Nord" + }, + "GEO": { + "listName": "Géorgie" + }, + "GGY": { + "listName": "Guernesey" + }, + "GHA": { + "listName": "Ghana" + }, + "GIB": { + "listName": "Gibraltar" + }, + "GIN": { + "listName": "Guinée" + }, + "GLP": { + "listName": "Guadeloupe" + }, + "GMB": { + "listName": "Gambie" + }, + "GNB": { + "listName": "Guinée-Bissau" + }, + "GNQ": { + "listName": "Guinée équatoriale" + }, + "GRC": { + "listName": "Grèce" + }, + "GRD": { + "listName": "Grenade" + }, + "GRL": { + "listName": "Groenland" + }, + "GTM": { + "listName": "Guatemala" + }, + "GUF": { + "listName": "Guyane française" + }, + "GUM": { + "listName": "Guam" + }, + "GUY": { + "listName": "Guyana" + }, + "HND": { + "listName": "Honduras" + }, + "HRV": { + "listName": "Croatie" + }, + "HTI": { + "listName": "Haïti" + }, + "HUN": { + "listName": "Hongrie" + }, + "IDN": { + "listName": "Indonésie" + }, + "IMN": { + "listName": "Île de Man" + }, + "IND": { + "listName": "Inde" + }, + "IRL": { + "listName": "Irlande" + }, + "IRN": { + "listName": "Iran (République islamique d')" + }, + "IRQ": { + "listName": "Iraq" + }, + "ISL": { + "listName": "Islande" + }, + "ISR": { + "listName": "Israël" + }, + "ITA": { + "listName": "Italie" + }, + "JAM": { + "listName": "Jamaïque" + }, + "JEY": { + "listName": "Jersey" + }, + "JOR": { + "listName": "Jordanie" + }, + "JPN": { + "listName": "Japon" + }, + "KAZ": { + "listName": "Kazakhstan" + }, + "KEN": { + "listName": "Kenya" + }, + "KGZ": { + "listName": "Kirghizistan" + }, + "KHM": { + "listName": "Cambodge" + }, + "KIR": { + "listName": "Kiribati" + }, + "KNA": { + "listName": "Saint-Kitts-et-Nevis" + }, + "KOR": { + "listName": "République de Corée" + }, + "KWT": { + "listName": "Koweït" + }, + "LAO": { + "listName": "République démocratique populaire lao" + }, + "LBN": { + "listName": "Liban" + }, + "LBR": { + "listName": "Libéria" + }, + "LBY": { + "listName": "Libye" + }, + "LCA": { + "listName": "Sainte-Lucie" + }, + "LIE": { + "listName": "Liechtenstein" + }, + "LKA": { + "listName": "Sri Lanka" + }, + "LSO": { + "listName": "Lesotho" + }, + "LTU": { + "listName": "Lituanie" + }, + "LUX": { + "listName": "Luxembourg" + }, + "LVA": { + "listName": "Lettonie" + }, + "MAF": { + "listName": "Saint-Martin (partie française)" + }, + "MAR": { + "listName": "Maroc" + }, + "MCO": { + "listName": "Monaco" + }, + "MDA": { + "listName": "République de Moldova" + }, + "MDG": { + "listName": "Madagascar" + }, + "MDV": { + "listName": "Maldives" + }, + "MEX": { + "listName": "Mexique" + }, + "MHL": { + "listName": "Îles Marshall" + }, + "MKD": { + "listName": "République de Macédonie du Nord" + }, + "MLI": { + "listName": "Mali" + }, + "MLT": { + "listName": "Malte" + }, + "MMR": { + "listName": "Myanmar" + }, + "MNE": { + "listName": "Monténégro" + }, + "MNG": { + "listName": "Mongolie" + }, + "MNP": { + "listName": "Îles Mariannes du Nord" + }, + "MOZ": { + "listName": "Mozambique" + }, + "MRT": { + "listName": "Mauritanie" + }, + "MSR": { + "listName": "Montserrat" + }, + "MTQ": { + "listName": "Martinique" + }, + "MUS": { + "listName": "Maurice" + }, + "MWI": { + "listName": "Malawi" + }, + "MYS": { + "listName": "Malaisie" + }, + "MYT": { + "listName": "Mayotte" + }, + "NAM": { + "listName": "Namibie" + }, + "NCL": { + "listName": "Nouvelle-Calédonie" + }, + "NER": { + "listName": "Niger" + }, + "NFK": { + "listName": "Île Norfolk" + }, + "NGA": { + "listName": "Nigéria" + }, + "NIC": { + "listName": "Nicaragua" + }, + "NIU": { + "listName": "Nioué" + }, + "NLD": { + "listName": "Pays-Bas (Royaume des)" + }, + "NOR": { + "listName": "Norvège" + }, + "NPL": { + "listName": "Népal" + }, + "NRU": { + "listName": "Nauru" + }, + "NZL": { + "listName": "Nouvelle-Zélande" + }, + "OMN": { + "listName": "Oman" + }, + "PAK": { + "listName": "Pakistan" + }, + "PAN": { + "listName": "Panama" + }, + "PCN": { + "listName": "Pitcairn" + }, + "PER": { + "listName": "Pérou" + }, + "PHL": { + "listName": "Philippines" + }, + "PLW": { + "listName": "Palaos" + }, + "PNG": { + "listName": "Papouasie-Nouvelle-Guinée" + }, + "POL": { + "listName": "Pologne" + }, + "PRI": { + "listName": "Porto Rico" + }, + "PRK": { + "listName": "République populaire démocratique de Corée" + }, + "PRT": { + "listName": "Portugal" + }, + "PRY": { + "listName": "Paraguay" + }, + "PSE": { + "listName": "Palestine" + }, + "PYF": { + "listName": "Polynésie française" + }, + "QAT": { + "listName": "Qatar" + }, + "REU": { + "listName": "Réunion" + }, + "ROU": { + "listName": "Roumanie" + }, + "RUS": { + "listName": "Fédération de Russie" + }, + "RWA": { + "listName": "Rwanda" + }, + "SAU": { + "listName": "Arabie saoudite" + }, + "SDN": { + "listName": "Soudan" + }, + "SEN": { + "listName": "Sénégal" + }, + "SGP": { + "listName": "Singapour" + }, + "SHN": { + "listName": "Sainte-Hélène" + }, + "SJM": { + "listName": "Îles Svalbard et Jan Mayen" + }, + "SLB": { + "listName": "Îles Salomon" + }, + "SLE": { + "listName": "Sierra Leone" + }, + "SLV": { + "listName": "El Salvador" + }, + "SMR": { + "listName": "Saint-Marin" + }, + "SOM": { + "listName": "Somalie" + }, + "SPM": { + "listName": "Saint-Pierre-et-Miquelon" + }, + "SRB": { + "listName": "Serbie" + }, + "SSD": { + "listName": "Soudan du Sud" + }, + "STP": { + "listName": "Sao Tomé-et-Principe" + }, + "SUR": { + "listName": "Suriname" + }, + "SVK": { + "listName": "Slovaquie" + }, + "SVN": { + "listName": "Slovénie" + }, + "SWE": { + "listName": "Suède" + }, + "SWZ": { + "listName": "Eswatini" + }, + "SXM": { + "listName": "Sint Maarten (Dutch part)" + }, + "SYC": { + "listName": "Seychelles" + }, + "SYR": { + "listName": "République arabe syrienne" + }, + "TCA": { + "listName": "Îles Turques et Caïques" + }, + "TCD": { + "listName": "Tchad" + }, + "TGO": { + "listName": "Togo" + }, + "THA": { + "listName": "Thaïlande" + }, + "TJK": { + "listName": "Tadjikistan" + }, + "TKL": { + "listName": "Tokélaou" + }, + "TKM": { + "listName": "Turkménistan" + }, + "TLS": { + "listName": "Timor-Leste" + }, + "TON": { + "listName": "Tonga" + }, + "TTO": { + "listName": "Trinité-et-Tobago" + }, + "TUN": { + "listName": "Tunisie" + }, + "TUR": { + "listName": "Türkiye" + }, + "TUV": { + "listName": "Tuvalu" + }, + "TZA": { + "listName": "République-Unie de Tanzanie" + }, + "UGA": { + "listName": "Ouganda" + }, + "UKR": { + "listName": "Ukraine" + }, + "URY": { + "listName": "Uruguay" + }, + "USA": { + "listName": "États-Unis d'Amérique" + }, + "UZB": { + "listName": "Ouzbékistan" + }, + "VAT": { + "listName": "Saint-Siège" + }, + "VCT": { + "listName": "Saint-Vincent-et-les Grenadines" + }, + "VEN": { + "listName": "Venezuela (République bolivarienne du)" + }, + "VGB": { + "listName": "Îles Vierges britanniques" + }, + "VIR": { + "listName": "Îles Vierges américaines" + }, + "VNM": { + "listName": "Viet Nam" + }, + "VUT": { + "listName": "Vanuatu" + }, + "WLF": { + "listName": "Îles Wallis-et-Futuna" + }, + "WSM": { + "listName": "Samoa" + }, + "X01": { + "listName": "Atlantis 01" + }, + "X02": { + "listName": "Atlantis 02" + }, + "X03": { + "listName": "Atlantis 03" + }, + "X04": { + "listName": "Atlantis 04" + }, + "X05": { + "listName": "Atlantis 05" + }, + "X06": { + "listName": "Atlantis 06" + }, + "X07": { + "listName": "Atlantis 07" + }, + "X08": { + "listName": "Atlantis 08" + }, + "X09": { + "listName": "Atlantis 09" + }, + "X10": { + "listName": "Atlantis 10" + }, + "X11": { + "listName": "Atlantis 11" + }, + "X12": { + "listName": "Atlantis 12" + }, + "X13": { + "listName": "Atlantis 13" + }, + "X14": { + "listName": "Atlantis 14" + }, + "X15": { + "listName": "Atlantis 15" + }, + "X16": { + "listName": "Atlantis 16" + }, + "X17": { + "listName": "Atlantis 17" + }, + "X18": { + "listName": "Atlantis 18" + }, + "X19": { + "listName": "Atlantis 19" + }, + "X20": { + "listName": "Atlantis 20" + }, + "YEM": { + "listName": "Yémen" + }, + "ZAF": { + "listName": "Afrique du Sud" + }, + "ZMB": { + "listName": "Zambie" + }, + "ZWE": { + "listName": "Zimbabwe" + } +} diff --git a/src/i18n/resources/fr/assessmentSection.js b/src/i18n/resources/fr/assessmentSection.js deleted file mode 100644 index 0d4279a28b..0000000000 --- a/src/i18n/resources/fr/assessmentSection.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - odpUpdatedAfterEstimatingThisCell: `Un point de données original a été actualisé après l'estimation de cette cellule.`, - dataTableHasErrors: `Le tableau contient des erreurs. `, - hoverCellToSeeDetails: `Placer votre souris sur les cellules rouges pour voir le détail.`, -} diff --git a/src/i18n/resources/fr/assessmentSection.json b/src/i18n/resources/fr/assessmentSection.json new file mode 100644 index 0000000000..f20159f792 --- /dev/null +++ b/src/i18n/resources/fr/assessmentSection.json @@ -0,0 +1,5 @@ +{ + "odpUpdatedAfterEstimatingThisCell": "Un point de données original a été actualisé après l'estimation de cette cellule.", + "dataTableHasErrors": "Le tableau contient des erreurs. ", + "hoverCellToSeeDetails": "Placer votre souris sur les cellules rouges pour voir le détail." +} diff --git a/src/i18n/resources/fr/common.js b/src/i18n/resources/fr/common.js deleted file mode 100644 index 9526b6f0a5..0000000000 --- a/src/i18n/resources/fr/common.js +++ /dev/null @@ -1,73 +0,0 @@ -module.exports = { - accepted: 'Accepté', - add: 'Ajouter', - all: 'Toutes', - apply: 'Appliquer', - approve: 'Appouver', - approved: 'Approuvé', - areYouSureYouWantToDelete: 'Êtes-vous sûr de vouloir supprimer cet élément ? Cette opération ne peut être annulée.', - calculate: 'Calculer', - cancel: 'Effacer', - clearTable: 'Supprimer tableau', - column: 'Colonne', - continue: 'Continuer', - copyToClipboard: 'Copier dans le presse-papiers', - countries: 'Pays', - country: 'Pays', - custom: 'Personnaliser', - dashboard: 'Tableau de bord', - dataExport: 'Exportation de données', - delete: 'Supprimer', - disapprove: 'Refuser', - email: 'Email', - empty: 'Vide', - file: 'Fichier', - filterCountries: 'Filtrer les pays', - fraPlatform: 'Plateforme de FRA', - globalFRA: 'Évaluation des ressources forestières mondiales', - hide: `Cacher`, - issues: 'Problèmes', - label: 'Nom', - language: 'Langue', - lastEdit: 'Dernière modification', - latest: 'Dernier', - link: 'Lien', - load: 'Charger', - loading: 'Chargement en cours...', - login: 'Espace réservé', - name: 'Nom', - or: 'Ou', - other: 'Autre', - otherSpecifyInComments: 'Autre (préciser dans les commentaires)', - private: 'Privé', - public: 'Public', - regions: 'Régions', - resetAll: 'Effacer tout', - role: 'Rôle', - select: 'Choisissez', - selectAll: 'Tout sélectionner', - selectArea: 'Choisissez une zone géographique', - selectFiles: 'Sélectionner les fichiers', - show: `Afficher`, - showLess: 'Afficher moins', - showMore: 'Afficher plus', - source: 'Source', - sources: 'Sources', - statisticalFactsheets: 'Fiches statistiques', - status: 'Statut', - submit: 'Envoyer', - submittedForApproval: 'Soumis pour approbation', - submittedToReview: 'Soumis pour examen', - success: 'Succès', - tier: 'Niveau', - tiers: { notSelected: '', high: 'Elevé', medium: 'Moyen', low: 'Faible' }, - totalPercentage: 'Pourcentage total', - trend: 'Tendances', - unknown: 'Aucune fonction/Fonction inconnue', - unselectAll: 'Tout déselectionner', - updated: 'Mis à jour', - userGuide: "Guide de l'utilisateur", - variable: 'FRA Variable', - view: 'Voir', - year: 'Année', -} diff --git a/src/i18n/resources/fr/common.json b/src/i18n/resources/fr/common.json new file mode 100644 index 0000000000..2eb58c59dd --- /dev/null +++ b/src/i18n/resources/fr/common.json @@ -0,0 +1,78 @@ +{ + "accepted": "Accepté", + "add": "Ajouter", + "all": "Toutes", + "apply": "Appliquer", + "approve": "Appouver", + "approved": "Approuvé", + "areYouSureYouWantToDelete": "Êtes-vous sûr de vouloir supprimer cet élément ? Cette opération ne peut être annulée.", + "calculate": "Calculer", + "cancel": "Effacer", + "clearTable": "Supprimer tableau", + "column": "Colonne", + "continue": "Continuer", + "copyToClipboard": "Copier dans le presse-papiers", + "countries": "Pays", + "country": "Pays", + "custom": "Personnaliser", + "dashboard": "Tableau de bord", + "dataExport": "Exportation de données", + "delete": "Supprimer", + "disapprove": "Refuser", + "email": "Email", + "empty": "Vide", + "file": "Fichier", + "filterCountries": "Filtrer les pays", + "fraPlatform": "Plateforme de FRA", + "globalFRA": "Évaluation des ressources forestières mondiales", + "hide": "Cacher", + "issues": "Problèmes", + "label": "Nom", + "language": "Langue", + "lastEdit": "Dernière modification", + "latest": "Dernier", + "link": "Lien", + "load": "Charger", + "loading": "Chargement en cours...", + "login": "Espace réservé", + "name": "Nom", + "or": "Ou", + "other": "Autre", + "otherSpecifyInComments": "Autre (préciser dans les commentaires)", + "private": "Privé", + "public": "Public", + "regions": "Régions", + "resetAll": "Effacer tout", + "role": "Rôle", + "select": "Choisissez", + "selectAll": "Tout sélectionner", + "selectArea": "Choisissez une zone géographique", + "selectFiles": "Sélectionner les fichiers", + "show": "Afficher", + "showLess": "Afficher moins", + "showMore": "Afficher plus", + "source": "Source", + "sources": "Sources", + "statisticalFactsheets": "Fiches statistiques", + "status": "Statut", + "submit": "Envoyer", + "submittedForApproval": "Soumis pour approbation", + "submittedToReview": "Soumis pour examen", + "success": "Succès", + "tier": "Niveau", + "tiers": { + "notSelected": "", + "high": "Elevé", + "medium": "Moyen", + "low": "Faible" + }, + "totalPercentage": "Pourcentage total", + "trend": "Tendances", + "unknown": "Aucune fonction/Fonction inconnue", + "unselectAll": "Tout déselectionner", + "updated": "Mis à jour", + "userGuide": "Guide de l'utilisateur", + "variable": "FRA Variable", + "view": "Voir", + "year": "Année" +} diff --git a/src/i18n/resources/fr/contentCheck.js b/src/i18n/resources/fr/contentCheck.js deleted file mode 100644 index 145cb8c9bb..0000000000 --- a/src/i18n/resources/fr/contentCheck.js +++ /dev/null @@ -1,57 +0,0 @@ -module.exports = { - extent: { - title: 'Étendue', - forest_area: 'Forêt (1 000 ha)', - other_wooded_land: 'Autres terres boisées (1 000 ha)', - primary_forest_percent: 'Forêt primaire (% de la forêt)', - protected_forest_percent: 'Forêt dans les aires protégées (% de la forêt)', - management_plan_percent: 'Superficie forestière avec plan de gestion (% de la forêt)', - certified_area: 'Superficie forestière certifiée (1 000 ha)', - }, - periodicChangeRate: { - title: 'Taux de changement périodique (taux annuels)', - forest_area_annual_net_change: 'Changement annuel net de la superficie de forêt (1 000 hectares)', - forest_area_annual_net_change_rate: 'Taux de changement annuel net de la superficie de forêt (%)', - other_wooded_land_annual_net_change: 'Changement annuel net de la superficie des ATB (1 000 hectares)', - other_wooded_land_annual_net_change_rate: 'Taux de changement annuel net de la superficie des ATB (%)', - primary_forest_annual_net_change: 'Changement annuel net de la superficie de forêt primaire (1000 hectares)', - primary_forest_annual_net_change_rate: 'Taux de changement annuel net de la superficie de forêt primaire (%)', - natural_forest_area_annual_net_change: - 'Changement annuel net de la superficie de forêt naturellement régénérée (1 000 hectares)', - natural_forest_area_annual_net_change_rate: - 'Taux de changement annuel net de la superficie de forêt naturellement régénérée (%)', - planted_forest_annual_net_change: 'Changement annuel net de la superficie de forêt plantée (1 000 hectares)', - planted_forest_annual_net_change_rate: 'Taux de changement annuel net de la superficie de forêt plantée (%)', - }, - forestGrowingStockBiomassCarbon: { - title: 'Matériel sur pied, biomasse et carbone des FORÊTS', - forest: 'Matériel sur pied (m3/ha)', - forest_above_ground: 'Biomasse aérienne (t/ha)', - forest_below_ground: 'Biomasse souterraine (t/ha)', - forest_deadwood: 'Bois mort (t/ha)', - carbon_forest_above_ground: 'C dans la biomasse aérienne (t/ha)', - carbon_forest_below_ground: 'C dans la biomasse aérienne (t/ha)', - carbon_forest_deadwood: 'C dans le bois mort (t/ha)', - carbon_forest_litter: 'C dans la litière (t/ha)', - carbon_forest_soil: 'C dans le sol (t/ha)', - above_ground_biomass_growing_stock_ratio: 'Rapport (biomasse aérienne) / (Matériel sur pied) (t/m3)', - root_shoot_ratio: 'Rapport (Biomasse souterraine) / (Biomasse aérienne)', - carbon_biomass_deadwood_ratio: 'Rapport (Bois mort) / (Biomasse vivante)', - carbon_biomass_above_ground_ratio: 'Rapport (Carbone/ Biomasse) pour la biomasse aérienne', - carbon_biomass_below_ground_ratio: 'Rapport (Carbone/ Biomasse) pour la biomasse souterraine', - dead_living_mass_ratio: 'Rapport (Carbone/ Biomasse) pour le bois mort', - }, - primaryDesignatedManagementObjective: { - title: 'Objectif de gestion principal ', - }, - totalAreaDesignatedManagementObjective: 'Superficie totale de forêt avec un objectif de gestion fixé', - forestOwnership: { - title: 'Droits de propriété', - }, - holderOfManagementRights: { - title: 'Droits de gestion des forêts publiques', - }, - disturbances: { - title: 'Perturbations', - }, -} diff --git a/src/i18n/resources/fr/contentCheck.json b/src/i18n/resources/fr/contentCheck.json new file mode 100644 index 0000000000..4804090f53 --- /dev/null +++ b/src/i18n/resources/fr/contentCheck.json @@ -0,0 +1,55 @@ +{ + "extent": { + "title": "Étendue", + "forest_area": "Forêt (1 000 ha)", + "other_wooded_land": "Autres terres boisées (1 000 ha)", + "primary_forest_percent": "Forêt primaire (% de la forêt)", + "protected_forest_percent": "Forêt dans les aires protégées (% de la forêt)", + "management_plan_percent": "Superficie forestière avec plan de gestion (% de la forêt)", + "certified_area": "Superficie forestière certifiée (1 000 ha)" + }, + "periodicChangeRate": { + "title": "Taux de changement périodique (taux annuels)", + "forest_area_annual_net_change": "Changement annuel net de la superficie de forêt (1 000 hectares)", + "forest_area_annual_net_change_rate": "Taux de changement annuel net de la superficie de forêt (%)", + "other_wooded_land_annual_net_change": "Changement annuel net de la superficie des ATB (1 000 hectares)", + "other_wooded_land_annual_net_change_rate": "Taux de changement annuel net de la superficie des ATB (%)", + "primary_forest_annual_net_change": "Changement annuel net de la superficie de forêt primaire (1000 hectares)", + "primary_forest_annual_net_change_rate": "Taux de changement annuel net de la superficie de forêt primaire (%)", + "natural_forest_area_annual_net_change": "Changement annuel net de la superficie de forêt naturellement régénérée (1 000 hectares)", + "natural_forest_area_annual_net_change_rate": "Taux de changement annuel net de la superficie de forêt naturellement régénérée (%)", + "planted_forest_annual_net_change": "Changement annuel net de la superficie de forêt plantée (1 000 hectares)", + "planted_forest_annual_net_change_rate": "Taux de changement annuel net de la superficie de forêt plantée (%)" + }, + "forestGrowingStockBiomassCarbon": { + "title": "Matériel sur pied, biomasse et carbone des FORÊTS", + "forest": "Matériel sur pied (m3/ha)", + "forest_above_ground": "Biomasse aérienne (t/ha)", + "forest_below_ground": "Biomasse souterraine (t/ha)", + "forest_deadwood": "Bois mort (t/ha)", + "carbon_forest_above_ground": "C dans la biomasse aérienne (t/ha)", + "carbon_forest_below_ground": "C dans la biomasse aérienne (t/ha)", + "carbon_forest_deadwood": "C dans le bois mort (t/ha)", + "carbon_forest_litter": "C dans la litière (t/ha)", + "carbon_forest_soil": "C dans le sol (t/ha)", + "above_ground_biomass_growing_stock_ratio": "Rapport (biomasse aérienne) / (Matériel sur pied) (t/m3)", + "root_shoot_ratio": "Rapport (Biomasse souterraine) / (Biomasse aérienne)", + "carbon_biomass_deadwood_ratio": "Rapport (Bois mort) / (Biomasse vivante)", + "carbon_biomass_above_ground_ratio": "Rapport (Carbone/ Biomasse) pour la biomasse aérienne", + "carbon_biomass_below_ground_ratio": "Rapport (Carbone/ Biomasse) pour la biomasse souterraine", + "dead_living_mass_ratio": "Rapport (Carbone/ Biomasse) pour le bois mort" + }, + "primaryDesignatedManagementObjective": { + "title": "Objectif de gestion principal " + }, + "totalAreaDesignatedManagementObjective": "Superficie totale de forêt avec un objectif de gestion fixé", + "forestOwnership": { + "title": "Droits de propriété" + }, + "holderOfManagementRights": { + "title": "Droits de gestion des forêts publiques" + }, + "disturbances": { + "title": "Perturbations" + } +} diff --git a/src/i18n/resources/fr/dataDownload.js b/src/i18n/resources/fr/dataDownload.js deleted file mode 100644 index 6001f1e6bb..0000000000 --- a/src/i18n/resources/fr/dataDownload.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - bulkDownload: 'Téléchargement groupé', - dataDownload: 'Téléchargement de données', -} diff --git a/src/i18n/resources/fr/dataDownload.json b/src/i18n/resources/fr/dataDownload.json new file mode 100644 index 0000000000..fff6033e4f --- /dev/null +++ b/src/i18n/resources/fr/dataDownload.json @@ -0,0 +1,4 @@ +{ + "bulkDownload": "Téléchargement groupé", + "dataDownload": "Téléchargement de données" +} diff --git a/src/i18n/resources/fr/dataSource.js b/src/i18n/resources/fr/dataSource.js deleted file mode 100644 index e44e6863e3..0000000000 --- a/src/i18n/resources/fr/dataSource.js +++ /dev/null @@ -1,15 +0,0 @@ -module.exports = { - referenceToTataSource: 'Référence de la source de données', - typeOfDataSource: 'Type de source de données ', - fraVariable: 'Variable FRA ', - variable: 'Variable', - yearForDataSource: 'Année des données', - comments: 'Commentaires', - nationalForestInventory: 'Inventaire forestier national (IFN)', - remoteSensingBasedAssessmentWithGroundTruthing: 'Evaluation par télédétection avec vérification de terrain', - statisticalRemoteSensingSurveyWithAccuracyAssessment: - 'Enquête par télédétection d’un échantillon représentatif avec évaluation de la précision', - remoteSensingBasedAssessmentWithoutGroundTruthing: 'Evaluation par télédétection sans vérification sur le terrain', - vegetationMapping: 'Cartographie complète de la végétation', - registersAndStatistics: 'Registres et questionnaires', -} diff --git a/src/i18n/resources/fr/dataSource.json b/src/i18n/resources/fr/dataSource.json new file mode 100644 index 0000000000..ac0c4cf429 --- /dev/null +++ b/src/i18n/resources/fr/dataSource.json @@ -0,0 +1,14 @@ +{ + "referenceToTataSource": "Référence de la source de données", + "typeOfDataSource": "Type de source de données ", + "fraVariable": "Variable FRA ", + "variable": "Variable", + "yearForDataSource": "Année des données", + "comments": "Commentaires", + "nationalForestInventory": "Inventaire forestier national (IFN)", + "remoteSensingBasedAssessmentWithGroundTruthing": "Evaluation par télédétection avec vérification de terrain", + "statisticalRemoteSensingSurveyWithAccuracyAssessment": "Enquête par télédétection d’un échantillon représentatif avec évaluation de la précision", + "remoteSensingBasedAssessmentWithoutGroundTruthing": "Evaluation par télédétection sans vérification sur le terrain", + "vegetationMapping": "Cartographie complète de la végétation", + "registersAndStatistics": "Registres et questionnaires" +} diff --git a/src/i18n/resources/fr/editUser.js b/src/i18n/resources/fr/editUser.js deleted file mode 100644 index 5020d3bc03..0000000000 --- a/src/i18n/resources/fr/editUser.js +++ /dev/null @@ -1,41 +0,0 @@ -module.exports = { - activated: 'Activé', - chooseProfilePicture: "Choisir l'image", - city: 'Ville', - contactPreference: 'Mode de contact préféré', - contactPreferenceMethod: 'Méthode de contact', - contributions: 'Contributions', - countryIso: 'Pays', - demoteToUser: "Êtes-vous sûr de vouloir supprimer les privilèges d'administrateur ?", - done: 'Enregistrer', - email: 'Email', - institution: 'Institution', - loginEmail: 'Identifiant', - mandatoryFields: '* sont des champs obligatoires', - mr: 'M.', - mrs: 'Mme', - ms: 'Mlle', - name: 'Nom', - organization: 'Organisation', - organizationalUnit: 'Unité organisationnelle', - other: 'Autre', - picture1MbMax: "L'image de profil ne peut pas dépasser 1 Mo", - platformChat: 'Chat sur la plateforme', - poBox: 'Boîte postale', - position: 'Position', - primaryEmail: 'Adresse électronique principale', - primaryPhoneNumber: 'Numéro de téléphone principal', - professionalTitle: 'Titre professionnel', - promoteToAdmin: "Êtes-vous sûr de vouloir accorder des privilèges d'administrateur ?", - role: 'Rôle', - secondaryEmail: 'Adresse électronique secondaire', - secondaryPhoneNumber: 'Numéro de téléphone secondaire', - signal: 'Signal', - skype: 'Nom sur Skype', - status: 'Statut', - street: 'Adresse (rue)', - surname: 'Nom(s) de famille', - title: 'Appelation', - whatsapp: 'Whatsapp', - zipCode: 'Code postal', -} diff --git a/src/i18n/resources/fr/editUser.json b/src/i18n/resources/fr/editUser.json new file mode 100644 index 0000000000..c275f6257d --- /dev/null +++ b/src/i18n/resources/fr/editUser.json @@ -0,0 +1,41 @@ +{ + "activated": "Activé", + "chooseProfilePicture": "Choisir l'image", + "city": "Ville", + "contactPreference": "Mode de contact préféré", + "contactPreferenceMethod": "Méthode de contact", + "contributions": "Contributions", + "countryIso": "Pays", + "demoteToUser": "Êtes-vous sûr de vouloir supprimer les privilèges d'administrateur ?", + "done": "Enregistrer", + "email": "Email", + "institution": "Institution", + "loginEmail": "Identifiant", + "mandatoryFields": "* sont des champs obligatoires", + "mr": "M.", + "mrs": "Mme", + "ms": "Mlle", + "name": "Nom", + "organization": "Organisation", + "organizationalUnit": "Unité organisationnelle", + "other": "Autre", + "picture1MbMax": "L'image de profil ne peut pas dépasser 1 Mo", + "platformChat": "Chat sur la plateforme", + "poBox": "Boîte postale", + "position": "Position", + "primaryEmail": "Adresse électronique principale", + "primaryPhoneNumber": "Numéro de téléphone principal", + "professionalTitle": "Titre professionnel", + "promoteToAdmin": "Êtes-vous sûr de vouloir accorder des privilèges d'administrateur ?", + "role": "Rôle", + "secondaryEmail": "Adresse électronique secondaire", + "secondaryPhoneNumber": "Numéro de téléphone secondaire", + "signal": "Signal", + "skype": "Nom sur Skype", + "status": "Statut", + "street": "Adresse (rue)", + "surname": "Nom(s) de famille", + "title": "Appelation", + "whatsapp": "Whatsapp", + "zipCode": "Code postal" +} diff --git a/src/i18n/resources/fr/email.js b/src/i18n/resources/fr/email.js deleted file mode 100644 index a65a4301e3..0000000000 --- a/src/i18n/resources/fr/email.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - invitationAccepted: { - subject: 'L’utilisateur {{invitedUserName}} {{invitedUserSurname}} a accepté votre invitation', - textMessage: `Cher/Chère {{recipientName}} {{recipientSurname}}, - -L’utilisateur {{invitedUserName}} {{invitedUserSurname}} a accepté votre invitation à participer à {{assessmentName}} {{cycleName}} en tant que {{role}} pour le/la {{- country}} -{{- manageCollaboratorsUrl}} - -L’équipe FRA`, - htmlMessage: `Cher/Chère {{recipientName}} {{recipientSurname}}, -

-L’utilisateur {{invitedUserName}} {{invitedUserSurname}} a accepté votre invitation à participer à {{assessmentName}} {{cycleName}} en tant que {{role}} pour le/la {{country}}. -

-L’équipe FRA`, - }, -} diff --git a/src/i18n/resources/fr/email.json b/src/i18n/resources/fr/email.json new file mode 100644 index 0000000000..63ca02c256 --- /dev/null +++ b/src/i18n/resources/fr/email.json @@ -0,0 +1,7 @@ +{ + "invitationAccepted": { + "subject": "L’utilisateur {{invitedUserName}} {{invitedUserSurname}} a accepté votre invitation", + "textMessage": "Cher/Chère {{recipientName}} {{recipientSurname}},\n\nL’utilisateur {{invitedUserName}} {{invitedUserSurname}} a accepté votre invitation à participer à {{assessmentName}} {{cycleName}} en tant que {{role}} pour le/la {{- country}}\n{{- manageCollaboratorsUrl}}\n\nL’équipe FRA", + "htmlMessage": "Cher/Chère {{recipientName}} {{recipientSurname}},\n

\nL’utilisateur {{invitedUserName}} {{invitedUserSurname}} a accepté votre invitation à participer à {{assessmentName}} {{cycleName}} en tant que {{role}} pour le/la {{country}}.\n

\nL’équipe FRA" + } +} diff --git a/src/i18n/resources/fr/fra.js b/src/i18n/resources/fr/fra.js deleted file mode 100644 index eae4a8ab88..0000000000 --- a/src/i18n/resources/fr/fra.js +++ /dev/null @@ -1,269 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/no-var-requires -const print = require('./print') - -module.exports = { - print, - - // common - area100HaYear: 'Superficie (1000 ha)', - categoryHeader2020: 'Catégories de FRA 2020', - categoryHeader2025: 'Catégories de FRA 2025', - forestArea100HaYear: 'Superficie forestière (1000 ha)', - area100Ha: 'Superficie (1 000 ha)', - areaAffectedByFire: { - areaAffected: 'Superficie touchée (1 000 ha)', - areaAffectedByFire2025: '$t(areaAffectedByFire.areaAffectedByFire)', - totalLandAreaAffectedByFire2025: 'Superficie totale des terres touchées par des incendies', - }, - biomassStock: { - biomassStock2025: 'Stock de biomasse', - }, - biomassStockAvg: { - forestBiomass: 'Biomasse de la forêt (t/ha)', - }, - biomassStockTotal: { - totalForestBiomass: 'Biomasse totale de la forêt (en million de tonnes)', - }, - carbonStock: { - carbonStock2025: 'Stock de carbone', - }, - carbonStockTotal: { - totalForestCarbon: 'Carbone total de la forêt (en million de tonnes)', - }, - climaticDomain: { - percentOfForestArea: '% de la superficie de forêt', - }, - contactPersons: { - expectedYearForNextCountryReportUpdate: 'Année prévue pour la prochaine mise à jour du rapport national', - }, - degradedForest: { - degradedForest: 'Forêt dégradée', - degradedForestDefinition: 'Définition de la forêt dégradée', - forestDegradationMonitoringAndAssessment: 'Evaluation et suvi de la dégradation des forêts', - degradedAreaForThatYear: 'Superficie de forêt dégradée pour cette année-là (1 000 ha)', - doesYourCountryMonitor: 'Votre pays assure-t-il un suivi de la superficie de forêts dégradée', - hasNationalDefinitionOfDegradedForest: 'Votre pays dispose-t-il d’une définition de la « forêt dégradée » ?', - hasNationalLevelData: 'Si des données sont disponibles à l’échelle nationale', - howMonitored: 'Décrire le processus de suivi et les résultats', - ifYes: 'Si « Oui »', - whatIsDefinition: 'Quelle est la définition nationale de la « forêt dégradée » ?', - yearOfLatestAssessment: 'Année de la dernière évaluation', - other: 'Autre (expliquer dans les commentaires)', - notSelected: '', - criteriaOfDegradedForest: 'Critères utilisés dans la définition de la forêt dégradée', - changeInForestStructureDecreaseInForestCanopy: - 'Changement dans la structure de la forêt / Diminution du couvert forestier', - forestDisturbances: 'Perturbations forestières', - lossOfProductivityAndForestGoods: 'Pertes de la productivité et de biens forestiers', - lossOfForestServices: 'Perte de services forestiers', - lossOfCarbonBiomassAndGrowingStock: 'Perte de carbone, de biomasse et de matériel sur pied', - lossOfBiologicalDiversity: 'Perte de diversité biologique', - soilDamageErosion: 'Dommages au sol / érosion', - mainMethods: 'Principales méthodes appliquées pour assurer un suivi de la superficie de forêt dégradée', - fieldInventoryAndObservations: 'Inventaire et observations sur le terrain', - wallToWallRemoteSensingMapping: 'Cartographie complète par télédétection', - remoteSensingSurvey: 'Enquête par télédétection', - expertOpinion: "Avis d'experts", - productionHarvestData: 'Données de production/récolte', - forestManagementPlanReport: 'Rapports des plans de gestion forestière', - underDevelopment: 'En cours de développement', - monitoringScale: 'Échelle du suivi', - national: 'Nationale', - subnational: 'Sous-nationale', - biome: 'Biome', - standLocal: 'Peuplement / Locale', - criteriaOfDegradedForest2025: 'Critères appliqués dans la définition de la forêt dégradée', - }, - designatedManagementObjective: { - designatedManagementObjective2025: 'Objectif de gestion fixés', - noDesignation: 'Aucune affectation', - unknown2025: 'Affectation inconnue', - }, - disturbances: { - forestDamage: 'Dommages causés aux forêts', - predominantCause: 'Cause prédominante', - forestAreaAffected: 'Superficie de forêt touchée (1 000 ha)', - severeWeatherEvents2025: 'Phénomènes météorologiques graves', - }, - extentOfForest: { - remainingLandArea: 'Terres restantes', - extentOfForest2025: '$t(extentOfForest.extentOfForest)', - otherWoodedLand: '$t(fraClass.otherWoodedLand)', - }, - forestAreaChange: { - forestAreaChange2025: 'Expansion de la forêt, déforestation et changement net annuels', - forestAreaNetChange2025: 'Changement net de la superficie de forêt (a-b)', - }, - forestAreaWithinProtectedAreas: { - forestAreaWithLongTermManagementPlan2025: 'Superficie de forêt soumise à un plan de gestion à long terme', - forestAreaWithinProtectedAreas2025: - 'Superficie de forêt se trouvant à l’intérieur d’aires protégées juridiquement constituées et superficie de forêt soumise à des plans de gestion à long terme', - }, - forestCharacteristics: { - ofWhichOtherPlantedForest: '...dont autres forêts plantées', - primaryForest: '...dont forêt primaire', - plantationForestIntroducedArea2025: "...dont d'espèces introduites", - otherPlantedForest2025: '...dont autres forêts plantées', - }, - forestOwnership: { - ofWhichPrivateBusinesses2025: '...dont appartenant à des entités et institutions commerciales privées', - ofWhichCommunities2025: '...dont Peuples autochtones et aux communautés locales', - other2025: 'Autres formes de propriété (préciser dans les commentaires)', - unknown2025: 'Propriété inconnue', - total2025: 'Total', - }, - forestRestoration: { - forestRestoration: 'Restauration des forêts', - hasYourCountryForestRestorationCommitments: - 'Votre pays a-t-il pris des engagements en faveur de la restauration des forêts? ', - isThereALawOrOtherGovernmentMandateInSupportOfRestoration: - 'Existe-t-il une loi ou un autre mandat gouvernemental en soutien à la restauration des forêts ?', - isThereANationalDefinitionOfRestoration: - 'Existe-t-il une définition nationale de la « restauration des forêts »? Si « Oui », indiquer cette définition, le processus de suivi et les résultats.', - whatAreasInNeedOfRestorationHaveBeenIdentified: - 'Quelles sont les zones nécessitant une restauration des forêts qui ont été identifiées et, le cas échéant, comment ont-elles été identifiées ?', - whatAreTheTargetsSetForTheRestoration: - 'Quelles sont les objectifs fixés pour la restauration des forêts ? Par exemple, xxx hectares d’ici à l’année yyyy', - howManyHectaresOfForestHaveBeenRestoredToDate: 'Combien d’hectares de forêts ont été restaurés à ce jour ?', - ifYes: 'Si « Oui »', - }, - growingStock: { - totalForest: 'Total Forêt', - naturallyRegeneratingForest2025: 'Forêt naturellement régénérée', - plantedForest2025: 'Forêts plantées', - otherPlantedForest2025: '...dont autres forêts plantées', - }, - growingStockComposition: { - millionCubicMeter: 'Millions de m³', - mostRecentYear: 'Année la plus récente', - percentOfTotal: '% du total', - ranked: 'Classée #{{idx}}', - totalGrowingStock: 'TOTAL Matériel sur pied ', - totalIntroducedTreeSpecies: 'TOTAL Espèces d’arbres introduites ', - totalNativeTreeSpecies: 'TOTAL Espèces d’arbres indigènes ', - nativeTreeSpecies2025: 'Espèces d’arbres indigènes', - remainingNative2025: 'Autres espèces d’arbres indigènes', - introducedTreeSpecies2025: 'Espèces d’arbres introduite', - remainingIntroduced2025: 'Autres espèces d’arbres introduites', - }, - holderOfManagementRights: { - holderOfManagementRights2025: 'Droits de gestion des forêts publiques', - privateBusinesses2025: 'Entités et institutions commerciales privées', - communities2025: 'Peuples autochtones et communautés locales ', - other2025: 'Autres formes de droits de gestion (préciser dans les commentaires)', - unknown2025: 'Droits de gestion inconnus', - }, - otherWoodedLand: { - otherWoodedLand2025: 'Autres terres boisées', - }, - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals2025: 'Extraction et valeur des produits forestiers non ligneux en 2020', - nameOfProduct2025: 'Nom du produit PFNL', - allOtherPlantProducts2025: 'Tout autre produit végétal', - allOtherAnimalProducts2025: 'Tout autre produit animal', - currency2025: 'Nom de la monnaie', - }, - otherLandWithTreeCover: { - otherLandWithTreeCover2025: 'Autres terres avec un couvert arboré', - agroforestry2025: 'Systèmes agroforestiers', - other2025: 'Autre (à préciser)', - }, - primaryForestByClimaticDomain: { - primaryForestByClimaticDomain: 'Forêt primaire par domaine climatique', - primaryForestBoreal: '...dont forêt primaire boréale', - primaryForestTemperate: '...dont forêt primaire tempérée', - primaryForestTropical: '...dont forêt primaire tropicale', - primaryForestSubTropical: '...dont l forêt primaire subtropicale', - totalPrimaryForest: 'Total Forêt primaire', - }, - specificForestCategories: { - specificForestCategories2025: 'Catégories spécifiques de forêts', - mangroves2025: 'Mangroves¹', - rubberWood2025: 'Hévéas', - mangrovesDisclaimer: - '¹Pour la catégorie « Mangroves », la superficie doit inclure celles des « Forêts » et des « Autres terres boisées »', - }, - forestPolicy: { - forestPolicy2025: - 'Politiques, législation et plateforme nationale de participation des parties prenantes à l’élaboration des politiques forestières', - policiesSFM2025: 'Politiques d’appui à la gestion durable des forêts (GDF)', - legislationsSFM2025: 'Législations et/ou règlementations en faveur de la GDF', - stakeholderParticipation2025: - 'Plateforme de participation des parties prenantes à l’élaboration de politiques forestières', - existenceOfTraceabilitySystem2025: 'Système de traçabilité des produits ligneux', - }, - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate2025: 'Superficie des domaines forestiers permanents', - }, - sustainableDevelopment: { - annualForestAreaChangeRate: 'Taux de changement annuel de la superficie forestière', - sdgIndicator1_2025: 'Indicateur ODD 15.1.1: Surface des zones forestières, en proportion de la surface terrestre ', - forestAreaProportionLandArea: 'Surface des zones forestières, en proportion de la surface terrestre ', - aboveGroundBiomassStockForests2025: 'Stock de biomasse aérienne dans les forêts', - proportionForestAreaLegallyEstablishedProtectedAreas2025: - 'Proportion de la superficie forestière se trouvant dans des aires protégées juridiquement constituées', - proportionForestAreaLongTermForestManagement2025: - 'Proportion de la superficie forestière faisant l’objet d’un plan de gestion forestière à long terme', - forestAreaVerifiedForestManagement2025: - 'Superficie forestière dont la gestion est certifiée par des systèmes de vérification indépendants', - dataProvidedBy: `Les données pour ce sous-indicateur des ODD sont fournies par le Forest Stewardship Council (FSC) et le Programme de reconnaissance des certifications forestières (PEFC).`, - 'Metadata-15-01-01': `Métadonnées de l’indicateur des ODD 15.1.1`, - 'Metadata-15-02-01': `Métadonnées de l’indicateur des ODD 15.2.1`, - }, - navigation: { - sectionHeaders: { - employmentEducationAndNwfp2025: 'Extraction et valeur des produits forestiers non ligneux en 2020', - forestGrowingStockBiomassAndCarbon2025: 'Matériel sur pied, biomasse et carbone de la forêt', - forestDesignationAndManagement2025: 'Affectation et gestion des forêts', - forestPolicyAndLegislation2025: 'Politiques et législations forestières', - }, - }, - extentOfForest_forestAreaStatusAndTrend_Description: { - header_0: 'Critères d’évaluation du niveau pour la superficie de forêt', - status: { - high: 'Sources de données : récentes¹ – inventaire forestier national ou télédétection (enquête sur un échantillon représentatif ou cartographie complète) avec une évaluation de l’exactitude / calibrage à partir de données de terrain.', - medium: - 'Sources de données : anciennes² – inventaire forestier national ou télédétection (enquête sur un échantillon représentatif ou cartographie complète) avec une évaluation de l’exactitude / calibrage à partir de données de terrain.', - low: 'Sources de données : autres – par exemple, registres, estimations d’experts ou télédétection sans évaluation de l’exactitude/calibrage à partir de données de terrain.', - }, - trend: { - high: 'Estimations reposant sur des inventaires forestiers nationaux répétés compatibles³ dont les données du plus récent ne remontent pas à plus de cinq ans ; et/ou analyse des données de télédétection multitemporelles pour une période qui a pris fin il y a cinq ans au plus.', - medium: - 'Estimations reposant sur des inventaires forestiers nationaux répétés compatibles³ dont les données du plus récent remontent à plus de cinq ans ; et/ou analyse des données de télédétection multitemporelles pour une période qui a pris fin il y a plus de cinq ans ; ou comparaison de cartes compatibles sans analyse multitemporelle', - low: 'Autres sources de données – par exemple, estimations d’experts ou estimations reposant sur des évaluations non compatibles.', - }, - footer1: - '¹ Données ne remontant pas à plus de 5 ans à compter de l’année de soumission du rapport (2018 ou plus récent pour les rapports nationaux de FRA 2025)', - footer2: - '² Données remontant à plus de 5 ans à partir de l’année de soumission du rapport (antérieures à 2018 pour les rapports nationaux de FRA 2025)', - footer3: '³ Compatibles en termes de méthodes, de catégories et de définitions utilisées', - }, - biomassStock_biomassStockStatus_Description: { - header_0: 'Critères d’évaluation du niveau pour le Matériel sur pied', - status: { - high: 'Application des facteurs de conversion et d’expansion de la biomasse ou équations allométriques spécifiques au pays.', - medium: - 'Application d’équations allométriques génériques ou au niveau du biome, ou d’une combinaison de facteurs de conversion spécifiques au pays/biome et de facteurs par défaut de l’expansion de la biomasse du GIEC.', - low: 'Application des facteurs par défaut de conversion et d’expansion de la biomasse du GIEC (par exemple, utilisation du « calculateur de biomasse »), ou estimations reposant sur une cartographie par télédétection de la biomasse.', - }, - }, - growingStock_growingStockStatus_Description: { - header_0: 'Critères d’évaluation du niveau pour les estimations de la biomasse', - status: { - high: 'Application des facteurs de conversion et d’expansion de la biomasse ou équations allométriques spécifiques au pays.', - medium: - 'Application d’équations allométriques génériques ou au niveau du biome, ou d’une combinaison des facteurs de conversion spécifiques au pays/biome et des facteurs par défaut de l’expansion de la biomasse du GIEC.', - low: 'Application des facteurs par défaut de conversion et d’expansion de la biomasse du GIEC (par exemple, utilisation du « calculateur de la biomasse »), ou estimations reposant sur une cartographie par télédétection de la biomasse.', - }, - status2025: { - high: 'Sources de données: récentes¹ – Inventaire forestier national ou balayage laser aéroporté (BLA) calibré avec des données de terrain.', - medium: - 'Sources de données: anciennes² – Inventaire forestier national, inventaires de terrain partiels ou balayage laser aéroporté (BLA) non calibré avec des données de terrain.', - low: 'Autres sources de données telles que données satellites, registres, questionnaires ou évaluations d’experts.', - }, - footer1: - '¹ Données ne remontant pas à plus de 10 ans à compter de l’année de soumission du rapport (2013 ou plus récent pour les rapports nationaux de FRA 2025)', - footer2: - '² Données remontant à plus de 10 ans à compter de l’année de soumission du rapport (antérieures à 2013 pour les rapports nationaux de FRA 2025)', - }, -} diff --git a/src/i18n/resources/fr/fra.json b/src/i18n/resources/fr/fra.json new file mode 100644 index 0000000000..65a2f9f2c3 --- /dev/null +++ b/src/i18n/resources/fr/fra.json @@ -0,0 +1,249 @@ +{ + "print": { + "title": "Rapport FRA {{cycleName}}", + "titleTables": "Tableaux du rapport FRA {{cycleName}}", + "tableOfContent": "Table des matières", + "disclaimer": "Depuis 1946, la FAO assure un suivi des ressources forestières mondiales tous les 5 à 10 ans. Les évaluations des ressources forestières mondiales (FRA) sont désormais produites tous les cinq ans afin de fournir une approche cohérente pour décrire les forêts du monde et leur évolution. FRA est un processus piloté par les pays et les évaluations reposent sur les rapports préparés par les correspondants nationaux nommés officiellement. Si aucun rapport n'est disponible, le secrétariat de FRA prépare une étude de bureau à l'aide de rapports antérieurs, d'informations existantes et/ou d'analyses basées sur des études par télédétection.", + "disclaimerGenerated": "Ce document a été généré automatiquement à l'aide du rapport fourni en tant que contribution à l'Évaluation des ressources forestières mondiales {{cycleName}} de la FAO et soumis à la FAO en tant que document officiel du gouvernement. Le contenu et les points de vue exprimés dans le présent rapport sont la responsabilité de l'entité qui a soumis le rapport à la FAO. La FAO ne peut être tenu responsable de l'utilisation qui pourrait être faite des informations contenues dans le présent rapport.", + "disclaimerGeneratedDeskStudy": "Ce document a été généré automatiquement à partir d'une étude de bureau. La FAO ne peut être tenu responsable de l'utilisation qui pourrait être faite des informations contenues dans le présent rapport." + }, + "area100HaYear": "Superficie (1000 ha)", + "categoryHeader2020": "Catégories de FRA 2020", + "categoryHeader2025": "Catégories de FRA 2025", + "forestArea100HaYear": "Superficie forestière (1000 ha)", + "area100Ha": "Superficie (1 000 ha)", + "areaAffectedByFire": { + "areaAffected": "Superficie touchée (1 000 ha)", + "areaAffectedByFire2025": "$t(areaAffectedByFire.areaAffectedByFire)", + "totalLandAreaAffectedByFire2025": "Superficie totale des terres touchées par des incendies" + }, + "biomassStock": { + "biomassStock2025": "Stock de biomasse" + }, + "biomassStockAvg": { + "forestBiomass": "Biomasse de la forêt (t/ha)" + }, + "biomassStockTotal": { + "totalForestBiomass": "Biomasse totale de la forêt (en million de tonnes)" + }, + "carbonStock": { + "carbonStock2025": "Stock de carbone" + }, + "carbonStockTotal": { + "totalForestCarbon": "Carbone total de la forêt (en million de tonnes)" + }, + "climaticDomain": { + "percentOfForestArea": "% de la superficie de forêt" + }, + "contactPersons": { + "expectedYearForNextCountryReportUpdate": "Année prévue pour la prochaine mise à jour du rapport national" + }, + "degradedForest": { + "degradedForest": "Forêt dégradée", + "degradedForestDefinition": "Définition de la forêt dégradée", + "forestDegradationMonitoringAndAssessment": "Evaluation et suvi de la dégradation des forêts", + "degradedAreaForThatYear": "Superficie de forêt dégradée pour cette année-là (1 000 ha)", + "doesYourCountryMonitor": "Votre pays assure-t-il un suivi de la superficie de forêts dégradée", + "hasNationalDefinitionOfDegradedForest": "Votre pays dispose-t-il d’une définition de la « forêt dégradée » ?", + "hasNationalLevelData": "Si des données sont disponibles à l’échelle nationale", + "howMonitored": "Décrire le processus de suivi et les résultats", + "ifYes": "Si « Oui »", + "whatIsDefinition": "Quelle est la définition nationale de la « forêt dégradée » ?", + "yearOfLatestAssessment": "Année de la dernière évaluation", + "other": "Autre (expliquer dans les commentaires)", + "notSelected": "", + "criteriaOfDegradedForest": "Critères utilisés dans la définition de la forêt dégradée", + "changeInForestStructureDecreaseInForestCanopy": "Changement dans la structure de la forêt / Diminution du couvert forestier", + "forestDisturbances": "Perturbations forestières", + "lossOfProductivityAndForestGoods": "Pertes de la productivité et de biens forestiers", + "lossOfForestServices": "Perte de services forestiers", + "lossOfCarbonBiomassAndGrowingStock": "Perte de carbone, de biomasse et de matériel sur pied", + "lossOfBiologicalDiversity": "Perte de diversité biologique", + "soilDamageErosion": "Dommages au sol / érosion", + "mainMethods": "Principales méthodes appliquées pour assurer un suivi de la superficie de forêt dégradée", + "fieldInventoryAndObservations": "Inventaire et observations sur le terrain", + "wallToWallRemoteSensingMapping": "Cartographie complète par télédétection", + "remoteSensingSurvey": "Enquête par télédétection", + "expertOpinion": "Avis d'experts", + "productionHarvestData": "Données de production/récolte", + "forestManagementPlanReport": "Rapports des plans de gestion forestière", + "underDevelopment": "En cours de développement", + "monitoringScale": "Échelle du suivi", + "national": "Nationale", + "subnational": "Sous-nationale", + "biome": "Biome", + "standLocal": "Peuplement / Locale", + "criteriaOfDegradedForest2025": "Critères appliqués dans la définition de la forêt dégradée" + }, + "designatedManagementObjective": { + "designatedManagementObjective2025": "Objectif de gestion fixés", + "noDesignation": "Aucune affectation", + "unknown2025": "Affectation inconnue" + }, + "disturbances": { + "forestDamage": "Dommages causés aux forêts", + "predominantCause": "Cause prédominante", + "forestAreaAffected": "Superficie de forêt touchée (1 000 ha)", + "severeWeatherEvents2025": "Phénomènes météorologiques graves" + }, + "extentOfForest": { + "remainingLandArea": "Terres restantes", + "extentOfForest2025": "$t(extentOfForest.extentOfForest)", + "otherWoodedLand": "$t(fraClass.otherWoodedLand)" + }, + "forestAreaChange": { + "forestAreaChange2025": "Expansion de la forêt, déforestation et changement net annuels", + "forestAreaNetChange2025": "Changement net de la superficie de forêt (a-b)" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithLongTermManagementPlan2025": "Superficie de forêt soumise à un plan de gestion à long terme", + "forestAreaWithinProtectedAreas2025": "Superficie de forêt se trouvant à l’intérieur d’aires protégées juridiquement constituées et superficie de forêt soumise à des plans de gestion à long terme" + }, + "forestCharacteristics": { + "ofWhichOtherPlantedForest": "...dont autres forêts plantées", + "primaryForest": "...dont forêt primaire", + "plantationForestIntroducedArea2025": "...dont d'espèces introduites", + "otherPlantedForest2025": "...dont autres forêts plantées" + }, + "forestOwnership": { + "ofWhichPrivateBusinesses2025": "...dont appartenant à des entités et institutions commerciales privées", + "ofWhichCommunities2025": "...dont Peuples autochtones et aux communautés locales", + "other2025": "Autres formes de propriété (préciser dans les commentaires)", + "unknown2025": "Propriété inconnue", + "total2025": "Total" + }, + "forestRestoration": { + "forestRestoration": "Restauration des forêts", + "hasYourCountryForestRestorationCommitments": "Votre pays a-t-il pris des engagements en faveur de la restauration des forêts? ", + "isThereALawOrOtherGovernmentMandateInSupportOfRestoration": "Existe-t-il une loi ou un autre mandat gouvernemental en soutien à la restauration des forêts ?", + "isThereANationalDefinitionOfRestoration": "Existe-t-il une définition nationale de la « restauration des forêts »? Si « Oui », indiquer cette définition, le processus de suivi et les résultats.", + "whatAreasInNeedOfRestorationHaveBeenIdentified": "Quelles sont les zones nécessitant une restauration des forêts qui ont été identifiées et, le cas échéant, comment ont-elles été identifiées ?", + "whatAreTheTargetsSetForTheRestoration": "Quelles sont les objectifs fixés pour la restauration des forêts ? Par exemple, xxx hectares d’ici à l’année yyyy", + "howManyHectaresOfForestHaveBeenRestoredToDate": "Combien d’hectares de forêts ont été restaurés à ce jour ?", + "ifYes": "Si « Oui »" + }, + "growingStock": { + "totalForest": "Total Forêt", + "naturallyRegeneratingForest2025": "Forêt naturellement régénérée", + "plantedForest2025": "Forêts plantées", + "otherPlantedForest2025": "...dont autres forêts plantées" + }, + "growingStockComposition": { + "millionCubicMeter": "Millions de m³", + "mostRecentYear": "Année la plus récente", + "percentOfTotal": "% du total", + "ranked": "Classée #{{idx}}", + "totalGrowingStock": "TOTAL Matériel sur pied ", + "totalIntroducedTreeSpecies": "TOTAL Espèces d’arbres introduites ", + "totalNativeTreeSpecies": "TOTAL Espèces d’arbres indigènes ", + "nativeTreeSpecies2025": "Espèces d’arbres indigènes", + "remainingNative2025": "Autres espèces d’arbres indigènes", + "introducedTreeSpecies2025": "Espèces d’arbres introduite", + "remainingIntroduced2025": "Autres espèces d’arbres introduites" + }, + "holderOfManagementRights": { + "holderOfManagementRights2025": "Droits de gestion des forêts publiques", + "privateBusinesses2025": "Entités et institutions commerciales privées", + "communities2025": "Peuples autochtones et communautés locales ", + "other2025": "Autres formes de droits de gestion (préciser dans les commentaires)", + "unknown2025": "Droits de gestion inconnus" + }, + "otherWoodedLand": { + "otherWoodedLand2025": "Autres terres boisées" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals2025": "Extraction et valeur des produits forestiers non ligneux en 2020", + "nameOfProduct2025": "Nom du produit PFNL", + "allOtherPlantProducts2025": "Tout autre produit végétal", + "allOtherAnimalProducts2025": "Tout autre produit animal", + "currency2025": "Nom de la monnaie" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover2025": "Autres terres avec un couvert arboré", + "agroforestry2025": "Systèmes agroforestiers", + "other2025": "Autre (à préciser)" + }, + "primaryForestByClimaticDomain": { + "primaryForestByClimaticDomain": "Forêt primaire par domaine climatique", + "primaryForestBoreal": "...dont forêt primaire boréale", + "primaryForestTemperate": "...dont forêt primaire tempérée", + "primaryForestTropical": "...dont forêt primaire tropicale", + "primaryForestSubTropical": "...dont l forêt primaire subtropicale", + "totalPrimaryForest": "Total Forêt primaire" + }, + "specificForestCategories": { + "specificForestCategories2025": "Catégories spécifiques de forêts", + "mangroves2025": "Mangroves¹", + "rubberWood2025": "Hévéas", + "mangrovesDisclaimer": "¹Pour la catégorie « Mangroves », la superficie doit inclure celles des « Forêts » et des « Autres terres boisées »" + }, + "forestPolicy": { + "forestPolicy2025": "Politiques, législation et plateforme nationale de participation des parties prenantes à l’élaboration des politiques forestières", + "policiesSFM2025": "Politiques d’appui à la gestion durable des forêts (GDF)", + "legislationsSFM2025": "Législations et/ou règlementations en faveur de la GDF", + "stakeholderParticipation2025": "Plateforme de participation des parties prenantes à l’élaboration de politiques forestières", + "existenceOfTraceabilitySystem2025": "Système de traçabilité des produits ligneux" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate2025": "Superficie des domaines forestiers permanents" + }, + "sustainableDevelopment": { + "annualForestAreaChangeRate": "Taux de changement annuel de la superficie forestière", + "sdgIndicator1_2025": "Indicateur ODD 15.1.1: Surface des zones forestières, en proportion de la surface terrestre ", + "forestAreaProportionLandArea": "Surface des zones forestières, en proportion de la surface terrestre ", + "aboveGroundBiomassStockForests2025": "Stock de biomasse aérienne dans les forêts", + "proportionForestAreaLegallyEstablishedProtectedAreas2025": "Proportion de la superficie forestière se trouvant dans des aires protégées juridiquement constituées", + "proportionForestAreaLongTermForestManagement2025": "Proportion de la superficie forestière faisant l’objet d’un plan de gestion forestière à long terme", + "forestAreaVerifiedForestManagement2025": "Superficie forestière dont la gestion est certifiée par des systèmes de vérification indépendants", + "dataProvidedBy": "Les données pour ce sous-indicateur des ODD sont fournies par le Forest Stewardship Council (FSC) et le Programme de reconnaissance des certifications forestières (PEFC).", + "Metadata-15-01-01": "Métadonnées de l’indicateur des ODD 15.1.1", + "Metadata-15-02-01": "Métadonnées de l’indicateur des ODD 15.2.1" + }, + "navigation": { + "sectionHeaders": { + "employmentEducationAndNwfp2025": "Extraction et valeur des produits forestiers non ligneux en 2020", + "forestGrowingStockBiomassAndCarbon2025": "Matériel sur pied, biomasse et carbone de la forêt", + "forestDesignationAndManagement2025": "Affectation et gestion des forêts", + "forestPolicyAndLegislation2025": "Politiques et législations forestières" + } + }, + "extentOfForest_forestAreaStatusAndTrend_Description": { + "header_0": "Critères d’évaluation du niveau pour la superficie de forêt", + "status": { + "high": "Sources de données : récentes¹ – inventaire forestier national ou télédétection (enquête sur un échantillon représentatif ou cartographie complète) avec une évaluation de l’exactitude / calibrage à partir de données de terrain.", + "medium": "Sources de données : anciennes² – inventaire forestier national ou télédétection (enquête sur un échantillon représentatif ou cartographie complète) avec une évaluation de l’exactitude / calibrage à partir de données de terrain.", + "low": "Sources de données : autres – par exemple, registres, estimations d’experts ou télédétection sans évaluation de l’exactitude/calibrage à partir de données de terrain." + }, + "trend": { + "high": "Estimations reposant sur des inventaires forestiers nationaux répétés compatibles³ dont les données du plus récent ne remontent pas à plus de cinq ans ; et/ou analyse des données de télédétection multitemporelles pour une période qui a pris fin il y a cinq ans au plus.", + "medium": "Estimations reposant sur des inventaires forestiers nationaux répétés compatibles³ dont les données du plus récent remontent à plus de cinq ans ; et/ou analyse des données de télédétection multitemporelles pour une période qui a pris fin il y a plus de cinq ans ; ou comparaison de cartes compatibles sans analyse multitemporelle", + "low": "Autres sources de données – par exemple, estimations d’experts ou estimations reposant sur des évaluations non compatibles." + }, + "footer1": "¹ Données ne remontant pas à plus de 5 ans à compter de l’année de soumission du rapport (2018 ou plus récent pour les rapports nationaux de FRA 2025)", + "footer2": "² Données remontant à plus de 5 ans à partir de l’année de soumission du rapport (antérieures à 2018 pour les rapports nationaux de FRA 2025)", + "footer3": "³ Compatibles en termes de méthodes, de catégories et de définitions utilisées" + }, + "biomassStock_biomassStockStatus_Description": { + "header_0": "Critères d’évaluation du niveau pour le Matériel sur pied", + "status": { + "high": "Application des facteurs de conversion et d’expansion de la biomasse ou équations allométriques spécifiques au pays.", + "medium": "Application d’équations allométriques génériques ou au niveau du biome, ou d’une combinaison de facteurs de conversion spécifiques au pays/biome et de facteurs par défaut de l’expansion de la biomasse du GIEC.", + "low": "Application des facteurs par défaut de conversion et d’expansion de la biomasse du GIEC (par exemple, utilisation du « calculateur de biomasse »), ou estimations reposant sur une cartographie par télédétection de la biomasse." + } + }, + "growingStock_growingStockStatus_Description": { + "header_0": "Critères d’évaluation du niveau pour les estimations de la biomasse", + "status": { + "high": "Application des facteurs de conversion et d’expansion de la biomasse ou équations allométriques spécifiques au pays.", + "medium": "Application d’équations allométriques génériques ou au niveau du biome, ou d’une combinaison des facteurs de conversion spécifiques au pays/biome et des facteurs par défaut de l’expansion de la biomasse du GIEC.", + "low": "Application des facteurs par défaut de conversion et d’expansion de la biomasse du GIEC (par exemple, utilisation du « calculateur de la biomasse »), ou estimations reposant sur une cartographie par télédétection de la biomasse." + }, + "status2025": { + "high": "Sources de données: récentes¹ – Inventaire forestier national ou balayage laser aéroporté (BLA) calibré avec des données de terrain.", + "medium": "Sources de données: anciennes² – Inventaire forestier national, inventaires de terrain partiels ou balayage laser aéroporté (BLA) non calibré avec des données de terrain.", + "low": "Autres sources de données telles que données satellites, registres, questionnaires ou évaluations d’experts." + }, + "footer1": "¹ Données ne remontant pas à plus de 10 ans à compter de l’année de soumission du rapport (2013 ou plus récent pour les rapports nationaux de FRA 2025)", + "footer2": "² Données remontant à plus de 10 ans à compter de l’année de soumission du rapport (antérieures à 2013 pour les rapports nationaux de FRA 2025)" + } +} diff --git a/src/i18n/resources/fr/generalValidation.js b/src/i18n/resources/fr/generalValidation.js deleted file mode 100644 index 6172fd59e1..0000000000 --- a/src/i18n/resources/fr/generalValidation.js +++ /dev/null @@ -1,39 +0,0 @@ -module.exports = { - classValueNotGreaterThan: `{{name}} ne doit pas être supérieur à {{value}}`, - classValuesMustBeEqualTo: `{{name}} la somme doit être égale à {{value}}`, - columnEmpty: `La colonne "$t({{columName}})" doit avoir une valeur`, - countryReportYearGreaterThanCurrentYear: `La valeur doit être supérieure ou égale à {{minValue}}`, - emptyField: `Ce champ est vide`, - forestAreaDoesNotMatchExtentOfForest: `Ne correspond pas là la Superficie de forêt (1a)`, - forestAreaExceedsExtentOfForest: `Ne correspond pas à la Superficie de forêt (1a)`, - forestAreaReportedIsDifferentFromPreviousCycle: `La superficie indiquée ({{forestArea2025}}) diffère de celle précédemment déclarée ({{forestArea2020}}). Veuillez fournir un commentaire expliquant les raisons de cette différence`, - forestSumAreaExceedsExtentOfForest: `La somme des valeurs des catégories de FRA renseignées dépasse la valeur de la superficie de forêt totale indiquée dans le tableau 1a`, - invalidLink: `Lien non valide`, - landAreaExceedsTotalLandArea: `La superficie des terres dépasse la superficie totale des terres (1a) ({{value}})`, - mustBeEqualToForestArea: `La somme des valeurs de la Forêt naturellement régénérée et de la Forêt Plantée n'est pas égale à la valeur totale de la Forêt`, - mustBeEqualToForestExpansion: `La somme des valeurs des sous-catégories doit être égale à la valeur de l'Expansion de la forêt`, - mustBeEqualToPlantedForest: `La somme des valeurs des sous-catégories doit être égale à la valeur de la Forêt Plantée`, - mustBeEqualToPrimaryForest: `La somme des valeurs des sous-catégories doit être égale à la valeur de la Forêt Primaire`, - mustBeEqualToPrivateOwnership: `La somme des valeurs des sous-catégories doit être égale à la valeur de la Propriété privée`, - mustBeEqualToTotalGrowingStock: `La valeur obtenue doit être égale à la valeur totale de la Forêt.`, - mustBeLessThanPrivateOwnership: `La somme des valeurs des sous-catégories doit être inférieure à la valeur de la Propriété privée`, - notEmpty: `La valeur ne peut pas être vide`, - otherLandExceedsExtentOfForest: `Supérieur à la superficie des autres terres (1a)`, - remainingLandExceedsExtentOfForest: `Dépasse la superficie des terres restantes (1a)`, - shouldContainAtLeastOneCharacter: `La valeur doit contenir au moins un caractère`, - subCategoryExceedsParent: `La valeur de la sous-catégorie dépasse celle de la catégorie`, - sumEqualTo: 'La somme de {{categoryLabels}} ({{categoriesSum}}) doit être égale à {{maxValue}}', - sumNotGreaterThan: `La somme ne doit pas dépasser {{maxValue}}`, - sumSubCategoriesExceedParent: `La somme des {{categoryLabels}} dépasse {{parentLabel}} ({{parentValue}})`, - sumSubCategoriesNotEqualToParent: `La somme de {{categoryLabels}} ({{categoriesSum}}) n'est pas égale à {{parentLabel}} ({{parentValue}})`, - valueCannotExceedMaximumValueReportedForForestArea: `La valeur ne peut pas dépasser la valeur maximale ({{maxForestArea}}) de la superficie de forêt indiquée en (1a)`, - valueCannotExceedMaximumValueReportedForForestAreaYear: `La somme de l'année {{year}} ne peut pas dépasser la valeur maximale ({{maxForestArea}}) de la superficie de forêt indiquée en (1a)`, - valueCannotExceedMaximumValueReportedForLandArea: `La valeur ne peut pas dépasser la valeur maximale ({{maxLandArea}}) de la superficie des terres (1a)`, - valueEqualToSum: `La valeur totale doit être égale à la somme des valeurs des sous-catégories`, - valueEqualToSumParent: `La somme des valeurs des sous-catégories {{subcategories}} n'est pas égale à {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}>`, - valueMustBePositive: `La valeur doit être supérieure à zéro`, - valueMustBeYear: `La valeur doit être une année valide`, - valueNotGreaterThan: `La valeur ne doit pas être supérieure à {{maxValue}}`, - valuesAreInconsistent1aOr1b: `Les valeurs ne sont pas cohérentes avec celles des superficies indiquées dans les tableaux 1a ou 1b`, - valuesAreInconsistentWithNetChange: `Les valeurs ne sont pas cohérentes avec celle du changement net de la superficie de forêt`, -} diff --git a/src/i18n/resources/fr/generalValidation.json b/src/i18n/resources/fr/generalValidation.json new file mode 100644 index 0000000000..19017fff71 --- /dev/null +++ b/src/i18n/resources/fr/generalValidation.json @@ -0,0 +1,39 @@ +{ + "classValueNotGreaterThan": "{{name}} ne doit pas être supérieur à {{value}}", + "classValuesMustBeEqualTo": "{{name}} la somme doit être égale à {{value}}", + "columnEmpty": "La colonne \"$t({{columName}})\" doit avoir une valeur", + "countryReportYearGreaterThanCurrentYear": "La valeur doit être supérieure ou égale à {{minValue}}", + "emptyField": "Ce champ est vide", + "forestAreaDoesNotMatchExtentOfForest": "Ne correspond pas là la Superficie de forêt (1a)", + "forestAreaExceedsExtentOfForest": "Ne correspond pas à la Superficie de forêt (1a)", + "forestAreaReportedIsDifferentFromPreviousCycle": "La superficie indiquée ({{forestArea2025}}) diffère de celle précédemment déclarée ({{forestArea2020}}). Veuillez fournir un commentaire expliquant les raisons de cette différence", + "forestSumAreaExceedsExtentOfForest": "La somme des valeurs des catégories de FRA renseignées dépasse la valeur de la superficie de forêt totale indiquée dans le tableau 1a", + "invalidLink": "Lien non valide", + "landAreaExceedsTotalLandArea": "La superficie des terres dépasse la superficie totale des terres (1a) ({{value}})", + "mustBeEqualToForestArea": "La somme des valeurs de la Forêt naturellement régénérée et de la Forêt Plantée n'est pas égale à la valeur totale de la Forêt", + "mustBeEqualToForestExpansion": "La somme des valeurs des sous-catégories doit être égale à la valeur de l'Expansion de la forêt", + "mustBeEqualToPlantedForest": "La somme des valeurs des sous-catégories doit être égale à la valeur de la Forêt Plantée", + "mustBeEqualToPrimaryForest": "La somme des valeurs des sous-catégories doit être égale à la valeur de la Forêt Primaire", + "mustBeEqualToPrivateOwnership": "La somme des valeurs des sous-catégories doit être égale à la valeur de la Propriété privée", + "mustBeEqualToTotalGrowingStock": "La valeur obtenue doit être égale à la valeur totale de la Forêt.", + "mustBeLessThanPrivateOwnership": "La somme des valeurs des sous-catégories doit être inférieure à la valeur de la Propriété privée", + "notEmpty": "La valeur ne peut pas être vide", + "otherLandExceedsExtentOfForest": "Supérieur à la superficie des autres terres (1a)", + "remainingLandExceedsExtentOfForest": "Dépasse la superficie des terres restantes (1a)", + "shouldContainAtLeastOneCharacter": "La valeur doit contenir au moins un caractère", + "subCategoryExceedsParent": "La valeur de la sous-catégorie dépasse celle de la catégorie", + "sumEqualTo": "La somme de {{categoryLabels}} ({{categoriesSum}}) doit être égale à {{maxValue}}", + "sumNotGreaterThan": "La somme ne doit pas dépasser {{maxValue}}", + "sumSubCategoriesExceedParent": "La somme des {{categoryLabels}} dépasse {{parentLabel}} ({{parentValue}})", + "sumSubCategoriesNotEqualToParent": "La somme de {{categoryLabels}} ({{categoriesSum}}) n'est pas égale à {{parentLabel}} ({{parentValue}})", + "valueCannotExceedMaximumValueReportedForForestArea": "La valeur ne peut pas dépasser la valeur maximale ({{maxForestArea}}) de la superficie de forêt indiquée en (1a)", + "valueCannotExceedMaximumValueReportedForForestAreaYear": "La somme de l'année {{year}} ne peut pas dépasser la valeur maximale ({{maxForestArea}}) de la superficie de forêt indiquée en (1a)", + "valueCannotExceedMaximumValueReportedForLandArea": "La valeur ne peut pas dépasser la valeur maximale ({{maxLandArea}}) de la superficie des terres (1a)", + "valueEqualToSum": "La valeur totale doit être égale à la somme des valeurs des sous-catégories", + "valueEqualToSumParent": "La somme des valeurs des sous-catégories {{subcategories}} n'est pas égale à {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}>", + "valueMustBePositive": "La valeur doit être supérieure à zéro", + "valueMustBeYear": "La valeur doit être une année valide", + "valueNotGreaterThan": "La valeur ne doit pas être supérieure à {{maxValue}}", + "valuesAreInconsistent1aOr1b": "Les valeurs ne sont pas cohérentes avec celles des superficies indiquées dans les tableaux 1a ou 1b", + "valuesAreInconsistentWithNetChange": "Les valeurs ne sont pas cohérentes avec celle du changement net de la superficie de forêt" +} diff --git a/src/i18n/resources/fr/geo.js b/src/i18n/resources/fr/geo.js deleted file mode 100644 index 3c07cb2ce8..0000000000 --- a/src/i18n/resources/fr/geo.js +++ /dev/null @@ -1,105 +0,0 @@ -module.exports = { - agreementLevelExplanation: - "Le niveau d'accord N signifie qu'au moins N des sources de données sélectionnées doivent être d'accord sur le fait qu'un pixel donné est une zone avec un couvert arboré.", - burnedArea: 'Zone incendiée', - burnedAreaWithUnit: '$t(geo.burnedArea) ({{unit}})', - chooseAgreementLevel: "Choisissez le niveau d'accord minimum requis entre les couches sélectionnées.", - customAgreementArea: "Superficie de la couche d'accord personnalisée", - error: { - extraEstimation: { - failedToRetrieve: "Il y a eu un problème pour récupérer l'estimation.", - unexpectedDuringProcessing: 'Erreur inattendue pendant le traitement.', - }, - map: { - failedToLoad: 'Il y a eu un problème lors du chargement de la carte.', - }, - mosaic: { - noMosaicAvailableForConfiguration: 'Erreur : pas de mosaïque disponible avec la configuration sélectionnée.', - }, - statistics: { - dataUnavailable: 'Données non disponibles.', - failedToFetch: "Une erreur s'est produite lors de l'extraction des statistiques : {{error}}", - foundNoData: 'Aucune donnée disponible.', - }, - }, - estimateCustomAgreementArea: "Estimation de la superficie avec l'accord personnalisé", - forestArea: 'Superficie du couvert arboré', - geeAssetId: 'GEE Asset ID', - globalOpacity: 'Opacité globale', - landsat: 'Landsat', - map: 'Carte', - maxCloudCoverage: 'Couverture nuageuse maximale', - metersReducerScale: 'Échelle de réduction {{meters}}m', - recipes: { - forest: { - allGfc10: 'Tous (GFC Hansen >=10%)', - allGfc20: 'Tous (GFC Hansen >=20%)', - allGfc30: 'Tous (GFC Hansen >=30%)', - esriEsa: 'ESRI et ESA', - esriEsaGlobland2020Gfc10: 'ESRI, ESA, Globland 2020 et GFC Hansen >=10%', - }, - recipes: 'Recettes', - }, - reportedToFra2020: 'Rapporté à FRA 2020', - satellite: 'Satellite', - satelliteMosaic: 'Mosaïque satellite', - sections: { - burnedArea: { - layerTitles: { - modis: 'MODIS', - }, - title: 'Zone brûlée', - }, - forest: { - layerTitles: { - agreement: "Couche d'accord", - copernicus2019: 'Copernicus (2019)', - customFnf: 'FnF personnalisée', - esa2020: 'ESA (2020)', - esaGlobCover2009: 'ESA GlobCover (2009)', - esri2020: 'ESRI (2020)', - globeLand2020: 'GlobeLand (2020)', - hansenGfc2020: 'Hansen GFC (2020)', - hansenGfc2020WithPercent: '$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %', - jaxa2017: 'JAXA (2017)', - modis: 'MODIS', - tanDemX2019: 'TanDEM-X (2019)', - }, - title: 'Couvert arboré', - }, - protectedArea: { - layerTitles: { - customProtectedArea: 'Aires protégées personnalisées', - filteredWdpa: 'WDPA filtrée', - wdpa: 'WDPA', - }, - title: 'Aires protégées', - }, - }, - selectMinTreeCoverPercent: 'Sélectionner le pourcentage minimum de couvert arboré:', - sentinel: 'Sentinel', - showSatelliteMosaic: 'Montrer la mosaïque satellite', - snowMasking: 'Masquage de la neige', - statistics: { - burnedArea: { - burnedAreaByYear: 'Superficie incendiée par année', - }, - forestArea: { - extentOfForestPerSource: 'Étendue du couvert arboré par source et telle que rapporté à FRA {{year}}', - extentOfForestTreeCover: 'Étendue du couvert arboré par source', - forestAreaHa: 'Superficie du couvert arboré, ha', - forestAreaPercentOfLandArea: 'Superficie du couvert arboré en % de la superficie des terres', - landArea: 'Superficie des terres', - }, - graphs: 'Graphiques statistiques', - protectedArea: { - allGfc10: 'Tous (GFC Hansen >=10%)', - allGfc20: 'Tous (GFC Hansen >=20%)', - allGfc30: 'Tous (GFC Hansen >=30%)', - }, - title: 'Statistiques', - }, - treeCoverAgreementSelected: 'Accord sélectionné sur le couvert arboré', - treeCoverProtectedAreas: 'Couvert arboré dans les zones protégées', - treeCoverProtectedAreasWithUnit: '$t(geo.treeCoverProtectedAreas) ({{unit}})', -} diff --git a/src/i18n/resources/fr/geo.json b/src/i18n/resources/fr/geo.json new file mode 100644 index 0000000000..f8d59f0a0e --- /dev/null +++ b/src/i18n/resources/fr/geo.json @@ -0,0 +1,104 @@ +{ + "agreementLevelExplanation": "Le niveau d'accord N signifie qu'au moins N des sources de données sélectionnées doivent être d'accord sur le fait qu'un pixel donné est une zone avec un couvert arboré.", + "burnedArea": "Zone incendiée", + "burnedAreaWithUnit": "$t(geo.burnedArea) ({{unit}})", + "chooseAgreementLevel": "Choisissez le niveau d'accord minimum requis entre les couches sélectionnées.", + "customAgreementArea": "Superficie de la couche d'accord personnalisée", + "error": { + "extraEstimation": { + "failedToRetrieve": "Il y a eu un problème pour récupérer l'estimation.", + "unexpectedDuringProcessing": "Erreur inattendue pendant le traitement." + }, + "map": { + "failedToLoad": "Il y a eu un problème lors du chargement de la carte." + }, + "mosaic": { + "noMosaicAvailableForConfiguration": "Erreur : pas de mosaïque disponible avec la configuration sélectionnée." + }, + "statistics": { + "dataUnavailable": "Données non disponibles.", + "failedToFetch": "Une erreur s'est produite lors de l'extraction des statistiques : {{error}}", + "foundNoData": "Aucune donnée disponible." + } + }, + "estimateCustomAgreementArea": "Estimation de la superficie avec l'accord personnalisé", + "forestArea": "Superficie du couvert arboré", + "geeAssetId": "GEE Asset ID", + "globalOpacity": "Opacité globale", + "landsat": "Landsat", + "map": "Carte", + "maxCloudCoverage": "Couverture nuageuse maximale", + "metersReducerScale": "Échelle de réduction {{meters}}m", + "recipes": { + "forest": { + "allGfc10": "Tous (GFC Hansen >=10%)", + "allGfc20": "Tous (GFC Hansen >=20%)", + "allGfc30": "Tous (GFC Hansen >=30%)", + "esriEsa": "ESRI et ESA", + "esriEsaGlobland2020Gfc10": "ESRI, ESA, Globland 2020 et GFC Hansen >=10%" + }, + "recipes": "Recettes" + }, + "reportedToFra2020": "Rapporté à FRA 2020", + "satellite": "Satellite", + "satelliteMosaic": "Mosaïque satellite", + "sections": { + "burnedArea": { + "layerTitles": { + "modis": "MODIS" + }, + "title": "Zone brûlée" + }, + "forest": { + "layerTitles": { + "agreement": "Couche d'accord", + "copernicus2019": "Copernicus (2019)", + "customFnf": "FnF personnalisée", + "esa2020": "ESA (2020)", + "esaGlobCover2009": "ESA GlobCover (2009)", + "esri2020": "ESRI (2020)", + "globeLand2020": "GlobeLand (2020)", + "hansenGfc2020": "Hansen GFC (2020)", + "hansenGfc2020WithPercent": "$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %", + "jaxa2017": "JAXA (2017)", + "modis": "MODIS", + "tanDemX2019": "TanDEM-X (2019)" + }, + "title": "Couvert arboré" + }, + "protectedArea": { + "layerTitles": { + "customProtectedArea": "Aires protégées personnalisées", + "filteredWdpa": "WDPA filtrée", + "wdpa": "WDPA" + }, + "title": "Aires protégées" + } + }, + "selectMinTreeCoverPercent": "Sélectionner le pourcentage minimum de couvert arboré:", + "sentinel": "Sentinel", + "showSatelliteMosaic": "Montrer la mosaïque satellite", + "snowMasking": "Masquage de la neige", + "statistics": { + "burnedArea": { + "burnedAreaByYear": "Superficie incendiée par année" + }, + "forestArea": { + "extentOfForestPerSource": "Étendue du couvert arboré par source et telle que rapporté à FRA {{year}}", + "extentOfForestTreeCover": "Étendue du couvert arboré par source", + "forestAreaHa": "Superficie du couvert arboré, ha", + "forestAreaPercentOfLandArea": "Superficie du couvert arboré en % de la superficie des terres", + "landArea": "Superficie des terres" + }, + "graphs": "Graphiques statistiques", + "protectedArea": { + "allGfc10": "Tous (GFC Hansen >=10%)", + "allGfc20": "Tous (GFC Hansen >=20%)", + "allGfc30": "Tous (GFC Hansen >=30%)" + }, + "title": "Statistiques" + }, + "treeCoverAgreementSelected": "Accord sélectionné sur le couvert arboré", + "treeCoverProtectedAreas": "Couvert arboré dans les zones protégées", + "treeCoverProtectedAreasWithUnit": "$t(geo.treeCoverProtectedAreas) ({{unit}})" +} diff --git a/src/i18n/resources/fr/history.js b/src/i18n/resources/fr/history.js deleted file mode 100644 index 145d0d4776..0000000000 --- a/src/i18n/resources/fr/history.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - change_one: '{{count}} modification', - change_other: '{{count}} modifications', - history: 'Journal des modifications historiques', -} diff --git a/src/i18n/resources/fr/history.json b/src/i18n/resources/fr/history.json new file mode 100644 index 0000000000..b2c6f0eeff --- /dev/null +++ b/src/i18n/resources/fr/history.json @@ -0,0 +1,5 @@ +{ + "change_one": "{{count}} modification", + "change_other": "{{count}} modifications", + "history": "Journal des modifications historiques" +} diff --git a/src/i18n/resources/fr/landing.js b/src/i18n/resources/fr/landing.js deleted file mode 100644 index addcaebade..0000000000 --- a/src/i18n/resources/fr/landing.js +++ /dev/null @@ -1,91 +0,0 @@ -module.exports = { - home: 'Accueil', - sections: { - about: 'À propos de FRA', - contentCheck: 'Contenu / Vérification', - externalData: 'Données externes', - messageBoard: "Panneau d'affichage", - overview: 'Aperçu', - recentActivity: 'Activité récente', - repository: 'Liens et Référentiel', - userManagement: 'Gérer collaborateurs', - versioning: 'Gestion des versions', - }, - dataExport: { - downloadData: 'Télécharger les données', - }, - overview: { - loadingMap: 'Chargement carte…', - withFinancialSupportOf: 'Avec le soutien financier de ', - }, - milestones: { - milestones: 'Étapes importantes', - milestone1: 'Réunion mondiale des correspondants nationaux', - milestone2: 'Ateliers régionaux et sous-régionaux', - milestone3: 'Date limite de présentation des rapports nationaux', - milestone4: 'Validation des rapports nationaux définitifs', - milestone5: 'Conclusions préliminaires de FRA 2020', - milestone6: 'Rapport principal de FRA 2020', - milestone7: 'Analyse des données et élaboration du rapport', - milestone8: "Lancement de la plateforme d'analyse et de diffusion", - date1: 'Mars', - date2: 'Avril – Septembre', - date3: 'Octobre', - date4: 'Janvier – Février', - date5: 'Mars', - date6: 'Juillet', - date7: 'Mars - Décembre', - date8: 'Août', - }, - users: { - users: 'Contacts', - message: 'Message', - }, - about: { - contact: 'Contact', - seniorForestryOfficer: 'Forestier principal', - faoForestryDepartment: 'Département des forêts de la FAO', - email: 'Email', - fraProcess: - "Depuis 1946, la FAO assure un suivi des ressources forestières mondiales tous les 5 à 10 ans. Les évaluations des ressources forestières mondiales (FRA) sont désormais produites tous les cinq ans afin de fournir une approche cohérente pour décrire les forêts du monde et leur mode d'évolution. L'évaluation repose sur deux sources de données principales: les rapports nationaux préparés par les Correspondants nationaux et des analyses par télédétection menées par la FAO en collaboration avec les points de contact nationaux et des partenaires régionaux. Le champ d'application de FRA évolue régulièrement depuis la première évaluation publiée en 1948. Ces évaluations tracent une histoire intéressante de l'intérêt accordé aux ressources forestières mondiales en ce qui concerne le contenu concret et l'évolution du champ d'application.", - linkFraProcess: 'En savoir davantage sur le processus de FRA', - or: 'Ou', - selectArea: 'Sélectionnez une zone ci-dessous pour accéder aux données FRA', - }, - recentActivity: { - noRecentActivityTitle: "Visiblement, il n'y a pas d'activité récente", - noRecentActivityBody: - "Les modifications apportées dans la plateforme apparaissent ici pour vous permettre de savoir ce qui se passe quand vous n'êtes pas en ligne.", - getStarted: 'Commencer', - actions: { - added: 'a ajouté', - addedFile: 'a ajouté {{file}}', - commented: 'a commenté', - deleted: 'a supprimé', - deletedFile: 'a supprimé {{file}}', - edited: 'a modifié', - resolved: 'a résolu', - status: 'changer le statut à', - addUser: '{{user}} a été ajouté comme {{role}}', // Legacy, no longer created - updateUser: 'a modifié {{user}}', - removeUser: 'a éliminé {{user}}', - acceptInvitation: 'est devenu membre en tant que {{role}}', - addInvitation: 'a invité {{user}} en tant que {{role}}', - removeInvitation: "a révoqué l'invitation de {{user}} en tant que {{role}}", - updateInvitation: "a mise à jour l'invitation pour {{user}} en tant que {{role}}", - updateAssessmentStatus: 'a changé le statut de {{assessment}} à {{status}}', - }, - fraProcess: - "Depuis 1946, la FAO assure le suivi des ressources forestières mondiales tous les 5 à 10 ans. Les évaluations des ressources forestières mondiales (FRA) sont désormais produites tous les cinq ans afin de fournir une approche cohérente pour décrire les forêts du monde et leur mode d'évolution. L'évaluation repose sur deux sources de données principales: les rapports nationaux préparés par les Correspondants nationaux et des analyses par télédétection menées par la FAO en collaboration avec les points de contact nationaux et des partenaires régionaux. Le champ d'application de FRA évolue régulièrement depuis la première évaluation publiée en 1948. Ces évaluations tracent une histoire intéressante de l'intérêt accordé aux ressources forestières mondiales en ce qui concerne le contenu concret et l'évolution du champ d'application.", - linkFraProcess: 'En savoir davantage sur le processus de FRA', - }, - links: { - links: 'Liens', - repository: 'Référentiel', - uploadFile: 'Mettre en ligne un fichier', - confirmDelete: 'Supprimer {{file}}? Cette action ne peut pas être annulée.', - fileUploaded: 'Fichier téléchargé avec succès', - fileDeleted: 'Fichier supprimé avec succès', - fileOperationFailed: `L'opération ne peut pas être réalisée parce que le fichier est en cours d'utilisation dans:\n{{sectionNames}}`, - }, -} diff --git a/src/i18n/resources/fr/landing.json b/src/i18n/resources/fr/landing.json new file mode 100644 index 0000000000..7cd0966644 --- /dev/null +++ b/src/i18n/resources/fr/landing.json @@ -0,0 +1,88 @@ +{ + "home": "Accueil", + "sections": { + "about": "À propos de FRA", + "contentCheck": "Contenu / Vérification", + "externalData": "Données externes", + "messageBoard": "Panneau d'affichage", + "overview": "Aperçu", + "recentActivity": "Activité récente", + "repository": "Liens et Référentiel", + "userManagement": "Gérer collaborateurs", + "versioning": "Gestion des versions" + }, + "dataExport": { + "downloadData": "Télécharger les données" + }, + "overview": { + "loadingMap": "Chargement carte…", + "withFinancialSupportOf": "Avec le soutien financier de " + }, + "milestones": { + "milestones": "Étapes importantes", + "milestone1": "Réunion mondiale des correspondants nationaux", + "milestone2": "Ateliers régionaux et sous-régionaux", + "milestone3": "Date limite de présentation des rapports nationaux", + "milestone4": "Validation des rapports nationaux définitifs", + "milestone5": "Conclusions préliminaires de FRA 2020", + "milestone6": "Rapport principal de FRA 2020", + "milestone7": "Analyse des données et élaboration du rapport", + "milestone8": "Lancement de la plateforme d'analyse et de diffusion", + "date1": "Mars", + "date2": "Avril – Septembre", + "date3": "Octobre", + "date4": "Janvier – Février", + "date5": "Mars", + "date6": "Juillet", + "date7": "Mars - Décembre", + "date8": "Août" + }, + "users": { + "users": "Contacts", + "message": "Message" + }, + "about": { + "contact": "Contact", + "seniorForestryOfficer": "Forestier principal", + "faoForestryDepartment": "Département des forêts de la FAO", + "email": "Email", + "fraProcess": "Depuis 1946, la FAO assure un suivi des ressources forestières mondiales tous les 5 à 10 ans. Les évaluations des ressources forestières mondiales (FRA) sont désormais produites tous les cinq ans afin de fournir une approche cohérente pour décrire les forêts du monde et leur mode d'évolution. L'évaluation repose sur deux sources de données principales: les rapports nationaux préparés par les Correspondants nationaux et des analyses par télédétection menées par la FAO en collaboration avec les points de contact nationaux et des partenaires régionaux. Le champ d'application de FRA évolue régulièrement depuis la première évaluation publiée en 1948. Ces évaluations tracent une histoire intéressante de l'intérêt accordé aux ressources forestières mondiales en ce qui concerne le contenu concret et l'évolution du champ d'application.", + "linkFraProcess": "En savoir davantage sur le processus de FRA", + "or": "Ou", + "selectArea": "Sélectionnez une zone ci-dessous pour accéder aux données FRA" + }, + "recentActivity": { + "noRecentActivityTitle": "Visiblement, il n'y a pas d'activité récente", + "noRecentActivityBody": "Les modifications apportées dans la plateforme apparaissent ici pour vous permettre de savoir ce qui se passe quand vous n'êtes pas en ligne.", + "getStarted": "Commencer", + "actions": { + "added": "a ajouté", + "addedFile": "a ajouté {{file}}", + "commented": "a commenté", + "deleted": "a supprimé", + "deletedFile": "a supprimé {{file}}", + "edited": "a modifié", + "resolved": "a résolu", + "status": "changer le statut à", + "addUser": "{{user}} a été ajouté comme {{role}}", + "updateUser": "a modifié {{user}}", + "removeUser": "a éliminé {{user}}", + "acceptInvitation": "est devenu membre en tant que {{role}}", + "addInvitation": "a invité {{user}} en tant que {{role}}", + "removeInvitation": "a révoqué l'invitation de {{user}} en tant que {{role}}", + "updateInvitation": "a mise à jour l'invitation pour {{user}} en tant que {{role}}", + "updateAssessmentStatus": "a changé le statut de {{assessment}} à {{status}}" + }, + "fraProcess": "Depuis 1946, la FAO assure le suivi des ressources forestières mondiales tous les 5 à 10 ans. Les évaluations des ressources forestières mondiales (FRA) sont désormais produites tous les cinq ans afin de fournir une approche cohérente pour décrire les forêts du monde et leur mode d'évolution. L'évaluation repose sur deux sources de données principales: les rapports nationaux préparés par les Correspondants nationaux et des analyses par télédétection menées par la FAO en collaboration avec les points de contact nationaux et des partenaires régionaux. Le champ d'application de FRA évolue régulièrement depuis la première évaluation publiée en 1948. Ces évaluations tracent une histoire intéressante de l'intérêt accordé aux ressources forestières mondiales en ce qui concerne le contenu concret et l'évolution du champ d'application.", + "linkFraProcess": "En savoir davantage sur le processus de FRA" + }, + "links": { + "links": "Liens", + "repository": "Référentiel", + "uploadFile": "Mettre en ligne un fichier", + "confirmDelete": "Supprimer {{file}}? Cette action ne peut pas être annulée.", + "fileUploaded": "Fichier téléchargé avec succès", + "fileDeleted": "Fichier supprimé avec succès", + "fileOperationFailed": "L'opération ne peut pas être réalisée parce que le fichier est en cours d'utilisation dans:\n{{sectionNames}}" + } +} diff --git a/src/i18n/resources/fr/login.js b/src/i18n/resources/fr/login.js deleted file mode 100644 index 18bafe7bd8..0000000000 --- a/src/i18n/resources/fr/login.js +++ /dev/null @@ -1,57 +0,0 @@ -module.exports = { - login: 'Connexion', - - password: 'Password', - repeatPassword: 'Mot de passe', - email: 'E-mail', - cancel: 'Annuler', - - signInGoogle: 'Connectez-vous avec Google', - signInFRA: 'Connectez-vous avec FRA', - - changePassword: 'Changer le mot de passe', - expired: `Ooops. Il semble que le lien sur lequel vous avez cliqué a expiré ou n'est pas valide`, - - forgotPasswordTitle: 'Entrez votre e-mail et envoyez le formulaire pour recevoir des instructions par e-mail', - forgotPassword: 'Mot de passe oublié?', - - notAuthorized: 'Utilisateur non autorisé', - errorOccurred: 'Erreur est survenue', - noInvitation: 'Invitation introuvable', - noMatchPasswords: 'Les mots de passe ne correspondent pas', - noEmptyPassword: 'Le mot de passe ne peut pas être vide', - noMatchingUser: - "Nous n'avons trouvé aucun utilisateur correspondant à ces informations d'identification.\nAssurez-vous d'avoir un compte FRA valide.", - noMatchingEmail: - "Nous n'avons trouvé aucun utilisateur correspondant à cette adresse e-mail.\nAssurez-vous d'avoir un compte FRA valide.", - passwordError: - 'Le mot de passe doit contenir six caractères ou plus et avoir au moins une minuscule et un caractère alphabétique majuscule et un chiffre', - invalidEmail: `L'e-mail n'est pas valide`, - emptyEmail: `L'e-mail ne peut pas être vide`, - noLongerValid: 'Ooops. Il semble que votre demande ne soit plus valide.', - - passwordResetSent: `La demande de réinitialisation de votre mot de passe a été soumise avec succès.\nVous recevrez bientôt un e-mail contenant des instructions`, - passwordChanged: 'Le mot de passe a été changé', - - missingCredentials: "Veuillez entrer l'email et le mot de passe", - - accessLimited: `L’accès à l’espace réservé est limité aux experts impliqués dans le processus d’élaboration des rapports de FRA.`, - returnHome: `Pour revenir à la page d’accueil cliquer`, - returnHomeClick: 'ici.', - - resetPassword: 'Réinitialiser le mot de passe', - alreadyLinked: 'Le compte Google sélectionné est déjà lié à un autre utilisateur', - noShortPassword: 'Mot de passe trop court', - noMatchingLocalUser: "Nous n'avons trouvé aucun utilisateur correspondant à ces identifiants", - noMatchingProvider: "Nous n'avons trouvé aucun utilisateur correspondant à ces identifiants", - noActiveAccount: "Assurez-vous d'avoir un compte FRA valide ou essayez une autre méthode d'authentification.", - googleOnlyAccount: "Le compte est associé à l'authentification Google", - alreadyAcceptedInvitation: 'Cette invitation a déjà été acceptée', - invitationMessage: 'Vous avez été invité à {{assessment}} {{cycle}} en tant que {{role}} pour {{country}}', - invitationProvidersRegistered: 'Vous avez déjà un compte enregistré avec {{authProviderNames}}', - acceptInvitation: "Accepter l'invitation", - acceptInvitationWithFra: "Accepter l'invitation avec FRA", - acceptInvitationWithGoogle: "Accepter l'invitation avec Google", - invitationExpired: 'Cette invitation a expiré', - logoutSuccessful: 'Vous vous êtes déconnecté avec succès', -} diff --git a/src/i18n/resources/fr/login.json b/src/i18n/resources/fr/login.json new file mode 100644 index 0000000000..8ddb4fd369 --- /dev/null +++ b/src/i18n/resources/fr/login.json @@ -0,0 +1,45 @@ +{ + "login": "Connexion", + "password": "Password", + "repeatPassword": "Mot de passe", + "email": "E-mail", + "cancel": "Annuler", + "signInGoogle": "Connectez-vous avec Google", + "signInFRA": "Connectez-vous avec FRA", + "changePassword": "Changer le mot de passe", + "expired": "Ooops. Il semble que le lien sur lequel vous avez cliqué a expiré ou n'est pas valide", + "forgotPasswordTitle": "Entrez votre e-mail et envoyez le formulaire pour recevoir des instructions par e-mail", + "forgotPassword": "Mot de passe oublié?", + "notAuthorized": "Utilisateur non autorisé", + "errorOccurred": "Erreur est survenue", + "noInvitation": "Invitation introuvable", + "noMatchPasswords": "Les mots de passe ne correspondent pas", + "noEmptyPassword": "Le mot de passe ne peut pas être vide", + "noMatchingUser": "Nous n'avons trouvé aucun utilisateur correspondant à ces informations d'identification.\nAssurez-vous d'avoir un compte FRA valide.", + "noMatchingEmail": "Nous n'avons trouvé aucun utilisateur correspondant à cette adresse e-mail.\nAssurez-vous d'avoir un compte FRA valide.", + "passwordError": "Le mot de passe doit contenir six caractères ou plus et avoir au moins une minuscule et un caractère alphabétique majuscule et un chiffre", + "invalidEmail": "L'e-mail n'est pas valide", + "emptyEmail": "L'e-mail ne peut pas être vide", + "noLongerValid": "Ooops. Il semble que votre demande ne soit plus valide.", + "passwordResetSent": "La demande de réinitialisation de votre mot de passe a été soumise avec succès.\nVous recevrez bientôt un e-mail contenant des instructions", + "passwordChanged": "Le mot de passe a été changé", + "missingCredentials": "Veuillez entrer l'email et le mot de passe", + "accessLimited": "L’accès à l’espace réservé est limité aux experts impliqués dans le processus d’élaboration des rapports de FRA.", + "returnHome": "Pour revenir à la page d’accueil cliquer", + "returnHomeClick": "ici.", + "resetPassword": "Réinitialiser le mot de passe", + "alreadyLinked": "Le compte Google sélectionné est déjà lié à un autre utilisateur", + "noShortPassword": "Mot de passe trop court", + "noMatchingLocalUser": "Nous n'avons trouvé aucun utilisateur correspondant à ces identifiants", + "noMatchingProvider": "Nous n'avons trouvé aucun utilisateur correspondant à ces identifiants", + "noActiveAccount": "Assurez-vous d'avoir un compte FRA valide ou essayez une autre méthode d'authentification.", + "googleOnlyAccount": "Le compte est associé à l'authentification Google", + "alreadyAcceptedInvitation": "Cette invitation a déjà été acceptée", + "invitationMessage": "Vous avez été invité à {{assessment}} {{cycle}} en tant que {{role}} pour {{country}}", + "invitationProvidersRegistered": "Vous avez déjà un compte enregistré avec {{authProviderNames}}", + "acceptInvitation": "Accepter l'invitation", + "acceptInvitationWithFra": "Accepter l'invitation avec FRA", + "acceptInvitationWithGoogle": "Accepter l'invitation avec Google", + "invitationExpired": "Cette invitation a expiré", + "logoutSuccessful": "Vous vous êtes déconnecté avec succès" +} diff --git a/src/i18n/resources/fr/nationalDataPoint.js b/src/i18n/resources/fr/nationalDataPoint.js deleted file mode 100644 index 6e281309db..0000000000 --- a/src/i18n/resources/fr/nationalDataPoint.js +++ /dev/null @@ -1,53 +0,0 @@ -module.exports = { - clickOnNDP: `Cliquez sur l'année pour accéder aux données originales`, - nationalDataPoint: 'Point des données nationales', - addNationalDataPoint: 'Ajouter point des données nationales', - noNationalDataAdded: 'Pas de donnée nationale ajoutée', - nationalData: 'Donnée nationale', - reclassificationLabel: 'Données de base et reclassification', - forestCategoriesLabel: 'Forêt, autres terres boisées et autre terre', - referenceYearData: 'Année de référence pour les données', - referenceYear: 'Année de référence', - references: 'Références', - selectYear: 'Sélectionner…', - methods: 'Méthodes', - methodsUsed: 'Méthodes utilisées', - dataSource: 'Source des données', - dataSources: 'Source des données', - additionalComments: 'Commentaires supplémentaires', - edit: 'Modifier', - copyPreviousValues: 'Copier les références précédentes', - nationalClass: 'Classe nationale', - nationalClasses: 'Classifications et définitions', - definition: 'Définition', - class: 'Classe', - fraClasses: 'Classes de FRA', - area: 'Superficie (1000 ha)', - total: 'Total', - modifiedExplanation: 'Point des données nationales avec modifications', - confirmDelete: 'Supprimer ce point des données? Cette action ne peut pas être annulée.', - discardChanges: 'Annuler les modifications', - doneEditing: 'Terminée', - enterOrCopyPasteNationalClasses: 'Saisir ou copier-coller les classes nationales', - forestCharacteristics: 'Caractéristiques des forêts', - otherLandCharacteristics: 'Autre terre dotée de couvert arboré', - plantationForest: 'Forêt de plantation', - remindDirtyOdp: 'Le point des données nationales a été actualisé, générer nouvelles valeurs', - disabled: 'Désactivé, activer dans la section 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'Inventaire national des forêts', - sampleBasedRemoteSensingAssessment: "Évaluation d'échantillons par télédétection", - fullCoverMaps: 'Cartes complètes des forêts/de la végétation', - registersQuestionnaires: 'Répertoires/questionnaires', - other: '$t(common.otherSpecifyInComments)', - }, - appliesToVariablesOptions: { - forest: 'Forêt', - otherWoodedLand: 'Autres terres boisées', - otherLand: 'Autre terre', - }, - forestCategoriesLabel2025: 'Forêt, autres terres boisées et terres restantes', - nationalClassifications: 'Classifications nationales', - categories: 'Catégories', - fileAddedWillBecomePublic: 'Un fichier ajouté comme référence sera accessible au public', -} diff --git a/src/i18n/resources/fr/nationalDataPoint.json b/src/i18n/resources/fr/nationalDataPoint.json new file mode 100644 index 0000000000..5a36840dc0 --- /dev/null +++ b/src/i18n/resources/fr/nationalDataPoint.json @@ -0,0 +1,53 @@ +{ + "clickOnNDP": "Cliquez sur l'année pour accéder aux données originales", + "nationalDataPoint": "Point des données nationales", + "addNationalDataPoint": "Ajouter point des données nationales", + "noNationalDataAdded": "Pas de donnée nationale ajoutée", + "nationalData": "Donnée nationale", + "reclassificationLabel": "Données de base et reclassification", + "forestCategoriesLabel": "Forêt, autres terres boisées et autre terre", + "referenceYearData": "Année de référence pour les données", + "referenceYear": "Année de référence", + "references": "Références", + "selectYear": "Sélectionner…", + "methods": "Méthodes", + "methodsUsed": "Méthodes utilisées", + "dataSource": "Source des données", + "dataSources": "Source des données", + "additionalComments": "Commentaires supplémentaires", + "edit": "Modifier", + "copyPreviousValues": "Copier les références précédentes", + "nationalClass": "Classe nationale", + "nationalClasses": "Classifications et définitions", + "definition": "Définition", + "class": "Classe", + "fraClasses": "Classes de FRA", + "area": "Superficie (1000 ha)", + "total": "Total", + "modifiedExplanation": "Point des données nationales avec modifications", + "confirmDelete": "Supprimer ce point des données? Cette action ne peut pas être annulée.", + "discardChanges": "Annuler les modifications", + "doneEditing": "Terminée", + "enterOrCopyPasteNationalClasses": "Saisir ou copier-coller les classes nationales", + "forestCharacteristics": "Caractéristiques des forêts", + "otherLandCharacteristics": "Autre terre dotée de couvert arboré", + "plantationForest": "Forêt de plantation", + "remindDirtyOdp": "Le point des données nationales a été actualisé, générer nouvelles valeurs", + "disabled": "Désactivé, activer dans la section 1b", + "dataSourceMethodsOptions": { + "nationalForestInventory": "Inventaire national des forêts", + "sampleBasedRemoteSensingAssessment": "Évaluation d'échantillons par télédétection", + "fullCoverMaps": "Cartes complètes des forêts/de la végétation", + "registersQuestionnaires": "Répertoires/questionnaires", + "other": "$t(common.otherSpecifyInComments)" + }, + "appliesToVariablesOptions": { + "forest": "Forêt", + "otherWoodedLand": "Autres terres boisées", + "otherLand": "Autre terre" + }, + "forestCategoriesLabel2025": "Forêt, autres terres boisées et terres restantes", + "nationalClassifications": "Classifications nationales", + "categories": "Catégories", + "fileAddedWillBecomePublic": "Un fichier ajouté comme référence sera accessible au public" +} diff --git a/src/i18n/resources/fr/other.js b/src/i18n/resources/fr/other.js deleted file mode 100644 index b6a162140e..0000000000 --- a/src/i18n/resources/fr/other.js +++ /dev/null @@ -1,906 +0,0 @@ -module.exports = { - fileDrop: { - dropFilesHere: 'Enregistrer les fichiers ici', - dragAndDropOrClick: 'Glisser-déposer les fichiers ici, ou cliquer pour sélectionner les fichiers', - }, - - language: { - en: 'English', - es: 'Español', - fr: 'Français', - ru: 'Русский', - ar: 'العربية', - zh: '中文', - }, - - home: { - keyFindings: `Le monde compte une superficie forestière totale de 4,06 milliards d'hectares -(ha), ce qui correspond à 31 pour cent de la superficie totale des terres. Cela -équivaut à 0,52 ha par personne - bien que les forêts ne soient pas également -réparties entre les populations du monde ou sur le plan géographique. Le domaine -tropical compte la plus grande part de forêts du monde (45 pour cent), suivi -des domaines boréal, tempéré et sous-tropical`, - }, - - footer: { - contactUs: 'Contactez-nous', - termsAndConditions: 'Termes et conditions', - scamAlert: 'Alerte aux messages frauduleux', - reportMisconduct: 'Signaler un cas de mauvaise conduite', - tutorials: 'Vidéo', - sendFeedback: 'Envoyer réactions', - licenses: 'Autorisations', - platformVersion: 'Version de la plate-forme', - }, - - disclaimer: { - statisticalFactsheets: - 'Avertissement: peut contenir des estimations de la FAO, peut contenir des valeurs manquantes', - part1: `Ce site a été élaboré avec l’aide de l'`, - europeanUnion: 'Union européenne', - part2: ', du ', - govFinland: 'Gouvernement de Finlande', - part3: ', du ', - govNorway: 'Gouvernement de Norvège', - part4: ' et du ', - gef: `Fonds pour l'environnement mondial`, - part5: `. Son contenu relève de la seule responsabilité de la FAO et ne peut en aucun cas être considéré comme reflétant la position de l'Union européenne du Gouvernement de Finlande, du Gouvernement de Norvège ou du Fonds pour l'environnement mondial.`, - termsOfUse: `Conditions d'utilisation de la base de données statistiques`, - }, - - unit: { - haThousand: '1 000 ha', - ha: 'ha', - kmSq: 'km²', - mileSq: 'mi²', - acre1000: '1 000 acres', - acre: 'acre', - haMillion: "millions d'ha", - haThousandPerYear: '1 000 ha / an', - tonnesPerHa: 'tonnes / ha', - millionsCubicMeterOverBark: 'millions de m³ sur écorce', - billionCubicMeter: 'billion m³', - gt: 'Gt', - fte1000: '1 000 EPT', - numberOfStudents: '$t(graduationOfStudents.numberOfStudents)', - growingStockPercent: '% du total', - }, - - countrySelection: { - selectCountry: 'Choisissez le pays', - }, - - definition: { - definitionLabel: 'Voir les définitions', - faqLabel: 'Q&R', - }, - - audit: { - notStarted: 'Pas commencé', - edited: 'Modifié', - }, - - yesNoTextSelect: { - yes: 'Oui', - no: 'Non', - notSelected: '', - }, - - user: { - roles: { - REVIEWER: 'Examinateur', - NATIONAL_CORRESPONDENT: 'Correspondant national', - ALTERNATE_NATIONAL_CORRESPONDENT: 'Correspondant national suppléant', - COLLABORATOR: 'Collaborateur', - ADMINISTRATOR: 'Administrateur', - noRole: '', - VIEWER: 'Visionneur', - reviewer_plural: 'Examinateurs', - nationalCorrespondent_plural: 'Correspondants nationaux', - alternateNationalCorrespondent_plural: 'Correspondants nationaux suppléants', - collaborator_plural: 'Collaborateurs', - }, - resetPasswordEmail: { - subject: 'Plateforme FRA - Réinitialiser le mot de passe', - }, - }, - - fraClass: { - forest: 'Forêt', - otherWoodedLand: 'Autres terres boisées', - otherLand: 'Autre terre', - }, - - fraForestCharacteristicsClass: { - naturallyRegeneratingForest: 'Forêt naturellement régénérée', - plantationForest: 'Forêt de plantation', - ofWhichIntroduced: '…dont introduite', - otherPlantedForest: 'Autre forêt plantée', - totalForest: 'Forêt totale', - }, - - fraOtherLandClass: { - palms: '…dont palmiers (huile, noix de coco, dattes, etc)', - treeOrchards: '…dont vergers (inclut fruits, fruits à coque, olives, etc)', - agroforestry: '…dont système agroforestier', - treesUrbanSettings: '…dont arbres en milieu urbain', - }, - - userChat: { - chatHeader: 'Échange de messages avec {{user}}', - noMessages: 'Pas de messages', - writeMessage: 'Écrire un message…', - send: 'Envoyer', - cancel: 'Effacer', - notificationEmail: { - subject: '{{sender}} vous a envoyé un message', - textMessage: `Cher {{recipient}}, - -{{sender}} vous a envoyé un message. - -Accédez à la plateforme au lien suivant pour le voir et répondre: -{{- link}} - -L'équipe de FRA -{{- url}} - `, - htmlMessage: `Cher {{recipient}}, -

-{{sender}} vous a envoyé un message. -

-Accédez à la plateforme pour le voir et répondre. -

-L'équipe de FRA -
-{{- url}} - `, - }, - }, - - // error messages - error: { - access: { - countryRoleNotSpecified: - "Erreur: L'utilisateur {{user}} a essayé d'accéder à {{countryIso}} mais aucun rôle n'a été précisé", - countryUserNotReviewer: - "Erreur: L'utilisateur {{user}} a essayé d'accéder à {{countryIso}} dont il n'est pas examinateur", - roleChangeNotAllowed: - "Erreur: L'utilisateur {{user}} a essayé de configurer un autre profil d'utilisateur à {{role}} ce qui n'est pas autorisé pour l'utilisateur connecté", - invitationAlreadyUsed: - "Erreur: L'invitation {{invitationUuid}} a déjà été utilisée, détournement par {{loginEmail}} non autorisé!", - countryDoesNotMatch: 'Erreur: Le pays {{countyryIso}} ne correspond pas', - assessmentEditingNotAllowed: - "Erreur: L'utilisateur {{user}} dans le rôle {{role}} ne peut pas modifier l'évaluation en {{assessmentStatus}} pour le pays {{countryIso}}", - assessmentCommentingNotAllowed: - "Erreur: L'utilisateur {{user}} dans le rôle {{role}} ne peut pas commenter l'évaluation en {{assessmentStatus}} pour le pays {{countryIso}}", - userNotAdministrator: - "Erreur : l'utilisateur {{user}} a tenté d'accéder à une ressource disponible uniquement pour les administrateurs", - userAlreadyAddedToCountry: "Erreur : l'utilisateur {{user}} est déjà ajouté au pays {{countryIso}}", - }, - assessment: { - transitionNotAllowed: - "Erreur: La transition depuis {{currentStatus}} à {{status}} n'est pas autorisée pour le rôle {{role}}", - deskStudyNotAllowed: "Erreur: Seulement l'administrateur peut changer le statut de l'étude de bureau", - }, - review: { - commentDeleteNotOwner: - "Erreur: L'utilisateur {{user}} a essayé de supprimer un commentaire qui ne lui appartient pas", - commentEnterResolvedIssue: - "Erreur: L'utilisateur {{user}} a essayé de saisir un commentaire sur une question résolue", - }, - ndp: { - previousNdpNotFound: 'Pas trouvé de point des données nationales avant {{year}}', - }, - }, - // components - - countryListing: { - annuallyUpdated: 'Mis à jour annuellement', - fra2020: 'FRA 2020', - }, - - navigation: { - hideAll: 'Masquer tout', - showAll: 'Montrer tout', - support: { - dontDelete: 'Information de système, ne pas supprimer', - feedbackEmailSubject: 'Réactions sur la plateforme de FRA', - platformVersion: 'Version plateforme', - userAgent: 'Agent utilisateur', - user: 'Utilisateur', - manageCollaborators: 'Gérer collaborateurs', - }, - sectionHeaders: { - introduction: 'Introduction', - forestExtentCharacteristicsAndChanges: 'Étendue, caractéristiques et changement des forêts', - forestGrowingStockBiomassAndCarbon: 'Matériel sur pied, biomasse et carbone forestiers', - forestDesignationAndManagement: 'Désignation et gestion des forêts', - forestOwnershipAndManagementRights: 'Droits de propriété et de gestion des forêts', - forestDisturbances: 'Perturbations forestières', - forestPolicyAndLegislation: 'Politiques et dispositions législatives sur les forêts', - employmentEducationAndNwfp: 'Emploi, enseignement et PFNL', - sustainableDevelopment: 'Objectif de développement durable 15', - panEuropeanIndicators: 'Indicateurs paneuropéens', - }, - cancel: 'Annuler', - changeStatusTextPlaceholder: 'Ajouter un message facultatif', - doNotNotifyUsers: 'Ne pas notifier les utilisateurs', - notifySelf: "S'envoyer une copie à soi-même", - }, - - header: { - editProfile: 'Modifier profil', - logout: 'Déconnexion', - hideSidebar: 'Masquer barre latérale', - showSidebar: 'Montrer barre latérale', - autoSave: { - saving: 'Enregistrement…', - complete: 'Modifications enregistrées', - lastSaveTimestampReceived: 'Dernière modification', - }, - }, - - time: { - hour: 'Il y a {{count}} heure', - day: 'Il y a {{count}} jour', - week: 'Il y a {{count}} semaine', - aMomentAgo: 'Il y a un moment', - hour_plural: 'Il y a {{count}} heures', - day_plural: 'Il y a {{count}} jours', - week_plural: 'il y a {{count}} semaines', - }, - - review: { - comments: 'Commentaires', - noComments: 'Pas de commentaires', - resolve: 'Résoudre', - confirmDelete: 'Supprimer ce commentaire? Cette action ne peut pas être annulée.', - commentDeleted: 'Commentaire supprimé', - commentMarkedAsResolved: 'Marqué comme résolu', - delete: 'Supprimer', - writeComment: 'Écrire un commentaire…', - commentingClosed: 'Période de commentaires terminée', - cancel: 'Effacer', - loading: 'Chargement', - }, - - description: { - edit: 'Modifier', - done: 'Terminé', - loading: 'Chargement contenu…', - description: 'Description', - dataSourcesTitle: 'Sources des données, données de base & classification et définitions nationales', - generalCommentsTitle: 'Commentaires', - dataSources: 'Sources des données', - dataSourcesPlus: 'Source des données + type de source de données par ex. IFN, etc', - originalData: 'Données de base', - nationalClassificationAndDefinitions: 'Classification et définitions nationales', - nationalData: 'Données nationales', - analysisAndProcessing: 'Analyse et traitement des données nationales', - estimationAndForecasting: 'Estimation et prévision', - reclassification: 'Reclassification dans les catégories de FRA {{cycleName}}', - }, - - nationalDataPoint: { - clickOnNDP: `Cliquez sur l'année pour accéder aux données originales`, - nationalDataPoint: 'Point des données nationales', - addNationalDataPoint: 'Ajouter point des données nationales', - noNationalDataAdded: 'Pas de donnée nationale ajoutée', - nationalData: 'Donnée nationale', - reclassificationLabel: 'Données de base et reclassification', - forestCategoriesLabel: 'Forêt, autres terres boisées et autre terre', - referenceYearData: 'Année de référence pour les données', - referenceYear: 'Année de référence', - references: 'Références', - selectYear: 'Sélectionner…', - methods: 'Méthodes', - methodsUsed: 'Méthodes utilisées', - dataSource: 'Source des données', - dataSources: 'Source des données', - additionalComments: 'Commentaires supplémentaires', - edit: 'Modifier', - copyPreviousValues: 'Copier les références précédentes', - nationalClass: 'Classe nationale', - nationalClasses: 'Classifications et définitions', - definition: 'Définition', - class: 'Classe', - fraClasses: 'Classes de FRA', - area: 'Superficie (1000 ha)', - total: 'Total', - modifiedExplanation: 'Point des données nationales avec modifications', - confirmDelete: 'Supprimer ce point des données? Cette action ne peut pas être annulée.', - discardChanges: 'Annuler les modifications', - doneEditing: 'Terminée', - enterOrCopyPasteNationalClasses: 'Saisir ou copier-coller les classes nationales', - forestCharacteristics: 'Caractéristiques des forêts', - otherLandCharacteristics: 'Autre terre dotée de couvert arboré', - plantationForest: 'Forêt de plantation', - remindDirtyOdp: 'Le point des données nationales a été actualisé, générer nouvelles valeurs', - disabled: 'Désactivé, activer dans la section 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'Inventaire national des forêts', - sampleBasedRemoteSensingAssessment: "Évaluation d'échantillons par télédétection", - fullCoverMaps: 'Cartes complètes des forêts/de la végétation', - registersQuestionnaires: 'Répertoires/questionnaires', - other: '$t(common.otherSpecifyInComments)', - }, - appliesToVariablesOptions: { - forest: 'Forêt', - otherWoodedLand: 'Autres terres boisées', - otherLand: 'Autre terre', - }, - forestCategoriesLabel2025: 'Forêt, autres terres boisées et terres restantes', - nationalClassifications: 'Classifications nationales', - categories: 'Catégories', - fileAddedWillBecomePublic: 'Un fichier ajouté comme référence sera accessible au public', - }, - - userManagement: { - manageCollaborators: 'Gérer collaborateurs', - loginEmail: 'Identifiant', - noUsers: 'Aucun collaborateur ajouté', - placeholder: 'Choisir…', - remove: 'Éliminer', - done: 'Terminé', - edit: 'Modifier', - addUser: 'Ajouter collaborateur', - formErrors: "Il y a des erreurs dans le formulaire. S'il vous plaît, réparez-les et soumettez-le à nouveau.", - insufficientPrivileges: 'Privilèges insuffisants', - confirmDelete: 'Éliminer {{user}}?', - allUsers: 'Tous les collaborateurs', - info: 'Info', - tableAccess: 'Accès aux tables', - invitationLink: "Lien d'invitation", - sendInvitation: "Envoyer un email d'invitation", - inviteAgain: 'Inviter de nouveau', - invitationEmail: { - subject: 'Invitation à la plateforme de FRA', - textMessage: `Cher {{invitedUser}}, - -Vous avez été invité à accéder {{assessmentName}} {{cycleName}} comme {{role}} pour le/la {{- country}}. - -Acceptez cette invitation et accédez à cette plateforme à l'adresse suivante: -{{- link}} - -Bon travail! - -L'équipe de FRA fra@fao.org -{{- url}} - `, - htmlMessage: `Cher {{invitedUser}}, -

-Vous avez été invité à accéder {{assessmentName}} {{cycleName}} comme {{role}} pour le/la {{country}}. -

-Acceptez cette invitation et accédez à la plateforme -

-Bon travail! -

-L'équipe de FRA fra@fao.org -
-{{- url}} - `, - }, - editPermissions: 'Modifier les autorisations', - invitationDeleted: "L'invitation a été supprimée", - invitationEmailSent: "Un e-mail d'invitation a été envoyé", - permissions: 'Autorisations', - personalInfoRequired: 'Veuillez compléter vos informations personnelles avant de continuer', - userAdded: '{{email}} a été ajouté', - userModified: '{{user}} a été modifié', - permissionNames: { - tableData: 'Données du tableau', - descriptions: 'Descriptions', - }, - }, - - // FRA 2020 questionare - // Object name and title should have always the same name - - contactPersons: { - all: '$t(common.all)', - reportPreparationAndContactPersons: 'Préparation du rapport et personnes de contact', - contactPersons: 'Introduction', - contactPersonsSupport: 'Le présent rapport a été préparé par la(les) personne(s) suivante(s)', - introductoryText: "Texte d'introduction", - introductoryTextSupport: "Placer un texte d'introduction sur le contenu de ce rapport", - firstName: 'Prénom', - lastName: 'Nom de famille', - institution: 'Institution/adresse', - email: 'Email', - tables: 'Tableaux', - none: 'Aucune', - }, - - extentOfForest: { - extentOfForest: 'Étendue des forêts et des autres terres boisées', - estimationAndForecasting: 'Estimation et prévision', - categoryHeader: 'Catégories de FRA', - forestArea: 'Forêt', - chart: { - placeholderLine1: 'Pour commencer, ajouter de nouveaux points de données nationales et les utiliser', - placeholderLine2: 'pour générer automatiquement les valeurs de FRA.', - }, - otherLandCategories: "Catégories d'autres terres", - ofWhichPalms: '…dont palmiers (huile, noix de coco, dattes, etc.)', - ofWhichTreeOrchards: '…dont vergers (inclut fruits, fruits à coque, olives, etc.)', - ofWhichAgroforestry: '…dont systèmes agroforestier', - ofWhichTreesUrbanSettings: '…dont arbres en milieu urbain', - totalLandArea: 'Total des terres émergées', - fedAreasExceedTotalLandArea: - 'La superficie des forêts et des autres terres boisées est supérieure au total des terres émergées', - forestAreaDoesNotMatchPreviouslyReported: - 'La superficie de forêt ne correspond pas à la superficie de FRA {{year}}: {{previous}}', - useOriginalDataPoints: 'Utiliser les points de données nationales', - dontUseOriginalDataPoints: 'Ne pas utiliser les points de données nationales', - whatIsThis: "Qu'est-ce-que c'est?", - tableNoticeMessage: - "La superficie des terres enregistrée par FAOSTAT pour l'année 2015 est utilisée pour toutes les années de référence", - ndpMissingValues: 'Le point de données nationales a des valeurs manquantes', - showNDPs: 'Afficher les points de données nationaux', - hideNDPs: 'Cacher les points de données nationaux', - forestAreaNetChangeDoesNotMatch: - 'Le changement net de la superficie forestière ne correspond pas à la valeur attendue : {{value}}', - }, - - climaticDomain: { - climaticDomain: 'Domaine climatique', - percentOfForestArea2015: '% de superficie forestière 2015', - percentOfForestArea2015Override: 'Remplacer valeur', - selectDefault: 'Défault', - boreal: 'Boréal', - temperate: 'Tempéré', - subtropical: 'Sous-tropical', - sub_tropical: '$t(climaticDomain.subtropical)', - tropical: 'Tropical', - }, - - forestCharacteristics: { - forestCharacteristics: 'Caractéristiques des forêts', - estimationAndForecasting: 'Estimation et prévision', - categoryHeader: 'Catégories de FRA', - naturalForestArea: 'Forêt naturellement régénérée', - plantationForestArea: 'Forêt de plantation', - plantationForestIntroducedArea: "…dont d'espèces introduites", - otherPlantedForestArea: 'Autre forêt plantée', - plantedForest: 'Forêt plantée', - totalForestArea: 'Total superficie forestière', - total: 'Total', - useOriginalDataPoints: 'Utiliser points de données nationaux', - dontUseOriginalDataPoints: 'Ne pas utiliser points de données nationaux', - }, - - tableWithOdp: { - confirmGenerateFraValues: 'Remplacer valeurs existantes?', - generateFraValues: 'Générer valeurs', - linearExtrapolation: 'Linéaire', - repeatLastExtrapolation: 'Répéter dernier', - annualChangeExtrapolation: 'Changement annuel', - placeholderFuture: 'Futur', - placeholderPast: 'Passé', - copyToClipboard: 'Copier valeurs', - placeholderSelect: 'Estimation et prévision', - _1000haYear: '1000 ha/an', - generatingFraValues: 'En cours de traitement...', - }, - - forestAreaChange: { - forestAreaChange: 'Expansion annuelle de la forêt, déforestation et changement net', - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie (1000 ha/an)', - forestExpansion: 'Expansion de la forêt', - ofWhichAfforestation: '…dont boisement', - ofWhichNaturalExpansion: '…dont expansion naturelle', - deforestation: 'Déforestation', - forestAreaNetChange: 'Changement net de la superficie forestière', - forestAreaNetChangeFrom1a: 'Changement net de la superficie de forêt calculée à partir du tableau 1a', - netChangeDoesNotMatch: 'Ne correspond pas au changement net de la superficie forestière', - }, - - annualReforestation: { - annualReforestation: 'Reboisement annuel', - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie (1000 ha/an)', - reforestation: 'Reboisement', - }, - - specificForestCategories: { - specificForestCategories: 'Forêt primaire et catégories spéciales de forêts', - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie (1000 ha)', - bamboo: 'Bambous', - mangroves: 'Mangroves', - temporarilyUnstocked: 'Temporairement non boisée et/ou récemment régénérée', - primaryForest: 'Forêt primaire', - exceedsNaturallyRegeneratingForest: 'Supérieur aux forêts naturellement régénérées (1b)', - rubberWood: 'Bois de caoutchouc', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover: 'Autre terre dotée de couvert arboré', - areaUnitLabel: 'Superficie (1000 ha)', - categoryHeader: 'Catégories de FRA', - palms: 'Palmiers', - treeorchards: 'Vergers', - agroforestry: 'Système agroforestier', - treesinurbansettings: 'Arbres en milieu urbain', - total: 'Total', - otherLandArea: "Superficie d'autre terre", - other: '$t(common.otherSpecifyInComments)', - }, - - growingStock: { - growingStock: 'Matériel sur pied', - supportText: "Contrôler d'avoir introduit les données dans les tableaux 1a & 1b avant de modifier ce tableau", - categoryHeader: 'Catégories de FRA', - avgTableHeader: 'Matériel sur pied m³/ha (sur écorce)', - totalTableHeader: 'Total matériel sur pied (millions m³ sur écorce)', - naturallyRegeneratingForest: 'Forêt naturellement régénérée', - plantedForest: 'Forêt plantée', - plantationForest: '…dont forêt de plantation', - otherPlantedForest: '…dont autre forêt plantée', - forest: 'Forêt', - otherWoodedLand: 'Autres terres boisées', - copyToClipboard: 'Copier valeurs', - }, - - growingStockComposition: { - native: 'Indigène', - introduced: 'Introduite', - growingStockComposition: 'Composition du matériel sur pied', - forestGrowingStockComposition: 'Composition du matériel sur pied de la forêt', - categoryHeader: 'Catégories de FRA', - nativeTreeSpecies: "Espèce d'arbre indigène", - introducedTreeSpecies: "Espèce d'arbre introduite", - areaUnitLabel: 'Matériel sur pied dans la forêt (millions m³ sur écorce)', - scientificName: 'Dénomination scientifique', - commonName: 'Dénomination usuelle', - rank: '#{{idx}} Classé(e) en volume', - remainingNative: "Espèces d'arbres indigènes restantes", - remainingIntroduced: "Espèces d'arbres introduites restantes", - totalNative: "Volume total espèces d'arbres indigènes", - totalIntroduced: "Volume total espèces d'arbres introduites", - totalGrowingStock: 'Total matériel sur pied', - rankingYear: 'Année de classement 2015', - }, - - biomassStock: { - biomassStock: 'Biomasse', - categoryHeader: 'Catégories de FRA', - tableHeader: 'Biomasse forestière (tonnes/ha)', - aboveGround: 'Biomasse aérienne', - belowGround: 'Biomasse souterraine', - deadWood: 'Bois mort', - downloadExcel: 'Télécharger calculateur excel', - }, - - carbonStock: { - carbonStock: 'Carbone', - categoryHeader: 'Catégories de FRA', - tableHeader: 'Carbone forestier (tonnes/ha)', - carbonAboveGroundBiomass: 'Carbone dans la biomasse aérienne', - carbonBelowGroundBiomass: 'Carbone dans la biomasse souterraine', - carbonDeadwood: 'Carbone dans le bois mort', - carbonLitter: 'Carbone dans la litière', - carbonSoil: 'Carbone dans le sol', - soilDepthHeading: 'Profondeur du sol (cm) utilisée pour les estimations du carbone dans le sol', - }, - - designatedManagementObjective: { - designatedManagementObjective: 'Objectif de gestion désigné', - primaryDesignatedManagementObjective: 'Objectif de gestion désigné principal', - primaryDesignatedManagementObjectiveSupport: - "L'objectif de gestion désigné principal est sensiblement plus important que les autres objectifs de gestion. Les différents objectifs de gestion principaux sont *exclusifs* et la superficie déclarée dans un des objectifs de gestion principaux ne devra pas être déclarée dans aucun des autres objectifs de gestion principaux. La somme des différents objectifs de gestion devra correspondre à la superficie de forêt.", - totalAreaWithDesignatedManagementObjective: 'Superficie totale avec un objectif de gestion désigné', - totalAreaWithDesignatedManagementObjectiveSupport: - "Objectif de gestion désigné, qu'il soit primaire ou pas. Les différentes catégories de désignation sont *non exclusives*. Les superficies peuvent donc être déclarées plus d'une fois. Par exemple, dans le cas d'une superficie forestière avec des \"usages multiples\" comme objectif de gestion principal, il faudra rendre compte de chacun de ses objectifs de gestion. Ainsi la somme des différents objectifs de gestion peut être supérieure à la superficie totale de forêt.", - categoryHeader: 'Catégories de FRA 2020', - areaUnitLabel: 'Superficie forestière (1000 ha)', - production: 'Production', - soilWaterProtection: "Protection du sol et de l'eau", - biodiversityConservation: 'Conservation de la biodiversité', - socialServices: 'Services sociaux', - multipleUse: 'Usages multiples', - other: 'Autre (à préciser dans les commentaires)', - unknown: 'Aucune fonction/Fonction inconnue', - totalForestArea: 'Superficie forestière totale', - total: 'Total', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithinProtectedAreas: - "Superficie forestière se trouvant à l'intérieur d'aires protégées juridiquement constituées et superficie forestière soumise à des plans de gestion forestière à long-terme", - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie (1000 ha)', - header: "Superficie forestière à l'intérieur d'aires protégées juridiquement constituées", - forestAreaWithLongTermManagementPlan: 'Superficie forestière soumise à un plan de gestion forestière à long-terme', - ofWhichInProtectedAreas: '…dont dans des aires protégées', - }, - - forestOwnership: { - forestOwnership: 'Propriété de la forêt', - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie forestière (1000 ha)', - privateOwnership: 'Propriété privée', - ofWhichIndividuals: '…dont appartenant à des particuliers', - ofWhichPrivateBusinesses: '…dont appartenant à des entreprises et des institutions commerciales privées', - ofWhichCommunities: '…dont appartenant à des collectivités locales, tribales et indigènes', - publicOwnership: 'Propriété publique', - otherOrUnknown: 'Inconnue/Autre (à préciser dans les commentaires)', - totalForestArea: 'Superficie forestière totale', - total: 'Total', - }, - - holderOfManagementRights: { - holderOfManagementRights: 'Détenteur des droits de gestion des forêts publiques', - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie forestière (1000 ha)', - publicAdministration: 'Administration publique', - individuals: 'Particuliers', - privateBusinesses: 'Entreprises et institutions commerciales privées', - communities: 'Collectivités locales, tribales et indigènes', - other: 'Inconnue/Autre (à préciser dans les commentaires)', - totalPublicOwnership: 'Propriété publique totale', - total: 'Total', - publicOwnershipDoesNotMatch: 'Ne correspond pas à la propriété publique totale', - }, - - disturbances: { - disturbances: 'Perturbations', - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie (1000 ha)', - insects: 'Insectes', - diseases: 'Maladies', - severeWeatherEvents: 'Événements météorologiques graves', - other: 'Autre (à préciser dans les commentaires)', - totalForestArea: 'Superficie forestière totale', - total: 'Total', - }, - - areaAffectedByFire: { - areaAffectedByFire: 'Superficie touchée par les incendies', - categoryHeader: 'Catégories de FRA', - areaUnitLabel: 'Superficie (1000 ha)', - totalLandAreaAffectedByFire: 'Superficie totale de terre touchée par les incendies', - ofWhichForest: '…dont de forêt', - }, - - degradedForest: { - degradedForest: 'Forêt dégradée', - doesYourCountryMonitor: 'Votre pays surveille-t-il la superficie de forêt dégradée', - ifYes: 'Si "oui"', - whatIsDefinition: 'Quelle est la définition nationale de "forêt dégradée"?', - howMonitored: 'Décrire le processus de surveillance et les résultats obtenus', - }, - - forestPolicy: { - forestPolicy: - 'Politiques, législation et plateforme nationale de participation des parties prenantes aux politiques forestières', - categoryHeader: "Indiquer l'existence de", - areaUnitLabel: 'Booléen (Oui/Non)', - national: 'Nationales', - subnational: 'Sous-nationales', - policiesSFM: 'Politiques en faveur de la GDF', - legislationsSFM: 'Législations ou règlements en faveur de la GDF', - stakeholderParticipation: - "Plateforme favorisant ou permettant la participation des parties prenantes à l'élaboration des politiques forestières", - existenceOfTraceabilitySystem: 'Système(s) de traçabilité des produits ligneux', - }, - - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate: 'Superficie de domaine forestier permanent', - categoryHeader: 'Catégories de FRA 2020', - areaUnitLabel: 'Superficie forestière (1000 ha)', - applicable: 'Applicable?', - }, - - employment: { - employment: "Emploi dans la sylviculture et l'exploitation forestière", - average: 'Moyenne triannuelle', - categoryHeader: 'Catégories de FRA 2020', - unitHeader: 'Équivalent plein-temps (1000 EPT)', - inForestry: "Emploi dans la sylviculture et l'exploitation forestière", - ofWhichSilviculture: "…dont dans la sylviculture et d'autres activités d'exploitation forestière", - ofWhichLogging: "…dont dans l'exploitation forestière", - ofWhichGathering: '…dont dans la collecte de produits forestiers non ligneux', - ofWhichSupport: "…dont dans les services d'appui à la sylviculture", - total: 'Total', - female: 'Femmes', - male: 'Hommes', - }, - - graduationOfStudents: { - graduationOfStudents: "Obtention de diplômes liés à l'enseignement forestier", - average: 'Moyenne triannuelle', - numberOfStudents: "Nombre d'étudiants diplômés", - fra2020Categories: 'Catégories de FRA 2020', - doctoralDegree: 'Doctorat', - mastersDegree: 'Master', - bachelorsDegree: 'Licence', - technicianCertificate: 'Diplôme/brevet de technicien', - total: 'Total', - female: 'Femmes', - male: 'Hommes', - }, - - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals: 'Extraction de produits forestiers non ligneux et valeur pour 2015', - nameOfProduct: 'Nom du PFNL', - keySpecies: 'Espèce clé', - quantity: 'Quantité', - unit: 'Unité', - value: 'Valeur (1000 monnaie nationale)', - category: 'Catégorie de PFNL', - plantProductsSelectHeading: "Produits d'origine végétale / matières premières", - food: '1 Aliments', - fodder: '2 Fourrage', - rawMaterialForMedicine: '3 Matières premières pour les médicaments et les produits aromatiques', - rawMaterialForColorants: '4 Matières premières pour les colorants et les teintures', - rawMaterialForUtensils: "5 Matières premières pour les ustensiles, l'artisanat, la construction", - ornamentalPlants: '6 Plantes ornementales', - exudates: '7 Exsudats', - otherPlantProducts: "8 Autres produits d'origine végétale", - animalProductsSelectHeading: "Produits d'origine animale / matières premières", - livingAnimals: '9 Animaux vivants', - hidesSkins: '10 Cuirs, peaux et trophées', - wildHoney: "11 Miel et cire d'abeille", - wildMeat: '12 Gibier', - animalRawMaterialForMedicine: '13 Matières premières pour les médicaments', - animalRawMaterialForColorants: '14 Matières premières pour les colorants', - otherEdibleAnimalProducts: "15 Autres produits d'origine animale comestibles", - otherNonEdibleAnimalProducts: "16 Autres produits d'origine animale non-comestibles", - allOtherPlantProducts: "Tous les autres produits d'origine végétale", - allOtherAnimalProducts: "Tous les autres produits d'origine animale", - total: 'Total', - currency: 'Dénomination monnaie nationale', - notSelected: '', - }, - - sustainableDevelopment: { - sustainableDevelopment: 'Objectif de développement durable 15', - indicator: 'Indicateur', - percent: 'Pourcentage', - nameOfAgencyResponsible: "Nom de l'agence responsable", - sdgIndicator1: 'Indicateur ODD 15.1.1 Superficie forestière comme pourcentage du total des terres émergées 2015', - sdgIndicator2: 'Indicateur ODD 15.2.1 Progrès réalisés dans la gestion durable des forêts', - forestAreaProportionLandArea2015: 'Superficie forestière comme pourcentage du total des terres émergées 2015', - subIndicator: 'Sous-Indicateur {{no}}', - forestAreaAnnualNetChangeRate: 'Taux annuel de changement de la superficie forestière', - aboveGroundBiomassStockForests: 'Biomasse aérienne dans les forêts', - percent2015ForestAreaBaseline: 'Pourcentage (Superficie forestière de référence 2015)', - proportionForestAreaLegallyEstablishedProtectedAreas: - 'Pourcentage de superficie forestière se trouvant dans des aires protégées juridiquement constituées', - proportionForestAreaLongTermForestManagement: - 'Pourcentage de superficie forestière soumise à une gestion à long-terme', - forestArea1000Ha: 'Superficie forestière (1000 ha)', - forestAreaVerifiedForestManagement: - 'Superficie forestière soumise à des systèmes de certification de gestion durable vérifiés indépendants', - }, - - panEuropeanIndicators: { - panEuropeanIndicators: 'Indicateurs quantitatifs paneuropéens sur la gestion durable des forêts', - uploadQuestionnaire: 'Télécharger questionnaire', - chooseFile: 'Choisir fichier', - downloadQuestionnaire: 'Télédécharger questionnaire', - download: 'Télédécharger', - remove: 'Supprimer', - noQuestionnaire: 'Aucun questionnaire sélectionné', - panEuropeanQualitativeIndicators: 'Indicateurs qualitatifs paneuropéens sur la gestion forestière durable', - accessReportingPage: 'Accéder à la page des rapports', - }, - - assessment: { - fra: 'FRA', - deskStudy: 'Étude de bureau', - statusChangeNotification: { - subject: 'Le statut de {{- country}} a été changé à {{status}} dans la plateforme de FRA', - textMessage: `Cher {{recipientName}}, - -{{changer}} a changé le statut de {{assessment}} à "{{status}}" pour {{- country}} dans la plateforme de FRA. - -{{message}} - -Se rendre sur la plateforme à l'adresse: {{- serverUrl}} - -L'équipe de FRA -{{- serverUrl}}`, - htmlMessage: `Cher {{recipientName}}, -

-{{changer}} a changé le statut de {{assessment}} à "{{status}}" pour {{country}} dans la plateforme de FRA. -

-{{message}} -

-Se rendre sur la plateforme -

-L'équipe de FRA -
-{{- serverUrl}}`, - }, - status: { - changing: { - label: 'Changement…', - }, - editing: { - label: 'Modifier', - previous: 'Retour à modifier', - }, - review: { - label: "À l'étude", - next: 'Transmettre pour examen', - previous: 'Retour à examen', - }, - approval: { - label: "Attente d'approbation", - next: 'Transmettre pour approbation', - previous: 'Retour à approbation', - }, - accepted: { - label: 'Accepté', - next: 'Accepter', - previous: '', - }, - notStarted: { - label: 'Pas commencé', - }, - }, - }, - - multiSelect: { - placeholder: 'Choisir…', - }, - - emoji: { - picker: { - search: 'Rechercher', - categories: { - search: 'Résultats recherche', - recent: 'Fréquemment utilisé(s)', - people: 'Smileys & Personnes', - nature: 'Animaux & Nature', - foods: 'Aliments & Boissons', - activity: 'Activité', - places: 'Voyages & Lieux', - objects: 'Objets', - symbols: 'Symboles', - flags: 'Drapeaux', - }, - }, - }, - - country: { - region: { - asia: 'Asie', - europe: 'Europe', - oceania: 'Océanie', - north_and_central_america: 'Amérique du Nord et Centrale', - south_america: 'Amérique du sud', - africa: 'Afrique', - atlantis: 'Atlantis', - forest_europe: 'Forest Europe', - }, - }, - - countryMessageBoard: { - messageBoard: "Panneau d'affichage", - messageBoardDesc: 'Les messages postés ici sont visibles par tous les membres du pays.', - oneToOneMessages: 'Messages individuels', - }, - - tutorial: { - watch: 'Regarder', - passwordLogin: - "Tutoriel pour l'utilisateur de la plateforme FRA - Comment se connecter avec un mot de passe personnalisé", - googleLogin: - "Tutoriel pour l'utilisateur de la plateforme FRA - Comment se connecter à partir de son compte Google", - collaboratorAdd: "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter un collaborateur", - platformNavigation: "Tutoriel pour l'utilisateur de la plateforme FRA - Naviguer sur la plateforme", - documentUpload: "Tutoriel pour l'utilisateur de la plateforme FRA - Comment télécharger un document", - ndpAdd: "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter un point de données national", - passwordLoginShort: 'Comment se connecter avec un mot de passe personnalisé', - googleLoginShort: 'Comment se connecter à partir de son compte Google', - guidelinesAndSpecifications: 'Lignes directrices et spécifications', - ndpAddReferenceLink: - "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter le lien d'une référence pour un point de données national", - nationalDataAddReferenceLink: - "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter le lien d'une référence pour des données nationales", - }, -} diff --git a/src/i18n/resources/fr/other.json b/src/i18n/resources/fr/other.json new file mode 100644 index 0000000000..001221c04d --- /dev/null +++ b/src/i18n/resources/fr/other.json @@ -0,0 +1,701 @@ +{ + "fileDrop": { + "dropFilesHere": "Enregistrer les fichiers ici", + "dragAndDropOrClick": "Glisser-déposer les fichiers ici, ou cliquer pour sélectionner les fichiers" + }, + "language": { + "en": "English", + "es": "Español", + "fr": "Français", + "ru": "Русский", + "ar": "العربية", + "zh": "中文" + }, + "home": { + "keyFindings": "Le monde compte une superficie forestière totale de 4,06 milliards d'hectares\n(ha), ce qui correspond à 31 pour cent de la superficie totale des terres. Cela\néquivaut à 0,52 ha par personne - bien que les forêts ne soient pas également\nréparties entre les populations du monde ou sur le plan géographique. Le domaine\ntropical compte la plus grande part de forêts du monde (45 pour cent), suivi\ndes domaines boréal, tempéré et sous-tropical" + }, + "footer": { + "contactUs": "Contactez-nous", + "termsAndConditions": "Termes et conditions", + "scamAlert": "Alerte aux messages frauduleux", + "reportMisconduct": "Signaler un cas de mauvaise conduite", + "tutorials": "Vidéo", + "sendFeedback": "Envoyer réactions", + "licenses": "Autorisations", + "platformVersion": "Version de la plate-forme" + }, + "disclaimer": { + "statisticalFactsheets": "Avertissement: peut contenir des estimations de la FAO, peut contenir des valeurs manquantes", + "part1": "Ce site a été élaboré avec l’aide de l'", + "europeanUnion": "Union européenne", + "part2": ", du ", + "govFinland": "Gouvernement de Finlande", + "part3": ", du ", + "govNorway": "Gouvernement de Norvège", + "part4": " et du ", + "gef": "Fonds pour l'environnement mondial", + "part5": ". Son contenu relève de la seule responsabilité de la FAO et ne peut en aucun cas être considéré comme reflétant la position de l'Union européenne du Gouvernement de Finlande, du Gouvernement de Norvège ou du Fonds pour l'environnement mondial.", + "termsOfUse": "Conditions d'utilisation de la base de données statistiques" + }, + "unit": { + "haThousand": "1 000 ha", + "ha": "ha", + "kmSq": "km²", + "mileSq": "mi²", + "acre1000": "1 000 acres", + "acre": "acre", + "haMillion": "millions d'ha", + "haThousandPerYear": "1 000 ha / an", + "tonnesPerHa": "tonnes / ha", + "millionsCubicMeterOverBark": "millions de m³ sur écorce", + "billionCubicMeter": "billion m³", + "gt": "Gt", + "fte1000": "1 000 EPT", + "numberOfStudents": "$t(graduationOfStudents.numberOfStudents)", + "growingStockPercent": "% du total" + }, + "countrySelection": { + "selectCountry": "Choisissez le pays" + }, + "definition": { + "definitionLabel": "Voir les définitions", + "faqLabel": "Q&R" + }, + "audit": { + "notStarted": "Pas commencé", + "edited": "Modifié" + }, + "yesNoTextSelect": { + "yes": "Oui", + "no": "Non", + "notSelected": "" + }, + "user": { + "roles": { + "REVIEWER": "Examinateur", + "NATIONAL_CORRESPONDENT": "Correspondant national", + "ALTERNATE_NATIONAL_CORRESPONDENT": "Correspondant national suppléant", + "COLLABORATOR": "Collaborateur", + "ADMINISTRATOR": "Administrateur", + "noRole": "", + "VIEWER": "Visionneur", + "reviewer_plural": "Examinateurs", + "nationalCorrespondent_plural": "Correspondants nationaux", + "alternateNationalCorrespondent_plural": "Correspondants nationaux suppléants", + "collaborator_plural": "Collaborateurs" + }, + "resetPasswordEmail": { + "subject": "Plateforme FRA - Réinitialiser le mot de passe" + } + }, + "fraClass": { + "forest": "Forêt", + "otherWoodedLand": "Autres terres boisées", + "otherLand": "Autre terre" + }, + "fraForestCharacteristicsClass": { + "naturallyRegeneratingForest": "Forêt naturellement régénérée", + "plantationForest": "Forêt de plantation", + "ofWhichIntroduced": "…dont introduite", + "otherPlantedForest": "Autre forêt plantée", + "totalForest": "Forêt totale" + }, + "fraOtherLandClass": { + "palms": "…dont palmiers (huile, noix de coco, dattes, etc)", + "treeOrchards": "…dont vergers (inclut fruits, fruits à coque, olives, etc)", + "agroforestry": "…dont système agroforestier", + "treesUrbanSettings": "…dont arbres en milieu urbain" + }, + "userChat": { + "chatHeader": "Échange de messages avec {{user}}", + "noMessages": "Pas de messages", + "writeMessage": "Écrire un message…", + "send": "Envoyer", + "cancel": "Effacer", + "notificationEmail": { + "subject": "{{sender}} vous a envoyé un message", + "textMessage": "Cher {{recipient}},\n\n{{sender}} vous a envoyé un message.\n\nAccédez à la plateforme au lien suivant pour le voir et répondre:\n{{- link}}\n\nL'équipe de FRA\n{{- url}}\n ", + "htmlMessage": "Cher {{recipient}},\n

\n{{sender}} vous a envoyé un message.\n

\nAccédez à la plateforme pour le voir et répondre.\n

\nL'équipe de FRA\n
\n{{- url}}\n " + } + }, + "error": { + "access": { + "countryRoleNotSpecified": "Erreur: L'utilisateur {{user}} a essayé d'accéder à {{countryIso}} mais aucun rôle n'a été précisé", + "countryUserNotReviewer": "Erreur: L'utilisateur {{user}} a essayé d'accéder à {{countryIso}} dont il n'est pas examinateur", + "roleChangeNotAllowed": "Erreur: L'utilisateur {{user}} a essayé de configurer un autre profil d'utilisateur à {{role}} ce qui n'est pas autorisé pour l'utilisateur connecté", + "invitationAlreadyUsed": "Erreur: L'invitation {{invitationUuid}} a déjà été utilisée, détournement par {{loginEmail}} non autorisé!", + "countryDoesNotMatch": "Erreur: Le pays {{countyryIso}} ne correspond pas", + "assessmentEditingNotAllowed": "Erreur: L'utilisateur {{user}} dans le rôle {{role}} ne peut pas modifier l'évaluation en {{assessmentStatus}} pour le pays {{countryIso}}", + "assessmentCommentingNotAllowed": "Erreur: L'utilisateur {{user}} dans le rôle {{role}} ne peut pas commenter l'évaluation en {{assessmentStatus}} pour le pays {{countryIso}}", + "userNotAdministrator": "Erreur : l'utilisateur {{user}} a tenté d'accéder à une ressource disponible uniquement pour les administrateurs", + "userAlreadyAddedToCountry": "Erreur : l'utilisateur {{user}} est déjà ajouté au pays {{countryIso}}" + }, + "assessment": { + "transitionNotAllowed": "Erreur: La transition depuis {{currentStatus}} à {{status}} n'est pas autorisée pour le rôle {{role}}", + "deskStudyNotAllowed": "Erreur: Seulement l'administrateur peut changer le statut de l'étude de bureau" + }, + "review": { + "commentDeleteNotOwner": "Erreur: L'utilisateur {{user}} a essayé de supprimer un commentaire qui ne lui appartient pas", + "commentEnterResolvedIssue": "Erreur: L'utilisateur {{user}} a essayé de saisir un commentaire sur une question résolue" + }, + "ndp": { + "previousNdpNotFound": "Pas trouvé de point des données nationales avant {{year}}" + } + }, + "countryListing": { + "annuallyUpdated": "Mis à jour annuellement", + "fra2020": "FRA 2020" + }, + "navigation": { + "hideAll": "Masquer tout", + "showAll": "Montrer tout", + "support": { + "dontDelete": "Information de système, ne pas supprimer", + "feedbackEmailSubject": "Réactions sur la plateforme de FRA", + "platformVersion": "Version plateforme", + "userAgent": "Agent utilisateur", + "user": "Utilisateur", + "manageCollaborators": "Gérer collaborateurs" + }, + "sectionHeaders": { + "introduction": "Introduction", + "forestExtentCharacteristicsAndChanges": "Étendue, caractéristiques et changement des forêts", + "forestGrowingStockBiomassAndCarbon": "Matériel sur pied, biomasse et carbone forestiers", + "forestDesignationAndManagement": "Désignation et gestion des forêts", + "forestOwnershipAndManagementRights": "Droits de propriété et de gestion des forêts", + "forestDisturbances": "Perturbations forestières", + "forestPolicyAndLegislation": "Politiques et dispositions législatives sur les forêts", + "employmentEducationAndNwfp": "Emploi, enseignement et PFNL", + "sustainableDevelopment": "Objectif de développement durable 15", + "panEuropeanIndicators": "Indicateurs paneuropéens" + }, + "cancel": "Annuler", + "changeStatusTextPlaceholder": "Ajouter un message facultatif", + "doNotNotifyUsers": "Ne pas notifier les utilisateurs", + "notifySelf": "S'envoyer une copie à soi-même" + }, + "header": { + "editProfile": "Modifier profil", + "logout": "Déconnexion", + "hideSidebar": "Masquer barre latérale", + "showSidebar": "Montrer barre latérale", + "autoSave": { + "saving": "Enregistrement…", + "complete": "Modifications enregistrées", + "lastSaveTimestampReceived": "Dernière modification" + } + }, + "time": { + "hour": "Il y a {{count}} heure", + "day": "Il y a {{count}} jour", + "week": "Il y a {{count}} semaine", + "aMomentAgo": "Il y a un moment", + "hour_plural": "Il y a {{count}} heures", + "day_plural": "Il y a {{count}} jours", + "week_plural": "il y a {{count}} semaines" + }, + "review": { + "comments": "Commentaires", + "noComments": "Pas de commentaires", + "resolve": "Résoudre", + "confirmDelete": "Supprimer ce commentaire? Cette action ne peut pas être annulée.", + "commentDeleted": "Commentaire supprimé", + "commentMarkedAsResolved": "Marqué comme résolu", + "delete": "Supprimer", + "writeComment": "Écrire un commentaire…", + "commentingClosed": "Période de commentaires terminée", + "cancel": "Effacer", + "loading": "Chargement" + }, + "description": { + "edit": "Modifier", + "done": "Terminé", + "loading": "Chargement contenu…", + "description": "Description", + "dataSourcesTitle": "Sources des données, données de base & classification et définitions nationales", + "generalCommentsTitle": "Commentaires", + "dataSources": "Sources des données", + "dataSourcesPlus": "Source des données + type de source de données par ex. IFN, etc", + "originalData": "Données de base", + "nationalClassificationAndDefinitions": "Classification et définitions nationales", + "nationalData": "Données nationales", + "analysisAndProcessing": "Analyse et traitement des données nationales", + "estimationAndForecasting": "Estimation et prévision", + "reclassification": "Reclassification dans les catégories de FRA {{cycleName}}" + }, + "userManagement": { + "manageCollaborators": "Gérer collaborateurs", + "loginEmail": "Identifiant", + "noUsers": "Aucun collaborateur ajouté", + "placeholder": "Choisir…", + "remove": "Éliminer", + "done": "Terminé", + "edit": "Modifier", + "addUser": "Ajouter collaborateur", + "formErrors": "Il y a des erreurs dans le formulaire. S'il vous plaît, réparez-les et soumettez-le à nouveau.", + "insufficientPrivileges": "Privilèges insuffisants", + "confirmDelete": "Éliminer {{user}}?", + "allUsers": "Tous les collaborateurs", + "info": "Info", + "tableAccess": "Accès aux tables", + "invitationLink": "Lien d'invitation", + "sendInvitation": "Envoyer un email d'invitation", + "inviteAgain": "Inviter de nouveau", + "invitationEmail": { + "subject": "Invitation à la plateforme de FRA", + "textMessage": "Cher {{invitedUser}},\n\nVous avez été invité à accéder {{assessmentName}} {{cycleName}} comme {{role}} pour le/la {{- country}}.\n\nAcceptez cette invitation et accédez à cette plateforme à l'adresse suivante:\n{{- link}}\n\nBon travail!\n\nL'équipe de FRA fra@fao.org\n{{- url}}\n ", + "htmlMessage": "Cher {{invitedUser}},\n

\nVous avez été invité à accéder {{assessmentName}} {{cycleName}} comme {{role}} pour le/la {{country}}.\n

\nAcceptez cette invitation et accédez à la plateforme\n

\nBon travail!\n

\nL'équipe de FRA fra@fao.org\n
\n{{- url}}\n " + }, + "editPermissions": "Modifier les autorisations", + "invitationDeleted": "L'invitation a été supprimée", + "invitationEmailSent": "Un e-mail d'invitation a été envoyé", + "permissions": "Autorisations", + "personalInfoRequired": "Veuillez compléter vos informations personnelles avant de continuer", + "userAdded": "{{email}} a été ajouté", + "userModified": "{{user}} a été modifié", + "permissionNames": { + "tableData": "Données du tableau", + "descriptions": "Descriptions" + } + }, + "contactPersons": { + "all": "$t(common.all)", + "reportPreparationAndContactPersons": "Préparation du rapport et personnes de contact", + "contactPersons": "Introduction", + "contactPersonsSupport": "Le présent rapport a été préparé par la(les) personne(s) suivante(s)", + "introductoryText": "Texte d'introduction", + "introductoryTextSupport": "Placer un texte d'introduction sur le contenu de ce rapport", + "firstName": "Prénom", + "lastName": "Nom de famille", + "institution": "Institution/adresse", + "email": "Email", + "tables": "Tableaux", + "none": "Aucune" + }, + "extentOfForest": { + "extentOfForest": "Étendue des forêts et des autres terres boisées", + "estimationAndForecasting": "Estimation et prévision", + "categoryHeader": "Catégories de FRA", + "forestArea": "Forêt", + "chart": { + "placeholderLine1": "Pour commencer, ajouter de nouveaux points de données nationales et les utiliser", + "placeholderLine2": "pour générer automatiquement les valeurs de FRA." + }, + "otherLandCategories": "Catégories d'autres terres", + "ofWhichPalms": "…dont palmiers (huile, noix de coco, dattes, etc.)", + "ofWhichTreeOrchards": "…dont vergers (inclut fruits, fruits à coque, olives, etc.)", + "ofWhichAgroforestry": "…dont systèmes agroforestier", + "ofWhichTreesUrbanSettings": "…dont arbres en milieu urbain", + "totalLandArea": "Total des terres émergées", + "fedAreasExceedTotalLandArea": "La superficie des forêts et des autres terres boisées est supérieure au total des terres émergées", + "forestAreaDoesNotMatchPreviouslyReported": "La superficie de forêt ne correspond pas à la superficie de FRA {{year}}: {{previous}}", + "useOriginalDataPoints": "Utiliser les points de données nationales", + "dontUseOriginalDataPoints": "Ne pas utiliser les points de données nationales", + "whatIsThis": "Qu'est-ce-que c'est?", + "tableNoticeMessage": "La superficie des terres enregistrée par FAOSTAT pour l'année 2015 est utilisée pour toutes les années de référence", + "ndpMissingValues": "Le point de données nationales a des valeurs manquantes", + "showNDPs": "Afficher les points de données nationaux", + "hideNDPs": "Cacher les points de données nationaux", + "forestAreaNetChangeDoesNotMatch": "Le changement net de la superficie forestière ne correspond pas à la valeur attendue : {{value}}" + }, + "climaticDomain": { + "climaticDomain": "Domaine climatique", + "percentOfForestArea2015": "% de superficie forestière 2015", + "percentOfForestArea2015Override": "Remplacer valeur", + "selectDefault": "Défault", + "boreal": "Boréal", + "temperate": "Tempéré", + "subtropical": "Sous-tropical", + "sub_tropical": "$t(climaticDomain.subtropical)", + "tropical": "Tropical" + }, + "forestCharacteristics": { + "forestCharacteristics": "Caractéristiques des forêts", + "estimationAndForecasting": "Estimation et prévision", + "categoryHeader": "Catégories de FRA", + "naturalForestArea": "Forêt naturellement régénérée", + "plantationForestArea": "Forêt de plantation", + "plantationForestIntroducedArea": "…dont d'espèces introduites", + "otherPlantedForestArea": "Autre forêt plantée", + "plantedForest": "Forêt plantée", + "totalForestArea": "Total superficie forestière", + "total": "Total", + "useOriginalDataPoints": "Utiliser points de données nationaux", + "dontUseOriginalDataPoints": "Ne pas utiliser points de données nationaux" + }, + "tableWithOdp": { + "confirmGenerateFraValues": "Remplacer valeurs existantes?", + "generateFraValues": "Générer valeurs", + "linearExtrapolation": "Linéaire", + "repeatLastExtrapolation": "Répéter dernier", + "annualChangeExtrapolation": "Changement annuel", + "placeholderFuture": "Futur", + "placeholderPast": "Passé", + "copyToClipboard": "Copier valeurs", + "placeholderSelect": "Estimation et prévision", + "_1000haYear": "1000 ha/an", + "generatingFraValues": "En cours de traitement..." + }, + "forestAreaChange": { + "forestAreaChange": "Expansion annuelle de la forêt, déforestation et changement net", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie (1000 ha/an)", + "forestExpansion": "Expansion de la forêt", + "ofWhichAfforestation": "…dont boisement", + "ofWhichNaturalExpansion": "…dont expansion naturelle", + "deforestation": "Déforestation", + "forestAreaNetChange": "Changement net de la superficie forestière", + "forestAreaNetChangeFrom1a": "Changement net de la superficie de forêt calculée à partir du tableau 1a", + "netChangeDoesNotMatch": "Ne correspond pas au changement net de la superficie forestière" + }, + "annualReforestation": { + "annualReforestation": "Reboisement annuel", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie (1000 ha/an)", + "reforestation": "Reboisement" + }, + "specificForestCategories": { + "specificForestCategories": "Forêt primaire et catégories spéciales de forêts", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie (1000 ha)", + "bamboo": "Bambous", + "mangroves": "Mangroves", + "temporarilyUnstocked": "Temporairement non boisée et/ou récemment régénérée", + "primaryForest": "Forêt primaire", + "exceedsNaturallyRegeneratingForest": "Supérieur aux forêts naturellement régénérées (1b)", + "rubberWood": "Bois de caoutchouc" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover": "Autre terre dotée de couvert arboré", + "areaUnitLabel": "Superficie (1000 ha)", + "categoryHeader": "Catégories de FRA", + "palms": "Palmiers", + "treeorchards": "Vergers", + "agroforestry": "Système agroforestier", + "treesinurbansettings": "Arbres en milieu urbain", + "total": "Total", + "otherLandArea": "Superficie d'autre terre", + "other": "$t(common.otherSpecifyInComments)" + }, + "growingStock": { + "growingStock": "Matériel sur pied", + "supportText": "Contrôler d'avoir introduit les données dans les tableaux 1a & 1b avant de modifier ce tableau", + "categoryHeader": "Catégories de FRA", + "avgTableHeader": "Matériel sur pied m³/ha (sur écorce)", + "totalTableHeader": "Total matériel sur pied (millions m³ sur écorce)", + "naturallyRegeneratingForest": "Forêt naturellement régénérée", + "plantedForest": "Forêt plantée", + "plantationForest": "…dont forêt de plantation", + "otherPlantedForest": "…dont autre forêt plantée", + "forest": "Forêt", + "otherWoodedLand": "Autres terres boisées", + "copyToClipboard": "Copier valeurs" + }, + "growingStockComposition": { + "native": "Indigène", + "introduced": "Introduite", + "growingStockComposition": "Composition du matériel sur pied", + "forestGrowingStockComposition": "Composition du matériel sur pied de la forêt", + "categoryHeader": "Catégories de FRA", + "nativeTreeSpecies": "Espèce d'arbre indigène", + "introducedTreeSpecies": "Espèce d'arbre introduite", + "areaUnitLabel": "Matériel sur pied dans la forêt (millions m³ sur écorce)", + "scientificName": "Dénomination scientifique", + "commonName": "Dénomination usuelle", + "rank": "#{{idx}} Classé(e) en volume", + "remainingNative": "Espèces d'arbres indigènes restantes", + "remainingIntroduced": "Espèces d'arbres introduites restantes", + "totalNative": "Volume total espèces d'arbres indigènes", + "totalIntroduced": "Volume total espèces d'arbres introduites", + "totalGrowingStock": "Total matériel sur pied", + "rankingYear": "Année de classement 2015" + }, + "biomassStock": { + "biomassStock": "Biomasse", + "categoryHeader": "Catégories de FRA", + "tableHeader": "Biomasse forestière (tonnes/ha)", + "aboveGround": "Biomasse aérienne", + "belowGround": "Biomasse souterraine", + "deadWood": "Bois mort", + "downloadExcel": "Télécharger calculateur excel" + }, + "carbonStock": { + "carbonStock": "Carbone", + "categoryHeader": "Catégories de FRA", + "tableHeader": "Carbone forestier (tonnes/ha)", + "carbonAboveGroundBiomass": "Carbone dans la biomasse aérienne", + "carbonBelowGroundBiomass": "Carbone dans la biomasse souterraine", + "carbonDeadwood": "Carbone dans le bois mort", + "carbonLitter": "Carbone dans la litière", + "carbonSoil": "Carbone dans le sol", + "soilDepthHeading": "Profondeur du sol (cm) utilisée pour les estimations du carbone dans le sol" + }, + "designatedManagementObjective": { + "designatedManagementObjective": "Objectif de gestion désigné", + "primaryDesignatedManagementObjective": "Objectif de gestion désigné principal", + "primaryDesignatedManagementObjectiveSupport": "L'objectif de gestion désigné principal est sensiblement plus important que les autres objectifs de gestion. Les différents objectifs de gestion principaux sont *exclusifs* et la superficie déclarée dans un des objectifs de gestion principaux ne devra pas être déclarée dans aucun des autres objectifs de gestion principaux. La somme des différents objectifs de gestion devra correspondre à la superficie de forêt.", + "totalAreaWithDesignatedManagementObjective": "Superficie totale avec un objectif de gestion désigné", + "totalAreaWithDesignatedManagementObjectiveSupport": "Objectif de gestion désigné, qu'il soit primaire ou pas. Les différentes catégories de désignation sont *non exclusives*. Les superficies peuvent donc être déclarées plus d'une fois. Par exemple, dans le cas d'une superficie forestière avec des \"usages multiples\" comme objectif de gestion principal, il faudra rendre compte de chacun de ses objectifs de gestion. Ainsi la somme des différents objectifs de gestion peut être supérieure à la superficie totale de forêt.", + "categoryHeader": "Catégories de FRA 2020", + "areaUnitLabel": "Superficie forestière (1000 ha)", + "production": "Production", + "soilWaterProtection": "Protection du sol et de l'eau", + "biodiversityConservation": "Conservation de la biodiversité", + "socialServices": "Services sociaux", + "multipleUse": "Usages multiples", + "other": "Autre (à préciser dans les commentaires)", + "unknown": "Aucune fonction/Fonction inconnue", + "totalForestArea": "Superficie forestière totale", + "total": "Total" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithinProtectedAreas": "Superficie forestière se trouvant à l'intérieur d'aires protégées juridiquement constituées et superficie forestière soumise à des plans de gestion forestière à long-terme", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie (1000 ha)", + "header": "Superficie forestière à l'intérieur d'aires protégées juridiquement constituées", + "forestAreaWithLongTermManagementPlan": "Superficie forestière soumise à un plan de gestion forestière à long-terme", + "ofWhichInProtectedAreas": "…dont dans des aires protégées" + }, + "forestOwnership": { + "forestOwnership": "Propriété de la forêt", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie forestière (1000 ha)", + "privateOwnership": "Propriété privée", + "ofWhichIndividuals": "…dont appartenant à des particuliers", + "ofWhichPrivateBusinesses": "…dont appartenant à des entreprises et des institutions commerciales privées", + "ofWhichCommunities": "…dont appartenant à des collectivités locales, tribales et indigènes", + "publicOwnership": "Propriété publique", + "otherOrUnknown": "Inconnue/Autre (à préciser dans les commentaires)", + "totalForestArea": "Superficie forestière totale", + "total": "Total" + }, + "holderOfManagementRights": { + "holderOfManagementRights": "Détenteur des droits de gestion des forêts publiques", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie forestière (1000 ha)", + "publicAdministration": "Administration publique", + "individuals": "Particuliers", + "privateBusinesses": "Entreprises et institutions commerciales privées", + "communities": "Collectivités locales, tribales et indigènes", + "other": "Inconnue/Autre (à préciser dans les commentaires)", + "totalPublicOwnership": "Propriété publique totale", + "total": "Total", + "publicOwnershipDoesNotMatch": "Ne correspond pas à la propriété publique totale" + }, + "disturbances": { + "disturbances": "Perturbations", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie (1000 ha)", + "insects": "Insectes", + "diseases": "Maladies", + "severeWeatherEvents": "Événements météorologiques graves", + "other": "Autre (à préciser dans les commentaires)", + "totalForestArea": "Superficie forestière totale", + "total": "Total" + }, + "areaAffectedByFire": { + "areaAffectedByFire": "Superficie touchée par les incendies", + "categoryHeader": "Catégories de FRA", + "areaUnitLabel": "Superficie (1000 ha)", + "totalLandAreaAffectedByFire": "Superficie totale de terre touchée par les incendies", + "ofWhichForest": "…dont de forêt" + }, + "degradedForest": { + "degradedForest": "Forêt dégradée", + "doesYourCountryMonitor": "Votre pays surveille-t-il la superficie de forêt dégradée", + "ifYes": "Si \"oui\"", + "whatIsDefinition": "Quelle est la définition nationale de \"forêt dégradée\"?", + "howMonitored": "Décrire le processus de surveillance et les résultats obtenus" + }, + "forestPolicy": { + "forestPolicy": "Politiques, législation et plateforme nationale de participation des parties prenantes aux politiques forestières", + "categoryHeader": "Indiquer l'existence de", + "areaUnitLabel": "Booléen (Oui/Non)", + "national": "Nationales", + "subnational": "Sous-nationales", + "policiesSFM": "Politiques en faveur de la GDF", + "legislationsSFM": "Législations ou règlements en faveur de la GDF", + "stakeholderParticipation": "Plateforme favorisant ou permettant la participation des parties prenantes à l'élaboration des politiques forestières", + "existenceOfTraceabilitySystem": "Système(s) de traçabilité des produits ligneux" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate": "Superficie de domaine forestier permanent", + "categoryHeader": "Catégories de FRA 2020", + "areaUnitLabel": "Superficie forestière (1000 ha)", + "applicable": "Applicable?" + }, + "employment": { + "employment": "Emploi dans la sylviculture et l'exploitation forestière", + "average": "Moyenne triannuelle", + "categoryHeader": "Catégories de FRA 2020", + "unitHeader": "Équivalent plein-temps (1000 EPT)", + "inForestry": "Emploi dans la sylviculture et l'exploitation forestière", + "ofWhichSilviculture": "…dont dans la sylviculture et d'autres activités d'exploitation forestière", + "ofWhichLogging": "…dont dans l'exploitation forestière", + "ofWhichGathering": "…dont dans la collecte de produits forestiers non ligneux", + "ofWhichSupport": "…dont dans les services d'appui à la sylviculture", + "total": "Total", + "female": "Femmes", + "male": "Hommes" + }, + "graduationOfStudents": { + "graduationOfStudents": "Obtention de diplômes liés à l'enseignement forestier", + "average": "Moyenne triannuelle", + "numberOfStudents": "Nombre d'étudiants diplômés", + "fra2020Categories": "Catégories de FRA 2020", + "doctoralDegree": "Doctorat", + "mastersDegree": "Master", + "bachelorsDegree": "Licence", + "technicianCertificate": "Diplôme/brevet de technicien", + "total": "Total", + "female": "Femmes", + "male": "Hommes" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals": "Extraction de produits forestiers non ligneux et valeur pour 2015", + "nameOfProduct": "Nom du PFNL", + "keySpecies": "Espèce clé", + "quantity": "Quantité", + "unit": "Unité", + "value": "Valeur (1000 monnaie nationale)", + "category": "Catégorie de PFNL", + "plantProductsSelectHeading": "Produits d'origine végétale / matières premières", + "food": "1 Aliments", + "fodder": "2 Fourrage", + "rawMaterialForMedicine": "3 Matières premières pour les médicaments et les produits aromatiques", + "rawMaterialForColorants": "4 Matières premières pour les colorants et les teintures", + "rawMaterialForUtensils": "5 Matières premières pour les ustensiles, l'artisanat, la construction", + "ornamentalPlants": "6 Plantes ornementales", + "exudates": "7 Exsudats", + "otherPlantProducts": "8 Autres produits d'origine végétale", + "animalProductsSelectHeading": "Produits d'origine animale / matières premières", + "livingAnimals": "9 Animaux vivants", + "hidesSkins": "10 Cuirs, peaux et trophées", + "wildHoney": "11 Miel et cire d'abeille", + "wildMeat": "12 Gibier", + "animalRawMaterialForMedicine": "13 Matières premières pour les médicaments", + "animalRawMaterialForColorants": "14 Matières premières pour les colorants", + "otherEdibleAnimalProducts": "15 Autres produits d'origine animale comestibles", + "otherNonEdibleAnimalProducts": "16 Autres produits d'origine animale non-comestibles", + "allOtherPlantProducts": "Tous les autres produits d'origine végétale", + "allOtherAnimalProducts": "Tous les autres produits d'origine animale", + "total": "Total", + "currency": "Dénomination monnaie nationale", + "notSelected": "" + }, + "sustainableDevelopment": { + "sustainableDevelopment": "Objectif de développement durable 15", + "indicator": "Indicateur", + "percent": "Pourcentage", + "nameOfAgencyResponsible": "Nom de l'agence responsable", + "sdgIndicator1": "Indicateur ODD 15.1.1 Superficie forestière comme pourcentage du total des terres émergées 2015", + "sdgIndicator2": "Indicateur ODD 15.2.1 Progrès réalisés dans la gestion durable des forêts", + "forestAreaProportionLandArea2015": "Superficie forestière comme pourcentage du total des terres émergées 2015", + "subIndicator": "Sous-Indicateur {{no}}", + "forestAreaAnnualNetChangeRate": "Taux annuel de changement de la superficie forestière", + "aboveGroundBiomassStockForests": "Biomasse aérienne dans les forêts", + "percent2015ForestAreaBaseline": "Pourcentage (Superficie forestière de référence 2015)", + "proportionForestAreaLegallyEstablishedProtectedAreas": "Pourcentage de superficie forestière se trouvant dans des aires protégées juridiquement constituées", + "proportionForestAreaLongTermForestManagement": "Pourcentage de superficie forestière soumise à une gestion à long-terme", + "forestArea1000Ha": "Superficie forestière (1000 ha)", + "forestAreaVerifiedForestManagement": "Superficie forestière soumise à des systèmes de certification de gestion durable vérifiés indépendants" + }, + "panEuropeanIndicators": { + "panEuropeanIndicators": "Indicateurs quantitatifs paneuropéens sur la gestion durable des forêts", + "uploadQuestionnaire": "Télécharger questionnaire", + "chooseFile": "Choisir fichier", + "downloadQuestionnaire": "Télédécharger questionnaire", + "download": "Télédécharger", + "remove": "Supprimer", + "noQuestionnaire": "Aucun questionnaire sélectionné", + "panEuropeanQualitativeIndicators": "Indicateurs qualitatifs paneuropéens sur la gestion forestière durable", + "accessReportingPage": "Accéder à la page des rapports" + }, + "assessment": { + "fra": "FRA", + "deskStudy": "Étude de bureau", + "statusChangeNotification": { + "subject": "Le statut de {{- country}} a été changé à {{status}} dans la plateforme de FRA", + "textMessage": "Cher {{recipientName}},\n\n{{changer}} a changé le statut de {{assessment}} à \"{{status}}\" pour {{- country}} dans la plateforme de FRA.\n\n{{message}}\n\nSe rendre sur la plateforme à l'adresse: {{- serverUrl}}\n\nL'équipe de FRA\n{{- serverUrl}}", + "htmlMessage": "Cher {{recipientName}},\n

\n{{changer}} a changé le statut de {{assessment}} à \"{{status}}\" pour {{country}} dans la plateforme de FRA.\n

\n{{message}}\n

\nSe rendre sur la plateforme\n

\nL'équipe de FRA\n
\n{{- serverUrl}}" + }, + "status": { + "changing": { + "label": "Changement…" + }, + "editing": { + "label": "Modifier", + "previous": "Retour à modifier" + }, + "review": { + "label": "À l'étude", + "next": "Transmettre pour examen", + "previous": "Retour à examen" + }, + "approval": { + "label": "Attente d'approbation", + "next": "Transmettre pour approbation", + "previous": "Retour à approbation" + }, + "accepted": { + "label": "Accepté", + "next": "Accepter", + "previous": "" + }, + "notStarted": { + "label": "Pas commencé" + } + } + }, + "multiSelect": { + "placeholder": "Choisir…" + }, + "emoji": { + "picker": { + "search": "Rechercher", + "categories": { + "search": "Résultats recherche", + "recent": "Fréquemment utilisé(s)", + "people": "Smileys & Personnes", + "nature": "Animaux & Nature", + "foods": "Aliments & Boissons", + "activity": "Activité", + "places": "Voyages & Lieux", + "objects": "Objets", + "symbols": "Symboles", + "flags": "Drapeaux" + } + } + }, + "country": { + "region": { + "asia": "Asie", + "europe": "Europe", + "oceania": "Océanie", + "north_and_central_america": "Amérique du Nord et Centrale", + "south_america": "Amérique du sud", + "africa": "Afrique", + "atlantis": "Atlantis", + "forest_europe": "Forest Europe" + } + }, + "countryMessageBoard": { + "messageBoard": "Panneau d'affichage", + "messageBoardDesc": "Les messages postés ici sont visibles par tous les membres du pays.", + "oneToOneMessages": "Messages individuels" + }, + "tutorial": { + "watch": "Regarder", + "passwordLogin": "Tutoriel pour l'utilisateur de la plateforme FRA - Comment se connecter avec un mot de passe personnalisé", + "googleLogin": "Tutoriel pour l'utilisateur de la plateforme FRA - Comment se connecter à partir de son compte Google", + "collaboratorAdd": "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter un collaborateur", + "platformNavigation": "Tutoriel pour l'utilisateur de la plateforme FRA - Naviguer sur la plateforme", + "documentUpload": "Tutoriel pour l'utilisateur de la plateforme FRA - Comment télécharger un document", + "ndpAdd": "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter un point de données national", + "passwordLoginShort": "Comment se connecter avec un mot de passe personnalisé", + "googleLoginShort": "Comment se connecter à partir de son compte Google", + "guidelinesAndSpecifications": "Lignes directrices et spécifications", + "ndpAddReferenceLink": "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter le lien d'une référence pour un point de données national", + "nationalDataAddReferenceLink": "Tutoriel pour l'utilisateur de la plateforme FRA - Comment ajouter le lien d'une référence pour des données nationales" + } +} diff --git a/src/i18n/resources/fr/print.js b/src/i18n/resources/fr/print.js deleted file mode 100644 index 2795de0210..0000000000 --- a/src/i18n/resources/fr/print.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - title: 'Rapport FRA {{cycleName}}', - titleTables: 'Tableaux du rapport FRA {{cycleName}}', - tableOfContent: 'Table des matières', - disclaimer: `Depuis 1946, la FAO assure un suivi des ressources forestières mondiales tous les 5 à 10 ans. Les évaluations des ressources forestières mondiales (FRA) sont désormais produites tous les cinq ans afin de fournir une approche cohérente pour décrire les forêts du monde et leur évolution. FRA est un processus piloté par les pays et les évaluations reposent sur les rapports préparés par les correspondants nationaux nommés officiellement. Si aucun rapport n'est disponible, le secrétariat de FRA prépare une étude de bureau à l'aide de rapports antérieurs, d'informations existantes et/ou d'analyses basées sur des études par télédétection.`, - disclaimerGenerated: `Ce document a été généré automatiquement à l'aide du rapport fourni en tant que contribution à l'Évaluation des ressources forestières mondiales {{cycleName}} de la FAO et soumis à la FAO en tant que document officiel du gouvernement. Le contenu et les points de vue exprimés dans le présent rapport sont la responsabilité de l'entité qui a soumis le rapport à la FAO. La FAO ne peut être tenu responsable de l'utilisation qui pourrait être faite des informations contenues dans le présent rapport.`, - disclaimerGeneratedDeskStudy: `Ce document a été généré automatiquement à partir d'une étude de bureau. La FAO ne peut être tenu responsable de l'utilisation qui pourrait être faite des informations contenues dans le présent rapport.`, -} diff --git a/src/i18n/resources/fr/print.json b/src/i18n/resources/fr/print.json new file mode 100644 index 0000000000..6c2bef142c --- /dev/null +++ b/src/i18n/resources/fr/print.json @@ -0,0 +1,8 @@ +{ + "title": "Rapport FRA {{cycleName}}", + "titleTables": "Tableaux du rapport FRA {{cycleName}}", + "tableOfContent": "Table des matières", + "disclaimer": "Depuis 1946, la FAO assure un suivi des ressources forestières mondiales tous les 5 à 10 ans. Les évaluations des ressources forestières mondiales (FRA) sont désormais produites tous les cinq ans afin de fournir une approche cohérente pour décrire les forêts du monde et leur évolution. FRA est un processus piloté par les pays et les évaluations reposent sur les rapports préparés par les correspondants nationaux nommés officiellement. Si aucun rapport n'est disponible, le secrétariat de FRA prépare une étude de bureau à l'aide de rapports antérieurs, d'informations existantes et/ou d'analyses basées sur des études par télédétection.", + "disclaimerGenerated": "Ce document a été généré automatiquement à l'aide du rapport fourni en tant que contribution à l'Évaluation des ressources forestières mondiales {{cycleName}} de la FAO et soumis à la FAO en tant que document officiel du gouvernement. Le contenu et les points de vue exprimés dans le présent rapport sont la responsabilité de l'entité qui a soumis le rapport à la FAO. La FAO ne peut être tenu responsable de l'utilisation qui pourrait être faite des informations contenues dans le présent rapport.", + "disclaimerGeneratedDeskStudy": "Ce document a été généré automatiquement à partir d'une étude de bureau. La FAO ne peut être tenu responsable de l'utilisation qui pourrait être faite des informations contenues dans le présent rapport." +} diff --git a/src/i18n/resources/fr/statisticalFactsheets.js b/src/i18n/resources/fr/statisticalFactsheets.js deleted file mode 100644 index 69030f3c4e..0000000000 --- a/src/i18n/resources/fr/statisticalFactsheets.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - noData: 'Aucune donnée disponible', - rowName: { - area: 'Superficie', - forest: 'Forêt', - landArea: 'Superficie des terres', - naturalForestArea: '$t(forestCharacteristics.naturalForestArea)', - other: '$t(common.other)', - otherArea: 'Autre superficie', - otherForest: 'Autre forêt', - otherLand: '$t(fraClass.otherLand)', - other_or_unknown: 'Autre ou inconnu', - plantedForest: '$t(forestCharacteristics.plantedForest)', - primaryForest: '$t(specificForestCategories.primaryForest)', - private_ownership: 'Privée', - protected: 'Protégée', - public_ownership: 'Publique', - unknown: '$t(fra.forestOwnership.unknown2025)', - }, - forestArea: { - title: 'Superficie forestière, {{startYear}} - {{endYear}}, $t({{unit}})', - }, - carbonAndGrowingStock: { - title: 'Volume de bois sur pied et Carbone dans les forêts, {{startYear}} - {{endYear}}', - rowName: '', - carbon_stock_biomass_total: 'Stock de carbone dans la biomasse ($t({{unit}}))', - carbon_stock_total: 'Stock de carbone total ($t({{unit}}))', - growing_stock_total: '$t(growingStock.growingStock) ($t({{unit}}))', - }, - forestAreaPercent: { - title: 'Superficie de forêt % de la superficie des terres, {{year}}', - }, - primaryForest: { - title: 'Forêt primaire en % de la superficie forestière, {{year}}', - }, - forestOwnership: { - title: '$t(forestOwnership.forestOwnership) %, {{year}}', - }, - forestAreaWithinProtectedAreas: { - title: '$t(forestAreaWithinProtectedAreas.header), {{year}}', - }, - primaryDesignatedManagementObjective: { - title: - '$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})', - rowName: '', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(common.other)', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - social_services: '$t(designatedManagementObjective.socialServices)', - unknown: '$t(fra.designatedManagementObjective.unknown2025)', - no_designation: '$t(fra.designatedManagementObjective.noDesignation)', - }, - naturallyRegeneratingForest: { - title: 'Superficie de forêt naturellement régénérée et plantée, {{startYear}} - {{endYear}}, $t({{unit}})', - }, -} diff --git a/src/i18n/resources/fr/statisticalFactsheets.json b/src/i18n/resources/fr/statisticalFactsheets.json new file mode 100644 index 0000000000..a29a04c4aa --- /dev/null +++ b/src/i18n/resources/fr/statisticalFactsheets.json @@ -0,0 +1,57 @@ +{ + "noData": "Aucune donnée disponible", + "rowName": { + "area": "Superficie", + "forest": "Forêt", + "landArea": "Superficie des terres", + "naturalForestArea": "$t(forestCharacteristics.naturalForestArea)", + "other": "$t(common.other)", + "otherArea": "Autre superficie", + "otherForest": "Autre forêt", + "otherLand": "$t(fraClass.otherLand)", + "other_or_unknown": "Autre ou inconnu", + "plantedForest": "$t(forestCharacteristics.plantedForest)", + "primaryForest": "$t(specificForestCategories.primaryForest)", + "private_ownership": "Privée", + "protected": "Protégée", + "public_ownership": "Publique", + "unknown": "$t(fra.forestOwnership.unknown2025)" + }, + "forestArea": { + "title": "Superficie forestière, {{startYear}} - {{endYear}}, $t({{unit}})" + }, + "carbonAndGrowingStock": { + "title": "Volume de bois sur pied et Carbone dans les forêts, {{startYear}} - {{endYear}}", + "rowName": "", + "carbon_stock_biomass_total": "Stock de carbone dans la biomasse ($t({{unit}}))", + "carbon_stock_total": "Stock de carbone total ($t({{unit}}))", + "growing_stock_total": "$t(growingStock.growingStock) ($t({{unit}}))" + }, + "forestAreaPercent": { + "title": "Superficie de forêt % de la superficie des terres, {{year}}" + }, + "primaryForest": { + "title": "Forêt primaire en % de la superficie forestière, {{year}}" + }, + "forestOwnership": { + "title": "$t(forestOwnership.forestOwnership) %, {{year}}" + }, + "forestAreaWithinProtectedAreas": { + "title": "$t(forestAreaWithinProtectedAreas.header), {{year}}" + }, + "primaryDesignatedManagementObjective": { + "title": "$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})", + "rowName": "", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(common.other)", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "unknown": "$t(fra.designatedManagementObjective.unknown2025)", + "no_designation": "$t(fra.designatedManagementObjective.noDesignation)" + }, + "naturallyRegeneratingForest": { + "title": "Superficie de forêt naturellement régénérée et plantée, {{startYear}} - {{endYear}}, $t({{unit}})" + } +} diff --git a/src/i18n/resources/fr/uc.js b/src/i18n/resources/fr/uc.js deleted file mode 100644 index d394c554fc..0000000000 --- a/src/i18n/resources/fr/uc.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - message1: 'Dear user,', - message2: 'Thank you for accessing the FRA platform!', - message3: - 'We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.', - message4: 'Thank you!', - message5: 'The FRA team.', - noThanks: 'No thanks', - yesPlease: 'OK', - doNotShow: 'Do not show again', - alreadyAnswered: "J'ai déjà donné mon avis", -} diff --git a/src/i18n/resources/fr/uc.json b/src/i18n/resources/fr/uc.json new file mode 100644 index 0000000000..5ade3db772 --- /dev/null +++ b/src/i18n/resources/fr/uc.json @@ -0,0 +1,11 @@ +{ + "message1": "Dear user,", + "message2": "Thank you for accessing the FRA platform!", + "message3": "We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.", + "message4": "Thank you!", + "message5": "The FRA team.", + "noThanks": "No thanks", + "yesPlease": "OK", + "doNotShow": "Do not show again", + "alreadyAnswered": "J'ai déjà donné mon avis" +} diff --git a/src/i18n/resources/fr/validation.js b/src/i18n/resources/fr/validation.js deleted file mode 100644 index 01cf5843e2..0000000000 --- a/src/i18n/resources/fr/validation.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - repositoryItem: { - eitherFileOrLink: 'Un seul entre un fichier et un lien doit être spécifié', - fileOrLink: 'Soit un fichier, soit un lien est requis', - nameIsRequired: 'Le nom est requis', - optionsDisabled: - 'Le nom, la visibilité publique et la suppression sont désactivés car cet élément est utilisé par :', - }, -} diff --git a/src/i18n/resources/fr/validation.json b/src/i18n/resources/fr/validation.json new file mode 100644 index 0000000000..ffc6484647 --- /dev/null +++ b/src/i18n/resources/fr/validation.json @@ -0,0 +1,8 @@ +{ + "repositoryItem": { + "eitherFileOrLink": "Un seul entre un fichier et un lien doit être spécifié", + "fileOrLink": "Soit un fichier, soit un lien est requis", + "nameIsRequired": "Le nom est requis", + "optionsDisabled": "Le nom, la visibilité publique et la suppression sont désactivés car cet élément est utilisé par :" + } +} diff --git a/src/i18n/resources/ru.js b/src/i18n/resources/ru.js deleted file mode 100644 index 4dc004f67f..0000000000 --- a/src/i18n/resources/ru.js +++ /dev/null @@ -1,46 +0,0 @@ -const admin = require('./ru/admin') -const area = require('./ru/area') -const assessmentSection = require('./ru/assessmentSection') -const common = require('./ru/common') -const contentCheck = require('./ru/contentCheck') -const dataDownload = require('./ru/dataDownload') -const dataSource = require('./ru/dataSource') -const editUser = require('./ru/editUser') -const email = require('./ru/email') -const fra = require('./ru/fra') -const generalValidation = require('./ru/generalValidation') -const geo = require('./ru/geo') -const history = require('./ru/history') -const landing = require('./ru/landing') -const login = require('./ru/login') -const nationalDataPoint = require('./ru/nationalDataPoint') -const other = require('./ru/other') -const statisticalFactsheets = require('./ru/statisticalFactsheets') -const uc = require('./ru/uc') - -module.exports.translation = { - admin, - area, - common, - contentCheck, - dataDownload, - dataSource, - editUser, - email, - fra, - generalValidation, - geo, - history, - landing, - login, - nationalDataPoint, - - page: { - assessmentSection, - }, - - statisticalFactsheets, - uc, - - ...other, -} diff --git a/src/i18n/resources/ru.ts b/src/i18n/resources/ru.ts new file mode 100644 index 0000000000..4e4fb6fd45 --- /dev/null +++ b/src/i18n/resources/ru.ts @@ -0,0 +1,46 @@ +import * as admin from './ru/admin.json' +import * as area from './ru/area.json' +import * as assessmentSection from './ru/assessmentSection.json' +import * as common from './ru/common.json' +import * as contentCheck from './ru/contentCheck.json' +import * as dataDownload from './ru/dataDownload.json' +import * as dataSource from './ru/dataSource.json' +import * as editUser from './ru/editUser.json' +import * as email from './ru/email.json' +import * as fra from './ru/fra.json' +import * as generalValidation from './ru/generalValidation.json' +import * as geo from './ru/geo.json' +import * as history from './ru/history.json' +import * as landing from './ru/landing.json' +import * as login from './ru/login.json' +import * as nationalDataPoint from './ru/nationalDataPoint.json' +import * as other from './ru/other.json' +import * as statisticalFactsheets from './ru/statisticalFactsheets.json' +import * as uc from './ru/uc.json' + +export const ruTranslation = { + admin, + area, + common, + contentCheck, + dataDownload, + dataSource, + editUser, + email, + fra, + generalValidation, + geo, + history, + landing, + login, + nationalDataPoint, + + page: { + assessmentSection, + }, + + statisticalFactsheets, + uc, + + ...other, +} diff --git a/src/i18n/resources/ru/admin.js b/src/i18n/resources/ru/admin.js deleted file mode 100644 index 5691bf64e5..0000000000 --- a/src/i18n/resources/ru/admin.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - admin: 'Администратор', - filter: 'Фильтровать по', - invitationPending: 'Приглашение в стадии рассмотрения', - invitationsAcceptedCount: 'Число принятых приглашений', - invitationsSentCount: 'Число направленных приглашений', - usersCount: 'Число пользователей', -} diff --git a/src/i18n/resources/ru/admin.json b/src/i18n/resources/ru/admin.json new file mode 100644 index 0000000000..2cbf047ea2 --- /dev/null +++ b/src/i18n/resources/ru/admin.json @@ -0,0 +1,8 @@ +{ + "admin": "Администратор", + "filter": "Фильтровать по", + "invitationPending": "Приглашение в стадии рассмотрения", + "invitationsAcceptedCount": "Число принятых приглашений", + "invitationsSentCount": "Число направленных приглашений", + "usersCount": "Число пользователей" +} diff --git a/src/i18n/resources/ru/area.js b/src/i18n/resources/ru/area.js deleted file mode 100644 index c97366bc1b..0000000000 --- a/src/i18n/resources/ru/area.js +++ /dev/null @@ -1,276 +0,0 @@ -module.exports = { - WO: { listName: 'Глобальный' }, - AF: { listName: 'Африка' }, - AN: { listName: 'Antarctica' }, - AS: { listName: 'Азия' }, - AT: { listName: 'Атлантида' }, - EU: { listName: 'Европа' }, - NA: { listName: 'Северная и Центральная Америка' }, - OC: { listName: 'Океания' }, - SA: { listName: 'Южная Америка' }, - - ASEAN: { listName: 'ASEAN' }, - FE: { listName: 'ЛЕСА ЕВРОПЫ' }, - EU27: { listName: 'ЕС-27' }, - ECOMIFAC: { listName: 'Espace КОМИФАК' }, - MP: { listName: 'Монреальский процесс' }, - UNECE: { listName: 'ЕЭК ООН' }, - ITTO: { listName: 'Международная организация по тропической древесине' }, - - ABW: { listName: 'Аруба' }, - AFG: { listName: 'Афганистан' }, - AGO: { listName: 'Ангола' }, - AIA: { listName: 'Ангилья' }, - ALB: { listName: 'Албания' }, - AND: { listName: 'Андорра' }, - ARE: { listName: 'Объединенные Арабские Эмираты' }, - ARG: { listName: 'Аргентина' }, - ARM: { listName: 'Армения' }, - ASM: { listName: 'Американское Самоа' }, - ATG: { listName: 'Антигуа и Барбуда' }, - AUS: { listName: 'Австралия' }, - AUT: { listName: 'Австрия' }, - AZE: { listName: 'Азербайджан' }, - BDI: { listName: 'Бурунди' }, - BEL: { listName: 'Бельгия' }, - BEN: { listName: 'Бенин' }, - BES: { listName: 'Бонайре, Синт-Эстатиус и Саба' }, - BFA: { listName: 'Буркина-Фасо' }, - BGD: { listName: 'Бангладеш' }, - BGR: { listName: 'Болгария' }, - BHR: { listName: 'Бахрейн' }, - BHS: { listName: 'Багамские Острова' }, - BIH: { listName: 'Босния и Герцеговина' }, - BLM: { listName: 'Сен-Бартельми' }, - BLR: { listName: 'Беларусь' }, - BLZ: { listName: 'Белиз' }, - BMU: { listName: 'Бермудские острова' }, - BOL: { listName: 'Боливия (Многонациональное Государство)' }, - BRA: { listName: 'Бразилия' }, - BRB: { listName: 'Барбадос' }, - BRN: { listName: 'Бруней-Даруссалам' }, - BTN: { listName: 'Бутан' }, - BWA: { listName: 'Ботсвана' }, - CAF: { listName: 'Центральноафриканская Республика' }, - CAN: { listName: 'Канада' }, - CHE: { listName: 'Швейцария' }, - CHL: { listName: 'Чили' }, - CHN: { listName: 'Китай' }, - CIV: { listName: 'Кот-д`Ивуар' }, - CMR: { listName: 'Камерун' }, - COD: { listName: 'Демократическая Республика Конго' }, - COG: { listName: 'Конго' }, - COK: { listName: 'Острова Кука' }, - COL: { listName: 'Колумбия' }, - COM: { listName: 'Коморские Острова' }, - CPV: { listName: 'Кабо-Верде' }, - CRI: { listName: 'Коста-Рика' }, - CUB: { listName: 'Куба' }, - CUW: { listName: 'Кюрасао' }, - CYM: { listName: 'Каймановы острова' }, - CYP: { listName: 'Кипр' }, - CZE: { listName: 'Чехия' }, - DEU: { listName: 'Германия' }, - DJI: { listName: 'Джибути' }, - DMA: { listName: 'Доминика' }, - DNK: { listName: 'Дания' }, - DOM: { listName: 'Доминиканская Республика' }, - DZA: { listName: 'Алжир' }, - ECU: { listName: 'Эквадор' }, - EGY: { listName: 'Египет' }, - ERI: { listName: 'Эритрея' }, - ESH: { listName: 'Западная Сахара' }, - ESP: { listName: 'Испания' }, - EST: { listName: 'Эстония' }, - ETH: { listName: 'Эфиопия' }, - FIN: { listName: 'Финляндия' }, - FJI: { listName: 'Фиджи' }, - FLK: { listName: 'Фолклендские (Мальвинские) острова' }, - FRA: { listName: 'Франция' }, - FRO: { listName: 'Фарерские Острова' }, - FSM: { listName: 'Микронезия (Федеративные Штаты)' }, - GAB: { listName: 'Габон' }, - GBR: { listName: 'Соединенное Королевство Великобритании и Северной Ирландии' }, - GEO: { listName: 'Грузия' }, - GGY: { listName: 'Гернси' }, - GHA: { listName: 'Гана' }, - GIB: { listName: 'Гибралтар' }, - GIN: { listName: 'Гвинея' }, - GLP: { listName: 'Гваделупа' }, - GMB: { listName: 'Гамбия' }, - GNB: { listName: 'Гвинея-Бисау' }, - GNQ: { listName: 'Экваториальная Гвинея' }, - GRC: { listName: 'Греция' }, - GRD: { listName: 'Гренада' }, - GRL: { listName: 'Гренландия' }, - GTM: { listName: 'Гватемала' }, - GUF: { listName: 'Французская Гвиана' }, - GUM: { listName: 'Гуам' }, - GUY: { listName: 'Гайана' }, - HND: { listName: 'Гондурас' }, - HRV: { listName: 'Хорватия' }, - HTI: { listName: 'Гаити' }, - HUN: { listName: 'Венгрия' }, - IDN: { listName: 'Индонезия' }, - IMN: { listName: 'остров Мэн' }, - IND: { listName: 'Индия' }, - IRL: { listName: 'Ирландия' }, - IRN: { listName: 'Иран (Исламская Республика)' }, - IRQ: { listName: 'Ирак' }, - ISL: { listName: 'Исландия' }, - ISR: { listName: 'Израиль' }, - ITA: { listName: 'Италия' }, - JAM: { listName: 'Ямайка' }, - JEY: { listName: 'Джерси' }, - JOR: { listName: 'Иордания' }, - JPN: { listName: 'Япония' }, - KAZ: { listName: 'Казахстан' }, - KEN: { listName: 'Кения' }, - KGZ: { listName: 'Кыргызстан' }, - KHM: { listName: 'Камбоджа' }, - KIR: { listName: 'Кирибати' }, - KNA: { listName: 'Сент-Китс и Невис' }, - KOR: { listName: 'Республика Корея' }, - KWT: { listName: 'Кувейт' }, - LAO: { listName: 'Лаосская Народно-Демократическая Республика' }, - LBN: { listName: 'Ливан' }, - LBR: { listName: 'Либерия' }, - LBY: { listName: 'Ливия' }, - LCA: { listName: 'Сент-Люсия' }, - LIE: { listName: 'Лихтенштейн' }, - LKA: { listName: 'Шри-Ланка' }, - LSO: { listName: 'Лесото' }, - LTU: { listName: 'Литва' }, - LUX: { listName: 'Люксембург' }, - LVA: { listName: 'Латвия' }, - MAF: { listName: 'Сен-Мартен (французская часть)' }, - MAR: { listName: 'Марокко' }, - MCO: { listName: 'Монако' }, - MDA: { listName: 'Республика Молдова' }, - MDG: { listName: 'Мадагаскар' }, - MDV: { listName: 'Мальдивы' }, - MEX: { listName: 'Мексика' }, - MHL: { listName: 'Маршалловы Острова' }, - MKD: { listName: 'Республика Северная Македония' }, - MLI: { listName: 'Мали' }, - MLT: { listName: 'Мальта' }, - MMR: { listName: 'Мьянма' }, - MNE: { listName: 'Черногория' }, - MNG: { listName: 'Монголия' }, - MNP: { listName: 'Северные Марианские острова' }, - MOZ: { listName: 'Мозамбик' }, - MRT: { listName: 'Мавритания' }, - MSR: { listName: 'Монтсеррат' }, - MTQ: { listName: 'Мартиника' }, - MUS: { listName: 'Маврикий' }, - MWI: { listName: 'Малави' }, - MYS: { listName: 'Малайзия' }, - MYT: { listName: 'Майотта' }, - NAM: { listName: 'Намибия' }, - NCL: { listName: 'Новая Каледония' }, - NER: { listName: 'Нигер' }, - NFK: { listName: 'остров Норфолк' }, - NGA: { listName: 'Нигерия' }, - NIC: { listName: 'Никарагуа' }, - NIU: { listName: 'Ниуэ' }, - NLD: { listName: 'Нидерланды (Королевство)' }, - NOR: { listName: 'Норвегия' }, - NPL: { listName: 'Непал' }, - NRU: { listName: 'Науру' }, - NZL: { listName: 'Новая Зеландия' }, - OMN: { listName: 'Оман' }, - PAK: { listName: 'Пакистан' }, - PAN: { listName: 'Панама' }, - PCN: { listName: 'Питкэрн' }, - PER: { listName: 'Перу' }, - PHL: { listName: 'Филиппины' }, - PLW: { listName: 'Палау' }, - PNG: { listName: 'Папуа-Новая Гвинея' }, - POL: { listName: 'Польша' }, - PRI: { listName: 'Пуэрто-Рико' }, - PRK: { listName: 'Корейская Народно-Демократическая Республика' }, - PRT: { listName: 'Португалия' }, - PRY: { listName: 'Парагвай' }, - PSE: { listName: 'Палестина' }, - PYF: { listName: 'Французская Полинезия' }, - QAT: { listName: 'Катар' }, - REU: { listName: 'Реюньон' }, - ROU: { listName: 'Румыния' }, - RUS: { listName: 'Российская Федерация' }, - RWA: { listName: 'Руанда' }, - SAU: { listName: 'Саудовская Аравия' }, - SDN: { listName: 'Судан' }, - SEN: { listName: 'Сенегал' }, - SGP: { listName: 'Сингапур' }, - SHN: { listName: 'Остров Святой Елены' }, - SJM: { listName: 'острова Свальбард и Ян-Майен' }, - SLB: { listName: 'Соломоновы Острова' }, - SLE: { listName: 'Сьерра-Леоне' }, - SLV: { listName: 'Сальвадор' }, - SMR: { listName: 'Сан-Марино' }, - SOM: { listName: 'Сомали' }, - SPM: { listName: 'Сен-Пьер и Микелон' }, - SRB: { listName: 'Сербия' }, - SSD: { listName: 'Южный Судан' }, - STP: { listName: 'Сан-Томе и Принсипи' }, - SUR: { listName: 'Суринам' }, - SVK: { listName: 'Словакия' }, - SVN: { listName: 'Словения' }, - SWE: { listName: 'Швеция' }, - SWZ: { listName: 'Эсватини' }, - SXM: { listName: 'Сен-Мартен (голландская часть)' }, - SYC: { listName: 'Сейшельские Острова' }, - SYR: { listName: 'Сирийская Арабская Республика' }, - TCA: { listName: 'острова Тёркс и Кайкос' }, - TCD: { listName: 'Чад' }, - TGO: { listName: 'Того' }, - THA: { listName: 'Таиланд' }, - TJK: { listName: 'Таджикистан' }, - TKL: { listName: 'Токелау' }, - TKM: { listName: 'Туркменистан' }, - TLS: { listName: 'Тимор-Лешти' }, - TON: { listName: 'Тонга' }, - TTO: { listName: 'Тринидад и Тобаго' }, - TUN: { listName: 'Тунис' }, - TUR: { listName: 'Турция' }, - TUV: { listName: 'Тувалу' }, - TZA: { listName: 'Объединенная Республика Танзания' }, - UGA: { listName: 'Уганда' }, - UKR: { listName: 'Украина' }, - URY: { listName: 'Уругвай' }, - USA: { listName: 'Соединенные Штаты Америки' }, - UZB: { listName: 'Узбекистан' }, - VAT: { listName: 'Святой Престол' }, - VCT: { listName: 'Сент-Винсент и Гренадины' }, - VEN: { listName: 'Венесуэла (Боливарианская Республика)' }, - VGB: { listName: 'Британские Виргинские острова' }, - VIR: { listName: 'Виргинские острова США' }, - VNM: { listName: 'Вьетнам' }, - VUT: { listName: 'Вануату' }, - WLF: { listName: 'острова Уоллис и Футуна' }, - WSM: { listName: 'Самоа' }, - X01: { listName: 'Atlantis 01' }, - X02: { listName: 'Atlantis 02' }, - X03: { listName: 'Atlantis 03' }, - X04: { listName: 'Atlantis 04' }, - X05: { listName: 'Atlantis 05' }, - X06: { listName: 'Atlantis 06' }, - X07: { listName: 'Atlantis 07' }, - X08: { listName: 'Atlantis 08' }, - X09: { listName: 'Atlantis 09' }, - X10: { listName: 'Atlantis 10' }, - X11: { listName: 'Atlantis 11' }, - X12: { listName: 'Atlantis 12' }, - X13: { listName: 'Atlantis 13' }, - X14: { listName: 'Atlantis 14' }, - X15: { listName: 'Atlantis 15' }, - X16: { listName: 'Atlantis 16' }, - X17: { listName: 'Atlantis 17' }, - X18: { listName: 'Atlantis 18' }, - X19: { listName: 'Atlantis 19' }, - X20: { listName: 'Atlantis 20' }, - YEM: { listName: 'Йемен' }, - ZAF: { listName: 'Южная Африка' }, - ZMB: { listName: 'Замбия' }, - ZWE: { listName: 'Зимбабве' }, -} diff --git a/src/i18n/resources/ru/area.json b/src/i18n/resources/ru/area.json new file mode 100644 index 0000000000..7ba859b2af --- /dev/null +++ b/src/i18n/resources/ru/area.json @@ -0,0 +1,818 @@ +{ + "WO": { + "listName": "Глобальный" + }, + "AF": { + "listName": "Африка" + }, + "AN": { + "listName": "Antarctica" + }, + "AS": { + "listName": "Азия" + }, + "AT": { + "listName": "Атлантида" + }, + "EU": { + "listName": "Европа" + }, + "NA": { + "listName": "Северная и Центральная Америка" + }, + "OC": { + "listName": "Океания" + }, + "SA": { + "listName": "Южная Америка" + }, + "ASEAN": { + "listName": "ASEAN" + }, + "FE": { + "listName": "ЛЕСА ЕВРОПЫ" + }, + "EU27": { + "listName": "ЕС-27" + }, + "ECOMIFAC": { + "listName": "Espace КОМИФАК" + }, + "MP": { + "listName": "Монреальский процесс" + }, + "UNECE": { + "listName": "ЕЭК ООН" + }, + "ITTO": { + "listName": "Международная организация по тропической древесине" + }, + "ABW": { + "listName": "Аруба" + }, + "AFG": { + "listName": "Афганистан" + }, + "AGO": { + "listName": "Ангола" + }, + "AIA": { + "listName": "Ангилья" + }, + "ALB": { + "listName": "Албания" + }, + "AND": { + "listName": "Андорра" + }, + "ARE": { + "listName": "Объединенные Арабские Эмираты" + }, + "ARG": { + "listName": "Аргентина" + }, + "ARM": { + "listName": "Армения" + }, + "ASM": { + "listName": "Американское Самоа" + }, + "ATG": { + "listName": "Антигуа и Барбуда" + }, + "AUS": { + "listName": "Австралия" + }, + "AUT": { + "listName": "Австрия" + }, + "AZE": { + "listName": "Азербайджан" + }, + "BDI": { + "listName": "Бурунди" + }, + "BEL": { + "listName": "Бельгия" + }, + "BEN": { + "listName": "Бенин" + }, + "BES": { + "listName": "Бонайре, Синт-Эстатиус и Саба" + }, + "BFA": { + "listName": "Буркина-Фасо" + }, + "BGD": { + "listName": "Бангладеш" + }, + "BGR": { + "listName": "Болгария" + }, + "BHR": { + "listName": "Бахрейн" + }, + "BHS": { + "listName": "Багамские Острова" + }, + "BIH": { + "listName": "Босния и Герцеговина" + }, + "BLM": { + "listName": "Сен-Бартельми" + }, + "BLR": { + "listName": "Беларусь" + }, + "BLZ": { + "listName": "Белиз" + }, + "BMU": { + "listName": "Бермудские острова" + }, + "BOL": { + "listName": "Боливия (Многонациональное Государство)" + }, + "BRA": { + "listName": "Бразилия" + }, + "BRB": { + "listName": "Барбадос" + }, + "BRN": { + "listName": "Бруней-Даруссалам" + }, + "BTN": { + "listName": "Бутан" + }, + "BWA": { + "listName": "Ботсвана" + }, + "CAF": { + "listName": "Центральноафриканская Республика" + }, + "CAN": { + "listName": "Канада" + }, + "CHE": { + "listName": "Швейцария" + }, + "CHL": { + "listName": "Чили" + }, + "CHN": { + "listName": "Китай" + }, + "CIV": { + "listName": "Кот-д`Ивуар" + }, + "CMR": { + "listName": "Камерун" + }, + "COD": { + "listName": "Демократическая Республика Конго" + }, + "COG": { + "listName": "Конго" + }, + "COK": { + "listName": "Острова Кука" + }, + "COL": { + "listName": "Колумбия" + }, + "COM": { + "listName": "Коморские Острова" + }, + "CPV": { + "listName": "Кабо-Верде" + }, + "CRI": { + "listName": "Коста-Рика" + }, + "CUB": { + "listName": "Куба" + }, + "CUW": { + "listName": "Кюрасао" + }, + "CYM": { + "listName": "Каймановы острова" + }, + "CYP": { + "listName": "Кипр" + }, + "CZE": { + "listName": "Чехия" + }, + "DEU": { + "listName": "Германия" + }, + "DJI": { + "listName": "Джибути" + }, + "DMA": { + "listName": "Доминика" + }, + "DNK": { + "listName": "Дания" + }, + "DOM": { + "listName": "Доминиканская Республика" + }, + "DZA": { + "listName": "Алжир" + }, + "ECU": { + "listName": "Эквадор" + }, + "EGY": { + "listName": "Египет" + }, + "ERI": { + "listName": "Эритрея" + }, + "ESH": { + "listName": "Западная Сахара" + }, + "ESP": { + "listName": "Испания" + }, + "EST": { + "listName": "Эстония" + }, + "ETH": { + "listName": "Эфиопия" + }, + "FIN": { + "listName": "Финляндия" + }, + "FJI": { + "listName": "Фиджи" + }, + "FLK": { + "listName": "Фолклендские (Мальвинские) острова" + }, + "FRA": { + "listName": "Франция" + }, + "FRO": { + "listName": "Фарерские Острова" + }, + "FSM": { + "listName": "Микронезия (Федеративные Штаты)" + }, + "GAB": { + "listName": "Габон" + }, + "GBR": { + "listName": "Соединенное Королевство Великобритании и Северной Ирландии" + }, + "GEO": { + "listName": "Грузия" + }, + "GGY": { + "listName": "Гернси" + }, + "GHA": { + "listName": "Гана" + }, + "GIB": { + "listName": "Гибралтар" + }, + "GIN": { + "listName": "Гвинея" + }, + "GLP": { + "listName": "Гваделупа" + }, + "GMB": { + "listName": "Гамбия" + }, + "GNB": { + "listName": "Гвинея-Бисау" + }, + "GNQ": { + "listName": "Экваториальная Гвинея" + }, + "GRC": { + "listName": "Греция" + }, + "GRD": { + "listName": "Гренада" + }, + "GRL": { + "listName": "Гренландия" + }, + "GTM": { + "listName": "Гватемала" + }, + "GUF": { + "listName": "Французская Гвиана" + }, + "GUM": { + "listName": "Гуам" + }, + "GUY": { + "listName": "Гайана" + }, + "HND": { + "listName": "Гондурас" + }, + "HRV": { + "listName": "Хорватия" + }, + "HTI": { + "listName": "Гаити" + }, + "HUN": { + "listName": "Венгрия" + }, + "IDN": { + "listName": "Индонезия" + }, + "IMN": { + "listName": "остров Мэн" + }, + "IND": { + "listName": "Индия" + }, + "IRL": { + "listName": "Ирландия" + }, + "IRN": { + "listName": "Иран (Исламская Республика)" + }, + "IRQ": { + "listName": "Ирак" + }, + "ISL": { + "listName": "Исландия" + }, + "ISR": { + "listName": "Израиль" + }, + "ITA": { + "listName": "Италия" + }, + "JAM": { + "listName": "Ямайка" + }, + "JEY": { + "listName": "Джерси" + }, + "JOR": { + "listName": "Иордания" + }, + "JPN": { + "listName": "Япония" + }, + "KAZ": { + "listName": "Казахстан" + }, + "KEN": { + "listName": "Кения" + }, + "KGZ": { + "listName": "Кыргызстан" + }, + "KHM": { + "listName": "Камбоджа" + }, + "KIR": { + "listName": "Кирибати" + }, + "KNA": { + "listName": "Сент-Китс и Невис" + }, + "KOR": { + "listName": "Республика Корея" + }, + "KWT": { + "listName": "Кувейт" + }, + "LAO": { + "listName": "Лаосская Народно-Демократическая Республика" + }, + "LBN": { + "listName": "Ливан" + }, + "LBR": { + "listName": "Либерия" + }, + "LBY": { + "listName": "Ливия" + }, + "LCA": { + "listName": "Сент-Люсия" + }, + "LIE": { + "listName": "Лихтенштейн" + }, + "LKA": { + "listName": "Шри-Ланка" + }, + "LSO": { + "listName": "Лесото" + }, + "LTU": { + "listName": "Литва" + }, + "LUX": { + "listName": "Люксембург" + }, + "LVA": { + "listName": "Латвия" + }, + "MAF": { + "listName": "Сен-Мартен (французская часть)" + }, + "MAR": { + "listName": "Марокко" + }, + "MCO": { + "listName": "Монако" + }, + "MDA": { + "listName": "Республика Молдова" + }, + "MDG": { + "listName": "Мадагаскар" + }, + "MDV": { + "listName": "Мальдивы" + }, + "MEX": { + "listName": "Мексика" + }, + "MHL": { + "listName": "Маршалловы Острова" + }, + "MKD": { + "listName": "Республика Северная Македония" + }, + "MLI": { + "listName": "Мали" + }, + "MLT": { + "listName": "Мальта" + }, + "MMR": { + "listName": "Мьянма" + }, + "MNE": { + "listName": "Черногория" + }, + "MNG": { + "listName": "Монголия" + }, + "MNP": { + "listName": "Северные Марианские острова" + }, + "MOZ": { + "listName": "Мозамбик" + }, + "MRT": { + "listName": "Мавритания" + }, + "MSR": { + "listName": "Монтсеррат" + }, + "MTQ": { + "listName": "Мартиника" + }, + "MUS": { + "listName": "Маврикий" + }, + "MWI": { + "listName": "Малави" + }, + "MYS": { + "listName": "Малайзия" + }, + "MYT": { + "listName": "Майотта" + }, + "NAM": { + "listName": "Намибия" + }, + "NCL": { + "listName": "Новая Каледония" + }, + "NER": { + "listName": "Нигер" + }, + "NFK": { + "listName": "остров Норфолк" + }, + "NGA": { + "listName": "Нигерия" + }, + "NIC": { + "listName": "Никарагуа" + }, + "NIU": { + "listName": "Ниуэ" + }, + "NLD": { + "listName": "Нидерланды (Королевство)" + }, + "NOR": { + "listName": "Норвегия" + }, + "NPL": { + "listName": "Непал" + }, + "NRU": { + "listName": "Науру" + }, + "NZL": { + "listName": "Новая Зеландия" + }, + "OMN": { + "listName": "Оман" + }, + "PAK": { + "listName": "Пакистан" + }, + "PAN": { + "listName": "Панама" + }, + "PCN": { + "listName": "Питкэрн" + }, + "PER": { + "listName": "Перу" + }, + "PHL": { + "listName": "Филиппины" + }, + "PLW": { + "listName": "Палау" + }, + "PNG": { + "listName": "Папуа-Новая Гвинея" + }, + "POL": { + "listName": "Польша" + }, + "PRI": { + "listName": "Пуэрто-Рико" + }, + "PRK": { + "listName": "Корейская Народно-Демократическая Республика" + }, + "PRT": { + "listName": "Португалия" + }, + "PRY": { + "listName": "Парагвай" + }, + "PSE": { + "listName": "Палестина" + }, + "PYF": { + "listName": "Французская Полинезия" + }, + "QAT": { + "listName": "Катар" + }, + "REU": { + "listName": "Реюньон" + }, + "ROU": { + "listName": "Румыния" + }, + "RUS": { + "listName": "Российская Федерация" + }, + "RWA": { + "listName": "Руанда" + }, + "SAU": { + "listName": "Саудовская Аравия" + }, + "SDN": { + "listName": "Судан" + }, + "SEN": { + "listName": "Сенегал" + }, + "SGP": { + "listName": "Сингапур" + }, + "SHN": { + "listName": "Остров Святой Елены" + }, + "SJM": { + "listName": "острова Свальбард и Ян-Майен" + }, + "SLB": { + "listName": "Соломоновы Острова" + }, + "SLE": { + "listName": "Сьерра-Леоне" + }, + "SLV": { + "listName": "Сальвадор" + }, + "SMR": { + "listName": "Сан-Марино" + }, + "SOM": { + "listName": "Сомали" + }, + "SPM": { + "listName": "Сен-Пьер и Микелон" + }, + "SRB": { + "listName": "Сербия" + }, + "SSD": { + "listName": "Южный Судан" + }, + "STP": { + "listName": "Сан-Томе и Принсипи" + }, + "SUR": { + "listName": "Суринам" + }, + "SVK": { + "listName": "Словакия" + }, + "SVN": { + "listName": "Словения" + }, + "SWE": { + "listName": "Швеция" + }, + "SWZ": { + "listName": "Эсватини" + }, + "SXM": { + "listName": "Сен-Мартен (голландская часть)" + }, + "SYC": { + "listName": "Сейшельские Острова" + }, + "SYR": { + "listName": "Сирийская Арабская Республика" + }, + "TCA": { + "listName": "острова Тёркс и Кайкос" + }, + "TCD": { + "listName": "Чад" + }, + "TGO": { + "listName": "Того" + }, + "THA": { + "listName": "Таиланд" + }, + "TJK": { + "listName": "Таджикистан" + }, + "TKL": { + "listName": "Токелау" + }, + "TKM": { + "listName": "Туркменистан" + }, + "TLS": { + "listName": "Тимор-Лешти" + }, + "TON": { + "listName": "Тонга" + }, + "TTO": { + "listName": "Тринидад и Тобаго" + }, + "TUN": { + "listName": "Тунис" + }, + "TUR": { + "listName": "Турция" + }, + "TUV": { + "listName": "Тувалу" + }, + "TZA": { + "listName": "Объединенная Республика Танзания" + }, + "UGA": { + "listName": "Уганда" + }, + "UKR": { + "listName": "Украина" + }, + "URY": { + "listName": "Уругвай" + }, + "USA": { + "listName": "Соединенные Штаты Америки" + }, + "UZB": { + "listName": "Узбекистан" + }, + "VAT": { + "listName": "Святой Престол" + }, + "VCT": { + "listName": "Сент-Винсент и Гренадины" + }, + "VEN": { + "listName": "Венесуэла (Боливарианская Республика)" + }, + "VGB": { + "listName": "Британские Виргинские острова" + }, + "VIR": { + "listName": "Виргинские острова США" + }, + "VNM": { + "listName": "Вьетнам" + }, + "VUT": { + "listName": "Вануату" + }, + "WLF": { + "listName": "острова Уоллис и Футуна" + }, + "WSM": { + "listName": "Самоа" + }, + "X01": { + "listName": "Atlantis 01" + }, + "X02": { + "listName": "Atlantis 02" + }, + "X03": { + "listName": "Atlantis 03" + }, + "X04": { + "listName": "Atlantis 04" + }, + "X05": { + "listName": "Atlantis 05" + }, + "X06": { + "listName": "Atlantis 06" + }, + "X07": { + "listName": "Atlantis 07" + }, + "X08": { + "listName": "Atlantis 08" + }, + "X09": { + "listName": "Atlantis 09" + }, + "X10": { + "listName": "Atlantis 10" + }, + "X11": { + "listName": "Atlantis 11" + }, + "X12": { + "listName": "Atlantis 12" + }, + "X13": { + "listName": "Atlantis 13" + }, + "X14": { + "listName": "Atlantis 14" + }, + "X15": { + "listName": "Atlantis 15" + }, + "X16": { + "listName": "Atlantis 16" + }, + "X17": { + "listName": "Atlantis 17" + }, + "X18": { + "listName": "Atlantis 18" + }, + "X19": { + "listName": "Atlantis 19" + }, + "X20": { + "listName": "Atlantis 20" + }, + "YEM": { + "listName": "Йемен" + }, + "ZAF": { + "listName": "Южная Африка" + }, + "ZMB": { + "listName": "Замбия" + }, + "ZWE": { + "listName": "Зимбабве" + } +} diff --git a/src/i18n/resources/ru/assessmentSection.js b/src/i18n/resources/ru/assessmentSection.js deleted file mode 100644 index cb401b9b65..0000000000 --- a/src/i18n/resources/ru/assessmentSection.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - odpUpdatedAfterEstimatingThisCell: `Первоначальная точка данных была обновлена после оценки этой ячейки`, - dataTableHasErrors: `Данные таблицы содержат ошибки. `, - hoverCellToSeeDetails: `Наведите курсор на красную ячейку, чтобы посмотреть подробности.`, -} diff --git a/src/i18n/resources/ru/assessmentSection.json b/src/i18n/resources/ru/assessmentSection.json new file mode 100644 index 0000000000..025b61b3e3 --- /dev/null +++ b/src/i18n/resources/ru/assessmentSection.json @@ -0,0 +1,5 @@ +{ + "odpUpdatedAfterEstimatingThisCell": "Первоначальная точка данных была обновлена после оценки этой ячейки", + "dataTableHasErrors": "Данные таблицы содержат ошибки. ", + "hoverCellToSeeDetails": "Наведите курсор на красную ячейку, чтобы посмотреть подробности." +} diff --git a/src/i18n/resources/ru/common.js b/src/i18n/resources/ru/common.js deleted file mode 100644 index 647c2c3337..0000000000 --- a/src/i18n/resources/ru/common.js +++ /dev/null @@ -1,71 +0,0 @@ -module.exports = { - accepted: 'Принято', - add: 'Добавить', - all: 'Все', - apply: 'Применить', - areYouSureYouWantToDelete: 'Вы уверены, что хотите удалить этот элемент? Эта операция не может быть отменена.', - areYouSureYouWantToDeleteAllTableData: 'Вы уверены, что хотите удалить все данные из таблицы?', - calculate: 'Рассчитать', - cancel: 'Отмена', - categories: 'Категории', - clearTable: 'Очистить таблицу', - column: 'Столбец', - continue: 'Продолжить', - copyToClipboard: 'Скопировать в буфер обмена', - countries: 'Страны', - country: 'Страна', - custom: 'Настроить', - dashboard: 'Панель управления', - dataExport: 'Экспорт данных', - delete: 'Удалить', - done: 'Готово', - email: 'Электронная почта', - file: 'Файл', - filterCountries: 'Отфильтровать страны', - forestCategoriesLabel2025: 'Леса, прочие лесистые земли и остальные земельные площади', - fraPlatform: 'Платформой ОЛР', - globalFRA: 'Глобальная оценка лесных ресурсов', - issues: 'Проблемы', - label: 'Ярлык', - language: 'Язык', - lastEdit: 'Последнее реадактирование', - latest: 'Последний', - link: 'Ссылка', - load: 'Загрузить', - loading: 'Загрузка...', - login: 'Зарезервированная область', - name: 'Имя', - nationalClassifications: 'Национальные классификации', - or: 'Либо', - other: 'Другое', - otherSpecifyInComments: 'Другое (указать в комментариях)', - private: 'Личный доступ', - public: 'Oбщий доступ', - regions: 'Регионы', - resetAll: 'Сбросить все', - role: 'Роль', - select: 'Выбрать', - selectAll: 'Выделить все', - selectArea: 'Выбрать географический район', - selectFiles: 'Выбрать файлы', - showLess: 'Показать меньше', - showMore: 'Показать больше', - source: 'Источник', - sources: 'Источники', - statisticalFactsheets: 'Статистические бюллетени', - status: 'Статус', - submit: 'Направить', - submittedForApproval: 'Направлено на утверждение', - submittedToReview: 'Направлено на рассмотрение', - tier: 'Уровень', - tiers: { high: 'Высокий', low: 'Низкий', medium: 'Средний', notSelected: '' }, - totalPercentage: 'Общий процент.', - trend: 'Тренд', - unknown: 'Отсутствует/неизвестна', - unselectAll: 'Снять выделение', - updated: 'Обновлено', - userGuide: 'Руководство пользователя', - variable: 'ОЛР Переменная', - view: 'Просмотреть', - year: 'Год', -} diff --git a/src/i18n/resources/ru/common.json b/src/i18n/resources/ru/common.json new file mode 100644 index 0000000000..2b6c682498 --- /dev/null +++ b/src/i18n/resources/ru/common.json @@ -0,0 +1,76 @@ +{ + "accepted": "Принято", + "add": "Добавить", + "all": "Все", + "apply": "Применить", + "areYouSureYouWantToDelete": "Вы уверены, что хотите удалить этот элемент? Эта операция не может быть отменена.", + "areYouSureYouWantToDeleteAllTableData": "Вы уверены, что хотите удалить все данные из таблицы?", + "calculate": "Рассчитать", + "cancel": "Отмена", + "categories": "Категории", + "clearTable": "Очистить таблицу", + "column": "Столбец", + "continue": "Продолжить", + "copyToClipboard": "Скопировать в буфер обмена", + "countries": "Страны", + "country": "Страна", + "custom": "Настроить", + "dashboard": "Панель управления", + "dataExport": "Экспорт данных", + "delete": "Удалить", + "done": "Готово", + "email": "Электронная почта", + "file": "Файл", + "filterCountries": "Отфильтровать страны", + "forestCategoriesLabel2025": "Леса, прочие лесистые земли и остальные земельные площади", + "fraPlatform": "Платформой ОЛР", + "globalFRA": "Глобальная оценка лесных ресурсов", + "issues": "Проблемы", + "label": "Ярлык", + "language": "Язык", + "lastEdit": "Последнее реадактирование", + "latest": "Последний", + "link": "Ссылка", + "load": "Загрузить", + "loading": "Загрузка...", + "login": "Зарезервированная область", + "name": "Имя", + "nationalClassifications": "Национальные классификации", + "or": "Либо", + "other": "Другое", + "otherSpecifyInComments": "Другое (указать в комментариях)", + "private": "Личный доступ", + "public": "Oбщий доступ", + "regions": "Регионы", + "resetAll": "Сбросить все", + "role": "Роль", + "select": "Выбрать", + "selectAll": "Выделить все", + "selectArea": "Выбрать географический район", + "selectFiles": "Выбрать файлы", + "showLess": "Показать меньше", + "showMore": "Показать больше", + "source": "Источник", + "sources": "Источники", + "statisticalFactsheets": "Статистические бюллетени", + "status": "Статус", + "submit": "Направить", + "submittedForApproval": "Направлено на утверждение", + "submittedToReview": "Направлено на рассмотрение", + "tier": "Уровень", + "tiers": { + "high": "Высокий", + "low": "Низкий", + "medium": "Средний", + "notSelected": "" + }, + "totalPercentage": "Общий процент.", + "trend": "Тренд", + "unknown": "Отсутствует/неизвестна", + "unselectAll": "Снять выделение", + "updated": "Обновлено", + "userGuide": "Руководство пользователя", + "variable": "ОЛР Переменная", + "view": "Просмотреть", + "year": "Год" +} diff --git a/src/i18n/resources/ru/contentCheck.js b/src/i18n/resources/ru/contentCheck.js deleted file mode 100644 index 3f061a157c..0000000000 --- a/src/i18n/resources/ru/contentCheck.js +++ /dev/null @@ -1,55 +0,0 @@ -module.exports = { - extent: { - title: 'Площадь', - forest_area: 'Леса (1000 га)', - other_wooded_land: 'Прочие лесистые земли (1000 га)', - primary_forest_percent: 'Первичные леса (% лесов)', - protected_forest_percent: 'Леса на охраняемых территориях (% лесов)', - management_plan_percent: 'Площадь лесов с планом управления (% лесов)', - certified_area: 'Площадь сертифицированных лесов (1000 га)', - }, - periodicChangeRate: { - title: 'Периодические изменения (годовые темпы)', - forest_area_annual_net_change: 'Годовое чистое изменение площади лесов (1000 гектаров)', - forest_area_annual_net_change_rate: ' Темпы чистого изменения площади лесов в год (%)', - other_wooded_land_annual_net_change: 'Годовое чистое изменение площади ПЛЗ (1000 га)', - other_wooded_land_annual_net_change_rate: ' Темпы чистого изменения площади ПЛЗ в год (%)', - primary_forest_annual_net_change: 'Годовое чистое изменение площади первичных лесов (1000 га)', - primary_forest_annual_net_change_rate: 'Темпы чистого изменения площади первичных лесов (%)', - natural_forest_area_annual_net_change: 'Годовое чистое изменение естественно возобновляемых лесов ', - natural_forest_area_annual_net_change_rate: 'Темпы чистого изменения естественно возобновляемых лесов (%)', - planted_forest_annual_net_change: 'Годовое чистое изменение лесных культур', - planted_forest_annual_net_change_rate: 'Темпы чистого изменения лесных культур (%)', - }, - forestGrowingStockBiomassCarbon: { - title: 'Запас древостоя, биомасса и углерод', - forest: 'Запас древостоя (м3/га)', - forest_above_ground: 'Надземная биомасса (т/га)', - forest_below_ground: 'Подземная биомасса (т/га)', - forest_deadwood: 'Мертвая древесина (т/га)', - carbon_forest_above_ground: 'C в надземной биомассе (т/га)', - carbon_forest_below_ground: 'C в подземной биомассе (т/га)', - carbon_forest_deadwood: 'С в мертвой древесине (т/га)', - carbon_forest_litter: 'C в лесном опаде (т/га)', - carbon_forest_soil: 'С в почве (т/га)', - above_ground_biomass_growing_stock_ratio: 'Соотношение (надземная биомасса) / запас древостоя (т/м3)', - root_shoot_ratio: 'Соотношение массы корней и побегов ', - carbon_biomass_deadwood_ratio: 'Соотношение (мертвая древесина / живая биомасса)', - carbon_biomass_above_ground_ratio: 'Соотношение (углерод/биомасса) для надземной биомассы', - carbon_biomass_below_ground_ratio: 'Соотношение (углерод/биомасса) для подземной биомассы ', - dead_living_mass_ratio: 'Соотношение (углерод/биомасса) для мертвой древесины', - }, - primaryDesignatedManagementObjective: { - title: 'Основная назначенная цель управления', - }, - totalAreaDesignatedManagementObjective: 'Общая площадь с назначенной целью управления', - forestOwnership: { - title: 'Права собственности', - }, - holderOfManagementRights: { - title: 'Права управления государственными лесами', - }, - disturbances: { - title: 'Нарушения состояния лесов', - }, -} diff --git a/src/i18n/resources/ru/contentCheck.json b/src/i18n/resources/ru/contentCheck.json new file mode 100644 index 0000000000..49bc1ea0fd --- /dev/null +++ b/src/i18n/resources/ru/contentCheck.json @@ -0,0 +1,55 @@ +{ + "extent": { + "title": "Площадь", + "forest_area": "Леса (1000 га)", + "other_wooded_land": "Прочие лесистые земли (1000 га)", + "primary_forest_percent": "Первичные леса (% лесов)", + "protected_forest_percent": "Леса на охраняемых территориях (% лесов)", + "management_plan_percent": "Площадь лесов с планом управления (% лесов)", + "certified_area": "Площадь сертифицированных лесов (1000 га)" + }, + "periodicChangeRate": { + "title": "Периодические изменения (годовые темпы)", + "forest_area_annual_net_change": "Годовое чистое изменение площади лесов (1000 гектаров)", + "forest_area_annual_net_change_rate": " Темпы чистого изменения площади лесов в год (%)", + "other_wooded_land_annual_net_change": "Годовое чистое изменение площади ПЛЗ (1000 га)", + "other_wooded_land_annual_net_change_rate": " Темпы чистого изменения площади ПЛЗ в год (%)", + "primary_forest_annual_net_change": "Годовое чистое изменение площади первичных лесов (1000 га)", + "primary_forest_annual_net_change_rate": "Темпы чистого изменения площади первичных лесов (%)", + "natural_forest_area_annual_net_change": "Годовое чистое изменение естественно возобновляемых лесов ", + "natural_forest_area_annual_net_change_rate": "Темпы чистого изменения естественно возобновляемых лесов (%)", + "planted_forest_annual_net_change": "Годовое чистое изменение лесных культур", + "planted_forest_annual_net_change_rate": "Темпы чистого изменения лесных культур (%)" + }, + "forestGrowingStockBiomassCarbon": { + "title": "Запас древостоя, биомасса и углерод", + "forest": "Запас древостоя (м3/га)", + "forest_above_ground": "Надземная биомасса (т/га)", + "forest_below_ground": "Подземная биомасса (т/га)", + "forest_deadwood": "Мертвая древесина (т/га)", + "carbon_forest_above_ground": "C в надземной биомассе (т/га)", + "carbon_forest_below_ground": "C в подземной биомассе (т/га)", + "carbon_forest_deadwood": "С в мертвой древесине (т/га)", + "carbon_forest_litter": "C в лесном опаде (т/га)", + "carbon_forest_soil": "С в почве (т/га)", + "above_ground_biomass_growing_stock_ratio": "Соотношение (надземная биомасса) / запас древостоя (т/м3)", + "root_shoot_ratio": "Соотношение массы корней и побегов ", + "carbon_biomass_deadwood_ratio": "Соотношение (мертвая древесина / живая биомасса)", + "carbon_biomass_above_ground_ratio": "Соотношение (углерод/биомасса) для надземной биомассы", + "carbon_biomass_below_ground_ratio": "Соотношение (углерод/биомасса) для подземной биомассы ", + "dead_living_mass_ratio": "Соотношение (углерод/биомасса) для мертвой древесины" + }, + "primaryDesignatedManagementObjective": { + "title": "Основная назначенная цель управления" + }, + "totalAreaDesignatedManagementObjective": "Общая площадь с назначенной целью управления", + "forestOwnership": { + "title": "Права собственности" + }, + "holderOfManagementRights": { + "title": "Права управления государственными лесами" + }, + "disturbances": { + "title": "Нарушения состояния лесов" + } +} diff --git a/src/i18n/resources/ru/dataDownload.js b/src/i18n/resources/ru/dataDownload.js deleted file mode 100644 index fa93847088..0000000000 --- a/src/i18n/resources/ru/dataDownload.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - bulkDownload: 'Пакетная загрузка', - dataDownload: 'Данные загрузка', -} diff --git a/src/i18n/resources/ru/dataDownload.json b/src/i18n/resources/ru/dataDownload.json new file mode 100644 index 0000000000..2a3a538b3f --- /dev/null +++ b/src/i18n/resources/ru/dataDownload.json @@ -0,0 +1,4 @@ +{ + "bulkDownload": "Пакетная загрузка", + "dataDownload": "Данные загрузка" +} diff --git a/src/i18n/resources/ru/dataSource.js b/src/i18n/resources/ru/dataSource.js deleted file mode 100644 index b5198f9521..0000000000 --- a/src/i18n/resources/ru/dataSource.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - referenceToTataSource: 'Ссылка на источник данных', - typeOfDataSource: 'Вид источника данных', - fraVariable: 'Переменная ОЛР', - variable: 'Переменная', - yearForDataSource: 'Год для источника данных', - comments: 'Комментарии', - nationalForestInventory: 'Национальная инвентаризация лесов (НИЛ)', - remoteSensingBasedAssessmentWithGroundTruthing: 'Оценка на основе дистанционного зондирования с наземной выверкой', - statisticalRemoteSensingSurveyWithAccuracyAssessment: - 'Статистическое обследование с помощью дистанционного зондирования с оценкой точности', - remoteSensingBasedAssessmentWithoutGroundTruthing: - 'Оценка на основе дистанционного зондирования без наземной выверки', - vegetationMapping: 'Картографирование растительности', - registersAndStatistics: 'Реестры и статистика', -} diff --git a/src/i18n/resources/ru/dataSource.json b/src/i18n/resources/ru/dataSource.json new file mode 100644 index 0000000000..8562217d2d --- /dev/null +++ b/src/i18n/resources/ru/dataSource.json @@ -0,0 +1,14 @@ +{ + "referenceToTataSource": "Ссылка на источник данных", + "typeOfDataSource": "Вид источника данных", + "fraVariable": "Переменная ОЛР", + "variable": "Переменная", + "yearForDataSource": "Год для источника данных", + "comments": "Комментарии", + "nationalForestInventory": "Национальная инвентаризация лесов (НИЛ)", + "remoteSensingBasedAssessmentWithGroundTruthing": "Оценка на основе дистанционного зондирования с наземной выверкой", + "statisticalRemoteSensingSurveyWithAccuracyAssessment": "Статистическое обследование с помощью дистанционного зондирования с оценкой точности", + "remoteSensingBasedAssessmentWithoutGroundTruthing": "Оценка на основе дистанционного зондирования без наземной выверки", + "vegetationMapping": "Картографирование растительности", + "registersAndStatistics": "Реестры и статистика" +} diff --git a/src/i18n/resources/ru/editUser.js b/src/i18n/resources/ru/editUser.js deleted file mode 100644 index be97247538..0000000000 --- a/src/i18n/resources/ru/editUser.js +++ /dev/null @@ -1,43 +0,0 @@ -module.exports = { - activate: 'Активировать', - activated: 'Активирован', - chooseProfilePicture: 'Выбрать картинку', - city: 'Город', - contactPreference: 'Предпочтительный способ контакта', - contactPreferenceMethod: 'Метод контакта', - contributions: 'Вклад', - countryIso: 'Страна', - deactivate: 'Деактивировать', - demoteToUser: 'Вы уверены, что хотите удалить привилегии администратора?', - done: 'Сохранить', - email: 'Электронная почта', - institution: 'Учреждение', - loginEmail: 'Логин', - mandatoryFields: '* Обязательные поля', - mr: 'Г-н', - mrs: 'Г-жа', - ms: 'Г-жа', - name: 'Имя', - organization: 'Организация', - organizationalUnit: 'Организационное подразделение', - other: 'Другое', - picture1MbMax: 'Картинка в профиле не может превышать 1MB', - platformChat: 'Чат на платформе', - poBox: 'Абонентский ящик', - position: 'Должность', - primaryEmail: 'Основной адрес электронной почты', - primaryPhoneNumber: 'Основной телефон', - professionalTitle: 'Должность', - promoteToAdmin: 'Вы уверены, что хотите предоставить административные привилегии?', - role: 'Роль', - secondaryEmail: 'Дополнительный адрес электронной почты', - secondaryPhoneNumber: 'Второй номер телефона', - signal: 'Signal', - skype: 'Имя пользователя Skype', - status: 'Статус', - street: 'Адрес ', - surname: 'Фамилия', - title: 'Апелляция', - whatsapp: 'WhatsApp', - zipCode: 'Почтовый индекс', -} diff --git a/src/i18n/resources/ru/editUser.json b/src/i18n/resources/ru/editUser.json new file mode 100644 index 0000000000..5047fc3a48 --- /dev/null +++ b/src/i18n/resources/ru/editUser.json @@ -0,0 +1,43 @@ +{ + "activate": "Активировать", + "activated": "Активирован", + "chooseProfilePicture": "Выбрать картинку", + "city": "Город", + "contactPreference": "Предпочтительный способ контакта", + "contactPreferenceMethod": "Метод контакта", + "contributions": "Вклад", + "countryIso": "Страна", + "deactivate": "Деактивировать", + "demoteToUser": "Вы уверены, что хотите удалить привилегии администратора?", + "done": "Сохранить", + "email": "Электронная почта", + "institution": "Учреждение", + "loginEmail": "Логин", + "mandatoryFields": "* Обязательные поля", + "mr": "Г-н", + "mrs": "Г-жа", + "ms": "Г-жа", + "name": "Имя", + "organization": "Организация", + "organizationalUnit": "Организационное подразделение", + "other": "Другое", + "picture1MbMax": "Картинка в профиле не может превышать 1MB", + "platformChat": "Чат на платформе", + "poBox": "Абонентский ящик", + "position": "Должность", + "primaryEmail": "Основной адрес электронной почты", + "primaryPhoneNumber": "Основной телефон", + "professionalTitle": "Должность", + "promoteToAdmin": "Вы уверены, что хотите предоставить административные привилегии?", + "role": "Роль", + "secondaryEmail": "Дополнительный адрес электронной почты", + "secondaryPhoneNumber": "Второй номер телефона", + "signal": "Signal", + "skype": "Имя пользователя Skype", + "status": "Статус", + "street": "Адрес ", + "surname": "Фамилия", + "title": "Апелляция", + "whatsapp": "WhatsApp", + "zipCode": "Почтовый индекс" +} diff --git a/src/i18n/resources/ru/email.js b/src/i18n/resources/ru/email.js deleted file mode 100644 index e919c7a0dd..0000000000 --- a/src/i18n/resources/ru/email.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - invitationAccepted: { - subject: 'Пользователь {{invitedUserName}} {{invitedUserSurname}} принял(а) ваше приглашение', - textMessage: `Уважаемый (ая) {{recipientName}} {{recipientSurname}}, - -Пользователь {{invitedUserName}} {{invitedUserSurname}} принял(а) ваше приглашение на {{assessmentName}} {{cycleName}} в качестве {{role}} для {{country}} -{{- manageCollaboratorsUrl}} - -Команда по ОЛР`, - htmlMessage: `Уважаемый (ая) {{recipientName}} {{recipientSurname}}, -

-Пользователь {{invitedUserName}} {{invitedUserSurname}} принял(а) ваше приглашение на {{assessmentName}} {{cycleName}} в качестве {{role}} для {{country}}. -

-Команда по ОЛР`, - }, -} diff --git a/src/i18n/resources/ru/email.json b/src/i18n/resources/ru/email.json new file mode 100644 index 0000000000..447a801966 --- /dev/null +++ b/src/i18n/resources/ru/email.json @@ -0,0 +1,7 @@ +{ + "invitationAccepted": { + "subject": "Пользователь {{invitedUserName}} {{invitedUserSurname}} принял(а) ваше приглашение", + "textMessage": "Уважаемый (ая) {{recipientName}} {{recipientSurname}},\n\nПользователь {{invitedUserName}} {{invitedUserSurname}} принял(а) ваше приглашение на {{assessmentName}} {{cycleName}} в качестве {{role}} для {{country}}\n{{- manageCollaboratorsUrl}}\n\nКоманда по ОЛР", + "htmlMessage": "Уважаемый (ая) {{recipientName}} {{recipientSurname}},\n

\nПользователь {{invitedUserName}} {{invitedUserSurname}} принял(а) ваше приглашение на {{assessmentName}} {{cycleName}} в качестве {{role}} для {{country}}.\n

\nКоманда по ОЛР" + } +} diff --git a/src/i18n/resources/ru/fra.js b/src/i18n/resources/ru/fra.js deleted file mode 100644 index b75b2afa6c..0000000000 --- a/src/i18n/resources/ru/fra.js +++ /dev/null @@ -1,209 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/no-var-requires -const print = require('./print') - -module.exports = { - print, - - // common - area100HaYear: 'Площадь (1000 га)', - categoryHeader2020: 'Категории ОЛР-2020', - categoryHeader2025: 'Категории ОЛР-2025', - forestArea100HaYear: 'Площадь лесов (1000 га)', - area100Ha: 'Площадь (1000 га)', - labels: { - short: 'ОЛР', - }, - areaAffectedByFire: { - areaAffected: 'Пройденная площадь (1000 га)', - areaAffectedByFire2025: 'Площади, пройденные пожарами', - }, - biomassStockAvg: { - forestBiomass: 'Биомасса лесов (тонн/га)', - }, - biomassStockTotal: { - totalForestBiomass: 'Общая биомасса лесов (млн тонн)', - }, - carbonStockTotal: { - totalForestCarbon: 'Общий углерод лесов (млн тонн)', - }, - climaticDomain: { - percentOfForestArea: '% площади лесов', - }, - contactPersons: { - expectedYearForNextCountryReportUpdate: 'Ожидаемый год для следующего обновления отчета страны ', - }, - degradedForest: { - degradedForest: 'Деградировавшие леса', - degradedForestDefinition: 'Определение деградировавших лесов', - forestDegradationMonitoringAndAssessment: 'Мониторинг и оценка деградации леса', - degradedAreaForThatYear: 'Площадь деградировавших лесов за этот год (в 1000 га)', - doesYourCountryMonitor: 'Осуществляет ли ваша страна мониторинг площади деградировавших лесов', - hasNationalDefinitionOfDegradedForest: 'Имеется ли в вашей стране национальное определение "деградировавших лесов"', - hasNationalLevelData: 'Если данные национального уровня доступны', - howMonitored: 'Опишите процесс мониторинга и результаты', - ifYes: 'Если "да"', - whatIsDefinition: 'Каково национальное определение "деградировавших лесов"?', - yearOfLatestAssessment: 'Год последней оценки', - other: 'Другое (объяснить в комментариях)', - notSelected: '#VALUE!', - criteriaOfDegradedForest: 'Критерии, применяемые при определении деградировавших лесов', - changeInForestStructureDecreaseInForestCanopy: 'Изменение структуры лесов / уменьшение площади лесного покрова', - forestDisturbances: 'Нарушения состояния лесов', - lossOfProductivityAndForestGoods: 'Снижение продуктивности и объема лесных товаров', - lossOfForestServices: 'Утрата лесных услуг', - lossOfCarbonBiomassAndGrowingStock: 'Снижение запасов углерода, биомассы и древостоя', - lossOfBiologicalDiversity: 'Утрата биологического разнообразия', - soilDamageErosion: 'Разрушение почв / эрозия', - mainMethods: 'Основные методы, применяемые для мониторинга площади деградировавших лесов', - fieldInventoryAndObservations: 'Таксация леса и наблюдения', - wallToWallRemoteSensingMapping: "Картографирование с помощью дистанционного зондирования (''wall-to-wall'')", - remoteSensingSurvey: 'Обследование с помощью дистанционного зондирования', - expertOpinion: 'Мнение эксперта', - productionHarvestData: 'Данные по производству / сбору урожая', - forestManagementPlanReport: 'Отчет о плане управления лесами', - underDevelopment: 'В разработке', - monitoringScale: 'Шкала мониторинга', - national: 'Национальный', - subnational: 'Субнациональный', - biome: 'Биом', - standLocal: 'Древостой / Местный', - }, - designatedManagementObjective: { - noDesignation: 'Нет назначения', - unknown2025: 'Неизвестно', - }, - disturbances: { - forestDamage: 'Повреждения лесов', - predominantCause: 'Преобладающая причина', - forestAreaAffected: 'Затронутая площадь лесов (1000 га)', - }, - extentOfForest: { - remainingLandArea: 'Остальные земельные площади', - extentOfForest2025: 'Площадь лесов и прочих лесистых земель', - otherWoodedLand: 'Прочие лесистые земли', - }, - forestAreaWithinProtectedAreas: { - forestAreaWithLongTermManagementPlan2025: 'Площадь лесов с долгосрочным планом управления', - forestAreaWithinProtectedAreas2025: - 'Площадь лесов на охраняемых территориях и лесов с долгосрочным планом управления', - }, - forestCharacteristics: { - primaryForest: '…в том числе первичные леса', - plantationForestIntroducedArea2025: '…в том числе интродуцированные породы', - }, - forestOwnership: { - ofWhichCommunities2025: '…в том числе принадлежащие коренным народам и местным общинам', - other2025: 'Прочее (укажите в комментариях)', - unknown2025: 'Неизвестно', - total2025: 'Всего', - }, - forestRestoration: { - forestRestoration: 'Восстановление лесов', - hasYourCountryForestRestorationCommitments: 'Приняли ли ваша страна обязательства по восстановлению лесов?', - isThereALawOrOtherGovernmentMandateInSupportOfRestoration: - 'Существует ли какой-либо закон или другой правительственный мандат в поддержку восстановления лесов?', - isThereANationalDefinitionOfRestoration: - 'Существует ли национальное определение "восстановления лесов" в случае утвердительного ответа, дайте определение процессу мониторинга и результатам.', - whatAreasInNeedOfRestorationHaveBeenIdentified: - 'Какие площади, нуждающиеся в восстановлении, были идентифицированы и как они были идентифицированы?', - whatAreTheTargetsSetForTheRestoration: 'Каковы цели восстановления лесов? Пример xxx гектар к yyyy году ', - howManyHectaresOfForestHaveBeenRestoredToDate: 'Сколько гектаров леса было восстановлено на сегодняшний день?', - ifYes: 'Если "да"', - }, - growingStock: { - totalForest: 'Всего лесов', - }, - growingStockComposition: { - millionCubicMeter: 'Млн м³', - mostRecentYear: 'Самый последний год:', - percentOfTotal: '% от общего числа', - ranked: '#{{idx}} Ранжирование', - totalGrowingStock: 'Общий запас древостоя', - totalIntroducedTreeSpecies: 'Всего интродуцированных пород деревьев', - totalNativeTreeSpecies: 'Всего местных пород деревьев', - }, - holderOfManagementRights: { - communities2025: 'Коренные народы и местные сообщества', - other2025: 'Прочее (укажите в комментариях)', - unknown2025: 'Неизвестно', - }, - otherWoodedLand: { - otherWoodedLand2025: 'Прочие лесистые земли', - }, - otherLandWithTreeCover: { - otherLandWithTreeCover2025: 'Прочие земли с древесным покровом', - }, - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals2025: 'Вывозка и стоимость недревесной лесной продукции 2020', - }, - primaryForestByClimaticDomain: { - primaryForestByClimaticDomain: 'Первичные леса в климатическом поясе', - primaryForestBoreal: '… в том числе бореальные первичные леса', - primaryForestTemperate: '… в том числе умеренные первичные леса', - primaryForestTropical: '… в том числе тропические первичные леса', - primaryForestSubTropical: '… в том числе субтропические первичные леса', - totalPrimaryForest: 'Всего', - }, - specificForestCategories: { - specificForestCategories2025: 'Особые категории лесов', - mangroves2025: 'Мангровые леса¹', - mangrovesDisclaimer: '¹Включает как леса, так и прочие лесопокрытые земли', - }, - sustainableDevelopment: { - annualForestAreaChangeRate: 'Годовые темпы изменения площади лесов', - sdgIndicator1_2025: 'Индикатор ЦУР 15.1.1 Площадь лесов в процентном отношении к общей площади суши', - forestAreaProportionLandArea: 'Площадь лесов в процентном отношении к общей площади суши', - dataProvidedBy: `Данные по этому субиндикатору ЦУР представляются FSC и PEFC (организациями по сертификации лесов).`, - 'Metadata-15-01-01': `Показатель ЦУР 15.1.1 Метаданные`, - 'Metadata-15-02-01': `Показатель ЦУР 15.2.1 Метаданные`, - }, - navigation: { - sectionHeaders: { - employmentEducationAndNwfp2025: 'Вывозка и стоимость недревесной лесной продукции 2020', - forestExtentCharacteristicsAndChanges2025: 'Площадь, характеристики и изменения лесов', - forestPolicyAndLegislation2025: 'Политика и законодательство в отношении лесов', - forestDisturbances2025: 'Нарушения состояния лесов', - }, - }, - extentOfForest_forestAreaStatusAndTrend_Description: { - header_0: 'Критерии уровня площади лесов', - status: { - high: 'Источники данных: недавняя¹ национальная инвентаризация лесов или дистанционное зондирование (обследование на основе образцов или картирование wall-to-wall) с оценкой точности / калибровки полевых данных.', - medium: - 'Источники данных: старая² национальная инвентаризация лесов или дистанционное зондирование (обследование на основе образцов или картирование от стены до стены) с оценкой точности / калибровки полевых данных.', - low: 'Источники данных: другие, такие как реестры, экспертные оценки или дистанционное зондирование без оценки точности / калибровки полевых данных.', - }, - trend: { - high: 'Оценки, основанные на повторных сопоставимых³ национальных инвентаризациях лесов, когда последняя инвентаризация была проведена менее пяти лет назад; и/или оценки дистанционного зондирования - изменения на основе разновременного анализа за период, завершившийся не более пяти лет назад (например, исходные уровни [выбросов] для лесов СВОД).', - medium: - 'Оценки, основанные на повторных сопоставимых³ национальных инвентаризациях лесов, когда последняя инвентаризация проведена больше пяти лет назад; и/или оценки изменений с помощью дистанционного зондирования на основе разновременного анализа за период, закончившийся более пяти лет назад; или сравнение совместимых карт без разновременного анализа.', - low: 'Другие источники данных, например, экспертные оценки или оценки, основанные на несовместимых оценках.', - }, - footer1: - '¹ Данные не старше 5 лет с момента представления доклада (2018 год или более поздняя дата для страновых докладов по ОЛР-2025)', - footer2: - '² Данные старше 5 лет с момента представления доклада (старше 2018 года для страновых докладов по ОЛР-2025)', - footer3: '³ Совместимы с точки зрения используемых методов, категорий и определений', - }, - growingStock_growingStockStatus_Description: { - header_0: 'Критерии уровня запаса древостоя', - status: { - high: 'Источники данных: недавняя¹ национальная инвентаризация лесов или воздушное лазерное сканирование (ВЛС) с вероятностными наземными пробами', - medium: - 'Источники данных: старая² Старая² национальная инвентаризация лесов, частичные полевые инвентаризации, или ВСЛ без вероятностных наземных образцов.', - low: 'Источники данных: другие источники данных, такие как спутниковые данные, реестры, вопросники или экспертные оценки.', - }, - }, - biomassStock_biomassStockStatus_Description: { - header_0: 'Критерии уровня методов оценки биомассы ', - status: { - high: 'Коэффициенты пересчета и расширения биомассы для конкретных стран или аллометрические уравнения', - medium: - 'Применение общих аллометрических уравнений на уровне биома или комбинации специфических коэффициентов пересчета для страны/биома и стандартных коэффициентов расширения биомассы МГЭИК', - low: 'Стандартные коэффициенты пересчета и расширения биомассы МГЭИК (например, с использованием "калькулятора биомассы") или оценки, основанные на картах биомассы, составленных с помощью дистанционного зондирования.', - }, - footer1: - '¹ Данные не старше 10 лет с момента представления доклада (начиная с 2013 года для страновых докладов по ОЛР-2025)', - footer2: '² Данные старше 10 лет с момента представления доклада (до 2013 года для страновых докладов по ОЛР-2025)', - }, -} diff --git a/src/i18n/resources/ru/fra.json b/src/i18n/resources/ru/fra.json new file mode 100644 index 0000000000..0ad7ef808e --- /dev/null +++ b/src/i18n/resources/ru/fra.json @@ -0,0 +1,200 @@ +{ + "print": { + "title": "Доклад ОЛР–{{cycleName}}", + "titleTables": "Таблицы отчетности для ОЛР–{{cycleName}}", + "tableOfContent": "Содержание", + "disclaimer": "С 1946 года ФАО осуществляет мониторинг мировых лесов каждые 5-10 лет. Глобальные оценки лесных ресурсов (ОЛР) в настоящее время подготавливаются каждые пять лет в попытке обеспечения последовательного подхода к описанию лесов мира и их изменений. ОЛР представляет собой процесс, осуществляемый по инициативе стран, и оценки основываются на докладах, подготовленных официально назначенными национальными корреспондентами. Если доклад отсутствует, секретариат ОЛР подготавливает кабинетное исследование с использованием предыдущих докладов, имеющейся информации и/или результатов анализа на основе дистанционного зондирования.", + "disclaimerGenerated": "Настоящий документ был подготовлен автоматически с использованием доклада, представленного в качестве вклада в Глобальную оценку лесных ресурсов ФАО {{cycleName}} года, и представлен ФАО в качестве официального правительственного документа. Ответственность за содержание и мнения, выраженные в настоящем докладе, несет орган, представляющий доклад ФАО. ФАО не может нести ответственность за любое использование информации, содержащейся в настоящем документе.", + "disclaimerGeneratedDeskStudy": "Этот документ был подготовлен автоматически на основе кабинетного исследования. ФАО не может нести ответственность за любое использование информации, содержащейся в настоящем документе." + }, + "area100HaYear": "Площадь (1000 га)", + "categoryHeader2020": "Категории ОЛР-2020", + "categoryHeader2025": "Категории ОЛР-2025", + "forestArea100HaYear": "Площадь лесов (1000 га)", + "area100Ha": "Площадь (1000 га)", + "labels": { + "short": "ОЛР" + }, + "areaAffectedByFire": { + "areaAffected": "Пройденная площадь (1000 га)", + "areaAffectedByFire2025": "Площади, пройденные пожарами" + }, + "biomassStockAvg": { + "forestBiomass": "Биомасса лесов (тонн/га)" + }, + "biomassStockTotal": { + "totalForestBiomass": "Общая биомасса лесов (млн тонн)" + }, + "carbonStockTotal": { + "totalForestCarbon": "Общий углерод лесов (млн тонн)" + }, + "climaticDomain": { + "percentOfForestArea": "% площади лесов" + }, + "contactPersons": { + "expectedYearForNextCountryReportUpdate": "Ожидаемый год для следующего обновления отчета страны " + }, + "degradedForest": { + "degradedForest": "Деградировавшие леса", + "degradedForestDefinition": "Определение деградировавших лесов", + "forestDegradationMonitoringAndAssessment": "Мониторинг и оценка деградации леса", + "degradedAreaForThatYear": "Площадь деградировавших лесов за этот год (в 1000 га)", + "doesYourCountryMonitor": "Осуществляет ли ваша страна мониторинг площади деградировавших лесов", + "hasNationalDefinitionOfDegradedForest": "Имеется ли в вашей стране национальное определение \"деградировавших лесов\"", + "hasNationalLevelData": "Если данные национального уровня доступны", + "howMonitored": "Опишите процесс мониторинга и результаты", + "ifYes": "Если \"да\"", + "whatIsDefinition": "Каково национальное определение \"деградировавших лесов\"?", + "yearOfLatestAssessment": "Год последней оценки", + "other": "Другое (объяснить в комментариях)", + "notSelected": "#VALUE!", + "criteriaOfDegradedForest": "Критерии, применяемые при определении деградировавших лесов", + "changeInForestStructureDecreaseInForestCanopy": "Изменение структуры лесов / уменьшение площади лесного покрова", + "forestDisturbances": "Нарушения состояния лесов", + "lossOfProductivityAndForestGoods": "Снижение продуктивности и объема лесных товаров", + "lossOfForestServices": "Утрата лесных услуг", + "lossOfCarbonBiomassAndGrowingStock": "Снижение запасов углерода, биомассы и древостоя", + "lossOfBiologicalDiversity": "Утрата биологического разнообразия", + "soilDamageErosion": "Разрушение почв / эрозия", + "mainMethods": "Основные методы, применяемые для мониторинга площади деградировавших лесов", + "fieldInventoryAndObservations": "Таксация леса и наблюдения", + "wallToWallRemoteSensingMapping": "Картографирование с помощью дистанционного зондирования (''wall-to-wall'')", + "remoteSensingSurvey": "Обследование с помощью дистанционного зондирования", + "expertOpinion": "Мнение эксперта", + "productionHarvestData": "Данные по производству / сбору урожая", + "forestManagementPlanReport": "Отчет о плане управления лесами", + "underDevelopment": "В разработке", + "monitoringScale": "Шкала мониторинга", + "national": "Национальный", + "subnational": "Субнациональный", + "biome": "Биом", + "standLocal": "Древостой / Местный" + }, + "designatedManagementObjective": { + "noDesignation": "Нет назначения", + "unknown2025": "Неизвестно" + }, + "disturbances": { + "forestDamage": "Повреждения лесов", + "predominantCause": "Преобладающая причина", + "forestAreaAffected": "Затронутая площадь лесов (1000 га)" + }, + "extentOfForest": { + "remainingLandArea": "Остальные земельные площади", + "extentOfForest2025": "Площадь лесов и прочих лесистых земель", + "otherWoodedLand": "Прочие лесистые земли" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithLongTermManagementPlan2025": "Площадь лесов с долгосрочным планом управления", + "forestAreaWithinProtectedAreas2025": "Площадь лесов на охраняемых территориях и лесов с долгосрочным планом управления" + }, + "forestCharacteristics": { + "primaryForest": "…в том числе первичные леса", + "plantationForestIntroducedArea2025": "…в том числе интродуцированные породы" + }, + "forestOwnership": { + "ofWhichCommunities2025": "…в том числе принадлежащие коренным народам и местным общинам", + "other2025": "Прочее (укажите в комментариях)", + "unknown2025": "Неизвестно", + "total2025": "Всего" + }, + "forestRestoration": { + "forestRestoration": "Восстановление лесов", + "hasYourCountryForestRestorationCommitments": "Приняли ли ваша страна обязательства по восстановлению лесов?", + "isThereALawOrOtherGovernmentMandateInSupportOfRestoration": "Существует ли какой-либо закон или другой правительственный мандат в поддержку восстановления лесов?", + "isThereANationalDefinitionOfRestoration": "Существует ли национальное определение \"восстановления лесов\" в случае утвердительного ответа, дайте определение процессу мониторинга и результатам.", + "whatAreasInNeedOfRestorationHaveBeenIdentified": "Какие площади, нуждающиеся в восстановлении, были идентифицированы и как они были идентифицированы?", + "whatAreTheTargetsSetForTheRestoration": "Каковы цели восстановления лесов? Пример xxx гектар к yyyy году ", + "howManyHectaresOfForestHaveBeenRestoredToDate": "Сколько гектаров леса было восстановлено на сегодняшний день?", + "ifYes": "Если \"да\"" + }, + "growingStock": { + "totalForest": "Всего лесов" + }, + "growingStockComposition": { + "millionCubicMeter": "Млн м³", + "mostRecentYear": "Самый последний год:", + "percentOfTotal": "% от общего числа", + "ranked": "#{{idx}} Ранжирование", + "totalGrowingStock": "Общий запас древостоя", + "totalIntroducedTreeSpecies": "Всего интродуцированных пород деревьев", + "totalNativeTreeSpecies": "Всего местных пород деревьев" + }, + "holderOfManagementRights": { + "communities2025": "Коренные народы и местные сообщества", + "other2025": "Прочее (укажите в комментариях)", + "unknown2025": "Неизвестно" + }, + "otherWoodedLand": { + "otherWoodedLand2025": "Прочие лесистые земли" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover2025": "Прочие земли с древесным покровом" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals2025": "Вывозка и стоимость недревесной лесной продукции 2020" + }, + "primaryForestByClimaticDomain": { + "primaryForestByClimaticDomain": "Первичные леса в климатическом поясе", + "primaryForestBoreal": "… в том числе бореальные первичные леса", + "primaryForestTemperate": "… в том числе умеренные первичные леса", + "primaryForestTropical": "… в том числе тропические первичные леса", + "primaryForestSubTropical": "… в том числе субтропические первичные леса", + "totalPrimaryForest": "Всего" + }, + "specificForestCategories": { + "specificForestCategories2025": "Особые категории лесов", + "mangroves2025": "Мангровые леса¹", + "mangrovesDisclaimer": "¹Включает как леса, так и прочие лесопокрытые земли" + }, + "sustainableDevelopment": { + "annualForestAreaChangeRate": "Годовые темпы изменения площади лесов", + "sdgIndicator1_2025": "Индикатор ЦУР 15.1.1 Площадь лесов в процентном отношении к общей площади суши", + "forestAreaProportionLandArea": "Площадь лесов в процентном отношении к общей площади суши", + "dataProvidedBy": "Данные по этому субиндикатору ЦУР представляются FSC и PEFC (организациями по сертификации лесов).", + "Metadata-15-01-01": "Показатель ЦУР 15.1.1 Метаданные", + "Metadata-15-02-01": "Показатель ЦУР 15.2.1 Метаданные" + }, + "navigation": { + "sectionHeaders": { + "employmentEducationAndNwfp2025": "Вывозка и стоимость недревесной лесной продукции 2020", + "forestExtentCharacteristicsAndChanges2025": "Площадь, характеристики и изменения лесов", + "forestPolicyAndLegislation2025": "Политика и законодательство в отношении лесов", + "forestDisturbances2025": "Нарушения состояния лесов" + } + }, + "extentOfForest_forestAreaStatusAndTrend_Description": { + "header_0": "Критерии уровня площади лесов", + "status": { + "high": "Источники данных: недавняя¹ национальная инвентаризация лесов или дистанционное зондирование (обследование на основе образцов или картирование wall-to-wall) с оценкой точности / калибровки полевых данных.", + "medium": "Источники данных: старая² национальная инвентаризация лесов или дистанционное зондирование (обследование на основе образцов или картирование от стены до стены) с оценкой точности / калибровки полевых данных.", + "low": "Источники данных: другие, такие как реестры, экспертные оценки или дистанционное зондирование без оценки точности / калибровки полевых данных." + }, + "trend": { + "high": "Оценки, основанные на повторных сопоставимых³ национальных инвентаризациях лесов, когда последняя инвентаризация была проведена менее пяти лет назад; и/или оценки дистанционного зондирования - изменения на основе разновременного анализа за период, завершившийся не более пяти лет назад (например, исходные уровни [выбросов] для лесов СВОД).", + "medium": "Оценки, основанные на повторных сопоставимых³ национальных инвентаризациях лесов, когда последняя инвентаризация проведена больше пяти лет назад; и/или оценки изменений с помощью дистанционного зондирования на основе разновременного анализа за период, закончившийся более пяти лет назад; или сравнение совместимых карт без разновременного анализа.", + "low": "Другие источники данных, например, экспертные оценки или оценки, основанные на несовместимых оценках." + }, + "footer1": "¹ Данные не старше 5 лет с момента представления доклада (2018 год или более поздняя дата для страновых докладов по ОЛР-2025)", + "footer2": "² Данные старше 5 лет с момента представления доклада (старше 2018 года для страновых докладов по ОЛР-2025)", + "footer3": "³ Совместимы с точки зрения используемых методов, категорий и определений" + }, + "growingStock_growingStockStatus_Description": { + "header_0": "Критерии уровня запаса древостоя", + "status": { + "high": "Источники данных: недавняя¹ национальная инвентаризация лесов или воздушное лазерное сканирование (ВЛС) с вероятностными наземными пробами", + "medium": "Источники данных: старая² Старая² национальная инвентаризация лесов, частичные полевые инвентаризации, или ВСЛ без вероятностных наземных образцов.", + "low": "Источники данных: другие источники данных, такие как спутниковые данные, реестры, вопросники или экспертные оценки." + } + }, + "biomassStock_biomassStockStatus_Description": { + "header_0": "Критерии уровня методов оценки биомассы ", + "status": { + "high": "Коэффициенты пересчета и расширения биомассы для конкретных стран или аллометрические уравнения", + "medium": "Применение общих аллометрических уравнений на уровне биома или комбинации специфических коэффициентов пересчета для страны/биома и стандартных коэффициентов расширения биомассы МГЭИК", + "low": "Стандартные коэффициенты пересчета и расширения биомассы МГЭИК (например, с использованием \"калькулятора биомассы\") или оценки, основанные на картах биомассы, составленных с помощью дистанционного зондирования." + }, + "footer1": "¹ Данные не старше 10 лет с момента представления доклада (начиная с 2013 года для страновых докладов по ОЛР-2025)", + "footer2": "² Данные старше 10 лет с момента представления доклада (до 2013 года для страновых докладов по ОЛР-2025)" + } +} diff --git a/src/i18n/resources/ru/generalValidation.js b/src/i18n/resources/ru/generalValidation.js deleted file mode 100644 index 2c02986eda..0000000000 --- a/src/i18n/resources/ru/generalValidation.js +++ /dev/null @@ -1,39 +0,0 @@ -module.exports = { - classValueNotGreaterThan: `{{name}} должно быть не больше, чем {{value}}`, - classValuesMustBeEqualTo: `{{name}} сумма должна быть равна {{value}}`, - columnEmpty: `Столбец '$ t ({{coluname}})' должен иметь значение`, - countryReportYearGreaterThanCurrentYear: `Значение должно быть больше чем либо равно {{minvalue}}`, - emptyField: `Это поле пусто`, - forestAreaDoesNotMatchExtentOfForest: `Не соответствует площади лесов (1А)`, - forestAreaExceedsExtentOfForest: `Превышает "Площадь лесов" (1a)`, - forestAreaReportedIsDifferentFromPreviousCycle: `Представленная площадь ({{forestarea2025}}) отличается от ранее представленной ({{forestarea2020}}). Пожалуйста, оставьте комментарий, объясняющий, почему она отличается.`, - forestSumAreaExceedsExtentOfForest: `Сумма представленных категорий FRA превышает лесной площади, о которой сообщается в таблице 1а`, - invalidLink: `Недействительная ссылка`, - landAreaExceedsTotalLandArea: `Площадь земель превышает общую площадь земель (1a) ({{value}})`, - mustBeEqualToForestArea: `Сумма естественно возобновляемых лесов и лесных культур не равна общей площади лесов`, - mustBeEqualToForestExpansion: `Сумма подкатегорий должна быть равна расширению лесов`, - mustBeEqualToPlantedForest: `Сумма подкатегорий должна быть равна лесным культурам`, - mustBeEqualToPrimaryForest: `Сумма подкатегорий должна быть равна первичным лесам`, - mustBeEqualToPrivateOwnership: `Сумма подкатегорий должна быть равна частной собственности`, - mustBeEqualToTotalGrowingStock: `Суммированное значение должно быть равным общей площади лесов`, - mustBeLessThanPrivateOwnership: `Сумма подкатегорий должна быть меньше, чем частная собственность`, - notEmpty: `Значение не может быть пустым`, - otherLandExceedsExtentOfForest: `Превышает "Другие земельные площади" (1a)`, - remainingLandExceedsExtentOfForest: `Превышает остальные земельные площади (1А)`, - shouldContainAtLeastOneCharacter: `Значение должно содержать хотя бы один символ`, - subCategoryExceedsParent: `Подкатегория превышает родительскую категорию`, - sumEqualTo: 'Сумма {{categoryLabels}} ({{categoriesSum}}) должна быть равна {{maxValue}}', - sumNotGreaterThan: `Сумма не должна превышать {{maxValue}}`, - sumSubCategoriesExceedParent: `Сумма {{CategoryLabels}} превышает {{parentLabel}} ({{parentValue}})`, - sumSubCategoriesNotEqualToParent: `Сумма {{categoryLabels}} ({{categoriesSum}}) не равна {{parentLabel}} ({{parentValue}})`, - valueCannotExceedMaximumValueReportedForForestArea: `Значение не может превышать максимальное значение ({{maxforestarea}}), представляемое для площади лесов (1a)`, - valueCannotExceedMaximumValueReportedForForestAreaYear: `Сумма за год {{year}} не может превышать максимальное значение ({{maxforestarea}}), представляемое для площади лесов (1a)`, - valueCannotExceedMaximumValueReportedForLandArea: `Значение не может превышать максимальное значение ({{maxlandarea}}), представляемое для площади земель (1a)`, - valueEqualToSum: `Общее значение должно быть равным сумме подкатегорий`, - valueEqualToSumParent: `Сумма подкатегорий {{subcategories}} не равна {{parentvariable}} {{parentcol}} {{parenttable}} <{{valuErounded}}>>>>>>>>>>>>`, - valueMustBePositive: `Значение должно быть больше нуля`, - valueMustBeYear: `Значение должно быть действительным годом`, - valueNotGreaterThan: `Значение должно быть не больше, чем {{maxValue}}`, - valuesAreInconsistent1aOr1b: `Значения не соответствуют площадям, представленным в таблицах 1a или 1b`, - valuesAreInconsistentWithNetChange: `Значения не соответствуют чистому изменению площади лесов`, -} diff --git a/src/i18n/resources/ru/generalValidation.json b/src/i18n/resources/ru/generalValidation.json new file mode 100644 index 0000000000..5493e93ecb --- /dev/null +++ b/src/i18n/resources/ru/generalValidation.json @@ -0,0 +1,39 @@ +{ + "classValueNotGreaterThan": "{{name}} должно быть не больше, чем {{value}}", + "classValuesMustBeEqualTo": "{{name}} сумма должна быть равна {{value}}", + "columnEmpty": "Столбец '$ t ({{coluname}})' должен иметь значение", + "countryReportYearGreaterThanCurrentYear": "Значение должно быть больше чем либо равно {{minvalue}}", + "emptyField": "Это поле пусто", + "forestAreaDoesNotMatchExtentOfForest": "Не соответствует площади лесов (1А)", + "forestAreaExceedsExtentOfForest": "Превышает \"Площадь лесов\" (1a)", + "forestAreaReportedIsDifferentFromPreviousCycle": "Представленная площадь ({{forestarea2025}}) отличается от ранее представленной ({{forestarea2020}}). Пожалуйста, оставьте комментарий, объясняющий, почему она отличается.", + "forestSumAreaExceedsExtentOfForest": "Сумма представленных категорий FRA превышает лесной площади, о которой сообщается в таблице 1а", + "invalidLink": "Недействительная ссылка", + "landAreaExceedsTotalLandArea": "Площадь земель превышает общую площадь земель (1a) ({{value}})", + "mustBeEqualToForestArea": "Сумма естественно возобновляемых лесов и лесных культур не равна общей площади лесов", + "mustBeEqualToForestExpansion": "Сумма подкатегорий должна быть равна расширению лесов", + "mustBeEqualToPlantedForest": "Сумма подкатегорий должна быть равна лесным культурам", + "mustBeEqualToPrimaryForest": "Сумма подкатегорий должна быть равна первичным лесам", + "mustBeEqualToPrivateOwnership": "Сумма подкатегорий должна быть равна частной собственности", + "mustBeEqualToTotalGrowingStock": "Суммированное значение должно быть равным общей площади лесов", + "mustBeLessThanPrivateOwnership": "Сумма подкатегорий должна быть меньше, чем частная собственность", + "notEmpty": "Значение не может быть пустым", + "otherLandExceedsExtentOfForest": "Превышает \"Другие земельные площади\" (1a)", + "remainingLandExceedsExtentOfForest": "Превышает остальные земельные площади (1А)", + "shouldContainAtLeastOneCharacter": "Значение должно содержать хотя бы один символ", + "subCategoryExceedsParent": "Подкатегория превышает родительскую категорию", + "sumEqualTo": "Сумма {{categoryLabels}} ({{categoriesSum}}) должна быть равна {{maxValue}}", + "sumNotGreaterThan": "Сумма не должна превышать {{maxValue}}", + "sumSubCategoriesExceedParent": "Сумма {{CategoryLabels}} превышает {{parentLabel}} ({{parentValue}})", + "sumSubCategoriesNotEqualToParent": "Сумма {{categoryLabels}} ({{categoriesSum}}) не равна {{parentLabel}} ({{parentValue}})", + "valueCannotExceedMaximumValueReportedForForestArea": "Значение не может превышать максимальное значение ({{maxforestarea}}), представляемое для площади лесов (1a)", + "valueCannotExceedMaximumValueReportedForForestAreaYear": "Сумма за год {{year}} не может превышать максимальное значение ({{maxforestarea}}), представляемое для площади лесов (1a)", + "valueCannotExceedMaximumValueReportedForLandArea": "Значение не может превышать максимальное значение ({{maxlandarea}}), представляемое для площади земель (1a)", + "valueEqualToSum": "Общее значение должно быть равным сумме подкатегорий", + "valueEqualToSumParent": "Сумма подкатегорий {{subcategories}} не равна {{parentvariable}} {{parentcol}} {{parenttable}} <{{valuErounded}}>>>>>>>>>>>>", + "valueMustBePositive": "Значение должно быть больше нуля", + "valueMustBeYear": "Значение должно быть действительным годом", + "valueNotGreaterThan": "Значение должно быть не больше, чем {{maxValue}}", + "valuesAreInconsistent1aOr1b": "Значения не соответствуют площадям, представленным в таблицах 1a или 1b", + "valuesAreInconsistentWithNetChange": "Значения не соответствуют чистому изменению площади лесов" +} diff --git a/src/i18n/resources/ru/geo.js b/src/i18n/resources/ru/geo.js deleted file mode 100644 index 870203b5c2..0000000000 --- a/src/i18n/resources/ru/geo.js +++ /dev/null @@ -1,104 +0,0 @@ -module.exports = { - agreementLevelExplanation: - 'Уровень согласия N означает, что по крайней мере N из выбранных источников данных должны согласиться с тем, что определенный пиксель является областью древесного покрова.', - burnedArea: 'Выгоревшая площадь', - burnedAreaWithUnit: '$t(geo.burnedArea) ({{unit}})', - chooseAgreementLevel: 'Выберите мин. уровень согласования между выбранными слоями.', - customAgreementArea: 'Область индивидуального соглашения', - error: { - extraEstimation: { - failedToRetrieve: 'Не удалось получить оценку.', - unexpectedDuringProcessing: 'Непредвиденная ошибка во время обработки.', - }, - map: { - failedToLoad: 'Возникла проблема при загрузке карты.', - }, - mosaic: { - noMosaicAvailableForConfiguration: 'Ошибка: для выбранной конфигурации мозаика недоступна.', - }, - statistics: { - dataUnavailable: 'Данные недоступны.', - failedToFetch: 'Произошла ошибка при получении статистики: {{error}}', - foundNoData: 'Данные не найдены.', - }, - }, - estimateCustomAgreementArea: 'Оценить площадь индивидуального соглашения', - forestArea: 'Площадь лесного покрова ({{unit}})', - geeAssetId: 'Идентификатор актива GEE', - globalOpacity: 'Глобальная непрозрачность', - landsat: 'Landsat', - map: 'Карта', - maxCloudCoverage: 'Максимальное облачное покрытие', - metersReducerScale: '{{meters}} м Шкала редуктора', - recipes: { - forest: { - allGfc10: 'Все (GFC Hansen >=10%)', - allGfc20: 'Все (GFC Hansen >=20%)', - allGfc30: 'Все (GFC Hansen >=30%)', - esriEsa: 'ESRI и ЕКА', - esriEsaGlobland2020Gfc10: 'ESRI, ESA, Globland 2020 и GFC Hansen >=10%', - }, - recipes: 'Рецепты', - }, - reportedToFra2020: 'Об этом сообщает FRA 2020', - satellite: 'Спутник', - satelliteMosaic: 'Спутниковая мозаика', - sections: { - burnedArea: { - layerTitles: { - modis: 'МОДИС', - }, - title: 'Выгоревшая площадь', - }, - forest: { - layerTitles: { - agreement: 'Уровень соглашения', - copernicus2019: 'Copernicus (2019)', - customFnf: 'Пользовательский ФнФ', - esa2020: 'ESA (2020)', - esaGlobCover2009: 'ESA GlobCover (2009)', - esri2020: 'ESRI (2020)', - globeLand2020: 'GlobeLand (2020)', - hansenGfc2020: 'Hansen GFC (2020)', - hansenGfc2020WithPercent: '$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %', - jaxa2017: 'JAXA (2017)', - modis: 'MODIS', - tanDemX2019: 'TanDEM-X (2019)', - }, - title: 'Деревянный покров', - }, - protectedArea: { - layerTitles: { - customProtectedArea: 'Пользовательская охраняемая территория', - filteredWdpa: 'Отфильтрованное WDPA', - wdpa: 'ВДПА', - }, - title: 'Охранямеая площадь', - }, - }, - selectMinTreeCoverPercent: 'Выберите мин. процент покрытия деревьев:', - sentinel: 'Sentinel', - showSatelliteMosaic: 'Показать спутниковую мозаику', - statistics: { - burnedArea: { - burnedAreaByYear: 'Площадь пожаров по годам', - }, - forestArea: { - extentOfForestPerSource: 'Степень древесного покрова на каждый источник и по данным ОЛР {{year}}', - extentOfForestTreeCover: 'Степень древесного покрова по источникам', - forestAreaHa: 'Площадь лесного покрова, га', - forestAreaPercentOfLandArea: 'Площадь лесного покрова % площади суши', - landArea: 'Площадь земельного участка', - }, - graphs: 'Статистические графики', - protectedArea: { - allGfc10: 'Все (GFC Hansen >=10%)', - allGfc20: 'Все (GFC Hansen >=20%)', - allGfc30: 'Все (GFC Hansen >=30%)', - }, - title: 'Статистика', - }, - treeCoverAgreementSelected: 'Выбрано соглашение о покрытии деревьев', - treeCoverProtectedAreas: 'Древесный покров на охраняемых территориях', - treeCoverProtectedAreasWithUnit: '$t(geo.treeCoverProtectedAreas) ({{unit}})', -} diff --git a/src/i18n/resources/ru/geo.json b/src/i18n/resources/ru/geo.json new file mode 100644 index 0000000000..e63941c511 --- /dev/null +++ b/src/i18n/resources/ru/geo.json @@ -0,0 +1,103 @@ +{ + "agreementLevelExplanation": "Уровень согласия N означает, что по крайней мере N из выбранных источников данных должны согласиться с тем, что определенный пиксель является областью древесного покрова.", + "burnedArea": "Выгоревшая площадь", + "burnedAreaWithUnit": "$t(geo.burnedArea) ({{unit}})", + "chooseAgreementLevel": "Выберите мин. уровень согласования между выбранными слоями.", + "customAgreementArea": "Область индивидуального соглашения", + "error": { + "extraEstimation": { + "failedToRetrieve": "Не удалось получить оценку.", + "unexpectedDuringProcessing": "Непредвиденная ошибка во время обработки." + }, + "map": { + "failedToLoad": "Возникла проблема при загрузке карты." + }, + "mosaic": { + "noMosaicAvailableForConfiguration": "Ошибка: для выбранной конфигурации мозаика недоступна." + }, + "statistics": { + "dataUnavailable": "Данные недоступны.", + "failedToFetch": "Произошла ошибка при получении статистики: {{error}}", + "foundNoData": "Данные не найдены." + } + }, + "estimateCustomAgreementArea": "Оценить площадь индивидуального соглашения", + "forestArea": "Площадь лесного покрова ({{unit}})", + "geeAssetId": "Идентификатор актива GEE", + "globalOpacity": "Глобальная непрозрачность", + "landsat": "Landsat", + "map": "Карта", + "maxCloudCoverage": "Максимальное облачное покрытие", + "metersReducerScale": "{{meters}} м Шкала редуктора", + "recipes": { + "forest": { + "allGfc10": "Все (GFC Hansen >=10%)", + "allGfc20": "Все (GFC Hansen >=20%)", + "allGfc30": "Все (GFC Hansen >=30%)", + "esriEsa": "ESRI и ЕКА", + "esriEsaGlobland2020Gfc10": "ESRI, ESA, Globland 2020 и GFC Hansen >=10%" + }, + "recipes": "Рецепты" + }, + "reportedToFra2020": "Об этом сообщает FRA 2020", + "satellite": "Спутник", + "satelliteMosaic": "Спутниковая мозаика", + "sections": { + "burnedArea": { + "layerTitles": { + "modis": "МОДИС" + }, + "title": "Выгоревшая площадь" + }, + "forest": { + "layerTitles": { + "agreement": "Уровень соглашения", + "copernicus2019": "Copernicus (2019)", + "customFnf": "Пользовательский ФнФ", + "esa2020": "ESA (2020)", + "esaGlobCover2009": "ESA GlobCover (2009)", + "esri2020": "ESRI (2020)", + "globeLand2020": "GlobeLand (2020)", + "hansenGfc2020": "Hansen GFC (2020)", + "hansenGfc2020WithPercent": "$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %", + "jaxa2017": "JAXA (2017)", + "modis": "MODIS", + "tanDemX2019": "TanDEM-X (2019)" + }, + "title": "Деревянный покров" + }, + "protectedArea": { + "layerTitles": { + "customProtectedArea": "Пользовательская охраняемая территория", + "filteredWdpa": "Отфильтрованное WDPA", + "wdpa": "ВДПА" + }, + "title": "Охранямеая площадь" + } + }, + "selectMinTreeCoverPercent": "Выберите мин. процент покрытия деревьев:", + "sentinel": "Sentinel", + "showSatelliteMosaic": "Показать спутниковую мозаику", + "statistics": { + "burnedArea": { + "burnedAreaByYear": "Площадь пожаров по годам" + }, + "forestArea": { + "extentOfForestPerSource": "Степень древесного покрова на каждый источник и по данным ОЛР {{year}}", + "extentOfForestTreeCover": "Степень древесного покрова по источникам", + "forestAreaHa": "Площадь лесного покрова, га", + "forestAreaPercentOfLandArea": "Площадь лесного покрова % площади суши", + "landArea": "Площадь земельного участка" + }, + "graphs": "Статистические графики", + "protectedArea": { + "allGfc10": "Все (GFC Hansen >=10%)", + "allGfc20": "Все (GFC Hansen >=20%)", + "allGfc30": "Все (GFC Hansen >=30%)" + }, + "title": "Статистика" + }, + "treeCoverAgreementSelected": "Выбрано соглашение о покрытии деревьев", + "treeCoverProtectedAreas": "Древесный покров на охраняемых территориях", + "treeCoverProtectedAreasWithUnit": "$t(geo.treeCoverProtectedAreas) ({{unit}})" +} diff --git a/src/i18n/resources/ru/history.js b/src/i18n/resources/ru/history.js deleted file mode 100644 index 1501108b42..0000000000 --- a/src/i18n/resources/ru/history.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - change: '{{count}} изменение', - change_one: '{{count}} изменение', - change_other: '{{count}} изменения', - history: 'История', -} diff --git a/src/i18n/resources/ru/history.json b/src/i18n/resources/ru/history.json new file mode 100644 index 0000000000..17cb91e80c --- /dev/null +++ b/src/i18n/resources/ru/history.json @@ -0,0 +1,6 @@ +{ + "change": "{{count}} изменение", + "change_one": "{{count}} изменение", + "change_other": "{{count}} изменения", + "history": "История" +} diff --git a/src/i18n/resources/ru/landing.js b/src/i18n/resources/ru/landing.js deleted file mode 100644 index fdc94c2cc9..0000000000 --- a/src/i18n/resources/ru/landing.js +++ /dev/null @@ -1,91 +0,0 @@ -module.exports = { - home: 'Главная', - sections: { - about: 'Информация об ОЛР', - contentCheck: 'Содержание / проверка', - externalData: 'Внешние данные', - messageBoard: 'Доска сообщений', - overview: 'Обзор', - recentActivity: 'Недавняя активность', - repository: 'Ссылки и хранилище данных', - userManagement: 'Координировать сотрудников', - versioning: 'Версии', - }, - overview: { - loadingMap: 'Загрузка карты…', - withFinancialSupportOf: 'При финансовой поддержке ', - }, - milestones: { - milestones: 'Этапы работ', - milestone1: 'Глобальное совещание национальных корреспондентов', - milestone2: 'Региональные и субрегиональные семинары', - milestone3: 'Крайний срок представления страновых докладов', - milestone4: 'Утверждение заключительных страновых докладов', - milestone5: 'Предварительные результаты ОЛР–2020', - milestone6: 'Основной доклад ОЛР–2020', - milestone7: 'Анализ данных и подготовка доклада', - milestone8: 'Запуск платформы для анализа и распространения данных', - date1: 'Март', - date2: 'Апрель – Сентябрь', - date3: 'Октябрь', - date4: 'Январь – Февраль', - date5: 'Март', - date6: 'Июль', - date7: 'Март - Декабрь', - date8: 'Август', - }, - users: { - users: 'Контакты', - message: 'Сообщение', - }, - about: { - contact: 'Контакт', - seniorForestryOfficer: 'Старший специалист по лесному хозяйству', - faoForestryDepartment: 'Департамент лесного хозяйства ФАО', - email: 'Электронная почта', - fraProcess: - 'С 1946 года ФАО осуществляет мониторинг мировых лесов с периодичностью 5-10 лет. Современные Глобальные оценки лесных ресурсов (ОЛР) подготавливаются каждые пять лет с целью обеспечения последовательного подхода к описанию мировых лесов и их изменений.Оценка основывается на двух главных источниках данных: страновые доклады, подготовленные национальными корреспондентами и дистанционное зондирование, проводимое ФАО совместно с национальными координаторами и региональными партнерами. Масштаб ОЛР регулярно изменяется со времени проведения первой оценки, опубликованной в 1948 году. Данные оценки создают историю глобальных лесных интересов, как с точки зрения основного содержания, так и их меняющегося масштаба.', - linkFraProcess: 'Более подробная информация о процессе ОЛР', - or: 'Или', - selectArea: 'Выберите область ниже для доступа к данным ОЛР', - }, - recentActivity: { - noRecentActivityTitle: 'Нет недавней активности', - noRecentActivityBody: - 'Здесь отразятся изменения, сделанные на платформе, чтобы Вы могли быстрее разобраться, что происходило во время Вашего отсутствия.', - getStarted: 'Начать', - actions: { - added: 'добавил', - addedFile: 'добавил {{file}}', - commented: 'оставил комментарий к', - deleted: 'удалил', - deletedFile: 'удалил {{file}}', - edited: 'отредактировал', - resolved: 'разрешил проблему в', - status: 'изменил статус на', - addUser: 'добавил {{user}} как {{role}}', // Legacy, no longer created - updateUser: 'отредактировал {{user}}', - removeUser: 'удалил {{user}}', - acceptInvitation: 'присоединился как {{role}}', - addInvitation: 'пригласил {{user}} как {{role}}', - removeInvitation: 'удалил приглашение от {{user}} как {{role}}', - updateInvitation: 'приглашение обновлено для {{user}} как {{role}}', - updateAssessmentStatus: 'изменил статус с {{assessment}} на {{status}}', - }, - fraProcess: - 'С 1946 года ФАО осуществляет мониторинг мировых лесов с периодичностью 5-10 лет. Современные Глобальные оценки лесных ресурсов (ОЛР) подготавливаются каждые пять лет с целью обеспечения последовательного подхода к описанию мировых лесов и их изменений.Оценка основывается на двух главных источниках данных: страновые доклады, подготовленные национальными корреспондентами и дистанционное зондирование, проводимое ФАО совместно с национальными координаторами и региональными партнерами. Масштаб ОЛР регулярно изменяется со времени проведения первой оценки, опубликованной в 1948 году. Данные оценки создают историю глобальных лесных интересов, как с точки зрения основного содержания, так и их меняющегося масштаба.', - linkFraProcess: 'Более подробная информация о процессе ОЛР', - }, - links: { - links: 'Ссылки', - repository: 'Хранилище данных', - uploadFile: 'Загрузить файл', - confirmDelete: 'Удалить {{file}}? Его невозможно будет восстановить.', - fileUploaded: 'Файл успешно загружен', - fileDeleted: 'Файл успешно удален', - fileOperationFailed: `Операция не может быть выполнена, так как файл используется в:\n{{sectionNames}}`, - }, - dataExport: { - downloadData: 'Загрузить данные', - }, -} diff --git a/src/i18n/resources/ru/landing.json b/src/i18n/resources/ru/landing.json new file mode 100644 index 0000000000..492ade785a --- /dev/null +++ b/src/i18n/resources/ru/landing.json @@ -0,0 +1,88 @@ +{ + "home": "Главная", + "sections": { + "about": "Информация об ОЛР", + "contentCheck": "Содержание / проверка", + "externalData": "Внешние данные", + "messageBoard": "Доска сообщений", + "overview": "Обзор", + "recentActivity": "Недавняя активность", + "repository": "Ссылки и хранилище данных", + "userManagement": "Координировать сотрудников", + "versioning": "Версии" + }, + "overview": { + "loadingMap": "Загрузка карты…", + "withFinancialSupportOf": "При финансовой поддержке " + }, + "milestones": { + "milestones": "Этапы работ", + "milestone1": "Глобальное совещание национальных корреспондентов", + "milestone2": "Региональные и субрегиональные семинары", + "milestone3": "Крайний срок представления страновых докладов", + "milestone4": "Утверждение заключительных страновых докладов", + "milestone5": "Предварительные результаты ОЛР–2020", + "milestone6": "Основной доклад ОЛР–2020", + "milestone7": "Анализ данных и подготовка доклада", + "milestone8": "Запуск платформы для анализа и распространения данных", + "date1": "Март", + "date2": "Апрель – Сентябрь", + "date3": "Октябрь", + "date4": "Январь – Февраль", + "date5": "Март", + "date6": "Июль", + "date7": "Март - Декабрь", + "date8": "Август" + }, + "users": { + "users": "Контакты", + "message": "Сообщение" + }, + "about": { + "contact": "Контакт", + "seniorForestryOfficer": "Старший специалист по лесному хозяйству", + "faoForestryDepartment": "Департамент лесного хозяйства ФАО", + "email": "Электронная почта", + "fraProcess": "С 1946 года ФАО осуществляет мониторинг мировых лесов с периодичностью 5-10 лет. Современные Глобальные оценки лесных ресурсов (ОЛР) подготавливаются каждые пять лет с целью обеспечения последовательного подхода к описанию мировых лесов и их изменений.Оценка основывается на двух главных источниках данных: страновые доклады, подготовленные национальными корреспондентами и дистанционное зондирование, проводимое ФАО совместно с национальными координаторами и региональными партнерами. Масштаб ОЛР регулярно изменяется со времени проведения первой оценки, опубликованной в 1948 году. Данные оценки создают историю глобальных лесных интересов, как с точки зрения основного содержания, так и их меняющегося масштаба.", + "linkFraProcess": "Более подробная информация о процессе ОЛР", + "or": "Или", + "selectArea": "Выберите область ниже для доступа к данным ОЛР" + }, + "recentActivity": { + "noRecentActivityTitle": "Нет недавней активности", + "noRecentActivityBody": "Здесь отразятся изменения, сделанные на платформе, чтобы Вы могли быстрее разобраться, что происходило во время Вашего отсутствия.", + "getStarted": "Начать", + "actions": { + "added": "добавил", + "addedFile": "добавил {{file}}", + "commented": "оставил комментарий к", + "deleted": "удалил", + "deletedFile": "удалил {{file}}", + "edited": "отредактировал", + "resolved": "разрешил проблему в", + "status": "изменил статус на", + "addUser": "добавил {{user}} как {{role}}", + "updateUser": "отредактировал {{user}}", + "removeUser": "удалил {{user}}", + "acceptInvitation": "присоединился как {{role}}", + "addInvitation": "пригласил {{user}} как {{role}}", + "removeInvitation": "удалил приглашение от {{user}} как {{role}}", + "updateInvitation": "приглашение обновлено для {{user}} как {{role}}", + "updateAssessmentStatus": "изменил статус с {{assessment}} на {{status}}" + }, + "fraProcess": "С 1946 года ФАО осуществляет мониторинг мировых лесов с периодичностью 5-10 лет. Современные Глобальные оценки лесных ресурсов (ОЛР) подготавливаются каждые пять лет с целью обеспечения последовательного подхода к описанию мировых лесов и их изменений.Оценка основывается на двух главных источниках данных: страновые доклады, подготовленные национальными корреспондентами и дистанционное зондирование, проводимое ФАО совместно с национальными координаторами и региональными партнерами. Масштаб ОЛР регулярно изменяется со времени проведения первой оценки, опубликованной в 1948 году. Данные оценки создают историю глобальных лесных интересов, как с точки зрения основного содержания, так и их меняющегося масштаба.", + "linkFraProcess": "Более подробная информация о процессе ОЛР" + }, + "links": { + "links": "Ссылки", + "repository": "Хранилище данных", + "uploadFile": "Загрузить файл", + "confirmDelete": "Удалить {{file}}? Его невозможно будет восстановить.", + "fileUploaded": "Файл успешно загружен", + "fileDeleted": "Файл успешно удален", + "fileOperationFailed": "Операция не может быть выполнена, так как файл используется в:\n{{sectionNames}}" + }, + "dataExport": { + "downloadData": "Загрузить данные" + } +} diff --git a/src/i18n/resources/ru/login.js b/src/i18n/resources/ru/login.js deleted file mode 100644 index 81d85d9258..0000000000 --- a/src/i18n/resources/ru/login.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - login: 'Логин', - - password: 'Пароль', - repeatPassword: 'Повторите пароль', - email: 'Адрес электронной почты', - cancel: 'Отменить', - - signInGoogle: 'Войти с Google', - signInFRA: 'Войти с ОЛР', - - changePassword: 'Изменить пароль', - expired: 'Похоже, ссылка, на которую вы щелкнули, просрочена или недействительна', - - forgotPasswordTitle: 'Введите свою электронную почту и отправьте форму для получения инструкций по электронной почте', - forgotPassword: 'Забыли пароль?', - - notAuthorized: 'Пользователь не авторизован', - errorOccurred: 'Произошла ошибка', - noInvitation: 'Приглашение не найдено', - noMatchPasswords: 'Пароли не совпадают', - noEmptyPassword: 'Пароль не может быть пустым', - noMatchingUser: - 'Мы не смогли найти ни одного пользователя, соответствующего этим учетным данным. Убедитесь, что у вас есть действующая учетная запись ОЛР.', - noMatchingEmail: - 'Мы не смогли найти ни одного пользователя, соответствующего этому адресу электронной почты. Убедитесь, что у вас есть действующая учетная запись ОЛР.', - passwordError: - 'Пароль должен состоять из шести или более символов и содержать как минимум один нижний регистр, один буквенный символ верхнего регистра и одну цифру.', - invalidEmail: 'Электронная почта недействительна', - emptyEmail: 'Электронная почта не может быть пустой', - noLongerValid: 'Похоже, ваш запрос больше не действителен.', - - passwordResetSent: - 'Запрос на сброс пароля был успешно отправлен. Вскоре вы получите электронное письмо с инструкциями', - passwordChanged: 'Пароль был изменен', - missingCredentials: 'Отсутствующие учетные данные', - - accessLimited: - 'Доступ к зарезервированной области ограничивается экспертами, участвующими в процессе отчетности ОЛР.', - returnHome: 'Чтобы вернуться на главную страницу, нажмите ', - returnHomeClick: 'здесь.', - - resetPassword: 'Сброс пароля', - alreadyLinked: 'Выбранная учетная запись Google уже связана с другим пользователем', - noShortPassword: 'Пароль слишком короткий', - noMatchingLocalUser: 'Мы не смогли найти пользователя, соответствующего этим учетным данным.', - noMatchingProvider: 'Мы не смогли найти пользователя, соответствующего этим учетным данным.', - noActiveAccount: 'Учетная запись не активна. Убедитесь, что вы приняли приглашение', - googleOnlyAccount: 'Учетная запись связана с аутентификацией Google', - alreadyAcceptedInvitation: 'Это приглашение уже принято', - invitationMessage: 'Вас пригласили {{assessment}} {{cycle}} как {{role}} для {{country}}', - invitationProvidersRegistered: 'У вас уже есть учетная запись, зарегистрированная в {{authProviderNames}}', - acceptInvitation: 'Принять приглашение', - acceptInvitationWithFra: 'Принять приглашение с ОЛР', - acceptInvitationWithGoogle: 'Принять приглашение с Google', - invitationExpired: 'Это приглашение истекло', - logoutSuccessful: 'Вы успешно вышли из системы', -} diff --git a/src/i18n/resources/ru/login.json b/src/i18n/resources/ru/login.json new file mode 100644 index 0000000000..07dad194d0 --- /dev/null +++ b/src/i18n/resources/ru/login.json @@ -0,0 +1,45 @@ +{ + "login": "Логин", + "password": "Пароль", + "repeatPassword": "Повторите пароль", + "email": "Адрес электронной почты", + "cancel": "Отменить", + "signInGoogle": "Войти с Google", + "signInFRA": "Войти с ОЛР", + "changePassword": "Изменить пароль", + "expired": "Похоже, ссылка, на которую вы щелкнули, просрочена или недействительна", + "forgotPasswordTitle": "Введите свою электронную почту и отправьте форму для получения инструкций по электронной почте", + "forgotPassword": "Забыли пароль?", + "notAuthorized": "Пользователь не авторизован", + "errorOccurred": "Произошла ошибка", + "noInvitation": "Приглашение не найдено", + "noMatchPasswords": "Пароли не совпадают", + "noEmptyPassword": "Пароль не может быть пустым", + "noMatchingUser": "Мы не смогли найти ни одного пользователя, соответствующего этим учетным данным. Убедитесь, что у вас есть действующая учетная запись ОЛР.", + "noMatchingEmail": "Мы не смогли найти ни одного пользователя, соответствующего этому адресу электронной почты. Убедитесь, что у вас есть действующая учетная запись ОЛР.", + "passwordError": "Пароль должен состоять из шести или более символов и содержать как минимум один нижний регистр, один буквенный символ верхнего регистра и одну цифру.", + "invalidEmail": "Электронная почта недействительна", + "emptyEmail": "Электронная почта не может быть пустой", + "noLongerValid": "Похоже, ваш запрос больше не действителен.", + "passwordResetSent": "Запрос на сброс пароля был успешно отправлен. Вскоре вы получите электронное письмо с инструкциями", + "passwordChanged": "Пароль был изменен", + "missingCredentials": "Отсутствующие учетные данные", + "accessLimited": "Доступ к зарезервированной области ограничивается экспертами, участвующими в процессе отчетности ОЛР.", + "returnHome": "Чтобы вернуться на главную страницу, нажмите ", + "returnHomeClick": "здесь.", + "resetPassword": "Сброс пароля", + "alreadyLinked": "Выбранная учетная запись Google уже связана с другим пользователем", + "noShortPassword": "Пароль слишком короткий", + "noMatchingLocalUser": "Мы не смогли найти пользователя, соответствующего этим учетным данным.", + "noMatchingProvider": "Мы не смогли найти пользователя, соответствующего этим учетным данным.", + "noActiveAccount": "Учетная запись не активна. Убедитесь, что вы приняли приглашение", + "googleOnlyAccount": "Учетная запись связана с аутентификацией Google", + "alreadyAcceptedInvitation": "Это приглашение уже принято", + "invitationMessage": "Вас пригласили {{assessment}} {{cycle}} как {{role}} для {{country}}", + "invitationProvidersRegistered": "У вас уже есть учетная запись, зарегистрированная в {{authProviderNames}}", + "acceptInvitation": "Принять приглашение", + "acceptInvitationWithFra": "Принять приглашение с ОЛР", + "acceptInvitationWithGoogle": "Принять приглашение с Google", + "invitationExpired": "Это приглашение истекло", + "logoutSuccessful": "Вы успешно вышли из системы" +} diff --git a/src/i18n/resources/ru/nationalDataPoint.js b/src/i18n/resources/ru/nationalDataPoint.js deleted file mode 100644 index 536b72cd7b..0000000000 --- a/src/i18n/resources/ru/nationalDataPoint.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - clickOnNDP: 'Нажмите на год, чтобы получить доступ к исходным данным', - nationalDataPoint: 'Национальная точка данных', - addNationalDataPoint: 'Добавить национальный отчетный год', - noNationalDataAdded: 'Национальные данные не добавлены', - nationalData: 'Национальные данные', - reclassificationLabel: 'Исходные данные и реклассификация', - forestCategoriesLabel: 'Леса, прочие лесопокрытые земли и другие земельные площади', - referenceYearData: 'Отчетный год для данных', - referenceYear: 'Отчетный год', - references: 'Справочные материалы', - selectYear: 'Выбрать…', - methods: 'Методы', - methodsUsed: 'Используемые методы', - dataSource: 'Источник данных', - dataSources: 'Источники данных', - additionalComments: 'Дополнительные комментарии', - edit: 'Редактировать', - copyPreviousValues: 'Копировать предыдущие ссылки', - nationalClass: 'Национальный класс', - nationalClasses: 'Классификации и определения', - definition: 'Определение', - class: 'Класс', - fraClasses: 'Классы ОЛР', - area: 'Площадь (1000 га)', - total: 'Итого', - modifiedExplanation: 'Национальный отчетный год с изменениями', - confirmDelete: 'Удалить этот отчетный год? Его невозможно будет восстановить.', - discardChanges: 'Отменить изменения', - doneEditing: 'Завершить редактирование', - enterOrCopyPasteNationalClasses: 'Введите или скопируйте и вставьте национальные классы', - forestCharacteristics: 'Характеристики лесов', - otherLandCharacteristics: 'Другие лесистые земли', - plantationForest: 'Плантационные лесные культуры', - remindDirtyOdp: 'Национальный отчетный год был обновлен, не забудьте регенерировать значения', - disabled: 'Заблокировано, разблокируйте в разделе 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'Национальная инвентаризация лесов', - sampleBasedRemoteSensingAssessment: 'Выборочная оценка с помощью дистанционного зондирования', - fullCoverMaps: 'Полные карты лесов/растительности', - registersQuestionnaires: 'Реестры/опросники', - other: '$t(common.otherSpecifyInComments)', - }, - appliesToVariablesOptions: { - forest: 'Леса', - otherWoodedLand: 'Прочие лесопокрытые земли', - otherLand: 'Другие земельные площади', - }, - forestCategoriesLabel2025: 'Леса, прочие лесистые земли и остальные земельные площади', - nationalClassifications: 'Национальные классификации', - categories: 'Категории', - prefill: 'Предварительно заполнить', - prefillWith: 'Предварительно заполнить с', - dataSource2025ExplanatoryText: - 'Перечисленные источники данных были представлены в ОЛР-2020. Просьба скопировать и вставить соответствующие источники данных в таблицу выше.', - confirmCopyPreviousValues: 'Вы хотите изменить предыдущие значения? Эту операцию нельзя отменить.', - fileAddedWillBecomePublic: 'Файл, добавленный в качестве справочного документа, станет общедоступным', -} diff --git a/src/i18n/resources/ru/nationalDataPoint.json b/src/i18n/resources/ru/nationalDataPoint.json new file mode 100644 index 0000000000..0d00625688 --- /dev/null +++ b/src/i18n/resources/ru/nationalDataPoint.json @@ -0,0 +1,57 @@ +{ + "clickOnNDP": "Нажмите на год, чтобы получить доступ к исходным данным", + "nationalDataPoint": "Национальная точка данных", + "addNationalDataPoint": "Добавить национальный отчетный год", + "noNationalDataAdded": "Национальные данные не добавлены", + "nationalData": "Национальные данные", + "reclassificationLabel": "Исходные данные и реклассификация", + "forestCategoriesLabel": "Леса, прочие лесопокрытые земли и другие земельные площади", + "referenceYearData": "Отчетный год для данных", + "referenceYear": "Отчетный год", + "references": "Справочные материалы", + "selectYear": "Выбрать…", + "methods": "Методы", + "methodsUsed": "Используемые методы", + "dataSource": "Источник данных", + "dataSources": "Источники данных", + "additionalComments": "Дополнительные комментарии", + "edit": "Редактировать", + "copyPreviousValues": "Копировать предыдущие ссылки", + "nationalClass": "Национальный класс", + "nationalClasses": "Классификации и определения", + "definition": "Определение", + "class": "Класс", + "fraClasses": "Классы ОЛР", + "area": "Площадь (1000 га)", + "total": "Итого", + "modifiedExplanation": "Национальный отчетный год с изменениями", + "confirmDelete": "Удалить этот отчетный год? Его невозможно будет восстановить.", + "discardChanges": "Отменить изменения", + "doneEditing": "Завершить редактирование", + "enterOrCopyPasteNationalClasses": "Введите или скопируйте и вставьте национальные классы", + "forestCharacteristics": "Характеристики лесов", + "otherLandCharacteristics": "Другие лесистые земли", + "plantationForest": "Плантационные лесные культуры", + "remindDirtyOdp": "Национальный отчетный год был обновлен, не забудьте регенерировать значения", + "disabled": "Заблокировано, разблокируйте в разделе 1b", + "dataSourceMethodsOptions": { + "nationalForestInventory": "Национальная инвентаризация лесов", + "sampleBasedRemoteSensingAssessment": "Выборочная оценка с помощью дистанционного зондирования", + "fullCoverMaps": "Полные карты лесов/растительности", + "registersQuestionnaires": "Реестры/опросники", + "other": "$t(common.otherSpecifyInComments)" + }, + "appliesToVariablesOptions": { + "forest": "Леса", + "otherWoodedLand": "Прочие лесопокрытые земли", + "otherLand": "Другие земельные площади" + }, + "forestCategoriesLabel2025": "Леса, прочие лесистые земли и остальные земельные площади", + "nationalClassifications": "Национальные классификации", + "categories": "Категории", + "prefill": "Предварительно заполнить", + "prefillWith": "Предварительно заполнить с", + "dataSource2025ExplanatoryText": "Перечисленные источники данных были представлены в ОЛР-2020. Просьба скопировать и вставить соответствующие источники данных в таблицу выше.", + "confirmCopyPreviousValues": "Вы хотите изменить предыдущие значения? Эту операцию нельзя отменить.", + "fileAddedWillBecomePublic": "Файл, добавленный в качестве справочного документа, станет общедоступным" +} diff --git a/src/i18n/resources/ru/other.js b/src/i18n/resources/ru/other.js deleted file mode 100644 index ad5756f8aa..0000000000 --- a/src/i18n/resources/ru/other.js +++ /dev/null @@ -1,1854 +0,0 @@ -module.exports = { - fileDrop: { - dropFilesHere: 'Загрузить файлы', - dragAndDropOrClick: 'Переместите некоторые файлы сюда или нажмите для выбора файлов', - }, - - language: { - en: 'English', - es: 'Español', - fr: 'Français', - ru: 'Русский', - ar: 'العربية', - zh: '中文', - }, - - home: { - keyFindings: `Общая площадь лесов в мире составляет 4,06 млрд гектаров (га), или 31 процент от общей площади суши. Это значит, что на душу населения приходится по 0,52 га, однако леса неравномерно распределены между народами и регионами мира. Наибольшая часть лесов (45 процентов) находится в тропическом поясе, далее следуют бореальный, умеренный и субтропический пояса.`, - }, - - footer: { - contactUs: 'Связь с нами', - termsAndConditions: 'Положения и условия', - scamAlert: 'Опасайтесь мошенников', - reportMisconduct: 'Сообщить о нарушении', - tutorials: 'Видео', - sendFeedback: 'Направить отзыв', - licenses: 'Лицензирование', - platformVersion: 'Версия платформы', - }, - - disclaimer: { - statisticalFactsheets: 'Оговорка: может содержать оценки ФАО, может содержать отсутствующие значения', - part1: 'Этот веб-сайт был создан при содействии ', - europeanUnion: 'Европейского союза', - part2: ', ', - govFinland: 'правительства Финляндии', - part3: ' и ', - govNorway: 'правительства Норвегии', - part4: ' и ', - gef: 'Фонда глобальной окружающей среды', - part5: - '. Его содержание является исключительной обязанностью ФАО и никоим образом не может рассматриваться как отражающее мнения Европейского союза, правительства Финляндии, правительства Норвегии и Фонда глобальной окружающей среды.', - termsOfUse: `Условия использования статистических баз данных`, - }, - - unit: { - haThousand: '1 000 га', - ha: 'га', - kmSq: 'кв. км (км²)', - mileSq: 'кв. миль', - acre1000: '1 000 акров', - acre: 'акр', - haMillion: 'млн га', - haThousandPerYear: '1 000 га/год', - tonnesPerHa: 'тонн/га', - cubicMeterPerHa: 'м³/га', - millionTonnes: 'млн метрических тонн', - millionsCubicMeterOverBark: 'млн м³ с корой', - thousandCubicMeterOverBark: '1 000 м³ с корой', - billionCubicMeter: 'млрд м³', - thousandCubicMeter: '1 000 м³', - thousandCubicMeterRWE: '1 000 м³ эквивалента круглого леса', - thousandPersons: '1 000 человек', - gt: 'гт', - fte1000: '1 000 ЭПЗ', - numberOfStudents: '$t(graduationOfStudents.numberOfStudents)', - absoluteNumber: 'абсолютное количество', - annualNumberOfVisitsMillion: 'ежегодное число посещений (млн)', - millionNationalCurrency: 'млн ед. нац. валюты', - facilityLengthIn1000Km: 'объект (протяжённость в 1 000 км)', - growingStockPercent: '% от общего запаса древостоя', - }, - - countrySelection: { - selectCountry: 'Выберите страну', - }, - - definition: { - definitionLabel: 'См. определения', - faqLabel: 'Часто задаваемые вопросы', - seeReportingNotes: 'См. Примечания к отчетам', - }, - - audit: { - notStarted: 'Не начато', - edited: 'Отредактировано', - }, - - yesNoTextSelect: { - yes: 'Да', - no: 'Нет', - notSelected: '', - }, - - user: { - roles: { - REVIEWER: 'Рецензент', - NATIONAL_CORRESPONDENT: 'Национальный корреспондент', - ALTERNATE_NATIONAL_CORRESPONDENT: 'Помощник национального корреспондента', - COLLABORATOR: 'Сотрудник', - ADMINISTRATOR: 'Администратор', - noRole: 'Нет сведений', - // deprecated - // reviewer: 'Рецензент', - // reviewer_0: 'Рецензент', - // reviewer_1: 'Рецензента', - // reviewer_2: 'Рецензентов', - // nationalCorrespondent: 'Национальный корреспондент', - // nationalCorrespondent_0: 'Национальный корреспондент', - // nationalCorrespondent_1: 'Национальных корреспондента', - // nationalCorrespondent_2: 'Национальных корреспондентов', - // alternateNationalCorrespondent: 'Помощник национального корреспондента', - // alternateNationalCorrespondent_0: 'Помощник национального корреспондента', - // alternateNationalCorrespondent_1: 'Помощника национального корреспондента', - // alternateNationalCorrespondent_2: 'Помощников национального корреспондента', - // collaborator: 'Сотрудник', - // collaborator_0: 'Сотрудник', - // collaborator_1: 'Сотрудника', - // collaborator_2: 'Сотрудников', - // administrator: 'Администратор', - VIEWER: 'Наблюдатель', - reviewer_plural: 'Рецензенты', - nationalCorrespondent_plural: 'Национальные корреспонденты', - alternateNationalCorrespondent_plural: 'Заместители национального корреспондента', - collaborator_plural: 'Сотрудники', - }, - resetPasswordEmail: { - subject: 'Платформа ОЛР - сменить пароль', - }, - }, - - fraClass: { - forest: 'Леса', - otherWoodedLand: 'Прочие лесопокрытые земли', - otherLand: 'Другие земельные площади', - }, - - fraForestCharacteristicsClass: { - naturallyRegeneratingForest: 'Естественно возобновляемые леса', - plantationForest: 'Плантационные лесные культуры', - ofWhichIntroduced: '…в том числе интродуцированные породы', - otherPlantedForest: 'Другие лесные культуры', - totalForest: 'Всего лесов', - }, - - fraOtherLandClass: { - palms: '…в том числе пальмы (масличные, кокосовые, финиковые и т.д.)', - treeOrchards: '…в том числе древесные сады (включает фруктовые, ореховые,оливковые деревья и т.д)', - agroforestry: '…в том числе агролесоводство', - treesUrbanSettings: '…в том числе деревья в городской среде', - }, - - userChat: { - chatHeader: 'Сообщения от {{user}}', - noMessages: 'Нет сообщений', - writeMessage: 'Написать сообщение…', - send: 'Отправить', - cancel: 'Отмена', - notificationEmail: { - subject: '{{sender}} отправил Вам сообщение', - textMessage: `Уважаемый(ая) {{recipient}}, - -{{sender}} отправил Вам сообщение. - -Зайдите на платформу по следующему адресу, чтобы просмотреть сообщение и ответить: -{{- link}} - -Группа по ОЛР -{{- url}} - `, - htmlMessage: `Уважаемый(ая) {{recipient}}, -

-{{sender}} отправил Вам сообщение. -

-Зайдите на платформу, чтобы просмотреть сообщение и ответить. -

-Группа по ОЛР -
-{{- url}} - `, - }, - }, - - // error messages - error: { - access: { - countryRoleNotSpecified: - 'Ошибка: Пользователь {{user}} попытался получить доступ к {{countryIso}} но не была указана роль', - countryUserNotReviewer: - 'Ошибка: Пользователь {{user}} попытался получить доступ к {{countryIso}} не являясь рецензентом этой страны', - roleChangeNotAllowed: - 'Ошибка: Пользователь {{user}} попытался назначить роль другого пользователя {{role}}, что не разрешается вошедшему пользователю', - invitationAlreadyUsed: - 'Ошибка: приглащение {{invitationUuid}} уже было использовано, захват {{loginEmail}} не разрешается!', - countryDoesNotMatch: 'Ошибка: страна{{countyryIso}}не совпадает', - assessmentEditingNotAllowed: - 'Ошибка: Пользователь {{user}} в роли {{role}} не может редактировать оценку в состоянии {{assessmentStatus}} для страны {{countryIso}}', - assessmentCommentingNotAllowed: - 'Ошибка: Пользователь {{user}} в роли {{role}} не может комментировать оценку в состоянии {{assessmentStatus}} для страны {{countryIso}}', - userNotAdministrator: - 'Ошибка: пользователь {{user}} попытался получить доступ к ресурсу, доступному только для администраторов', - userAlreadyAddedToCountry: 'Ошибка: пользователь {{user}} уже добавлен к стране {{sturniso}}', - }, - assessment: { - transitionNotAllowed: 'Ошибка: Переход от {{currentStatus}} к {{status}} не разрешается для роли {{role}}', - deskStudyNotAllowed: 'Ошибка: Только администратор может изменять статус кабинетного исследования', - }, - review: { - commentDeleteNotOwner: 'Ошибка: Пользователь {{user}} попытался удалить чужой комментарий', - commentEnterResolvedIssue: 'Ошибка: Пользователь {{user}} попытался добавить комментарий к разрешенной проблеме', - }, - ndp: { - previousNdpNotFound: 'Невозможно найти Национальные отчетные годы до до {{year}}', - }, - }, - // components - - countryListing: { - annuallyUpdated: 'Ежегодно обновляется', - fra2020: 'ОЛР-2020', - }, - - navigation: { - hideAll: 'Скрыть все', - showAll: 'Показать все', - support: { - dontDelete: 'Системная информация, просьба не удалять', - feedbackEmailSubject: 'Обратная связь с платформой ОЛР', - platformVersion: 'Версия платформы', - userAgent: 'Агент пользователя', - user: 'Пользователь', - manageCollaborators: 'Координировать сотрудников', - }, - sectionHeaders: { - introduction: 'Введение', - forestExtentCharacteristicsAndChanges: 'Площадь лесов, характеристики и изменения', - forestGrowingStockBiomassAndCarbon: 'Запас древостоя, биомасса и углерод', - forestDesignationAndManagement: 'Назначение лесов и управление лесами', - forestOwnershipAndManagementRights: 'Права собственности на леса и права управления лесами', - forestDisturbances: 'Нарушения лесов', - forestPolicyAndLegislation: 'Лесохозяйственная политика и законодательство', - employmentEducationAndNwfp: 'Занятость, образование и НДЛП', - sustainableDevelopment: 'Цель устойчивого развития 15', - panEuropeanIndicators: 'Общеевропейские индикаторы', - }, - cancel: 'Отмена', - changeStatusTextPlaceholder: 'Добавить комментарий по выбору', - doNotNotifyUsers: 'Не уведомлять пользователей', - notifySelf: 'Отправить копию самому себе', - }, - - header: { - editProfile: 'Редактировать профиль', - logout: 'Выход', - hideSidebar: 'Скрыть боковую панель', - showSidebar: 'Показать боковую панель', - autoSave: { - saving: 'Сохранение…', - complete: 'Все изменения сохранены', - lastSaveTimestampReceived: 'Последний раз отредактировано ', - }, - }, - - time: { - hour: '{{count}} час назад', - hour_0: '{{count}} час назад', - hour_1: '{{count}} часа назад', - hour_2: '{{count}} часов назад', - day: '{{count}} день назад', - day_0: '{{count}} день назад', - day_1: '{{count}} дня назад', - day_2: '{{count}} дней назад', - week: '{{count}} неделю назад', - week_0: '{{count}} неделю назад', - week_1: '{{count}} недели назад', - week_2: '{{count}} недель назад', - aMomentAgo: 'минуту назад', - hour_plural: '{{count}} несколько часов назад', - day_plural: '{{count}} несколько дней назад', - week_plural: '{{count}} Несколько недель назад', - }, - - review: { - comments: 'Комментарии', - noComments: 'Нет комментариев', - resolve: 'Разрешить', - confirmDelete: 'Удалить этот комментарий? Его невозможно будет восстановить.', - commentDeleted: 'Комментарий удален', - commentMarkedAsResolved: 'Помечен как разрешенный', - delete: 'Удалить', - writeComment: 'Написать комментарий…', - commentingClosed: 'Комментирование закрыто', - cancel: 'Отмена', - loading: 'Загрузка', - }, - - description: { - edit: 'Редактировать', - done: 'Готово', - loading: 'Загрузка содержимого…', - description: 'Описание', - dataSourcesTitle: 'Источники данных, исходные данные и национальная классификация и определения', - generalCommentsTitle: 'Комментарии', - dataSources: 'Источники данных', - dataSourcesPlus: 'Источники данных + вид источника данных, например, НИЛ и т.д.', - originalData: 'Исходные данные', - nationalClassificationAndDefinitions: 'Национальная классификация и определения', - nationalData: 'Национальные данные', - analysisAndProcessing: 'Анализ и обработка национальных данных', - estimationAndForecasting: 'Оценка и прогнозирование', - reclassification: 'Реклассификация в категории ОЛР-{{cycleName}}', - }, - - nationalDataPoint: { - clickOnNDP: 'Нажмите на год, чтобы получить доступ к исходным данным', - nationalDataPoint: 'Национальная точка данных', - addNationalDataPoint: 'Добавить национальный отчетный год', - noNationalDataAdded: 'Национальные данные не добавлены', - nationalData: 'Национальные данные', - reclassificationLabel: 'Исходные данные и реклассификация', - forestCategoriesLabel: 'Леса, прочие лесопокрытые земли и другие земельные площади', - referenceYearData: 'Отчетный год для данных', - referenceYear: 'Отчетный год', - references: 'Справочные материалы', - selectYear: 'Выбрать…', - methods: 'Методы', - methodsUsed: 'Используемые методы', - dataSource: 'Источник данных', - dataSources: 'Источники данных', - additionalComments: 'Дополнительные комментарии', - edit: 'Редактировать', - copyPreviousValues: 'Копировать предыдущие ссылки', - nationalClass: 'Национальный класс', - nationalClasses: 'Классификации и определения', - definition: 'Определение', - class: 'Класс', - fraClasses: 'Классы ОЛР', - area: 'Площадь (1000 га)', - total: 'Итого', - modifiedExplanation: 'Национальный отчетный год с изменениями', - confirmDelete: 'Удалить этот отчетный год? Его невозможно будет восстановить.', - discardChanges: 'Отменить изменения', - doneEditing: 'Завершить редактирование', - enterOrCopyPasteNationalClasses: 'Введите или скопируйте и вставьте национальные классы', - forestCharacteristics: 'Характеристики лесов', - otherLandCharacteristics: 'Другие лесистые земли', - plantationForest: 'Плантационные лесные культуры', - remindDirtyOdp: 'Национальный отчетный год был обновлен, не забудьте регенерировать значения', - disabled: 'Заблокировано, разблокируйте в разделе 1b', - dataSourceMethodsOptions: { - nationalForestInventory: 'Национальная инвентаризация лесов', - sampleBasedRemoteSensingAssessment: 'Выборочная оценка с помощью дистанционного зондирования', - fullCoverMaps: 'Полные карты лесов/растительности', - registersQuestionnaires: 'Реестры/опросники', - other: '$t(common.otherSpecifyInComments)', - }, - appliesToVariablesOptions: { - forest: 'Леса', - otherWoodedLand: 'Прочие лесопокрытые земли', - otherLand: 'Другие земельные площади', - }, - forestCategoriesLabel2025: 'Леса, прочие лесистые земли и остальные земельные площади', - nationalClassifications: 'Национальные классификации', - categories: 'Категории', - prefill: 'Предварительно заполнить', - prefillWith: 'Предварительно заполнить с', - dataSource2025ExplanatoryText: - 'Перечисленные источники данных были представлены в ОЛР-2020. Просьба скопировать и вставить соответствующие источники данных в таблицу выше.', - confirmCopyPreviousValues: 'Вы хотите изменить предыдущие значения? Эту операцию нельзя отменить.', - fileAddedWillBecomePublic: 'Файл, добавленный в качестве справочного документа, станет общедоступным', - }, - - userManagement: { - manageCollaborators: 'Координировать сотрудников', - loginEmail: 'Логин', - noUsers: 'Сотрудники не добавлены', - placeholder: 'Выбрать…', - remove: 'Удалить', - done: 'Готово', - edit: 'Редактировать', - addUser: 'Добавить сотрудника', - formErrors: 'Просьба исправить ошибки в формуляре.', - insufficientPrivileges: 'Недостаточно полномочий', - confirmDelete: 'Удалить {{user}}?', - allUsers: 'Все сотрудники', - info: 'Информация', - tableAccess: 'Доступ к таблице', - invitationLink: 'Ссылка на приглашение', - inviteAgain: 'Пригласить заново', - sendInvitation: 'Направить приглашение по электронной почте', - invitationEmail: { - subject: 'Приглашение на платформу ОЛР', - textMessage: `Уважаемый(ая) {{invitedUser}}, - -Вас пригласили на платформу ОЛР в качестве {{role}} для {{country}}. - -Примите это приглашение и зайдите на платформу по следующему адресу: -{{- link}} - -Успехов в работе! - -Группа по ОЛР fra@fao.org -{{- url}} - `, - htmlMessage: `Уважаемый(ая) {{invitedUser}}, -

-Вас пригласили на платформу ОЛР в качестве {{role}} для {{country}}. -

-Примите это приглашение и зайдите на платформу -

-Успехов в работе! -

-Группа по ОЛР fra@fao.org -
-{{- url}} - `, - }, - editPermissions: 'Изменить разрешения', - invitationDeleted: 'Приглашение было удалено', - invitationEmailSent: 'Письмо с приглашением было отправлено', - permissions: 'Разрешения', - personalInfoRequired: 'Пожалуйста, заполните вашу личную информацию, прежде чем продолжить', - userAdded: '{{email}} был добавлен', - userModified: '{{user}} был изменен', - permissionNames: { - tableData: 'Данные таблицы', - descriptions: 'Описания', - }, - invitationLinkCopied: 'Ссылка на приглашение была скопирована', - }, - - // FRA 2020 questionare - // Object name and title should have always the same name - - contactPersons: { - all: '$t(common.all)', - reportPreparationAndContactPersons: 'Подготавливающие доклад и контактные лица', - contactPersons: 'Введение', - contactPersonsSupport: 'Настоящий доклад был подготовлен следующим(и) лицом(-ами)', - introductoryText: 'Вступительный текст', - introductoryTextSupport: 'Вставьте вступительный текст о содержании данного доклада', - firstName: 'Имя', - lastName: 'Фамилия', - institution: 'Учреждение/адрес', - email: 'Электронная почта', - tables: 'Таблицы', - none: 'Ни одна', - }, - - extentOfForest: { - extentOfForest: 'Площадь лесов и прочих лесопокрытых земель', - estimationAndForecasting: 'Оценка и прогнозирование', - categoryHeader: 'Категории ОЛР', - forestArea: 'Леса', - chart: { - placeholderLine1: 'Чтобы начать, добавьте новые национальные отчетные годы и используйте', - placeholderLine2: 'их для получения значений ОЛР автоматически.', - }, - otherLandCategories: 'Категории других земельных площадей', - ofWhichPalms: '…в том числе пальмы (масличные, кокосовые, финиковые и т.д.)', - ofWhichTreeOrchards: '…в том числе древесные сады (вкл. фруктовые, ореховые, оливковые и т.д.)', - ofWhichAgroforestry: '…в том числе агролесоводство', - ofWhichTreesUrbanSettings: '…в том числе деревья в городской среде', - totalLandArea: 'Общая площадь земель', - fedAreasExceedTotalLandArea: 'Площадь лесов и прочих лесопокрытых земель превышает общую площадь земель', - forestAreaDoesNotMatchPreviouslyReported: 'Площадь лесов не совпадает с площадью ОЛР-{{year}}: {{previous}}', - useOriginalDataPoints: 'Использовать национальные отчетные годы', - dontUseOriginalDataPoints: 'Не использовать национальные отчетные годы', - whatIsThis: 'Что это такое?', - tableNoticeMessage: 'Данные ФАОСТАТ о площади земель за 2015 год используются для всех отчетных лет', - ndpMissingValues: 'Национальный отчетный год имеет отсутствующие значения', - showNDPs: 'Показать национальные отчетные годы', - hideNDPs: 'Скрыть национальные отчетные годы', - forestAreaNetChangeDoesNotMatch: 'Изменение сети лесов не соответствует ожидаемому значению: {{value}}', - }, - - climaticDomain: { - climaticDomain: 'Климатическая зона', - percentOfForestArea2015: '% площади лесов 2015', - percentOfForestArea2015Override: 'Переопределить значение', - selectDefault: 'По умолчанию', - boreal: 'Бореальная', - temperate: 'Умеренная', - subtropical: 'Субтропическая', - sub_tropical: '$t(climaticDomain.subtropical)', - tropical: 'Тропическая', - }, - - forestCharacteristics: { - forestCharacteristics: 'Характеристики лесов', - estimationAndForecasting: 'Оценка и прогнозирование', - categoryHeader: 'Категории ОЛР', - naturalForestArea: 'Естественно возобновляемые леса', - plantationForestArea: 'Плантационные лесные культуры', - plantationForestIntroducedArea: '…в том числе интродуцированные породы', - otherPlantedForestArea: 'Другие лесные культуры', - plantedForest: 'Лесные культуры', - totalForestArea: 'Общая площадь лесов', - total: 'Итого', - useOriginalDataPoints: 'Использовать национальные отчетные годы', - dontUseOriginalDataPoints: 'Не использовать национальные отчетные годы', - }, - - tableWithOdp: { - confirmGenerateFraValues: 'Переопределить существующие значения?', - generateFraValues: 'Получить значения', - linearExtrapolation: 'Линейная экстраполяция', - repeatLastExtrapolation: 'Повторять последнее значение', - annualChangeExtrapolation: 'Годовое изменение', - placeholderFuture: 'Будущее', - placeholderPast: 'Прошлое', - copyToClipboard: 'Скопировать значения', - placeholderSelect: 'Оценка и прогнозирование', - _1000haYear: '1000 га/год', - generatingFraValues: 'Генерируется ...', - }, - - forestAreaChange: { - forestAreaChange: 'Годовое расширение лесов, обезлесение и чистое изменение', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь лесов (1000 га/год)', - forestExpansion: 'Расширение лесов', - ofWhichAfforestation: '…в том числе лесоразведение', - ofWhichNaturalExpansion: '…в том числе естественное расширение лесов', - deforestation: 'Обезлесение', - forestAreaNetChange: 'Чистое изменение площади лесов', - netChangeDoesNotMatch: 'Не совпадает с Чистым изменением лесной площади', - forestAreaNetChangeFrom1a: 'Чистое изменение площади лесов рассчитано на основе таблицы 1а', - }, - - annualReforestation: { - annualReforestation: 'Ежегодное лесовосстановление', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь лесов (1000 га/год)', - reforestation: 'Лесовосстановление', - }, - - specificForestCategories: { - specificForestCategories: 'Девственные леса и специальные категории лесов', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь (1000 га)', - bamboo: 'Бамбуковые леса', - mangroves: 'Мангровые леса', - temporarilyUnstocked: 'Временно обезлесенные и/или недавно возобновленные', - primaryForest: 'Девственные леса', - exceedsNaturallyRegeneratingForest: 'Превышает естественно возобновляемые леса (1b)', - rubberWood: 'Каучуковые деревья', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover: 'Другие лесистые земли', - areaUnitLabel: 'Площадь (1000 га)', - categoryHeader: 'Категории ОЛР', - palms: 'Пальмы', - treeorchards: 'Древесные сады', - agroforestry: 'Агролесоводство', - treesinurbansettings: 'Деревья в городской среде', - total: 'Итого', - otherLandArea: 'Другие земельные площади', - other: '$t(common.otherSpecifyInComments)', - }, - - growingStock: { - growingStock: 'Запас древостоя', - supportText: 'Просьба убедиться, что Вы ввели данные в таблицах 1a и 1b перед редактированием данной таблицы', - categoryHeader: 'Категории ОЛР', - avgTableHeader: 'Запас древостоя м³/га (с корой)', - totalTableHeader: 'Общий запас древостоя (млн. м³ с корой)', - naturallyRegeneratingForest: 'Естественно возобновляемые леса', - plantedForest: 'Лесные культуры', - plantationForest: '…в том числе плантационные лесные культуры', - otherPlantedForest: '…в том числе другие лесные культуры', - forest: 'Леса', - otherWoodedLand: 'Прочие лесопокрытые земли', - copyToClipboard: 'Скопировать значения', - }, - - growingStockComposition: { - native: 'Местные', - introduced: 'Интродуцированные', - growingStockComposition: 'Состав древостоя', - forestGrowingStockComposition: '$t(growingStockComposition.growingStockComposition)', - categoryHeader: 'Категории ОЛР', - nativeTreeSpecies: 'Местные древесные породы', - introducedTreeSpecies: 'Интродуцированные древесные породы', - areaUnitLabel: 'Запас древостоя (млн. м³ с корой)', - scientificName: 'Научное название', - commonName: 'Общее название', - rank: '#{{idx}} Классифицированы по объему', - remainingNative: 'Остальные местные древесные породы ', - remainingIntroduced: 'Остальные интродуцированные древесные породы ', - totalNative: 'Общий объем местных древесных пород', - totalIntroduced: 'Общий объем интродуцированных древесных пород', - totalGrowingStock: 'Общий запас древостоя', - rankingYear: 'Год классификации 2015', - }, - - biomassStock: { - biomassStock: 'Запас биомассы', - categoryHeader: 'Категории ОЛР', - tableHeader: 'Лесная биомасса (тонн/га)', - aboveGround: 'Надземная биомасса', - belowGround: 'Подземная биомасса', - deadWood: 'Мертвая древесина', - downloadExcel: 'Скачать калькулятор excel', - }, - - carbonStock: { - carbonStock: 'Запас углерода', - categoryHeader: 'Категории ОЛР', - tableHeader: 'Лесной запас углерода (тонн/га)', - carbonAboveGroundBiomass: 'Углерод в надземной биомассе', - carbonBelowGroundBiomass: 'Углерод в подземной биомассе', - carbonDeadwood: 'Углерод в мертвой древесине', - carbonLitter: 'Углерод в лесном опаде', - carbonSoil: 'Почвенный углерод', - soilDepthHeading: 'Глубина почвы (см), использованная для оценки почвенного углерода', - }, - - designatedManagementObjective: { - designatedManagementObjective: 'Назначенная цель управления лесами', - primaryDesignatedManagementObjective: 'Главная назначенная цель управления ', - primaryDesignatedManagementObjectiveSupport: - 'Главная назначенная цель управления значительно важнее других целей управления. Различные главные цели управления являются *исключительными* и площади, представленные под одной главной целью управления лесами, не должны быть представлены для каких-либо других главных целей управления лесами. Сумма различных целей управления должна суммироваться в площадь лесов.', - totalAreaWithDesignatedManagementObjective: 'Общая площадь с назначенной целью управления', - totalAreaWithDesignatedManagementObjectiveSupport: - 'Назначенная цель управления, вне зависимости от того, является ли она главной или нет. Различные категории назначения *не исключительны*. Поэтому данные о площадях могут представляться более одного раза, например, данные о площади лесов с главной целью управления «Многоцелевое использование» должны представляться по каждой цели управления. Следовательно, сумма различных целей управления может быть больше общей площади лесов.', - categoryHeader: 'Категории ОЛР-2020', - areaUnitLabel: 'Площадь лесов (1000 га)', - production: 'Производство', - soilWaterProtection: 'Охрана почв и водных ресурсов', - biodiversityConservation: 'Сохранение биоразнообразия', - socialServices: 'Социальные услуги', - multipleUse: 'Многоцелевое использование', - other: 'Другие виды (указать в комментариях)', - unknown: 'Отсутствует/неизвестна', - totalForestArea: 'Общая площадь лесов', - total: 'Итого', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithinProtectedAreas: - 'Лесные площади на охраняемых территориях и лесные площади с долгосрочным планами управления лесами', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь (1000 га)', - header: 'Лесная площадь на охраняемых территориях', - forestAreaWithLongTermManagementPlan: 'Лесная площадь с долгосрочным планом управления лесами', - ofWhichInProtectedAreas: '…в том числе на охраняемых территориях', - }, - - forestOwnership: { - forestOwnership: 'Права собственности на леса', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь лесов (1000 га)', - privateOwnership: 'Частная собственность', - ofWhichIndividuals: '…в том числе находящиеся в собственности отдельных лиц', - ofWhichPrivateBusinesses: '…в том числе находящиеся в собственности частных предприятий и учреждений', - ofWhichCommunities: '…в том числе находящиеся в собственности местных, племенных и коренных общин', - publicOwnership: 'Государственная собственность', - otherOrUnknown: 'Неизвестны/другие формы собственности (указать в комментариях)', - totalForestArea: 'Общая площадь лесов', - total: 'Итого', - }, - - holderOfManagementRights: { - holderOfManagementRights: 'Права управления государственными лесами', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь лесов (1000 га)', - publicAdministration: 'Государственная администрация', - individuals: 'Отдельные лица', - privateBusinesses: 'Частные предприятия и учреждения', - communities: 'Местные, племенные и коренные общины', - other: 'Неизвестны/другие формы прав управления лесами (указать в комментариях)', - totalPublicOwnership: 'Общая площадь в государственной собственности', - total: 'Итого', - publicOwnershipDoesNotMatch: 'Не совпадает с "Общая площадь в государственной собственности"', - }, - - disturbances: { - disturbances: 'Нарушения ', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь (1000 га)', - insects: 'Насекомые', - diseases: 'Болезни', - severeWeatherEvents: 'Суровые погодные явления', - other: '$t(common.otherSpecifyInComments)', - totalForestArea: 'Общая площадь лесов', - total: 'Итого', - }, - - areaAffectedByFire: { - areaAffectedByFire: 'Площадь, пораженная пожарами', - categoryHeader: 'Категории ОЛР', - areaUnitLabel: 'Площадь (1000 га)', - totalLandAreaAffectedByFire: 'Общая земельная площадь, пораженная пожарами', - ofWhichForest: '…в том числе леса', - }, - - degradedForest: { - degradedForest: 'Деградировавшие леса', - doesYourCountryMonitor: 'Осуществляет ли ваша страна мониторинг площади деградировавших лесов?', - ifYes: 'Если "Да"', - whatIsDefinition: 'Каким является национальное определение "Деградировавшие леса"?', - howMonitored: 'Опишите процесс мониторинга и результаты', - }, - - forestPolicy: { - forestPolicy: - 'Политика, законодательство и национальная платформа для участия заинтересованных сторон в лесохозяйственной политике', - categoryHeader: 'Указать наличие', - areaUnitLabel: 'Логические значения (Да/Нет)', - national: 'Национальные', - subnational: 'Субнациональные', - policiesSFM: 'Политика, содействующая устойчивому управлению лесами', - legislationsSFM: 'Законодательные и/или нормативные акты, содействующие устойчивому управлению лесами', - stakeholderParticipation: - 'Платформа, содействующая участию заинтересованных сторон в развитии лесохозяйственной политики', - existenceOfTraceabilitySystem: 'Система(-ы) отслеживания происхождения древесной продукции', - }, - - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate: 'Площадь постоянного лесного фонда', - categoryHeader: 'Категории ОЛР-2020', - areaUnitLabel: 'Площадь лесов (1000 га)', - applicable: 'Применимо?', - }, - - employment: { - employment: 'Занятость в лесном хозяйстве и лесозаготовке', - average: 'Среднее значение за трехлетний период', - categoryHeader: 'Категории ОЛР-2020', - unitHeader: 'Эквиваленты полной занятости (1000 ЭПЗ)', - inForestry: 'Занятость в лесном хозяйстве и лесозаготовке', - ofWhichSilviculture: '…в том числе лесоводство и другая лесохозяйственная деятельность', - ofWhichLogging: '…в том числе лесозаготовка', - ofWhichGathering: '…в том числе сбор недревесной лесной продукции', - ofWhichSupport: '…в том числе занятость во вспомогательных услугах в лесном хозяйстве', - total: 'Всего', - female: 'Женщины', - male: 'Мужчины', - }, - - graduationOfStudents: { - graduationOfStudents: 'Получение образования в сфере лесного хозяйства', - average: 'Среднее значение за трехлетний период', - numberOfStudents: 'Количество выпускников', - fra2020Categories: 'Категории ОЛР-2020', - doctoralDegree: 'Докторская степень', - mastersDegree: 'Степень магистра', - bachelorsDegree: 'Степень бакалавра', - technicianCertificate: 'Свидетельство/ диплом о профессионально-техническом образовании', - total: 'Всего', - female: 'Женщины', - male: 'Мужчины', - }, - - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals: 'Вывозка и стоимость недревесной лесной продукции 2015', - nameOfProduct: 'Название продукта НДЛП', - keySpecies: 'Ключевые виды', - quantity: 'Количество', - unit: 'Единица', - value: 'Стоимость (1000 единиц валюты)', - category: 'Категория НДЛП', - plantProductsSelectHeading: 'Продукты/сырье растительного происхождения', - food: '1 Продовольствие', - fodder: '2 Корм', - rawMaterialForMedicine: '3 Лекарственное сырье и сырье для ароматических продуктов', - rawMaterialForColorants: '4 Сырье для красителей и красок', - rawMaterialForUtensils: '5 Сырье для утвари, ремесленных изделий и строительства', - ornamentalPlants: '6 Декоративные растения', - exudates: '7 Вытяжки', - otherPlantProducts: '8 Другие продукты растительного происхождения', - animalProductsSelectHeading: 'Продукты/сырье животного происхождения', - livingAnimals: '9 Живые животные', - hidesSkins: '10 Кожевенное сырье и трофеи', - wildHoney: '11 Дикий мед и пчелиный воск', - wildMeat: '12 Мясо дичи', - animalRawMaterialForMedicine: '13 Лекарственное сырье', - animalRawMaterialForColorants: '14 Сырье для красителей', - otherEdibleAnimalProducts: '15 Другие съедобные продукты животного происхождения', - otherNonEdibleAnimalProducts: '16 Другие несъедобные продукты животного происхождения', - allOtherPlantProducts: 'Все остальные продукты растительного происхождения', - allOtherAnimalProducts: 'Все остальные продукты животного происхождения', - total: 'Итого', - currency: 'Название валюты', - notSelected: '', - }, - - sustainableDevelopment: { - sustainableDevelopment: 'Цель устойчивого развития 15', - indicator: 'Индикатор', - percent: 'Процент', - nameOfAgencyResponsible: 'Название ответственного ведомства', - sdgIndicator1: 'Индикатор ЦУР 15.1.1 Площадь лесов в процентном отношении к общей площади земель 2015', - sdgIndicator2: 'Индикатор ЦУР 15.2.1 Прогресс на пути к устойчивому управлению лесами', - forestAreaProportionLandArea2015: 'Площадь лесов в процентном отношении к общей площади земель 2015', - subIndicator: 'Субиндикатор {{no}}', - forestAreaAnnualNetChangeRate: 'Темп чистого изменения лесной площади', - aboveGroundBiomassStockForests: 'Запас надземной биомассы в лесах', - percent2015ForestAreaBaseline: 'Процент (Площадь лесов 2015 - исходная отметка)', - proportionForestAreaLegallyEstablishedProtectedAreas: - 'Доля площади лесов, находящихся на законно установленных охраняемых территориях', - proportionForestAreaLongTermForestManagement: 'Доля площади лесов под долгосрочным планом управления лесами', - forestArea1000Ha: 'Площадь лесов (1000 га)', - forestAreaVerifiedForestManagement: - 'Площадь лесов под независимо проверяемыми системами сертификации управления лесами', - }, - - panEuropeanIndicators: { - panEuropeanIndicators: 'Общеевропейские количественные индикаторы устойчивого управления лесами', - uploadQuestionnaire: 'Загрузить вопросник', - chooseFile: 'Выбрать файл', - downloadQuestionnaire: 'Скачать вопросник', - download: 'Скачать', - remove: 'Удалить', - noQuestionnaire: 'Вопросник не выбран', - panEuropeanQualitativeIndicators: 'Общеевропейские качественные индикаторы устойчивого управления лесами', - accessReportingPage: 'Зайти на страницу отчетности', - }, - - assessment: { - fra: 'ОЛР', - panEuropean: 'Общеевропейский', - deskStudy: 'Кабинетное исследование', - statusChangeNotification: { - subject: '{{country}} статус изменен на {{status}} на платформе ОЛР', - textMessage: `Уважаемый(ая){{recipientName}}, - -{{changer}} изменил статус с {{assessment}} на "{{status}}" для {{country}} на платформе ОЛР. - -{{message}} - -Зайдите на платформу по адресу: {{- serverUrl}} - -Группа по ОЛР -{{- serverUrl}}`, - htmlMessage: `Уважаемый(ая) {{recipientName}}, -

-{{changer}} изменил статус с {{assessment}} на "{{status}}" для {{country}} на платформе ОЛР. -

-{{message}} -

-Зайдите на платформу -

-Группа по ОЛР -
-{{- serverUrl}}`, - }, - status: { - changing: { - label: 'Изменяется…', - }, - editing: { - label: 'Редактируется', - previous: 'Вернуться к редактированию', - }, - review: { - label: 'На рассмотрении', - next: 'Отправить на рассмотрение', - previous: 'Вернуться к рассмотрению', - }, - approval: { - label: 'Ожидает утверждения', - next: 'Отправить на утверждение', - previous: 'Вернуться к утверждению', - }, - accepted: { - label: 'Принят', - next: 'Принять', - previous: '', - }, - status: { - notStarted: { - label: 'Не начат', - }, - }, - }, - }, - - multiSelect: { - placeholder: 'Выбрать…', - }, - - emoji: { - picker: { - search: 'Поиск', - categories: { - search: 'Результаты поиска', - recent: 'Часто используемые', - people: 'Смайлики и люди', - nature: 'Животные и природа', - foods: 'Еда и напитки', - activity: 'Деятельность', - places: 'Путешествия и места', - objects: 'Предметы', - symbols: 'Символы', - flags: 'Флаги', - }, - }, - }, - - country: { - region: { - asia: 'Азия', - europe: 'Европа', - oceania: 'Океания', - north_and_central_america: 'Северная и Центральная Америка', - south_america: 'Южная Америка', - africa: 'Африка', - atlantis: 'Атлантида', - forest_europe: 'Forest Europe', - }, - }, - - countryMessageBoard: { - messageBoard: 'Доска сообщений', - messageBoardDesc: 'Оставленные здесь сообщения видны всем участникам от страны', - oneToOneMessages: 'Личные сообщения', - }, - - tutorial: { - watch: 'Смотреть', - passwordLogin: 'Руководство пользователя платформы ОЛР - Как войти в систему с помощью собственного пароля', - googleLogin: 'Руководство пользователя платформы ОЛР - Как войти в систему, используя аутентификацию Google', - collaboratorAdd: 'Руководство пользователя платформы ОЛР — Как добавить сотрудника', - platformNavigation: 'Руководство пользователя платформы ОЛР — Навигация по платформе', - documentUpload: 'Руководство пользователя платформы ОЛР - Как загрузить документ', - ndpAdd: 'Руководство пользователя платформы ОЛР — Как добавить национальный отчетный год', - passwordLoginShort: 'Как войти в систему с помощью собственного пароля', - googleLoginShort: 'Как войти в систему, используя аутентификацию Google', - guidelinesAndSpecifications: 'Руководство и спецификации', - ndpAddReferenceLink: 'Руководство пользователя платформы ОЛР - Как добавить ссылку для национальной точки данных', - nationalDataAddReferenceLink: 'Руководство пользователя платформы ОЛР - Как добавить ссылку на национальные данные', - }, - - panEuropean: { - panEuropeanAssessment: 'Общеевропейская оценка', - variable: 'Переменная', - landing: { - link: 'Объединенный отчёт ЛЕСА ЕВРОПЫ / ЕЭК ООН / ФАО по общеевропейским индикаторам для устойчивого управления лесами: ЛЕСА ЕВРОПЫ', - }, - home: { - description1: - 'Этот набор данных состоит из информации, предоставленной национальными корреспондентами, отвечавшими на объединенный вопросник ЛЕСА ЕВРОПЫ / ЕЭК ООН / ФАО по общеевропейским количественным индикаторам для устойчивого управления лесами.', - description2: - 'Примечание: Общеевропейский отчёт 2020 был выполнен параллельно с ОЛР 2020, тем не менее, так как они содержат отдельные процессы, некоторые переменные присутствуют в обоих отчётах. В ходе разработки отчётности о состоянии европейских лесов (СЕЛ) 2020 по части некоторой информации были проведены дальнейшие консультации с национальными корреспондентами, которая может отличаться от представленной в платформе ОЛР.', - }, - disclaimer: { - govSwitzerland: 'Правительство Швейцарии', - part1: 'The website has been produced with the assistance [support] of the', - }, - - // navigation - navigation: { - forestResourcesAndCarbon: 'Лесные ресурсы и углерод', - maintenanceOfForestEcosystemHealthAndVitality: 'Сохранение здоровья экосистемы и жизнеспособности леса', - productiveFunctionsOfForestsWoodAndNonWood: 'Производственные функции лесов (древесина и недревесные продукты)', - biologicalDiversityInForestEcosystems: 'Биологическое разнообразие в лесных экосистемах', - protectiveFunctionsInForestManagement: 'Защитные функции в лесоуправлении', - socioEconomicFunctionsAndConditions: 'Социально-экономические функции и условия', - }, - - // table 1.1a - forestArea: { - forestArea: 'Площадь лесов', - categoryYear: 'Категория - Год', - area: 'Площадь', - area1000Ha: 'Площадь (1000 га)', - forest: 'Лес - {{year}}', - _of_which_available_for_wood_supply: '… в т. ч. доступный для поставки древесины - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - other_land: 'Другая земля - {{year}}', - _of_which_with_tree_cover: '…в т. ч. с деревьями - {{year}}', - }, - - // table 1.1b - forestAreaByForestTypes: { - forestAreaByForestTypes: 'Площадь лесов по типам леса', - category: 'Категория', - forestArea1000Ha: 'Площадь леса (1000 га)', - predominantly_coniferous_forest: 'Преимущественно хвойный лес', - predominantly_broadleaved_forest: 'Преимущественно лиственный лес', - mixed_forest: 'Смешанный лес', - forest_area_1990: 'Площадь леса - 1990', - forest_area_2000: 'Площадь леса - 2000', - forest_area_2005: 'Площадь леса - 2005', - forest_area_2010: 'Площадь леса - 2010', - forest_area_2015: 'Площадь леса - 2015', - forest_area_2020: 'Площадь леса - 2020', - }, - - // table 1.2a - growingStock: { - growingStock: 'Общий запас древесины', - categoryYear: 'Категория - Год', - growingStockMillionM3OB: 'Общий запас древесины (млн м³ с корой)', - total: 'Всего', - _ofWhich: '… в т. ч.:', - coniferous: 'Хвойные', - broadleaved: 'Лиственные', - forest: 'Лес - {{year}}', - _of_which_available_for_wood_supply: '… в т. ч. доступный для поставки древесины - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 1.2b - growingStockByForestType: { - growingStockByForestType: 'Общий запас древесины по типам леса', - category: 'Категория', - growingStockMillionM3OB: 'Общий запас древесины (млн м³ с корой)', - predominantly_coniferous_forest: 'Преимущественно хвойный лес', - predominantly_broadleaved_forest: 'Преимущественно лиственный лес', - mixed_forest: 'Смешанный лес', - growing_stock_1990: 'Общий запас древесины - 1990', - growing_stock_2000: 'Общий запас древесины - 2000', - growing_stock_2005: 'Общий запас древесины - 2005', - growing_stock_2010: 'Общий запас древесины - 2010', - growing_stock_2015: 'Общий запас древесины - 2015', - growing_stock_2020: 'Общий запас древесины - 2020', - }, - - // table 1.2c - growingStockComposition: { - growingStockComposition: 'Состав общего запаса древесины', - speciesName: 'Название вида', - growingStockInForestMillionM3OB: 'Общий запас древесины (млн м³ с корой)', - rank: 'Разряд', - scientificName: 'Научное название', - commonName: 'Общеупотребляемое название', - no1_ranked_in_terms_of_volume: '№1 Судя по объему', - no2_ranked_in_terms_of_volume: '№2 Судя по объему', - no3_ranked_in_terms_of_volume: '№3 Судя по объему', - no4_ranked_in_terms_of_volume: '№4 Судя по объему', - no5_ranked_in_terms_of_volume: '№5 Судя по объему', - no6_ranked_in_terms_of_volume: '№6 Судя по объему', - no7_ranked_in_terms_of_volume: '№7 Судя по объему', - no8_ranked_in_terms_of_volume: '№8 Судя по объему', - no9_ranked_in_terms_of_volume: '№9 Судя по объему', - no10_ranked_in_terms_of_volume: '№10 Судя по объему', - remaining: 'Остальное', - total: 'ИТОГО', - scientific_name: 'Научное название', - common_name: 'Общеупотребляемое название', - growing_stock_in_forest_1990: 'Общий запас древесины (млн м³ с корой) - 1990', - growing_stock_in_forest_2000: 'Общий запас древесины (млн м³ с корой) - 2000', - growing_stock_in_forest_2005: 'Общий запас древесины (млн м³ с корой) - 2005', - growing_stock_in_forest_2010: 'Общий запас древесины (млн м³ с корой) - 2010', - growing_stock_in_forest_2015: 'Общий запас древесины (млн м³ с корой) - 2015', - growing_stock_in_forest_2020: 'Общий запас древесины (млн м³ с корой) - 2020', - }, - - // table 1.3a1 - ageClassDistributionAreaOfEvenAgedStands: { - ageClassDistributionAreaOfEvenAgedStands: - 'Распределение по возрастным классам (площадь одновозрастных насаждений)', - categoryYear: 'Категория - Год', - developmentPhases: 'Фазы развития', - total_area: 'Общая площадь', - regeneration_phase: 'Фаза восстановления', - intermediate_phase: 'Промежуточная фаза', - mature_phase: 'Фаза зрелости', - unspecified: 'Неопределено', - _1000Ha: '1000 га', - forest_even_aged_stands_of_which: 'Лес: (одновозрастные насаждения), в т. ч: - {{year}}', - available_for_wood_supply_of_which: 'Лес доступный для поставки древесины, в т. ч: - {{year}}', - predominantly_coniferous_forest: 'Преимущественно хвойный лес - {{year}}', - predominantly_broadleaved_forest: 'Преимущественно лиственный лес - {{year}}', - mixed_forest: 'Смешанный лес - {{year}}', - }, - - // table 1.3a2 - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: { - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: - 'Распределение по возрастным классам (запас одновозрастных насаждений) леса доступного для поставки древесины', - categoryYear: 'Категория - Год', - developmentPhases: 'Фазы развития', - total_volume: 'Общий объем', - regeneration_phase: 'Фаза восстановления', - intermediate_phase: 'Промежуточная фаза', - mature_phase: 'Фаза зрелости', - unspecified: 'Неопределено', - _1000M3: '1000 м³', - forest_available_for_wood_supply_even_aged_stands_of_which: - 'Лес доступный для поставки древесины (одновозрастные насаждения), в т. ч: - {{year}}', - predominantly_coniferous_forest: 'Преимущественно хвойный лес - {{year}}', - predominantly_broadleaved_forest: 'Преимущественно лиственный лес - {{year}}', - mixed_forest: 'Смешанный лес - {{year}}', - }, - - // table 1.3b - diameterDistributionAndTotalAreaUnevenAgedStands: { - diameterDistributionAndTotalAreaUnevenAgedStands: - 'Распределение по диаметрам и общая площадь (разновозрастные насаждения)', - categoryYear: 'Категория - Год', - volumeByDiameterClasses1000mob: 'Объем по классам диаметра', - area: 'Площадь (1000 га)', - total_volume: 'Общий объем (1000 м³ с корой)', - less_or_equal_20_cm: '<20 см (1000 м³ с корой)', - _21_40_cm: '21-40 см (1000 м³ с корой)', - _41_60_cm: '41-60 см (1000 м³ с корой)', - greater_60_cm: '>60 см (1000 м³ с корой)', - unspecified: 'Не определено (1000 м³ с корой)', - forest_uneven_aged_stands: 'Лес: разновозрастные насаждения - {{year}}', - _of_which_forest_available_for_wood_supply: '... в т. ч. лес доступный для поставки древесины - {{year}}', - }, - - // table 1.4a - carbonStock: { - carbonStock: 'Запас углерода', - categoryYear: 'Категория - Год', - carbonInAboveGroundAndBelowGroundLivingBiomass: 'Углерод в живой фитомассе', - carbonInDeadwoodAndLitter: 'Углерод в мертвой фитомассе', - above_ground: 'Углерод в живой надземной фитомассе', - aboveGround: 'Надземная', - below_ground: 'Углерод в живой подземной фитомассе', - belowGround: 'Подземная', - deadwood: 'Углерод в мёртвой древесине', - deadwoodCarbon: 'Мертвая древесина', - litter: 'Углерод в лесном опаде', - litterCarbon: 'Лесной опад', - soil_carbon: 'Углерод в почве', - millionMetricTonnes: 'Миллион метрических тонн', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 1.4b - carbonStockInHarvestedWoodProductsHWP: { - carbonStockInHarvestedWoodProductsHWP: 'Запас углерода в товарах из заготовленной древесины', - categoryYear: 'Категория - Год', - totalCarbonStockInHWPMillionMetricTonnes: - 'Всего запас углерода в товарах из заготовленной древесины (млн. метрических тонн)', - total_carbon_stock_in_hwp: 'Всего запас углерода в товарах из заготовленной древесины', - harvested_wood_products: 'Товары из заготовленной древесины - {{year}}', - }, - - // table 2.4 - forestAreaWithDamage: { - forestAreaWithDamage: 'Площадь леса с повреждением', - categoryYear: 'Категория - Год', - areaWithDamageByDifferentAgents: 'Площадь с повреждениями, вызванными разными факторами', - primarilyDamagedByBioticAgents: 'Поврежденные преимущественно биотическими факторами', - damagePrimarilyHumanInduced: 'Преимущественно антропогенные повреждения', - primarilyDamagedByFire: 'Поврежденные преимущественно пожарами', - thousandHa: '1000 гa', - total_area_with_damage: 'Общая площадь с повреждениями', - insects_and_disease: 'Биотические факторы: насекомые и болезни', - insectsAndDisease: 'Насекомые и болезни', - wildlife_and_grazing: 'Биотические факторы: дикие животные и скот', - wildlifeAndGrazing: 'Дикие животные и скот', - forest_operations: 'Антропогенные повреждения: лесные операции', - forestOperations: 'Лесные операции', - other: 'Антропогенные повреждения: другое', - otherHumanInduced: 'Другое', - primarily_damaged_by_abiotic_agents: 'Абиотические факторы (ураган, ветер, снег и т. д.)', - primarilyDamagedByAbioticAgents: - 'Поврежденные преимущественно абиотическими факторами (ураган, ветер, снег и т. д.)', - primarily_damaged_by_fire_total: 'Пожары: всего', - primarilyDamagedByFireTotal: 'Всего', - of_which_human_induced: 'Пожары: в т. ч. вызванные человеком', - ofWhichHumanInduced: 'в т. ч. вызванные человеком', - unspecified_mixed_damage: 'Неопределенные / смешанные повреждения', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 2.5 - areaWithForestLandDegradation: { - areaWithForestLandDegradation: 'Площадь с деградацией лесных земель', - categoryYear: 'Категория - Год', - totalAreaOfDegradedLand: 'Всего площадь деградировавшей земли', - areaPrimarilyDegradedBy: 'Площадь, в основном деградировавшая из-за', - formerDegradedLandRestored: 'Деградировавшая земля восстановлена', - grazing: 'Выпасов животных', - repeatedFires: 'Пожаров', - airPollution: 'Загрязнения воздуха', - desertification: 'Опустынивания', - other1: 'Другое 1', - other2: 'Другое 2', - other3: 'Другое 3', - unknown: 'Неизвестно', - nA: '', - thousandHa: '1000 га', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - otherNames: 'Названия других факторов, из-за которых площадь в основном деградировавшая', - total_area_of_degraded_land: 'Всего площадь деградировавшей земли', - repeated_fires: 'Пожары', - air_pollution: 'Загрязнение воздуха', - other_1: 'Другое 1', - other_2: 'Другое 2', - other_3: 'Другое 3', - former_degraded_land_restored: 'Деградировавшая земля восстановлена', - }, - - // table 3.1 - incrementAndFellings: { - incrementAndFellings: 'Прирост и рубка', - categoryYear: 'Категория - Год', - fellings: 'Рубки', - volume1000mob: 'Объем (1000 м³ с корой)', - gross_annual_increment: 'Валовой ежегодный прирост', - natural_losses: 'Естественные потери', - net_annual_increment: 'Чистый ежегодный прирост', - fellings_total: 'Рубки: всего', - fellingsTotal: 'Всего', - _of_which_of_natural_losses: 'Рубки: естественные потери', - ofWhichOfNaturalLosses: '… в т. ч: естественные потери', - forest: 'Лес - {{year}}', - _of_which_forest_available_for_wood_supply: '... в т. ч: лес доступный для поставки древесины - {{year}}', - }, - - // table 3.2 - removals: { - removals: 'Вывозка', - categoryYear: 'Категория - Год', - woodRemovals: 'Вывозка древесины', - total: 'Всего', - industrialRoundwood: 'Деловой круглый лес', - woodfuel: 'Древесное топливо', - volume1000M3UB: 'Объем (1000 м³ без коры)', - marketValue1000NationalCurrency: 'Рыночная стоимость (1000 ед. нац. валюты)', - roundwood: 'Круглый лес - {{year}}', - total_volume: 'Всего: объем (1000 м³ без коры)', - industrial_roundwood_volume: 'Деловой круглый лес: объем (1000 м³ без коры)', - industrial_roundwood_market_value: 'Деловой круглый лес: рыночная стоимость (1000 ед. нац. валюты)', - woodfuel_volume: 'Древесное топливо: объем (1000 м³ без коры)', - woodfuel_market_value: 'Древесное топливо: рыночная стоимость (1000 ед. нац. валюты)', - }, - - // table 3.3 - nonWoodGoods2015: { - nonWoodGoods2015: 'Недревесные лесные продукты (2015)', - rankValue: 'Ранг (стоимость)', - nameOfGroupsOfProduct: 'Название продукта (группы продуктов)', - keySpecies: 'Ключевые виды', - totalHarvestedNonWoodGoods: 'Всего заготовлено недревесных продуктов', - unit: 'Единица измерения', - quantity: 'Количество', - marketValue1000NationalCurrency: 'Рыночная стоимость (1000 ед. нац. валюты)', - nwfpCategory: 'Категория недревесных лесных продуктов', - _01st: '1-й ранг (стоимость)', - _02nd: '2-й ранг (стоимость)', - _03rd: '3-й ранг (стоимость)', - _04th: '4-й ранг (стоимость)', - _05th: '5-й ранг (стоимость)', - _06th: '6-й ранг (стоимость)', - _07th: '7-й ранг (стоимость)', - _08th: '8-й ранг (стоимость)', - _09th: '9-й ранг (стоимость)', - _10th: '10-й ранг (стоимость)', - all_other_plant_products: 'Все прочие растительные продукты', - all_other_animal_products: 'Все прочие животные продукты', - total: 'ВСЕГО', - name_of_groups_of_product: 'Название продукта (группы продуктов)', - key_species: 'Ключевые виды', - total_harvested_non_wood_goods_unit: 'Всего заготовлено недревесных продуктов: единица измерения', - total_harvested_non_wood_goods_quantity: 'Всего заготовлено недревесных продуктов: количество', - market_value_1000_national_currency: 'Рыночная стоимость (1000 ед. нац. валюты)', - nwfp_category: 'Категория недревесных лесных продуктов', - }, - - // table 3.4 - marketedServices2015: { - marketedServices2015: 'Рыночные услуги (2015)', - rankValue: 'Ранг (стоимость)', - nameOfServiceProduct: 'Название услуги/продукта', - unit: 'Единица измерения', - serviceProvision: 'Предоставление услуг', - forestServiceCategory: 'Категория лесных услуг', - amountOfServiceProduct: 'Объем услуги / продукта', - value1000NationalCurrency: 'Стоимость (1000 ед. нац. валюты)', - _01st: '1-й ранг (стоимость)', - _02nd: '2-й ранг (стоимость)', - _03rd: '3-й ранг (стоимость)', - _04th: '4-й ранг (стоимость)', - _05th: '5-й ранг (стоимость)', - _06th: '6-й ранг (стоимость)', - _07th: '7-й ранг (стоимость)', - _08th: '8-й ранг (стоимость)', - _09th: '9-й ранг (стоимость)', - _10th: '10-й ранг (стоимость)', - remaining_total: 'Итого остальное', - total: 'Всего', - name_of_service_product: 'Название услуги/продукта', - service_provision_amount_of_service_product: 'Предоставление услуг: объем услуги / продукта', - service_provision_value_1000_national_currency: 'Предоставление услуг: стоимость (1000 ед. нац. валюты)', - forest_service_category: 'Категория лесных услуг', - }, - - // table 4.1 - treeSpeciesComposition: { - treeSpeciesComposition: 'Породный состав', - categoryYear: 'Категория - Год', - areaWithNumberOfTreeSpeciesOccurring1000ha: 'Площадь с количеством встречающихся пород деревьев (1000 га)', - area_with_number_of_tree_species_occurring_1: 'Площадь с количеством встречающихся пород деревьев: 1', - areaWithNumberOfTreeSpeciesOccurring1: '1', - area_with_number_of_tree_species_occurring_2_3: 'Площадь с количеством встречающихся пород деревьев: 2-3', - areaWithNumberOfTreeSpeciesOccurring2_3: '2-3', - area_with_number_of_tree_species_occurring_4_5: 'Площадь с количеством встречающихся пород деревьев: 4-5', - areaWithNumberOfTreeSpeciesOccurring4_5: '4-5', - area_with_number_of_tree_species_occurring_6_pl: 'Площадь с количеством встречающихся пород деревьев: 6+', - areaWithNumberOfTreeSpeciesOccurring6_pl: '6+', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 4.2a - totalForestAreaByExpansionAndRegenerationType: { - totalForestAreaByExpansionAndRegenerationType: 'Всего площадь леса по расширению и восстановлению', - categoryYear: 'Категория - Год', - totalAreaOfForestByExpansionRegenerationType1000ha: - 'Всего площадь леса по типу расширения / восстановления (1000 га)', - natural_expansion_and_natural_regeneration: 'Естественная экспансия и естественное восстановление', - afforestation_and_regeneration_by_planting_and_or_seeding: - 'Лесоразведение и восстановление посадкой и/или посевом', - coppice: 'Порослевое возобновление', - forest: 'Лес - {{year}}', - }, - - // table 4.2b - annualForestExpansionAndRegeneration: { - annualForestExpansionAndRegeneration: 'Ежегодное расширение и восстановление леса', - categoryYear: 'Категория - Год', - annualForestExpansionAndRegeneration1000ha: 'Ежегодное расширение и восстановление леса (1000 га)', - expansionOfForestArea: 'Расширение площади леса', - regenerationOfForestArea: 'Восстановление площади леса', - afforestation: 'Расширение: лесоразведение', - afforestationExpansion: 'Лесоразведение', - natural_expansion: 'Расширение: естественное расширение', - naturalExpansion: 'Естественное расширение', - natural_regeneration: 'Восстановление: естественное восстановление', - naturalRegeneration: 'Естественное восстановление', - planting_and_seeding: 'Восстановление: посадка насаждений и посев семян', - plantingAndSeeding: 'Посадка насаждений и посев семян', - coppice: 'Восстановление: порослевое возобновление', - coppiceRegeneration: 'Порослевое возобновление', - forest: 'Лес - {{year}}', - }, - - // table 4.3a - naturalness: { - naturalness: 'Естественность', - categoryYear: 'Категория - Год', - area1000ha: 'Площадь (1000 га)', - undisturbed_by_man: 'Незатронутая человеком', - semi_natural: 'Полуестественная', - plantations: 'Плантации', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 4.3b - naturalnessBySubclasses: { - naturalnessBySubclasses: 'Естественность по подклассам', - categoryYear: 'Категория - Год', - area1000ha: 'Площадь (1000 га)', - semiNatural: 'Полуестественная площадь', - plantations: 'Плантации', - naturally_established: 'Полуестественные: естественно образовавшаяся', - naturallyEstablished: 'Естественно образовавшаяся', - naturalised_introduced_species: 'Полуестественные: натурализованные интродуцированные виды', - naturalisedIntroducedSpecies: 'Натурализованные интродуцированные виды', - established_by_planting_and_or_seeding: 'Полуестественные: образовавшаяся путем посадки саженцев и/или посева', - establishedByPlantingAndOrSeeding: 'Образовавшаяся путем посадки саженцев и/или посева', - coppice: 'Полуестественные: роща', - coppiceSemiNatural: 'Роща', - unknown_origin: 'Полуестественные: неизвестного происхождения', - unknownOrigin: 'Неизвестного происхождения', - native_species: 'Плантации: местные виды', - nativeSpecies: 'Местные виды', - introduced_species: 'Плантации: интродуцированные виды', - introducedSpecies: 'Интродуцированные виды', - forest: 'Лес - {{year}}', - }, - - // table 4.4a - introducedTreeSpecies: { - introducedTreeSpecies: 'Площадь насаждений с доминирующими интродуцированными видами деревьев', - categoryYear: 'Категория - Год', - areaOfStandsDominatedByIntroducedTreeSpecies1000ha: - 'Площадь насаждений с доминирующими интродуцированными видами деревьев (1000 га)', - total: 'Всего', - _of_which_invasive: '… в т. ч: инвазивные', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 4.4b - introducedTreeSpecies4_4b: { - introducedTreeSpecies4_4b: 'Интродуцированные виды деревьев', - category: 'Категория', - scientificNameOfIntroducedTreeSpecies: 'Научное название интродуцированного вида деревьев', - forestAreaOccupied1000Ha: 'Занятая площадь леса (1000 га)', - _01: 'Интродуцированный вид деревьев 1', - _02: 'Интродуцированный вид деревьев 2', - _03: 'Интродуцированный вид деревьев 3', - _04: 'Интродуцированный вид деревьев 4', - _05: 'Интродуцированный вид деревьев 5', - _06: 'Интродуцированный вид деревьев 6', - _07: 'Интродуцированный вид деревьев 7', - _08: 'Интродуцированный вид деревьев 8', - _09: 'Интродуцированный вид деревьев 9', - _10: 'Интродуцированный вид деревьев 10', - _11: 'Интродуцированный вид деревьев 11', - _12: 'Интродуцированный вид деревьев 12', - _13: 'Интродуцированный вид деревьев 13', - _14: 'Интродуцированный вид деревьев 14', - _15: 'Интродуцированный вид деревьев 15', - _16: 'Интродуцированный вид деревьев 16', - _17: 'Интродуцированный вид деревьев 17', - _18: 'Интродуцированный вид деревьев 18', - _19: 'Интродуцированный вид деревьев 19', - _20: 'Интродуцированный вид деревьев 20', - scientific_name_of_introduced_tree_species: 'Научное название интродуцированного вида деревьев', - forest_area_occupied_2005: 'Занятая площадь леса (1000 га) - 2005', - forest_area_occupied_2010: 'Занятая площадь леса (1000 га) - 2010', - forest_area_occupied_2015: 'Занятая площадь леса (1000 га) - 2015', - }, - - // table 4.4c - invasiveTreeSpecies: { - invasiveTreeSpecies: 'Инвазивные виды деревьев', - category: 'Категория', - scientificNameOfInvasiveTreeSpecies: 'Научное название инвазивного вида деревьев', - forestAreaAffected1000Ha: 'Пораженная площадь леса (1000 га)', - _01: 'Инвазивный вид деревьев 1', - _02: 'Инвазивный вид деревьев 2', - _03: 'Инвазивный вид деревьев 3', - _04: 'Инвазивный вид деревьев 4', - _05: 'Инвазивный вид деревьев 5', - _06: 'Инвазивный вид деревьев 6', - _07: 'Инвазивный вид деревьев 7', - _08: 'Инвазивный вид деревьев 8', - _09: 'Инвазивный вид деревьев 9', - _10: 'Инвазивный вид деревьев 10', - _11: 'Инвазивный вид деревьев 11', - _12: 'Инвазивный вид деревьев 12', - _13: 'Инвазивный вид деревьев 13', - _14: 'Инвазивный вид деревьев 14', - _15: 'Инвазивный вид деревьев 15', - _16: 'Инвазивный вид деревьев 16', - _17: 'Инвазивный вид деревьев 17', - _18: 'Инвазивный вид деревьев 18', - _19: 'Инвазивный вид деревьев 19', - _20: 'Инвазивный вид деревьев 20', - scientific_name_of_invasive_tree_species: 'Научное название инвазивного вида деревьев', - forest_area_affected_2005: 'Пораженная площадь леса (1000 га) - 2005', - forest_area_affected_2010: 'Пораженная площадь леса (1000 га) - 2010', - forest_area_affected_2015: 'Пораженная площадь леса (1000 га) - 2015', - }, - - // table 4.5 - deadwood: { - deadwood: 'Мертвая древесина', - categoryYear: 'Категория - Год', - volumeOfDeadwoodM3Ha: 'Запас мертвой древесины (м³/га)', - total: 'Всего', - standing: 'Сухостой', - lying: 'Валеж', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - volumeOfDeadwoodInFOWLBySpeciesGroups: - 'Запас мертвой древесины в лесе и прочей лесопокрытой земле по группам пород', - coniferous: 'Хвойные - {{year}}', - broadleaved: 'Лиственные - {{year}}', - }, - - // table 4.8 - threatenedForestSpecies: { - threatenedForestSpecies: 'Лесные виды под угрозой исчезновения', - categoryYear: 'Категория - Год', - threatenedForestSpeciesCol: 'Лесные виды под угрозой исчезновения', - absoluteNumber: 'Абсолютное количество', - total_of_taxa: 'Всего таксоны', - vulnerable: 'Уязвимые', - endangered: 'Находящиеся в опасности', - critically_endangered: 'Находящиеся в критической опасности', - extinct_in_the_wild: 'Вымершие в естественной среде', - trees: 'Деревья - {{year}}', - birds: 'Птицы - {{year}}', - mammals: 'Млекопитающие - {{year}}', - other_vertebrates: 'Другие позвоночные - {{year}}', - invertebrates: 'Беспозвоночные - {{year}}', - vascular_plants: 'Сосудистые растения - {{year}}', - cryptogams_and_fungi: 'Споровые растения и грибки - {{year}}', - }, - - // table 4.9 - protectedForests: { - protectedForests: 'Охраняемые леса', - categoryYear: 'Категория - Год', - ha1000: '1000 га', - mcpfe_class_1_1: 'MCPFE Класс 1.1', - mcpfe_class_1_2: 'MCPFE Класс 1.2', - mcpfe_class_1_3: 'MCPFE Класс 1.3', - mcpfe_class_2: 'MCPFE Класс 2', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 5.1 - protectiveForestsSoilWaterAndOtherEcosystemFunctions: { - protectiveForestsSoilWaterAndOtherEcosystemFunctions: - 'Защитные леса – почва, вода и другие экосистемные функции; инфраструктура и управляемые природные ресурсы', - categoryYear: 'Категория - Год', - protectiveForestsMCPFEClass31000ha: 'Защитные леса – класс 3 MCPFE (1000 гa)', - soil_water_and_other_forest_ecosystem_functions: 'Почва, вода и другие лесные экосистемные функции', - infrastructure_and_managed_natural_resources: 'Инфраструктура и управляемые природные ресурсы', - total: 'Всего', - forest: 'Лес - {{year}}', - other_wooded_land: 'Прочая лесопокрытая земля - {{year}}', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 6.1 - forestHoldings: { - forestHoldings: 'Лесовладения', - categoryYear: 'Категория - Год', - areaAndNumberOfForestHoldingsInSizeClasses: 'Площадь и кол-во лесовладений, классифицированные по размеру', - less10ha: '≤ 10 га', - _11_500ha: '11 - 500 га', - more500ha: '≥ 500 га', - total_forest_area: 'Всего площадь леса (1000 га)', - total_number_of_holdings: 'Всего кол-во лесовладений', - less_10_ha_area: '≤ 10 га: площадь (1000 га)', - less_10_ha_number: '≤ 10 га: кол-во лесовладений', - _11_500_ha_area: '11 - 500 га: площадь (1000 га)', - _11_500_ha_number: '11 - 500 га: кол-во лесовладений', - more_500_ha_area: '≥ 500 га: площадь (1000 га)', - more_500_ha_number: '≥ 500 га: кол-во лесовладений', - area1000Ha: 'Площадь (1000 га)', - numberOfHoldings: 'Кол-во лесовладений', - in_public_ownership: 'В общественной собственности - {{year}}', - in_private_ownership: 'В частной собственности - {{year}}', - other_types_of_ownership_unknown: 'Другие типы собственности / Неизвестно - {{year}}', - }, - - // table 6.2 - grossValueAdded: { - grossValueAdded: 'Валовая добавленная стоимость', - categoryYear: 'Категория - Год', - grossValueAddedCol: 'Валовая добавленная стоимость', - million_national_currency: 'Миллион единиц национальной валюты', - percent_of_total_gva: '% всей ВДС', - forestry: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: - 'Производство древесины и изделий из древесины (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: 'Производство бумаги и бумажной продукции (ISIC/NACE 17) - {{year}}', - }, - - // table 6.3 - factorIncomeAndEntrepreneurialIncome: { - factorIncomeAndEntrepreneurialIncome: 'Доход от факторов производства и предпринимательский доход', - categoryYear: 'Категория - Год', - millionNationalCurrency: 'Миллион единиц национальной валюты', - factor_income: 'Доход от факторов производства', - net_operating_surplus: 'Чистый предпринимательский доход', - forestry: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - }, - - // table 6.4a - totalGrossFixedCapitalFormationInForestsAndForestry: { - totalGrossFixedCapitalFormationInForestsAndForestry: - 'Валовое накопление основного капитала в лесах и лесном хозяйстве', - categoryYear: 'Категория - Год', - grossFixedCapitalFormationMillionNationalCurrency: 'Валовое накопление основного капитала (млн ед. нац. валюты)', - plantingOfTreesToProvideRegularIncome: 'Посадка деревьев для обеспечения регулярного дохода', - equipmentAndBuildings: 'Оборудование и здания', - otherGrossFixedCapitalFormation: 'Прочее валовое накопление основного капитала', - total: 'Всего', - forestry_isic_nace_02: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - planting_of_trees_to_provide_regular_income: 'Посадка деревьев для обеспечения регулярного дохода', - equipment_and_buildings: 'Оборудование и здания', - other_gross_fixed_capital_formation: 'Прочее валовое накопление основного капитала', - }, - - // table 6.4b - totalFixedCapitalConsumptionInForestsAndForestry: { - totalFixedCapitalConsumptionInForestsAndForestry: - 'Общее потребление основного капитала в лесах и лесном хозяйстве', - categoryYear: 'Категория - Год', - fixedCapitalConsumptionMillionNationalCurrency: 'Потребление основного капитала (млн ед. нац. валюты)', - fixed_capital_consumption: 'Потребление основного капитала', - forestry_isic_nace_02: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - }, - - // table 6.4c - totalCapitalTransfersInForestsAndForestry: { - totalCapitalTransfersInForestsAndForestry: 'Общие капитальные трансферты в лесах и лесном хозяйстве', - categoryYear: 'Категория - Год', - capitalTransfersMillionNationalCurrency: 'Капитальные трансферты (млн ед. нац. валюты)', - capital_transfers: 'Капитальные трансферты', - forestry_isic_nace_02: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - }, - - // table 6.5a - employmentByGenderAndAge: { - employmentByGenderAndAge: 'Занятость по полу и возрасту', - categoryYear: 'Категория - Год', - total: 'Всего', - gender: 'Пол', - ageGroup: 'Возрастная группа', - male: 'Мужской', - female: 'Женский', - _15_49: '15-49', - _50_: '50+', - _1000Persons: '1000 человек', - forestry: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: - 'Производство древесины и изделий из древесины (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: 'Производство бумаги и бумажной продукции (ISIC/NACE 17) - {{year}}', - gender_male: 'Пол: мужской', - gender_female: 'Пол: женский', - age_group_15_49: 'Возрастная группа: 15-49', - age_group_50_plus: 'Возрастная группа: 50+', - }, - - // table 6.5b - employmentByEducationAndJobCharacteristics: { - employmentByEducationAndJobCharacteristics: 'Занятость по образованию и характеристикам работы', - categoryYear: 'Категория - Год', - education: 'Образование (Категории МСКО 1997)', - jobCharacteristics: 'Характеристики работы', - _0_2: '0-2', - _3_4: '3-4', - _5_6: '5-6', - _1000Persons: '1000 человек', - education_0_2: 'Образование (Категории МСКО 1997): 0-2', - education_3_4: 'Образование (Категории МСКО 1997): 3-4', - education_5_6: 'Образование (Категории МСКО 1997): 5-6', - employees: 'Характеристики работы: работники', - employeesJobCharacteristics: 'Работники', - self_employed: 'Характеристики работы: самозанятые', - selfEmployed: 'Cамозанятые', - forestry: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: - 'Производство древесины и изделий из древесины (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: 'Производство бумаги и бумажной продукции (ISIC/NACE 17) - {{year}}', - }, - - // table 6.6 - occupationalAccidents: { - occupationalAccidents: 'Несчастные случаи на производстве', - categoryYear: 'Категория - Год', - fatalOccupationalAccidents: 'Несчастные случаи с летальным исходом', - nonFatalOccupationalAccidents: 'Несчастные случаи без летального исхода', - number: 'Число', - annualRatePer1000Workers: 'Среднее число на 1000 рабочих', - fatal_occupational_accidents_number: 'Несчастные случаи с летальным исходом: число', - fatal_occupational_accidents_per_1000_workers: - 'Несчастные случаи с летальным исходом: среднее число на 1000 рабочих', - non_fatal_occupational_accidents_number: 'Несчастные случаи без летального исхода: число', - non_fatal_occupational_accidents_per_1000_workers: - 'Несчастные случаи без летального исхода: среднее число на 1000 рабочих', - forestry_isic_nace_02: 'Лесное хозяйство (ISIC/NACE 02) - {{year}}', - }, - - // table 6.7 - woodConsumption: { - woodConsumption: 'Потребление древесины', - category: 'Категория', - woodConsumption1000M3RWE: 'Потребление древесины (1000 м³ эквивалента круглого леса)', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - wood_consumption: 'Потребление древесных продуктов', - }, - - // table 6.8 - tradeInWood: { - tradeInWood: 'Торговля древесиной', - category: 'Категория', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - exports_of_forest_products_quantity: 'Экспорт древесных продуктов (млн м³ эквивалента круглого леса)', - exports_of_forest_products_value: 'Экспорт древесных продуктов (млн евро/ЭКЮ)', - imports_of_forest_products_quantity: 'Импорт древесных продуктов (млн м³ эквивалента круглого леса)', - imports_of_forest_products_value: 'Импорт древесных продуктов (млн евро/ЭКЮ)', - }, - - // table 6.9 - totalEnergySupplyFromWood: { - totalEnergySupplyFromWood: 'Всего энергии из древесины', - category: 'Категория', - tj: 'ТДж', - _1000_metric_tonnes_dry_matter: '1000 метрических тонн сухого вещества', - total_primary_energy_supply: 'Всего первичной энергии', - total_renewable_energy_supply: 'Всего возобновляемой энергии', - total_energy_supply_from_wood: 'Всего энергии из древесины:', - energy_from_direct_wood_fibre_sources: '- Энергия из источников прямого древесного волокна:', - of_which_from_forests: 'в т.ч. с лесов:', - of_which_from_other_wooded_land: 'в т. ч. с прочих лесопокрытых земель и других земель (деревья вне лесов):', - energy_from_co_products: - '- Энергия из побочных продуктов и древесных отходов деревообрабатывающей промышленности:', - of_which_solid_residues: - 'в т. ч. твердые отходы (щепа, стружка, древесные отходы, кора, исключая топливо из переработанной древесины):', - energy_from_processed_wood_based_fuels: - '- Энергия от топлива из переработанной древесины (древесные гранулы, брикеты, древесный уголь):', - of_which_imported: 'в т. ч. импортируемая', - energy_from_post_consumer_recovered_wood: '- Энергия от бывшей в употреблении рекуперированной древесины', - energy_from_unknown_unspecified_sources: '- Энергия из неизвестных/неуказанных источников', - tj_2007: '2007: ТДж', - tj_2009: '2009: ТДж', - tj_2011: '2011: ТДж', - tj_2013: '2013: ТДж', - tj_2015: '2015: ТДж', - _1000_metric_tonnes_dry_matter_2007: '2007: 1000 метрических тонн сухого вещества', - _1000_metric_tonnes_dry_matter_2009: '2009: 1000 метрических тонн сухого вещества', - _1000_metric_tonnes_dry_matter_2011: '2011: 1000 метрических тонн сухого вещества', - _1000_metric_tonnes_dry_matter_2013: '2013: 1000 метрических тонн сухого вещества', - _1000_metric_tonnes_dry_matter_2015: '2015: 1000 метрических тонн сухого вещества', - }, - - // table 6.10a - accessibilityForRecreation: { - accessibilityForRecreation: 'Доступность для рекреации', - categoryYear: 'Категория - Год', - areaAvailableForPublicRecreation: 'Площадь с общественным доступом в рекреационных целях', - total1000Ha: 'Всего (1000 га)', - _oftotal: '% от общей площади', - areaPrimarilyDesignatedOrManagedForPublicRecreation: - 'Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации', - area_available_for_public_recreation_total: - 'Площадь с общественным доступом в рекреационных целях: всего (1000 га)', - area_available_for_public_recreation_percent: - 'Площадь с общественным доступом в рекреационных целях: % от общей площади', - area_designated_or_managed_for_public_recreation_total: - 'Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации: всего (1000 га)', - area_designated_or_managed_for_public_recreation_percent: - 'Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации: % от общей площади', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - }, - - // table 6.10b - intensityOfUse: { - intensityOfUse: 'Интенсивность использования', - categoryYear: 'Категория - Год', - annualNumberOfVisitsMillion: 'Ежегодное число посещений (млн)', - areaAvailableForPublicRecreation: 'Площадь с общественным доступом в рекреационных целях', - areaPrimarilyDesignatedAndOrManagedForPublicRecreation: - 'Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации', - total_forest_and_other_wooded_land: 'Всего лес и прочая лесопокрытая земля - {{year}}', - area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях', - area_designated_and_or_managed_for_public_recreation: - 'Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации', - }, - - // table 6.10c - recreationFacilities: { - recreationFacilities: 'Рекреационные объекты', - categoryYear: 'Категория - Год', - forestRoadsAndPathsAvailableForPublicRecreation: - 'Лесные дороги и тропы, доступные для общественных рекреационных целей', - _ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc: - '… в т. ч. предназначенные для походов, езды на велосипеде, беговых лыжах, и т.д.', - facilityLengthIn1000Km: 'Объект (протяжённость в 1000 км)', - area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях - {{year}}', - forest_roads_and_paths_available_for_public_recreation: - 'Лесные дороги и тропы, доступные для общественных рекреационных целей', - _of_which_designated_for_hiking_biking_cross_country_skiing_etc: - '… в т. ч. предназначенные для походов, езды на велосипеде, беговых лыжах, и т.д.', - }, - - // table 6.10d - otherRecreationFacilitiesPilotReporting2015: { - otherRecreationFacilitiesPilotReporting2015: - 'Другие объекты для рекреации - экспериментальная отчетность (2015 год)', - category: 'Категория', - facility: 'Объект', - measurement_unit: 'Единица измерения', - extent_multiplicity: 'Протяженность / многочисленность', - facility_category: 'Категория объекта', - no1_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 1', - no2_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 2', - no3_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 3', - no4_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 4', - no5_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 5', - no6_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 6', - no7_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 7', - no8_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 8', - no9_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 9', - no10_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 10', - no11_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 11', - no12_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 12', - no13_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 13', - no14_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 14', - no15_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 15', - no16_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 16', - no17_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 17', - no18_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 18', - no19_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 19', - no20_area_available_for_public_recreation: 'Площадь с общественным доступом в рекреационных целях 20', - }, - }, -} diff --git a/src/i18n/resources/ru/other.json b/src/i18n/resources/ru/other.json new file mode 100644 index 0000000000..151242a23f --- /dev/null +++ b/src/i18n/resources/ru/other.json @@ -0,0 +1,1517 @@ +{ + "fileDrop": { + "dropFilesHere": "Загрузить файлы", + "dragAndDropOrClick": "Переместите некоторые файлы сюда или нажмите для выбора файлов" + }, + "language": { + "en": "English", + "es": "Español", + "fr": "Français", + "ru": "Русский", + "ar": "العربية", + "zh": "中文" + }, + "home": { + "keyFindings": "Общая площадь лесов в мире составляет 4,06 млрд гектаров (га), или 31 процент от общей площади суши. Это значит, что на душу населения приходится по 0,52 га, однако леса неравномерно распределены между народами и регионами мира. Наибольшая часть лесов (45 процентов) находится в тропическом поясе, далее следуют бореальный, умеренный и субтропический пояса." + }, + "footer": { + "contactUs": "Связь с нами", + "termsAndConditions": "Положения и условия", + "scamAlert": "Опасайтесь мошенников", + "reportMisconduct": "Сообщить о нарушении", + "tutorials": "Видео", + "sendFeedback": "Направить отзыв", + "licenses": "Лицензирование", + "platformVersion": "Версия платформы" + }, + "disclaimer": { + "statisticalFactsheets": "Оговорка: может содержать оценки ФАО, может содержать отсутствующие значения", + "part1": "Этот веб-сайт был создан при содействии ", + "europeanUnion": "Европейского союза", + "part2": ", ", + "govFinland": "правительства Финляндии", + "part3": " и ", + "govNorway": "правительства Норвегии", + "part4": " и ", + "gef": "Фонда глобальной окружающей среды", + "part5": ". Его содержание является исключительной обязанностью ФАО и никоим образом не может рассматриваться как отражающее мнения Европейского союза, правительства Финляндии, правительства Норвегии и Фонда глобальной окружающей среды.", + "termsOfUse": "Условия использования статистических баз данных" + }, + "unit": { + "haThousand": "1 000 га", + "ha": "га", + "kmSq": "кв. км (км²)", + "mileSq": "кв. миль", + "acre1000": "1 000 акров", + "acre": "акр", + "haMillion": "млн га", + "haThousandPerYear": "1 000 га/год", + "tonnesPerHa": "тонн/га", + "cubicMeterPerHa": "м³/га", + "millionTonnes": "млн метрических тонн", + "millionsCubicMeterOverBark": "млн м³ с корой", + "thousandCubicMeterOverBark": "1 000 м³ с корой", + "billionCubicMeter": "млрд м³", + "thousandCubicMeter": "1 000 м³", + "thousandCubicMeterRWE": "1 000 м³ эквивалента круглого леса", + "thousandPersons": "1 000 человек", + "gt": "гт", + "fte1000": "1 000 ЭПЗ", + "numberOfStudents": "$t(graduationOfStudents.numberOfStudents)", + "absoluteNumber": "абсолютное количество", + "annualNumberOfVisitsMillion": "ежегодное число посещений (млн)", + "millionNationalCurrency": "млн ед. нац. валюты", + "facilityLengthIn1000Km": "объект (протяжённость в 1 000 км)", + "growingStockPercent": "% от общего запаса древостоя" + }, + "countrySelection": { + "selectCountry": "Выберите страну" + }, + "definition": { + "definitionLabel": "См. определения", + "faqLabel": "Часто задаваемые вопросы", + "seeReportingNotes": "См. Примечания к отчетам" + }, + "audit": { + "notStarted": "Не начато", + "edited": "Отредактировано" + }, + "yesNoTextSelect": { + "yes": "Да", + "no": "Нет", + "notSelected": "" + }, + "user": { + "roles": { + "REVIEWER": "Рецензент", + "NATIONAL_CORRESPONDENT": "Национальный корреспондент", + "ALTERNATE_NATIONAL_CORRESPONDENT": "Помощник национального корреспондента", + "COLLABORATOR": "Сотрудник", + "ADMINISTRATOR": "Администратор", + "noRole": "Нет сведений", + "VIEWER": "Наблюдатель", + "reviewer_plural": "Рецензенты", + "nationalCorrespondent_plural": "Национальные корреспонденты", + "alternateNationalCorrespondent_plural": "Заместители национального корреспондента", + "collaborator_plural": "Сотрудники" + }, + "resetPasswordEmail": { + "subject": "Платформа ОЛР - сменить пароль" + } + }, + "fraClass": { + "forest": "Леса", + "otherWoodedLand": "Прочие лесопокрытые земли", + "otherLand": "Другие земельные площади" + }, + "fraForestCharacteristicsClass": { + "naturallyRegeneratingForest": "Естественно возобновляемые леса", + "plantationForest": "Плантационные лесные культуры", + "ofWhichIntroduced": "…в том числе интродуцированные породы", + "otherPlantedForest": "Другие лесные культуры", + "totalForest": "Всего лесов" + }, + "fraOtherLandClass": { + "palms": "…в том числе пальмы (масличные, кокосовые, финиковые и т.д.)", + "treeOrchards": "…в том числе древесные сады (включает фруктовые, ореховые,оливковые деревья и т.д)", + "agroforestry": "…в том числе агролесоводство", + "treesUrbanSettings": "…в том числе деревья в городской среде" + }, + "userChat": { + "chatHeader": "Сообщения от {{user}}", + "noMessages": "Нет сообщений", + "writeMessage": "Написать сообщение…", + "send": "Отправить", + "cancel": "Отмена", + "notificationEmail": { + "subject": "{{sender}} отправил Вам сообщение", + "textMessage": "Уважаемый(ая) {{recipient}},\n\n{{sender}} отправил Вам сообщение.\n\nЗайдите на платформу по следующему адресу, чтобы просмотреть сообщение и ответить:\n{{- link}}\n\nГруппа по ОЛР\n{{- url}}\n ", + "htmlMessage": "Уважаемый(ая) {{recipient}},\n

\n{{sender}} отправил Вам сообщение.\n

\nЗайдите на платформу, чтобы просмотреть сообщение и ответить.\n

\nГруппа по ОЛР\n
\n{{- url}}\n " + } + }, + "error": { + "access": { + "countryRoleNotSpecified": "Ошибка: Пользователь {{user}} попытался получить доступ к {{countryIso}} но не была указана роль", + "countryUserNotReviewer": "Ошибка: Пользователь {{user}} попытался получить доступ к {{countryIso}} не являясь рецензентом этой страны", + "roleChangeNotAllowed": "Ошибка: Пользователь {{user}} попытался назначить роль другого пользователя {{role}}, что не разрешается вошедшему пользователю", + "invitationAlreadyUsed": "Ошибка: приглащение {{invitationUuid}} уже было использовано, захват {{loginEmail}} не разрешается!", + "countryDoesNotMatch": "Ошибка: страна{{countyryIso}}не совпадает", + "assessmentEditingNotAllowed": "Ошибка: Пользователь {{user}} в роли {{role}} не может редактировать оценку в состоянии {{assessmentStatus}} для страны {{countryIso}}", + "assessmentCommentingNotAllowed": "Ошибка: Пользователь {{user}} в роли {{role}} не может комментировать оценку в состоянии {{assessmentStatus}} для страны {{countryIso}}", + "userNotAdministrator": "Ошибка: пользователь {{user}} попытался получить доступ к ресурсу, доступному только для администраторов", + "userAlreadyAddedToCountry": "Ошибка: пользователь {{user}} уже добавлен к стране {{sturniso}}" + }, + "assessment": { + "transitionNotAllowed": "Ошибка: Переход от {{currentStatus}} к {{status}} не разрешается для роли {{role}}", + "deskStudyNotAllowed": "Ошибка: Только администратор может изменять статус кабинетного исследования" + }, + "review": { + "commentDeleteNotOwner": "Ошибка: Пользователь {{user}} попытался удалить чужой комментарий", + "commentEnterResolvedIssue": "Ошибка: Пользователь {{user}} попытался добавить комментарий к разрешенной проблеме" + }, + "ndp": { + "previousNdpNotFound": "Невозможно найти Национальные отчетные годы до до {{year}}" + } + }, + "countryListing": { + "annuallyUpdated": "Ежегодно обновляется", + "fra2020": "ОЛР-2020" + }, + "navigation": { + "hideAll": "Скрыть все", + "showAll": "Показать все", + "support": { + "dontDelete": "Системная информация, просьба не удалять", + "feedbackEmailSubject": "Обратная связь с платформой ОЛР", + "platformVersion": "Версия платформы", + "userAgent": "Агент пользователя", + "user": "Пользователь", + "manageCollaborators": "Координировать сотрудников" + }, + "sectionHeaders": { + "introduction": "Введение", + "forestExtentCharacteristicsAndChanges": "Площадь лесов, характеристики и изменения", + "forestGrowingStockBiomassAndCarbon": "Запас древостоя, биомасса и углерод", + "forestDesignationAndManagement": "Назначение лесов и управление лесами", + "forestOwnershipAndManagementRights": "Права собственности на леса и права управления лесами", + "forestDisturbances": "Нарушения лесов", + "forestPolicyAndLegislation": "Лесохозяйственная политика и законодательство", + "employmentEducationAndNwfp": "Занятость, образование и НДЛП", + "sustainableDevelopment": "Цель устойчивого развития 15", + "panEuropeanIndicators": "Общеевропейские индикаторы" + }, + "cancel": "Отмена", + "changeStatusTextPlaceholder": "Добавить комментарий по выбору", + "doNotNotifyUsers": "Не уведомлять пользователей", + "notifySelf": "Отправить копию самому себе" + }, + "header": { + "editProfile": "Редактировать профиль", + "logout": "Выход", + "hideSidebar": "Скрыть боковую панель", + "showSidebar": "Показать боковую панель", + "autoSave": { + "saving": "Сохранение…", + "complete": "Все изменения сохранены", + "lastSaveTimestampReceived": "Последний раз отредактировано " + } + }, + "time": { + "hour": "{{count}} час назад", + "hour_0": "{{count}} час назад", + "hour_1": "{{count}} часа назад", + "hour_2": "{{count}} часов назад", + "day": "{{count}} день назад", + "day_0": "{{count}} день назад", + "day_1": "{{count}} дня назад", + "day_2": "{{count}} дней назад", + "week": "{{count}} неделю назад", + "week_0": "{{count}} неделю назад", + "week_1": "{{count}} недели назад", + "week_2": "{{count}} недель назад", + "aMomentAgo": "минуту назад", + "hour_plural": "{{count}} несколько часов назад", + "day_plural": "{{count}} несколько дней назад", + "week_plural": "{{count}} Несколько недель назад" + }, + "review": { + "comments": "Комментарии", + "noComments": "Нет комментариев", + "resolve": "Разрешить", + "confirmDelete": "Удалить этот комментарий? Его невозможно будет восстановить.", + "commentDeleted": "Комментарий удален", + "commentMarkedAsResolved": "Помечен как разрешенный", + "delete": "Удалить", + "writeComment": "Написать комментарий…", + "commentingClosed": "Комментирование закрыто", + "cancel": "Отмена", + "loading": "Загрузка" + }, + "description": { + "edit": "Редактировать", + "done": "Готово", + "loading": "Загрузка содержимого…", + "description": "Описание", + "dataSourcesTitle": "Источники данных, исходные данные и национальная классификация и определения", + "generalCommentsTitle": "Комментарии", + "dataSources": "Источники данных", + "dataSourcesPlus": "Источники данных + вид источника данных, например, НИЛ и т.д.", + "originalData": "Исходные данные", + "nationalClassificationAndDefinitions": "Национальная классификация и определения", + "nationalData": "Национальные данные", + "analysisAndProcessing": "Анализ и обработка национальных данных", + "estimationAndForecasting": "Оценка и прогнозирование", + "reclassification": "Реклассификация в категории ОЛР-{{cycleName}}" + }, + "userManagement": { + "manageCollaborators": "Координировать сотрудников", + "loginEmail": "Логин", + "noUsers": "Сотрудники не добавлены", + "placeholder": "Выбрать…", + "remove": "Удалить", + "done": "Готово", + "edit": "Редактировать", + "addUser": "Добавить сотрудника", + "formErrors": "Просьба исправить ошибки в формуляре.", + "insufficientPrivileges": "Недостаточно полномочий", + "confirmDelete": "Удалить {{user}}?", + "allUsers": "Все сотрудники", + "info": "Информация", + "tableAccess": "Доступ к таблице", + "invitationLink": "Ссылка на приглашение", + "inviteAgain": "Пригласить заново", + "sendInvitation": "Направить приглашение по электронной почте", + "invitationEmail": { + "subject": "Приглашение на платформу ОЛР", + "textMessage": "Уважаемый(ая) {{invitedUser}},\n\nВас пригласили на платформу ОЛР в качестве {{role}} для {{country}}.\n\nПримите это приглашение и зайдите на платформу по следующему адресу:\n{{- link}}\n\nУспехов в работе!\n\nГруппа по ОЛР fra@fao.org\n{{- url}}\n ", + "htmlMessage": "Уважаемый(ая) {{invitedUser}},\n

\nВас пригласили на платформу ОЛР в качестве {{role}} для {{country}}.\n

\nПримите это приглашение и зайдите на платформу\n

\nУспехов в работе!\n

\nГруппа по ОЛР fra@fao.org\n
\n{{- url}}\n " + }, + "editPermissions": "Изменить разрешения", + "invitationDeleted": "Приглашение было удалено", + "invitationEmailSent": "Письмо с приглашением было отправлено", + "permissions": "Разрешения", + "personalInfoRequired": "Пожалуйста, заполните вашу личную информацию, прежде чем продолжить", + "userAdded": "{{email}} был добавлен", + "userModified": "{{user}} был изменен", + "permissionNames": { + "tableData": "Данные таблицы", + "descriptions": "Описания" + }, + "invitationLinkCopied": "Ссылка на приглашение была скопирована" + }, + "contactPersons": { + "all": "$t(common.all)", + "reportPreparationAndContactPersons": "Подготавливающие доклад и контактные лица", + "contactPersons": "Введение", + "contactPersonsSupport": "Настоящий доклад был подготовлен следующим(и) лицом(-ами)", + "introductoryText": "Вступительный текст", + "introductoryTextSupport": "Вставьте вступительный текст о содержании данного доклада", + "firstName": "Имя", + "lastName": "Фамилия", + "institution": "Учреждение/адрес", + "email": "Электронная почта", + "tables": "Таблицы", + "none": "Ни одна" + }, + "extentOfForest": { + "extentOfForest": "Площадь лесов и прочих лесопокрытых земель", + "estimationAndForecasting": "Оценка и прогнозирование", + "categoryHeader": "Категории ОЛР", + "forestArea": "Леса", + "chart": { + "placeholderLine1": "Чтобы начать, добавьте новые национальные отчетные годы и используйте", + "placeholderLine2": "их для получения значений ОЛР автоматически." + }, + "otherLandCategories": "Категории других земельных площадей", + "ofWhichPalms": "…в том числе пальмы (масличные, кокосовые, финиковые и т.д.)", + "ofWhichTreeOrchards": "…в том числе древесные сады (вкл. фруктовые, ореховые, оливковые и т.д.)", + "ofWhichAgroforestry": "…в том числе агролесоводство", + "ofWhichTreesUrbanSettings": "…в том числе деревья в городской среде", + "totalLandArea": "Общая площадь земель", + "fedAreasExceedTotalLandArea": "Площадь лесов и прочих лесопокрытых земель превышает общую площадь земель", + "forestAreaDoesNotMatchPreviouslyReported": "Площадь лесов не совпадает с площадью ОЛР-{{year}}: {{previous}}", + "useOriginalDataPoints": "Использовать национальные отчетные годы", + "dontUseOriginalDataPoints": "Не использовать национальные отчетные годы", + "whatIsThis": "Что это такое?", + "tableNoticeMessage": "Данные ФАОСТАТ о площади земель за 2015 год используются для всех отчетных лет", + "ndpMissingValues": "Национальный отчетный год имеет отсутствующие значения", + "showNDPs": "Показать национальные отчетные годы", + "hideNDPs": "Скрыть национальные отчетные годы", + "forestAreaNetChangeDoesNotMatch": "Изменение сети лесов не соответствует ожидаемому значению: {{value}}" + }, + "climaticDomain": { + "climaticDomain": "Климатическая зона", + "percentOfForestArea2015": "% площади лесов 2015", + "percentOfForestArea2015Override": "Переопределить значение", + "selectDefault": "По умолчанию", + "boreal": "Бореальная", + "temperate": "Умеренная", + "subtropical": "Субтропическая", + "sub_tropical": "$t(climaticDomain.subtropical)", + "tropical": "Тропическая" + }, + "forestCharacteristics": { + "forestCharacteristics": "Характеристики лесов", + "estimationAndForecasting": "Оценка и прогнозирование", + "categoryHeader": "Категории ОЛР", + "naturalForestArea": "Естественно возобновляемые леса", + "plantationForestArea": "Плантационные лесные культуры", + "plantationForestIntroducedArea": "…в том числе интродуцированные породы", + "otherPlantedForestArea": "Другие лесные культуры", + "plantedForest": "Лесные культуры", + "totalForestArea": "Общая площадь лесов", + "total": "Итого", + "useOriginalDataPoints": "Использовать национальные отчетные годы", + "dontUseOriginalDataPoints": "Не использовать национальные отчетные годы" + }, + "tableWithOdp": { + "confirmGenerateFraValues": "Переопределить существующие значения?", + "generateFraValues": "Получить значения", + "linearExtrapolation": "Линейная экстраполяция", + "repeatLastExtrapolation": "Повторять последнее значение", + "annualChangeExtrapolation": "Годовое изменение", + "placeholderFuture": "Будущее", + "placeholderPast": "Прошлое", + "copyToClipboard": "Скопировать значения", + "placeholderSelect": "Оценка и прогнозирование", + "_1000haYear": "1000 га/год", + "generatingFraValues": "Генерируется ..." + }, + "forestAreaChange": { + "forestAreaChange": "Годовое расширение лесов, обезлесение и чистое изменение", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь лесов (1000 га/год)", + "forestExpansion": "Расширение лесов", + "ofWhichAfforestation": "…в том числе лесоразведение", + "ofWhichNaturalExpansion": "…в том числе естественное расширение лесов", + "deforestation": "Обезлесение", + "forestAreaNetChange": "Чистое изменение площади лесов", + "netChangeDoesNotMatch": "Не совпадает с Чистым изменением лесной площади", + "forestAreaNetChangeFrom1a": "Чистое изменение площади лесов рассчитано на основе таблицы 1а" + }, + "annualReforestation": { + "annualReforestation": "Ежегодное лесовосстановление", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь лесов (1000 га/год)", + "reforestation": "Лесовосстановление" + }, + "specificForestCategories": { + "specificForestCategories": "Девственные леса и специальные категории лесов", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь (1000 га)", + "bamboo": "Бамбуковые леса", + "mangroves": "Мангровые леса", + "temporarilyUnstocked": "Временно обезлесенные и/или недавно возобновленные", + "primaryForest": "Девственные леса", + "exceedsNaturallyRegeneratingForest": "Превышает естественно возобновляемые леса (1b)", + "rubberWood": "Каучуковые деревья" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover": "Другие лесистые земли", + "areaUnitLabel": "Площадь (1000 га)", + "categoryHeader": "Категории ОЛР", + "palms": "Пальмы", + "treeorchards": "Древесные сады", + "agroforestry": "Агролесоводство", + "treesinurbansettings": "Деревья в городской среде", + "total": "Итого", + "otherLandArea": "Другие земельные площади", + "other": "$t(common.otherSpecifyInComments)" + }, + "growingStock": { + "growingStock": "Запас древостоя", + "supportText": "Просьба убедиться, что Вы ввели данные в таблицах 1a и 1b перед редактированием данной таблицы", + "categoryHeader": "Категории ОЛР", + "avgTableHeader": "Запас древостоя м³/га (с корой)", + "totalTableHeader": "Общий запас древостоя (млн. м³ с корой)", + "naturallyRegeneratingForest": "Естественно возобновляемые леса", + "plantedForest": "Лесные культуры", + "plantationForest": "…в том числе плантационные лесные культуры", + "otherPlantedForest": "…в том числе другие лесные культуры", + "forest": "Леса", + "otherWoodedLand": "Прочие лесопокрытые земли", + "copyToClipboard": "Скопировать значения" + }, + "growingStockComposition": { + "native": "Местные", + "introduced": "Интродуцированные", + "growingStockComposition": "Состав древостоя", + "forestGrowingStockComposition": "$t(growingStockComposition.growingStockComposition)", + "categoryHeader": "Категории ОЛР", + "nativeTreeSpecies": "Местные древесные породы", + "introducedTreeSpecies": "Интродуцированные древесные породы", + "areaUnitLabel": "Запас древостоя (млн. м³ с корой)", + "scientificName": "Научное название", + "commonName": "Общее название", + "rank": "#{{idx}} Классифицированы по объему", + "remainingNative": "Остальные местные древесные породы ", + "remainingIntroduced": "Остальные интродуцированные древесные породы ", + "totalNative": "Общий объем местных древесных пород", + "totalIntroduced": "Общий объем интродуцированных древесных пород", + "totalGrowingStock": "Общий запас древостоя", + "rankingYear": "Год классификации 2015" + }, + "biomassStock": { + "biomassStock": "Запас биомассы", + "categoryHeader": "Категории ОЛР", + "tableHeader": "Лесная биомасса (тонн/га)", + "aboveGround": "Надземная биомасса", + "belowGround": "Подземная биомасса", + "deadWood": "Мертвая древесина", + "downloadExcel": "Скачать калькулятор excel" + }, + "carbonStock": { + "carbonStock": "Запас углерода", + "categoryHeader": "Категории ОЛР", + "tableHeader": "Лесной запас углерода (тонн/га)", + "carbonAboveGroundBiomass": "Углерод в надземной биомассе", + "carbonBelowGroundBiomass": "Углерод в подземной биомассе", + "carbonDeadwood": "Углерод в мертвой древесине", + "carbonLitter": "Углерод в лесном опаде", + "carbonSoil": "Почвенный углерод", + "soilDepthHeading": "Глубина почвы (см), использованная для оценки почвенного углерода" + }, + "designatedManagementObjective": { + "designatedManagementObjective": "Назначенная цель управления лесами", + "primaryDesignatedManagementObjective": "Главная назначенная цель управления ", + "primaryDesignatedManagementObjectiveSupport": "Главная назначенная цель управления значительно важнее других целей управления. Различные главные цели управления являются *исключительными* и площади, представленные под одной главной целью управления лесами, не должны быть представлены для каких-либо других главных целей управления лесами. Сумма различных целей управления должна суммироваться в площадь лесов.", + "totalAreaWithDesignatedManagementObjective": "Общая площадь с назначенной целью управления", + "totalAreaWithDesignatedManagementObjectiveSupport": "Назначенная цель управления, вне зависимости от того, является ли она главной или нет. Различные категории назначения *не исключительны*. Поэтому данные о площадях могут представляться более одного раза, например, данные о площади лесов с главной целью управления «Многоцелевое использование» должны представляться по каждой цели управления. Следовательно, сумма различных целей управления может быть больше общей площади лесов.", + "categoryHeader": "Категории ОЛР-2020", + "areaUnitLabel": "Площадь лесов (1000 га)", + "production": "Производство", + "soilWaterProtection": "Охрана почв и водных ресурсов", + "biodiversityConservation": "Сохранение биоразнообразия", + "socialServices": "Социальные услуги", + "multipleUse": "Многоцелевое использование", + "other": "Другие виды (указать в комментариях)", + "unknown": "Отсутствует/неизвестна", + "totalForestArea": "Общая площадь лесов", + "total": "Итого" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithinProtectedAreas": "Лесные площади на охраняемых территориях и лесные площади с долгосрочным планами управления лесами", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь (1000 га)", + "header": "Лесная площадь на охраняемых территориях", + "forestAreaWithLongTermManagementPlan": "Лесная площадь с долгосрочным планом управления лесами", + "ofWhichInProtectedAreas": "…в том числе на охраняемых территориях" + }, + "forestOwnership": { + "forestOwnership": "Права собственности на леса", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь лесов (1000 га)", + "privateOwnership": "Частная собственность", + "ofWhichIndividuals": "…в том числе находящиеся в собственности отдельных лиц", + "ofWhichPrivateBusinesses": "…в том числе находящиеся в собственности частных предприятий и учреждений", + "ofWhichCommunities": "…в том числе находящиеся в собственности местных, племенных и коренных общин", + "publicOwnership": "Государственная собственность", + "otherOrUnknown": "Неизвестны/другие формы собственности (указать в комментариях)", + "totalForestArea": "Общая площадь лесов", + "total": "Итого" + }, + "holderOfManagementRights": { + "holderOfManagementRights": "Права управления государственными лесами", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь лесов (1000 га)", + "publicAdministration": "Государственная администрация", + "individuals": "Отдельные лица", + "privateBusinesses": "Частные предприятия и учреждения", + "communities": "Местные, племенные и коренные общины", + "other": "Неизвестны/другие формы прав управления лесами (указать в комментариях)", + "totalPublicOwnership": "Общая площадь в государственной собственности", + "total": "Итого", + "publicOwnershipDoesNotMatch": "Не совпадает с \"Общая площадь в государственной собственности\"" + }, + "disturbances": { + "disturbances": "Нарушения ", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь (1000 га)", + "insects": "Насекомые", + "diseases": "Болезни", + "severeWeatherEvents": "Суровые погодные явления", + "other": "$t(common.otherSpecifyInComments)", + "totalForestArea": "Общая площадь лесов", + "total": "Итого" + }, + "areaAffectedByFire": { + "areaAffectedByFire": "Площадь, пораженная пожарами", + "categoryHeader": "Категории ОЛР", + "areaUnitLabel": "Площадь (1000 га)", + "totalLandAreaAffectedByFire": "Общая земельная площадь, пораженная пожарами", + "ofWhichForest": "…в том числе леса" + }, + "degradedForest": { + "degradedForest": "Деградировавшие леса", + "doesYourCountryMonitor": "Осуществляет ли ваша страна мониторинг площади деградировавших лесов?", + "ifYes": "Если \"Да\"", + "whatIsDefinition": "Каким является национальное определение \"Деградировавшие леса\"?", + "howMonitored": "Опишите процесс мониторинга и результаты" + }, + "forestPolicy": { + "forestPolicy": "Политика, законодательство и национальная платформа для участия заинтересованных сторон в лесохозяйственной политике", + "categoryHeader": "Указать наличие", + "areaUnitLabel": "Логические значения (Да/Нет)", + "national": "Национальные", + "subnational": "Субнациональные", + "policiesSFM": "Политика, содействующая устойчивому управлению лесами", + "legislationsSFM": "Законодательные и/или нормативные акты, содействующие устойчивому управлению лесами", + "stakeholderParticipation": "Платформа, содействующая участию заинтересованных сторон в развитии лесохозяйственной политики", + "existenceOfTraceabilitySystem": "Система(-ы) отслеживания происхождения древесной продукции" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate": "Площадь постоянного лесного фонда", + "categoryHeader": "Категории ОЛР-2020", + "areaUnitLabel": "Площадь лесов (1000 га)", + "applicable": "Применимо?" + }, + "employment": { + "employment": "Занятость в лесном хозяйстве и лесозаготовке", + "average": "Среднее значение за трехлетний период", + "categoryHeader": "Категории ОЛР-2020", + "unitHeader": "Эквиваленты полной занятости (1000 ЭПЗ)", + "inForestry": "Занятость в лесном хозяйстве и лесозаготовке", + "ofWhichSilviculture": "…в том числе лесоводство и другая лесохозяйственная деятельность", + "ofWhichLogging": "…в том числе лесозаготовка", + "ofWhichGathering": "…в том числе сбор недревесной лесной продукции", + "ofWhichSupport": "…в том числе занятость во вспомогательных услугах в лесном хозяйстве", + "total": "Всего", + "female": "Женщины", + "male": "Мужчины" + }, + "graduationOfStudents": { + "graduationOfStudents": "Получение образования в сфере лесного хозяйства", + "average": "Среднее значение за трехлетний период", + "numberOfStudents": "Количество выпускников", + "fra2020Categories": "Категории ОЛР-2020", + "doctoralDegree": "Докторская степень", + "mastersDegree": "Степень магистра", + "bachelorsDegree": "Степень бакалавра", + "technicianCertificate": "Свидетельство/ диплом о профессионально-техническом образовании", + "total": "Всего", + "female": "Женщины", + "male": "Мужчины" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals": "Вывозка и стоимость недревесной лесной продукции 2015", + "nameOfProduct": "Название продукта НДЛП", + "keySpecies": "Ключевые виды", + "quantity": "Количество", + "unit": "Единица", + "value": "Стоимость (1000 единиц валюты)", + "category": "Категория НДЛП", + "plantProductsSelectHeading": "Продукты/сырье растительного происхождения", + "food": "1 Продовольствие", + "fodder": "2 Корм", + "rawMaterialForMedicine": "3 Лекарственное сырье и сырье для ароматических продуктов", + "rawMaterialForColorants": "4 Сырье для красителей и красок", + "rawMaterialForUtensils": "5 Сырье для утвари, ремесленных изделий и строительства", + "ornamentalPlants": "6 Декоративные растения", + "exudates": "7 Вытяжки", + "otherPlantProducts": "8 Другие продукты растительного происхождения", + "animalProductsSelectHeading": "Продукты/сырье животного происхождения", + "livingAnimals": "9 Живые животные", + "hidesSkins": "10 Кожевенное сырье и трофеи", + "wildHoney": "11 Дикий мед и пчелиный воск", + "wildMeat": "12 Мясо дичи", + "animalRawMaterialForMedicine": "13 Лекарственное сырье", + "animalRawMaterialForColorants": "14 Сырье для красителей", + "otherEdibleAnimalProducts": "15 Другие съедобные продукты животного происхождения", + "otherNonEdibleAnimalProducts": "16 Другие несъедобные продукты животного происхождения", + "allOtherPlantProducts": "Все остальные продукты растительного происхождения", + "allOtherAnimalProducts": "Все остальные продукты животного происхождения", + "total": "Итого", + "currency": "Название валюты", + "notSelected": "" + }, + "sustainableDevelopment": { + "sustainableDevelopment": "Цель устойчивого развития 15", + "indicator": "Индикатор", + "percent": "Процент", + "nameOfAgencyResponsible": "Название ответственного ведомства", + "sdgIndicator1": "Индикатор ЦУР 15.1.1 Площадь лесов в процентном отношении к общей площади земель 2015", + "sdgIndicator2": "Индикатор ЦУР 15.2.1 Прогресс на пути к устойчивому управлению лесами", + "forestAreaProportionLandArea2015": "Площадь лесов в процентном отношении к общей площади земель 2015", + "subIndicator": "Субиндикатор {{no}}", + "forestAreaAnnualNetChangeRate": "Темп чистого изменения лесной площади", + "aboveGroundBiomassStockForests": "Запас надземной биомассы в лесах", + "percent2015ForestAreaBaseline": "Процент (Площадь лесов 2015 - исходная отметка)", + "proportionForestAreaLegallyEstablishedProtectedAreas": "Доля площади лесов, находящихся на законно установленных охраняемых территориях", + "proportionForestAreaLongTermForestManagement": "Доля площади лесов под долгосрочным планом управления лесами", + "forestArea1000Ha": "Площадь лесов (1000 га)", + "forestAreaVerifiedForestManagement": "Площадь лесов под независимо проверяемыми системами сертификации управления лесами" + }, + "panEuropeanIndicators": { + "panEuropeanIndicators": "Общеевропейские количественные индикаторы устойчивого управления лесами", + "uploadQuestionnaire": "Загрузить вопросник", + "chooseFile": "Выбрать файл", + "downloadQuestionnaire": "Скачать вопросник", + "download": "Скачать", + "remove": "Удалить", + "noQuestionnaire": "Вопросник не выбран", + "panEuropeanQualitativeIndicators": "Общеевропейские качественные индикаторы устойчивого управления лесами", + "accessReportingPage": "Зайти на страницу отчетности" + }, + "assessment": { + "fra": "ОЛР", + "panEuropean": "Общеевропейский", + "deskStudy": "Кабинетное исследование", + "statusChangeNotification": { + "subject": "{{country}} статус изменен на {{status}} на платформе ОЛР", + "textMessage": "Уважаемый(ая){{recipientName}},\n\n{{changer}} изменил статус с {{assessment}} на \"{{status}}\" для {{country}} на платформе ОЛР.\n\n{{message}}\n\nЗайдите на платформу по адресу: {{- serverUrl}}\n\nГруппа по ОЛР\n{{- serverUrl}}", + "htmlMessage": "Уважаемый(ая) {{recipientName}},\n

\n{{changer}} изменил статус с {{assessment}} на \"{{status}}\" для {{country}} на платформе ОЛР.\n

\n{{message}}\n

\nЗайдите на платформу\n

\nГруппа по ОЛР\n
\n{{- serverUrl}}" + }, + "status": { + "changing": { + "label": "Изменяется…" + }, + "editing": { + "label": "Редактируется", + "previous": "Вернуться к редактированию" + }, + "review": { + "label": "На рассмотрении", + "next": "Отправить на рассмотрение", + "previous": "Вернуться к рассмотрению" + }, + "approval": { + "label": "Ожидает утверждения", + "next": "Отправить на утверждение", + "previous": "Вернуться к утверждению" + }, + "accepted": { + "label": "Принят", + "next": "Принять", + "previous": "" + }, + "status": { + "notStarted": { + "label": "Не начат" + } + } + } + }, + "multiSelect": { + "placeholder": "Выбрать…" + }, + "emoji": { + "picker": { + "search": "Поиск", + "categories": { + "search": "Результаты поиска", + "recent": "Часто используемые", + "people": "Смайлики и люди", + "nature": "Животные и природа", + "foods": "Еда и напитки", + "activity": "Деятельность", + "places": "Путешествия и места", + "objects": "Предметы", + "symbols": "Символы", + "flags": "Флаги" + } + } + }, + "country": { + "region": { + "asia": "Азия", + "europe": "Европа", + "oceania": "Океания", + "north_and_central_america": "Северная и Центральная Америка", + "south_america": "Южная Америка", + "africa": "Африка", + "atlantis": "Атлантида", + "forest_europe": "Forest Europe" + } + }, + "countryMessageBoard": { + "messageBoard": "Доска сообщений", + "messageBoardDesc": "Оставленные здесь сообщения видны всем участникам от страны", + "oneToOneMessages": "Личные сообщения" + }, + "tutorial": { + "watch": "Смотреть", + "passwordLogin": "Руководство пользователя платформы ОЛР - Как войти в систему с помощью собственного пароля", + "googleLogin": "Руководство пользователя платформы ОЛР - Как войти в систему, используя аутентификацию Google", + "collaboratorAdd": "Руководство пользователя платформы ОЛР — Как добавить сотрудника", + "platformNavigation": "Руководство пользователя платформы ОЛР — Навигация по платформе", + "documentUpload": "Руководство пользователя платформы ОЛР - Как загрузить документ", + "ndpAdd": "Руководство пользователя платформы ОЛР — Как добавить национальный отчетный год", + "passwordLoginShort": "Как войти в систему с помощью собственного пароля", + "googleLoginShort": "Как войти в систему, используя аутентификацию Google", + "guidelinesAndSpecifications": "Руководство и спецификации", + "ndpAddReferenceLink": "Руководство пользователя платформы ОЛР - Как добавить ссылку для национальной точки данных", + "nationalDataAddReferenceLink": "Руководство пользователя платформы ОЛР - Как добавить ссылку на национальные данные" + }, + "panEuropean": { + "panEuropeanAssessment": "Общеевропейская оценка", + "variable": "Переменная", + "landing": { + "link": "Объединенный отчёт ЛЕСА ЕВРОПЫ / ЕЭК ООН / ФАО по общеевропейским индикаторам для устойчивого управления лесами: ЛЕСА ЕВРОПЫ" + }, + "home": { + "description1": "Этот набор данных состоит из информации, предоставленной национальными корреспондентами, отвечавшими на объединенный вопросник ЛЕСА ЕВРОПЫ / ЕЭК ООН / ФАО по общеевропейским количественным индикаторам для устойчивого управления лесами.", + "description2": "Примечание: Общеевропейский отчёт 2020 был выполнен параллельно с ОЛР 2020, тем не менее, так как они содержат отдельные процессы, некоторые переменные присутствуют в обоих отчётах. В ходе разработки отчётности о состоянии европейских лесов (СЕЛ) 2020 по части некоторой информации были проведены дальнейшие консультации с национальными корреспондентами, которая может отличаться от представленной в платформе ОЛР." + }, + "disclaimer": { + "govSwitzerland": "Правительство Швейцарии", + "part1": "The website has been produced with the assistance [support] of the" + }, + "navigation": { + "forestResourcesAndCarbon": "Лесные ресурсы и углерод", + "maintenanceOfForestEcosystemHealthAndVitality": "Сохранение здоровья экосистемы и жизнеспособности леса", + "productiveFunctionsOfForestsWoodAndNonWood": "Производственные функции лесов (древесина и недревесные продукты)", + "biologicalDiversityInForestEcosystems": "Биологическое разнообразие в лесных экосистемах", + "protectiveFunctionsInForestManagement": "Защитные функции в лесоуправлении", + "socioEconomicFunctionsAndConditions": "Социально-экономические функции и условия" + }, + "forestArea": { + "forestArea": "Площадь лесов", + "categoryYear": "Категория - Год", + "area": "Площадь", + "area1000Ha": "Площадь (1000 га)", + "forest": "Лес - {{year}}", + "_of_which_available_for_wood_supply": "… в т. ч. доступный для поставки древесины - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}", + "other_land": "Другая земля - {{year}}", + "_of_which_with_tree_cover": "…в т. ч. с деревьями - {{year}}" + }, + "forestAreaByForestTypes": { + "forestAreaByForestTypes": "Площадь лесов по типам леса", + "category": "Категория", + "forestArea1000Ha": "Площадь леса (1000 га)", + "predominantly_coniferous_forest": "Преимущественно хвойный лес", + "predominantly_broadleaved_forest": "Преимущественно лиственный лес", + "mixed_forest": "Смешанный лес", + "forest_area_1990": "Площадь леса - 1990", + "forest_area_2000": "Площадь леса - 2000", + "forest_area_2005": "Площадь леса - 2005", + "forest_area_2010": "Площадь леса - 2010", + "forest_area_2015": "Площадь леса - 2015", + "forest_area_2020": "Площадь леса - 2020" + }, + "growingStock": { + "growingStock": "Общий запас древесины", + "categoryYear": "Категория - Год", + "growingStockMillionM3OB": "Общий запас древесины (млн м³ с корой)", + "total": "Всего", + "_ofWhich": "… в т. ч.:", + "coniferous": "Хвойные", + "broadleaved": "Лиственные", + "forest": "Лес - {{year}}", + "_of_which_available_for_wood_supply": "… в т. ч. доступный для поставки древесины - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "growingStockByForestType": { + "growingStockByForestType": "Общий запас древесины по типам леса", + "category": "Категория", + "growingStockMillionM3OB": "Общий запас древесины (млн м³ с корой)", + "predominantly_coniferous_forest": "Преимущественно хвойный лес", + "predominantly_broadleaved_forest": "Преимущественно лиственный лес", + "mixed_forest": "Смешанный лес", + "growing_stock_1990": "Общий запас древесины - 1990", + "growing_stock_2000": "Общий запас древесины - 2000", + "growing_stock_2005": "Общий запас древесины - 2005", + "growing_stock_2010": "Общий запас древесины - 2010", + "growing_stock_2015": "Общий запас древесины - 2015", + "growing_stock_2020": "Общий запас древесины - 2020" + }, + "growingStockComposition": { + "growingStockComposition": "Состав общего запаса древесины", + "speciesName": "Название вида", + "growingStockInForestMillionM3OB": "Общий запас древесины (млн м³ с корой)", + "rank": "Разряд", + "scientificName": "Научное название", + "commonName": "Общеупотребляемое название", + "no1_ranked_in_terms_of_volume": "№1 Судя по объему", + "no2_ranked_in_terms_of_volume": "№2 Судя по объему", + "no3_ranked_in_terms_of_volume": "№3 Судя по объему", + "no4_ranked_in_terms_of_volume": "№4 Судя по объему", + "no5_ranked_in_terms_of_volume": "№5 Судя по объему", + "no6_ranked_in_terms_of_volume": "№6 Судя по объему", + "no7_ranked_in_terms_of_volume": "№7 Судя по объему", + "no8_ranked_in_terms_of_volume": "№8 Судя по объему", + "no9_ranked_in_terms_of_volume": "№9 Судя по объему", + "no10_ranked_in_terms_of_volume": "№10 Судя по объему", + "remaining": "Остальное", + "total": "ИТОГО", + "scientific_name": "Научное название", + "common_name": "Общеупотребляемое название", + "growing_stock_in_forest_1990": "Общий запас древесины (млн м³ с корой) - 1990", + "growing_stock_in_forest_2000": "Общий запас древесины (млн м³ с корой) - 2000", + "growing_stock_in_forest_2005": "Общий запас древесины (млн м³ с корой) - 2005", + "growing_stock_in_forest_2010": "Общий запас древесины (млн м³ с корой) - 2010", + "growing_stock_in_forest_2015": "Общий запас древесины (млн м³ с корой) - 2015", + "growing_stock_in_forest_2020": "Общий запас древесины (млн м³ с корой) - 2020" + }, + "ageClassDistributionAreaOfEvenAgedStands": { + "ageClassDistributionAreaOfEvenAgedStands": "Распределение по возрастным классам (площадь одновозрастных насаждений)", + "categoryYear": "Категория - Год", + "developmentPhases": "Фазы развития", + "total_area": "Общая площадь", + "regeneration_phase": "Фаза восстановления", + "intermediate_phase": "Промежуточная фаза", + "mature_phase": "Фаза зрелости", + "unspecified": "Неопределено", + "_1000Ha": "1000 га", + "forest_even_aged_stands_of_which": "Лес: (одновозрастные насаждения), в т. ч: - {{year}}", + "available_for_wood_supply_of_which": "Лес доступный для поставки древесины, в т. ч: - {{year}}", + "predominantly_coniferous_forest": "Преимущественно хвойный лес - {{year}}", + "predominantly_broadleaved_forest": "Преимущественно лиственный лес - {{year}}", + "mixed_forest": "Смешанный лес - {{year}}" + }, + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": { + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": "Распределение по возрастным классам (запас одновозрастных насаждений) леса доступного для поставки древесины", + "categoryYear": "Категория - Год", + "developmentPhases": "Фазы развития", + "total_volume": "Общий объем", + "regeneration_phase": "Фаза восстановления", + "intermediate_phase": "Промежуточная фаза", + "mature_phase": "Фаза зрелости", + "unspecified": "Неопределено", + "_1000M3": "1000 м³", + "forest_available_for_wood_supply_even_aged_stands_of_which": "Лес доступный для поставки древесины (одновозрастные насаждения), в т. ч: - {{year}}", + "predominantly_coniferous_forest": "Преимущественно хвойный лес - {{year}}", + "predominantly_broadleaved_forest": "Преимущественно лиственный лес - {{year}}", + "mixed_forest": "Смешанный лес - {{year}}" + }, + "diameterDistributionAndTotalAreaUnevenAgedStands": { + "diameterDistributionAndTotalAreaUnevenAgedStands": "Распределение по диаметрам и общая площадь (разновозрастные насаждения)", + "categoryYear": "Категория - Год", + "volumeByDiameterClasses1000mob": "Объем по классам диаметра", + "area": "Площадь (1000 га)", + "total_volume": "Общий объем (1000 м³ с корой)", + "less_or_equal_20_cm": "<20 см (1000 м³ с корой)", + "_21_40_cm": "21-40 см (1000 м³ с корой)", + "_41_60_cm": "41-60 см (1000 м³ с корой)", + "greater_60_cm": ">60 см (1000 м³ с корой)", + "unspecified": "Не определено (1000 м³ с корой)", + "forest_uneven_aged_stands": "Лес: разновозрастные насаждения - {{year}}", + "_of_which_forest_available_for_wood_supply": "... в т. ч. лес доступный для поставки древесины - {{year}}" + }, + "carbonStock": { + "carbonStock": "Запас углерода", + "categoryYear": "Категория - Год", + "carbonInAboveGroundAndBelowGroundLivingBiomass": "Углерод в живой фитомассе", + "carbonInDeadwoodAndLitter": "Углерод в мертвой фитомассе", + "above_ground": "Углерод в живой надземной фитомассе", + "aboveGround": "Надземная", + "below_ground": "Углерод в живой подземной фитомассе", + "belowGround": "Подземная", + "deadwood": "Углерод в мёртвой древесине", + "deadwoodCarbon": "Мертвая древесина", + "litter": "Углерод в лесном опаде", + "litterCarbon": "Лесной опад", + "soil_carbon": "Углерод в почве", + "millionMetricTonnes": "Миллион метрических тонн", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "carbonStockInHarvestedWoodProductsHWP": { + "carbonStockInHarvestedWoodProductsHWP": "Запас углерода в товарах из заготовленной древесины", + "categoryYear": "Категория - Год", + "totalCarbonStockInHWPMillionMetricTonnes": "Всего запас углерода в товарах из заготовленной древесины (млн. метрических тонн)", + "total_carbon_stock_in_hwp": "Всего запас углерода в товарах из заготовленной древесины", + "harvested_wood_products": "Товары из заготовленной древесины - {{year}}" + }, + "forestAreaWithDamage": { + "forestAreaWithDamage": "Площадь леса с повреждением", + "categoryYear": "Категория - Год", + "areaWithDamageByDifferentAgents": "Площадь с повреждениями, вызванными разными факторами", + "primarilyDamagedByBioticAgents": "Поврежденные преимущественно биотическими факторами", + "damagePrimarilyHumanInduced": "Преимущественно антропогенные повреждения", + "primarilyDamagedByFire": "Поврежденные преимущественно пожарами", + "thousandHa": "1000 гa", + "total_area_with_damage": "Общая площадь с повреждениями", + "insects_and_disease": "Биотические факторы: насекомые и болезни", + "insectsAndDisease": "Насекомые и болезни", + "wildlife_and_grazing": "Биотические факторы: дикие животные и скот", + "wildlifeAndGrazing": "Дикие животные и скот", + "forest_operations": "Антропогенные повреждения: лесные операции", + "forestOperations": "Лесные операции", + "other": "Антропогенные повреждения: другое", + "otherHumanInduced": "Другое", + "primarily_damaged_by_abiotic_agents": "Абиотические факторы (ураган, ветер, снег и т. д.)", + "primarilyDamagedByAbioticAgents": "Поврежденные преимущественно абиотическими факторами (ураган, ветер, снег и т. д.)", + "primarily_damaged_by_fire_total": "Пожары: всего", + "primarilyDamagedByFireTotal": "Всего", + "of_which_human_induced": "Пожары: в т. ч. вызванные человеком", + "ofWhichHumanInduced": "в т. ч. вызванные человеком", + "unspecified_mixed_damage": "Неопределенные / смешанные повреждения", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "areaWithForestLandDegradation": { + "areaWithForestLandDegradation": "Площадь с деградацией лесных земель", + "categoryYear": "Категория - Год", + "totalAreaOfDegradedLand": "Всего площадь деградировавшей земли", + "areaPrimarilyDegradedBy": "Площадь, в основном деградировавшая из-за", + "formerDegradedLandRestored": "Деградировавшая земля восстановлена", + "grazing": "Выпасов животных", + "repeatedFires": "Пожаров", + "airPollution": "Загрязнения воздуха", + "desertification": "Опустынивания", + "other1": "Другое 1", + "other2": "Другое 2", + "other3": "Другое 3", + "unknown": "Неизвестно", + "nA": "", + "thousandHa": "1000 га", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}", + "otherNames": "Названия других факторов, из-за которых площадь в основном деградировавшая", + "total_area_of_degraded_land": "Всего площадь деградировавшей земли", + "repeated_fires": "Пожары", + "air_pollution": "Загрязнение воздуха", + "other_1": "Другое 1", + "other_2": "Другое 2", + "other_3": "Другое 3", + "former_degraded_land_restored": "Деградировавшая земля восстановлена" + }, + "incrementAndFellings": { + "incrementAndFellings": "Прирост и рубка", + "categoryYear": "Категория - Год", + "fellings": "Рубки", + "volume1000mob": "Объем (1000 м³ с корой)", + "gross_annual_increment": "Валовой ежегодный прирост", + "natural_losses": "Естественные потери", + "net_annual_increment": "Чистый ежегодный прирост", + "fellings_total": "Рубки: всего", + "fellingsTotal": "Всего", + "_of_which_of_natural_losses": "Рубки: естественные потери", + "ofWhichOfNaturalLosses": "… в т. ч: естественные потери", + "forest": "Лес - {{year}}", + "_of_which_forest_available_for_wood_supply": "... в т. ч: лес доступный для поставки древесины - {{year}}" + }, + "removals": { + "removals": "Вывозка", + "categoryYear": "Категория - Год", + "woodRemovals": "Вывозка древесины", + "total": "Всего", + "industrialRoundwood": "Деловой круглый лес", + "woodfuel": "Древесное топливо", + "volume1000M3UB": "Объем (1000 м³ без коры)", + "marketValue1000NationalCurrency": "Рыночная стоимость (1000 ед. нац. валюты)", + "roundwood": "Круглый лес - {{year}}", + "total_volume": "Всего: объем (1000 м³ без коры)", + "industrial_roundwood_volume": "Деловой круглый лес: объем (1000 м³ без коры)", + "industrial_roundwood_market_value": "Деловой круглый лес: рыночная стоимость (1000 ед. нац. валюты)", + "woodfuel_volume": "Древесное топливо: объем (1000 м³ без коры)", + "woodfuel_market_value": "Древесное топливо: рыночная стоимость (1000 ед. нац. валюты)" + }, + "nonWoodGoods2015": { + "nonWoodGoods2015": "Недревесные лесные продукты (2015)", + "rankValue": "Ранг (стоимость)", + "nameOfGroupsOfProduct": "Название продукта (группы продуктов)", + "keySpecies": "Ключевые виды", + "totalHarvestedNonWoodGoods": "Всего заготовлено недревесных продуктов", + "unit": "Единица измерения", + "quantity": "Количество", + "marketValue1000NationalCurrency": "Рыночная стоимость (1000 ед. нац. валюты)", + "nwfpCategory": "Категория недревесных лесных продуктов", + "_01st": "1-й ранг (стоимость)", + "_02nd": "2-й ранг (стоимость)", + "_03rd": "3-й ранг (стоимость)", + "_04th": "4-й ранг (стоимость)", + "_05th": "5-й ранг (стоимость)", + "_06th": "6-й ранг (стоимость)", + "_07th": "7-й ранг (стоимость)", + "_08th": "8-й ранг (стоимость)", + "_09th": "9-й ранг (стоимость)", + "_10th": "10-й ранг (стоимость)", + "all_other_plant_products": "Все прочие растительные продукты", + "all_other_animal_products": "Все прочие животные продукты", + "total": "ВСЕГО", + "name_of_groups_of_product": "Название продукта (группы продуктов)", + "key_species": "Ключевые виды", + "total_harvested_non_wood_goods_unit": "Всего заготовлено недревесных продуктов: единица измерения", + "total_harvested_non_wood_goods_quantity": "Всего заготовлено недревесных продуктов: количество", + "market_value_1000_national_currency": "Рыночная стоимость (1000 ед. нац. валюты)", + "nwfp_category": "Категория недревесных лесных продуктов" + }, + "marketedServices2015": { + "marketedServices2015": "Рыночные услуги (2015)", + "rankValue": "Ранг (стоимость)", + "nameOfServiceProduct": "Название услуги/продукта", + "unit": "Единица измерения", + "serviceProvision": "Предоставление услуг", + "forestServiceCategory": "Категория лесных услуг", + "amountOfServiceProduct": "Объем услуги / продукта", + "value1000NationalCurrency": "Стоимость (1000 ед. нац. валюты)", + "_01st": "1-й ранг (стоимость)", + "_02nd": "2-й ранг (стоимость)", + "_03rd": "3-й ранг (стоимость)", + "_04th": "4-й ранг (стоимость)", + "_05th": "5-й ранг (стоимость)", + "_06th": "6-й ранг (стоимость)", + "_07th": "7-й ранг (стоимость)", + "_08th": "8-й ранг (стоимость)", + "_09th": "9-й ранг (стоимость)", + "_10th": "10-й ранг (стоимость)", + "remaining_total": "Итого остальное", + "total": "Всего", + "name_of_service_product": "Название услуги/продукта", + "service_provision_amount_of_service_product": "Предоставление услуг: объем услуги / продукта", + "service_provision_value_1000_national_currency": "Предоставление услуг: стоимость (1000 ед. нац. валюты)", + "forest_service_category": "Категория лесных услуг" + }, + "treeSpeciesComposition": { + "treeSpeciesComposition": "Породный состав", + "categoryYear": "Категория - Год", + "areaWithNumberOfTreeSpeciesOccurring1000ha": "Площадь с количеством встречающихся пород деревьев (1000 га)", + "area_with_number_of_tree_species_occurring_1": "Площадь с количеством встречающихся пород деревьев: 1", + "areaWithNumberOfTreeSpeciesOccurring1": "1", + "area_with_number_of_tree_species_occurring_2_3": "Площадь с количеством встречающихся пород деревьев: 2-3", + "areaWithNumberOfTreeSpeciesOccurring2_3": "2-3", + "area_with_number_of_tree_species_occurring_4_5": "Площадь с количеством встречающихся пород деревьев: 4-5", + "areaWithNumberOfTreeSpeciesOccurring4_5": "4-5", + "area_with_number_of_tree_species_occurring_6_pl": "Площадь с количеством встречающихся пород деревьев: 6+", + "areaWithNumberOfTreeSpeciesOccurring6_pl": "6+", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "totalForestAreaByExpansionAndRegenerationType": { + "totalForestAreaByExpansionAndRegenerationType": "Всего площадь леса по расширению и восстановлению", + "categoryYear": "Категория - Год", + "totalAreaOfForestByExpansionRegenerationType1000ha": "Всего площадь леса по типу расширения / восстановления (1000 га)", + "natural_expansion_and_natural_regeneration": "Естественная экспансия и естественное восстановление", + "afforestation_and_regeneration_by_planting_and_or_seeding": "Лесоразведение и восстановление посадкой и/или посевом", + "coppice": "Порослевое возобновление", + "forest": "Лес - {{year}}" + }, + "annualForestExpansionAndRegeneration": { + "annualForestExpansionAndRegeneration": "Ежегодное расширение и восстановление леса", + "categoryYear": "Категория - Год", + "annualForestExpansionAndRegeneration1000ha": "Ежегодное расширение и восстановление леса (1000 га)", + "expansionOfForestArea": "Расширение площади леса", + "regenerationOfForestArea": "Восстановление площади леса", + "afforestation": "Расширение: лесоразведение", + "afforestationExpansion": "Лесоразведение", + "natural_expansion": "Расширение: естественное расширение", + "naturalExpansion": "Естественное расширение", + "natural_regeneration": "Восстановление: естественное восстановление", + "naturalRegeneration": "Естественное восстановление", + "planting_and_seeding": "Восстановление: посадка насаждений и посев семян", + "plantingAndSeeding": "Посадка насаждений и посев семян", + "coppice": "Восстановление: порослевое возобновление", + "coppiceRegeneration": "Порослевое возобновление", + "forest": "Лес - {{year}}" + }, + "naturalness": { + "naturalness": "Естественность", + "categoryYear": "Категория - Год", + "area1000ha": "Площадь (1000 га)", + "undisturbed_by_man": "Незатронутая человеком", + "semi_natural": "Полуестественная", + "plantations": "Плантации", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "naturalnessBySubclasses": { + "naturalnessBySubclasses": "Естественность по подклассам", + "categoryYear": "Категория - Год", + "area1000ha": "Площадь (1000 га)", + "semiNatural": "Полуестественная площадь", + "plantations": "Плантации", + "naturally_established": "Полуестественные: естественно образовавшаяся", + "naturallyEstablished": "Естественно образовавшаяся", + "naturalised_introduced_species": "Полуестественные: натурализованные интродуцированные виды", + "naturalisedIntroducedSpecies": "Натурализованные интродуцированные виды", + "established_by_planting_and_or_seeding": "Полуестественные: образовавшаяся путем посадки саженцев и/или посева", + "establishedByPlantingAndOrSeeding": "Образовавшаяся путем посадки саженцев и/или посева", + "coppice": "Полуестественные: роща", + "coppiceSemiNatural": "Роща", + "unknown_origin": "Полуестественные: неизвестного происхождения", + "unknownOrigin": "Неизвестного происхождения", + "native_species": "Плантации: местные виды", + "nativeSpecies": "Местные виды", + "introduced_species": "Плантации: интродуцированные виды", + "introducedSpecies": "Интродуцированные виды", + "forest": "Лес - {{year}}" + }, + "introducedTreeSpecies": { + "introducedTreeSpecies": "Площадь насаждений с доминирующими интродуцированными видами деревьев", + "categoryYear": "Категория - Год", + "areaOfStandsDominatedByIntroducedTreeSpecies1000ha": "Площадь насаждений с доминирующими интродуцированными видами деревьев (1000 га)", + "total": "Всего", + "_of_which_invasive": "… в т. ч: инвазивные", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "introducedTreeSpecies4_4b": { + "introducedTreeSpecies4_4b": "Интродуцированные виды деревьев", + "category": "Категория", + "scientificNameOfIntroducedTreeSpecies": "Научное название интродуцированного вида деревьев", + "forestAreaOccupied1000Ha": "Занятая площадь леса (1000 га)", + "_01": "Интродуцированный вид деревьев 1", + "_02": "Интродуцированный вид деревьев 2", + "_03": "Интродуцированный вид деревьев 3", + "_04": "Интродуцированный вид деревьев 4", + "_05": "Интродуцированный вид деревьев 5", + "_06": "Интродуцированный вид деревьев 6", + "_07": "Интродуцированный вид деревьев 7", + "_08": "Интродуцированный вид деревьев 8", + "_09": "Интродуцированный вид деревьев 9", + "_10": "Интродуцированный вид деревьев 10", + "_11": "Интродуцированный вид деревьев 11", + "_12": "Интродуцированный вид деревьев 12", + "_13": "Интродуцированный вид деревьев 13", + "_14": "Интродуцированный вид деревьев 14", + "_15": "Интродуцированный вид деревьев 15", + "_16": "Интродуцированный вид деревьев 16", + "_17": "Интродуцированный вид деревьев 17", + "_18": "Интродуцированный вид деревьев 18", + "_19": "Интродуцированный вид деревьев 19", + "_20": "Интродуцированный вид деревьев 20", + "scientific_name_of_introduced_tree_species": "Научное название интродуцированного вида деревьев", + "forest_area_occupied_2005": "Занятая площадь леса (1000 га) - 2005", + "forest_area_occupied_2010": "Занятая площадь леса (1000 га) - 2010", + "forest_area_occupied_2015": "Занятая площадь леса (1000 га) - 2015" + }, + "invasiveTreeSpecies": { + "invasiveTreeSpecies": "Инвазивные виды деревьев", + "category": "Категория", + "scientificNameOfInvasiveTreeSpecies": "Научное название инвазивного вида деревьев", + "forestAreaAffected1000Ha": "Пораженная площадь леса (1000 га)", + "_01": "Инвазивный вид деревьев 1", + "_02": "Инвазивный вид деревьев 2", + "_03": "Инвазивный вид деревьев 3", + "_04": "Инвазивный вид деревьев 4", + "_05": "Инвазивный вид деревьев 5", + "_06": "Инвазивный вид деревьев 6", + "_07": "Инвазивный вид деревьев 7", + "_08": "Инвазивный вид деревьев 8", + "_09": "Инвазивный вид деревьев 9", + "_10": "Инвазивный вид деревьев 10", + "_11": "Инвазивный вид деревьев 11", + "_12": "Инвазивный вид деревьев 12", + "_13": "Инвазивный вид деревьев 13", + "_14": "Инвазивный вид деревьев 14", + "_15": "Инвазивный вид деревьев 15", + "_16": "Инвазивный вид деревьев 16", + "_17": "Инвазивный вид деревьев 17", + "_18": "Инвазивный вид деревьев 18", + "_19": "Инвазивный вид деревьев 19", + "_20": "Инвазивный вид деревьев 20", + "scientific_name_of_invasive_tree_species": "Научное название инвазивного вида деревьев", + "forest_area_affected_2005": "Пораженная площадь леса (1000 га) - 2005", + "forest_area_affected_2010": "Пораженная площадь леса (1000 га) - 2010", + "forest_area_affected_2015": "Пораженная площадь леса (1000 га) - 2015" + }, + "deadwood": { + "deadwood": "Мертвая древесина", + "categoryYear": "Категория - Год", + "volumeOfDeadwoodM3Ha": "Запас мертвой древесины (м³/га)", + "total": "Всего", + "standing": "Сухостой", + "lying": "Валеж", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}", + "volumeOfDeadwoodInFOWLBySpeciesGroups": "Запас мертвой древесины в лесе и прочей лесопокрытой земле по группам пород", + "coniferous": "Хвойные - {{year}}", + "broadleaved": "Лиственные - {{year}}" + }, + "threatenedForestSpecies": { + "threatenedForestSpecies": "Лесные виды под угрозой исчезновения", + "categoryYear": "Категория - Год", + "threatenedForestSpeciesCol": "Лесные виды под угрозой исчезновения", + "absoluteNumber": "Абсолютное количество", + "total_of_taxa": "Всего таксоны", + "vulnerable": "Уязвимые", + "endangered": "Находящиеся в опасности", + "critically_endangered": "Находящиеся в критической опасности", + "extinct_in_the_wild": "Вымершие в естественной среде", + "trees": "Деревья - {{year}}", + "birds": "Птицы - {{year}}", + "mammals": "Млекопитающие - {{year}}", + "other_vertebrates": "Другие позвоночные - {{year}}", + "invertebrates": "Беспозвоночные - {{year}}", + "vascular_plants": "Сосудистые растения - {{year}}", + "cryptogams_and_fungi": "Споровые растения и грибки - {{year}}" + }, + "protectedForests": { + "protectedForests": "Охраняемые леса", + "categoryYear": "Категория - Год", + "ha1000": "1000 га", + "mcpfe_class_1_1": "MCPFE Класс 1.1", + "mcpfe_class_1_2": "MCPFE Класс 1.2", + "mcpfe_class_1_3": "MCPFE Класс 1.3", + "mcpfe_class_2": "MCPFE Класс 2", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": { + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": "Защитные леса – почва, вода и другие экосистемные функции; инфраструктура и управляемые природные ресурсы", + "categoryYear": "Категория - Год", + "protectiveForestsMCPFEClass31000ha": "Защитные леса – класс 3 MCPFE (1000 гa)", + "soil_water_and_other_forest_ecosystem_functions": "Почва, вода и другие лесные экосистемные функции", + "infrastructure_and_managed_natural_resources": "Инфраструктура и управляемые природные ресурсы", + "total": "Всего", + "forest": "Лес - {{year}}", + "other_wooded_land": "Прочая лесопокрытая земля - {{year}}", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "forestHoldings": { + "forestHoldings": "Лесовладения", + "categoryYear": "Категория - Год", + "areaAndNumberOfForestHoldingsInSizeClasses": "Площадь и кол-во лесовладений, классифицированные по размеру", + "less10ha": "≤ 10 га", + "_11_500ha": "11 - 500 га", + "more500ha": "≥ 500 га", + "total_forest_area": "Всего площадь леса (1000 га)", + "total_number_of_holdings": "Всего кол-во лесовладений", + "less_10_ha_area": "≤ 10 га: площадь (1000 га)", + "less_10_ha_number": "≤ 10 га: кол-во лесовладений", + "_11_500_ha_area": "11 - 500 га: площадь (1000 га)", + "_11_500_ha_number": "11 - 500 га: кол-во лесовладений", + "more_500_ha_area": "≥ 500 га: площадь (1000 га)", + "more_500_ha_number": "≥ 500 га: кол-во лесовладений", + "area1000Ha": "Площадь (1000 га)", + "numberOfHoldings": "Кол-во лесовладений", + "in_public_ownership": "В общественной собственности - {{year}}", + "in_private_ownership": "В частной собственности - {{year}}", + "other_types_of_ownership_unknown": "Другие типы собственности / Неизвестно - {{year}}" + }, + "grossValueAdded": { + "grossValueAdded": "Валовая добавленная стоимость", + "categoryYear": "Категория - Год", + "grossValueAddedCol": "Валовая добавленная стоимость", + "million_national_currency": "Миллион единиц национальной валюты", + "percent_of_total_gva": "% всей ВДС", + "forestry": "Лесное хозяйство (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "Производство древесины и изделий из древесины (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "Производство бумаги и бумажной продукции (ISIC/NACE 17) - {{year}}" + }, + "factorIncomeAndEntrepreneurialIncome": { + "factorIncomeAndEntrepreneurialIncome": "Доход от факторов производства и предпринимательский доход", + "categoryYear": "Категория - Год", + "millionNationalCurrency": "Миллион единиц национальной валюты", + "factor_income": "Доход от факторов производства", + "net_operating_surplus": "Чистый предпринимательский доход", + "forestry": "Лесное хозяйство (ISIC/NACE 02) - {{year}}" + }, + "totalGrossFixedCapitalFormationInForestsAndForestry": { + "totalGrossFixedCapitalFormationInForestsAndForestry": "Валовое накопление основного капитала в лесах и лесном хозяйстве", + "categoryYear": "Категория - Год", + "grossFixedCapitalFormationMillionNationalCurrency": "Валовое накопление основного капитала (млн ед. нац. валюты)", + "plantingOfTreesToProvideRegularIncome": "Посадка деревьев для обеспечения регулярного дохода", + "equipmentAndBuildings": "Оборудование и здания", + "otherGrossFixedCapitalFormation": "Прочее валовое накопление основного капитала", + "total": "Всего", + "forestry_isic_nace_02": "Лесное хозяйство (ISIC/NACE 02) - {{year}}", + "planting_of_trees_to_provide_regular_income": "Посадка деревьев для обеспечения регулярного дохода", + "equipment_and_buildings": "Оборудование и здания", + "other_gross_fixed_capital_formation": "Прочее валовое накопление основного капитала" + }, + "totalFixedCapitalConsumptionInForestsAndForestry": { + "totalFixedCapitalConsumptionInForestsAndForestry": "Общее потребление основного капитала в лесах и лесном хозяйстве", + "categoryYear": "Категория - Год", + "fixedCapitalConsumptionMillionNationalCurrency": "Потребление основного капитала (млн ед. нац. валюты)", + "fixed_capital_consumption": "Потребление основного капитала", + "forestry_isic_nace_02": "Лесное хозяйство (ISIC/NACE 02) - {{year}}" + }, + "totalCapitalTransfersInForestsAndForestry": { + "totalCapitalTransfersInForestsAndForestry": "Общие капитальные трансферты в лесах и лесном хозяйстве", + "categoryYear": "Категория - Год", + "capitalTransfersMillionNationalCurrency": "Капитальные трансферты (млн ед. нац. валюты)", + "capital_transfers": "Капитальные трансферты", + "forestry_isic_nace_02": "Лесное хозяйство (ISIC/NACE 02) - {{year}}" + }, + "employmentByGenderAndAge": { + "employmentByGenderAndAge": "Занятость по полу и возрасту", + "categoryYear": "Категория - Год", + "total": "Всего", + "gender": "Пол", + "ageGroup": "Возрастная группа", + "male": "Мужской", + "female": "Женский", + "_15_49": "15-49", + "_50_": "50+", + "_1000Persons": "1000 человек", + "forestry": "Лесное хозяйство (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "Производство древесины и изделий из древесины (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "Производство бумаги и бумажной продукции (ISIC/NACE 17) - {{year}}", + "gender_male": "Пол: мужской", + "gender_female": "Пол: женский", + "age_group_15_49": "Возрастная группа: 15-49", + "age_group_50_plus": "Возрастная группа: 50+" + }, + "employmentByEducationAndJobCharacteristics": { + "employmentByEducationAndJobCharacteristics": "Занятость по образованию и характеристикам работы", + "categoryYear": "Категория - Год", + "education": "Образование (Категории МСКО 1997)", + "jobCharacteristics": "Характеристики работы", + "_0_2": "0-2", + "_3_4": "3-4", + "_5_6": "5-6", + "_1000Persons": "1000 человек", + "education_0_2": "Образование (Категории МСКО 1997): 0-2", + "education_3_4": "Образование (Категории МСКО 1997): 3-4", + "education_5_6": "Образование (Категории МСКО 1997): 5-6", + "employees": "Характеристики работы: работники", + "employeesJobCharacteristics": "Работники", + "self_employed": "Характеристики работы: самозанятые", + "selfEmployed": "Cамозанятые", + "forestry": "Лесное хозяйство (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "Производство древесины и изделий из древесины (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "Производство бумаги и бумажной продукции (ISIC/NACE 17) - {{year}}" + }, + "occupationalAccidents": { + "occupationalAccidents": "Несчастные случаи на производстве", + "categoryYear": "Категория - Год", + "fatalOccupationalAccidents": "Несчастные случаи с летальным исходом", + "nonFatalOccupationalAccidents": "Несчастные случаи без летального исхода", + "number": "Число", + "annualRatePer1000Workers": "Среднее число на 1000 рабочих", + "fatal_occupational_accidents_number": "Несчастные случаи с летальным исходом: число", + "fatal_occupational_accidents_per_1000_workers": "Несчастные случаи с летальным исходом: среднее число на 1000 рабочих", + "non_fatal_occupational_accidents_number": "Несчастные случаи без летального исхода: число", + "non_fatal_occupational_accidents_per_1000_workers": "Несчастные случаи без летального исхода: среднее число на 1000 рабочих", + "forestry_isic_nace_02": "Лесное хозяйство (ISIC/NACE 02) - {{year}}" + }, + "woodConsumption": { + "woodConsumption": "Потребление древесины", + "category": "Категория", + "woodConsumption1000M3RWE": "Потребление древесины (1000 м³ эквивалента круглого леса)", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "wood_consumption": "Потребление древесных продуктов" + }, + "tradeInWood": { + "tradeInWood": "Торговля древесиной", + "category": "Категория", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "exports_of_forest_products_quantity": "Экспорт древесных продуктов (млн м³ эквивалента круглого леса)", + "exports_of_forest_products_value": "Экспорт древесных продуктов (млн евро/ЭКЮ)", + "imports_of_forest_products_quantity": "Импорт древесных продуктов (млн м³ эквивалента круглого леса)", + "imports_of_forest_products_value": "Импорт древесных продуктов (млн евро/ЭКЮ)" + }, + "totalEnergySupplyFromWood": { + "totalEnergySupplyFromWood": "Всего энергии из древесины", + "category": "Категория", + "tj": "ТДж", + "_1000_metric_tonnes_dry_matter": "1000 метрических тонн сухого вещества", + "total_primary_energy_supply": "Всего первичной энергии", + "total_renewable_energy_supply": "Всего возобновляемой энергии", + "total_energy_supply_from_wood": "Всего энергии из древесины:", + "energy_from_direct_wood_fibre_sources": "- Энергия из источников прямого древесного волокна:", + "of_which_from_forests": "в т.ч. с лесов:", + "of_which_from_other_wooded_land": "в т. ч. с прочих лесопокрытых земель и других земель (деревья вне лесов):", + "energy_from_co_products": "- Энергия из побочных продуктов и древесных отходов деревообрабатывающей промышленности:", + "of_which_solid_residues": "в т. ч. твердые отходы (щепа, стружка, древесные отходы, кора, исключая топливо из переработанной древесины):", + "energy_from_processed_wood_based_fuels": "- Энергия от топлива из переработанной древесины (древесные гранулы, брикеты, древесный уголь):", + "of_which_imported": "в т. ч. импортируемая", + "energy_from_post_consumer_recovered_wood": "- Энергия от бывшей в употреблении рекуперированной древесины", + "energy_from_unknown_unspecified_sources": "- Энергия из неизвестных/неуказанных источников", + "tj_2007": "2007: ТДж", + "tj_2009": "2009: ТДж", + "tj_2011": "2011: ТДж", + "tj_2013": "2013: ТДж", + "tj_2015": "2015: ТДж", + "_1000_metric_tonnes_dry_matter_2007": "2007: 1000 метрических тонн сухого вещества", + "_1000_metric_tonnes_dry_matter_2009": "2009: 1000 метрических тонн сухого вещества", + "_1000_metric_tonnes_dry_matter_2011": "2011: 1000 метрических тонн сухого вещества", + "_1000_metric_tonnes_dry_matter_2013": "2013: 1000 метрических тонн сухого вещества", + "_1000_metric_tonnes_dry_matter_2015": "2015: 1000 метрических тонн сухого вещества" + }, + "accessibilityForRecreation": { + "accessibilityForRecreation": "Доступность для рекреации", + "categoryYear": "Категория - Год", + "areaAvailableForPublicRecreation": "Площадь с общественным доступом в рекреационных целях", + "total1000Ha": "Всего (1000 га)", + "_oftotal": "% от общей площади", + "areaPrimarilyDesignatedOrManagedForPublicRecreation": "Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации", + "area_available_for_public_recreation_total": "Площадь с общественным доступом в рекреационных целях: всего (1000 га)", + "area_available_for_public_recreation_percent": "Площадь с общественным доступом в рекреационных целях: % от общей площади", + "area_designated_or_managed_for_public_recreation_total": "Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации: всего (1000 га)", + "area_designated_or_managed_for_public_recreation_percent": "Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации: % от общей площади", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}" + }, + "intensityOfUse": { + "intensityOfUse": "Интенсивность использования", + "categoryYear": "Категория - Год", + "annualNumberOfVisitsMillion": "Ежегодное число посещений (млн)", + "areaAvailableForPublicRecreation": "Площадь с общественным доступом в рекреационных целях", + "areaPrimarilyDesignatedAndOrManagedForPublicRecreation": "Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации", + "total_forest_and_other_wooded_land": "Всего лес и прочая лесопокрытая земля - {{year}}", + "area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях", + "area_designated_and_or_managed_for_public_recreation": "Площадь, предназначенная или управляемая, в первую очередь, для общественной рекреации" + }, + "recreationFacilities": { + "recreationFacilities": "Рекреационные объекты", + "categoryYear": "Категория - Год", + "forestRoadsAndPathsAvailableForPublicRecreation": "Лесные дороги и тропы, доступные для общественных рекреационных целей", + "_ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc": "… в т. ч. предназначенные для походов, езды на велосипеде, беговых лыжах, и т.д.", + "facilityLengthIn1000Km": "Объект (протяжённость в 1000 км)", + "area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях - {{year}}", + "forest_roads_and_paths_available_for_public_recreation": "Лесные дороги и тропы, доступные для общественных рекреационных целей", + "_of_which_designated_for_hiking_biking_cross_country_skiing_etc": "… в т. ч. предназначенные для походов, езды на велосипеде, беговых лыжах, и т.д." + }, + "otherRecreationFacilitiesPilotReporting2015": { + "otherRecreationFacilitiesPilotReporting2015": "Другие объекты для рекреации - экспериментальная отчетность (2015 год)", + "category": "Категория", + "facility": "Объект", + "measurement_unit": "Единица измерения", + "extent_multiplicity": "Протяженность / многочисленность", + "facility_category": "Категория объекта", + "no1_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 1", + "no2_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 2", + "no3_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 3", + "no4_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 4", + "no5_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 5", + "no6_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 6", + "no7_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 7", + "no8_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 8", + "no9_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 9", + "no10_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 10", + "no11_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 11", + "no12_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 12", + "no13_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 13", + "no14_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 14", + "no15_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 15", + "no16_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 16", + "no17_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 17", + "no18_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 18", + "no19_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 19", + "no20_area_available_for_public_recreation": "Площадь с общественным доступом в рекреационных целях 20" + } + } +} diff --git a/src/i18n/resources/ru/print.js b/src/i18n/resources/ru/print.js deleted file mode 100644 index 9b99185f66..0000000000 --- a/src/i18n/resources/ru/print.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - title: 'Доклад ОЛР–{{cycleName}}', - titleTables: 'Таблицы отчетности для ОЛР–{{cycleName}}', - tableOfContent: 'Содержание', - disclaimer: `С 1946 года ФАО осуществляет мониторинг мировых лесов каждые 5-10 лет. Глобальные оценки лесных ресурсов (ОЛР) в настоящее время подготавливаются каждые пять лет в попытке обеспечения последовательного подхода к описанию лесов мира и их изменений. ОЛР представляет собой процесс, осуществляемый по инициативе стран, и оценки основываются на докладах, подготовленных официально назначенными национальными корреспондентами. Если доклад отсутствует, секретариат ОЛР подготавливает кабинетное исследование с использованием предыдущих докладов, имеющейся информации и/или результатов анализа на основе дистанционного зондирования.`, - disclaimerGenerated: `Настоящий документ был подготовлен автоматически с использованием доклада, представленного в качестве вклада в Глобальную оценку лесных ресурсов ФАО {{cycleName}} года, и представлен ФАО в качестве официального правительственного документа. Ответственность за содержание и мнения, выраженные в настоящем докладе, несет орган, представляющий доклад ФАО. ФАО не может нести ответственность за любое использование информации, содержащейся в настоящем документе.`, - disclaimerGeneratedDeskStudy: `Этот документ был подготовлен автоматически на основе кабинетного исследования. ФАО не может нести ответственность за любое использование информации, содержащейся в настоящем документе.`, -} diff --git a/src/i18n/resources/ru/print.json b/src/i18n/resources/ru/print.json new file mode 100644 index 0000000000..5852f4f762 --- /dev/null +++ b/src/i18n/resources/ru/print.json @@ -0,0 +1,8 @@ +{ + "title": "Доклад ОЛР–{{cycleName}}", + "titleTables": "Таблицы отчетности для ОЛР–{{cycleName}}", + "tableOfContent": "Содержание", + "disclaimer": "С 1946 года ФАО осуществляет мониторинг мировых лесов каждые 5-10 лет. Глобальные оценки лесных ресурсов (ОЛР) в настоящее время подготавливаются каждые пять лет в попытке обеспечения последовательного подхода к описанию лесов мира и их изменений. ОЛР представляет собой процесс, осуществляемый по инициативе стран, и оценки основываются на докладах, подготовленных официально назначенными национальными корреспондентами. Если доклад отсутствует, секретариат ОЛР подготавливает кабинетное исследование с использованием предыдущих докладов, имеющейся информации и/или результатов анализа на основе дистанционного зондирования.", + "disclaimerGenerated": "Настоящий документ был подготовлен автоматически с использованием доклада, представленного в качестве вклада в Глобальную оценку лесных ресурсов ФАО {{cycleName}} года, и представлен ФАО в качестве официального правительственного документа. Ответственность за содержание и мнения, выраженные в настоящем докладе, несет орган, представляющий доклад ФАО. ФАО не может нести ответственность за любое использование информации, содержащейся в настоящем документе.", + "disclaimerGeneratedDeskStudy": "Этот документ был подготовлен автоматически на основе кабинетного исследования. ФАО не может нести ответственность за любое использование информации, содержащейся в настоящем документе." +} diff --git a/src/i18n/resources/ru/statisticalFactsheets.js b/src/i18n/resources/ru/statisticalFactsheets.js deleted file mode 100644 index b80f9d2781..0000000000 --- a/src/i18n/resources/ru/statisticalFactsheets.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - noData: 'Данные отсутствуют', - rowName: { - area: 'Площадь', - forest: 'Площадь лесов', - landArea: 'Площадь земель', - naturalForestArea: '$t(forestCharacteristics.naturalForestArea)', - other: '$t(common.other)', - otherArea: ' Прочие площади', - otherForest: 'Прочие леса', - otherLand: '$t(fraClass.otherLand)', - other_or_unknown: 'Другое или неизвестно', - plantedForest: '$t(forestCharacteristics.plantedForest)', - primaryForest: '$t(specificForestCategories.primaryForest)', - private_ownership: 'Частная собственность', - protected: 'Охраняемые', - public_ownership: 'Государственная собственность', - unknown: '$t(fra.forestOwnership.unknown2025)', - }, - forestArea: { - title: 'Площадь лесов, {{startYear}} - {{endYear}}, $t({{unit}})', - }, - carbonAndGrowingStock: { - title: 'Запасы древостоя и углерода в лесах, {{startYear}} - {{endYear}}', - rowName: '', - carbon_stock_biomass_total: 'Запас углерода в биомассе ($t({{unit}}))', - carbon_stock_total: 'Общий запас углерода ($t({{unit}}))', - growing_stock_total: '$t(growingStock.growingStock) ($t({{unit}}))', - }, - forestAreaPercent: { - title: 'Площадь лесов в % от площади земель, {{year}}', - }, - primaryForest: { - title: 'Девственные леса % от площади лесов, {{year}}', - }, - forestOwnership: { - title: '$t(forestOwnership.forestOwnership) %, {{year}}', - }, - forestAreaWithinProtectedAreas: { - title: '$t(forestAreaWithinProtectedAreas.header), {{year}}', - }, - primaryDesignatedManagementObjective: { - title: - '$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}} $t({{unit}})', - rowName: '', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(common.other)', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - social_services: '$t(designatedManagementObjective.socialServices)', - unknown: '$t(fra.designatedManagementObjective.unknown2025)', - no_designation: '$t(fra.designatedManagementObjective.noDesignation)', - }, - naturallyRegeneratingForest: { - title: 'Площадь естественно возобновляемых лесов и лесных культур, {{startYear}} - {{endYear}}, $t({{unit}})', - }, -} diff --git a/src/i18n/resources/ru/statisticalFactsheets.json b/src/i18n/resources/ru/statisticalFactsheets.json new file mode 100644 index 0000000000..00faceb3f5 --- /dev/null +++ b/src/i18n/resources/ru/statisticalFactsheets.json @@ -0,0 +1,57 @@ +{ + "noData": "Данные отсутствуют", + "rowName": { + "area": "Площадь", + "forest": "Площадь лесов", + "landArea": "Площадь земель", + "naturalForestArea": "$t(forestCharacteristics.naturalForestArea)", + "other": "$t(common.other)", + "otherArea": " Прочие площади", + "otherForest": "Прочие леса", + "otherLand": "$t(fraClass.otherLand)", + "other_or_unknown": "Другое или неизвестно", + "plantedForest": "$t(forestCharacteristics.plantedForest)", + "primaryForest": "$t(specificForestCategories.primaryForest)", + "private_ownership": "Частная собственность", + "protected": "Охраняемые", + "public_ownership": "Государственная собственность", + "unknown": "$t(fra.forestOwnership.unknown2025)" + }, + "forestArea": { + "title": "Площадь лесов, {{startYear}} - {{endYear}}, $t({{unit}})" + }, + "carbonAndGrowingStock": { + "title": "Запасы древостоя и углерода в лесах, {{startYear}} - {{endYear}}", + "rowName": "", + "carbon_stock_biomass_total": "Запас углерода в биомассе ($t({{unit}}))", + "carbon_stock_total": "Общий запас углерода ($t({{unit}}))", + "growing_stock_total": "$t(growingStock.growingStock) ($t({{unit}}))" + }, + "forestAreaPercent": { + "title": "Площадь лесов в % от площади земель, {{year}}" + }, + "primaryForest": { + "title": "Девственные леса % от площади лесов, {{year}}" + }, + "forestOwnership": { + "title": "$t(forestOwnership.forestOwnership) %, {{year}}" + }, + "forestAreaWithinProtectedAreas": { + "title": "$t(forestAreaWithinProtectedAreas.header), {{year}}" + }, + "primaryDesignatedManagementObjective": { + "title": "$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}} $t({{unit}})", + "rowName": "", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(common.other)", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "unknown": "$t(fra.designatedManagementObjective.unknown2025)", + "no_designation": "$t(fra.designatedManagementObjective.noDesignation)" + }, + "naturallyRegeneratingForest": { + "title": "Площадь естественно возобновляемых лесов и лесных культур, {{startYear}} - {{endYear}}, $t({{unit}})" + } +} diff --git a/src/i18n/resources/ru/uc.js b/src/i18n/resources/ru/uc.js deleted file mode 100644 index ea6ab638fd..0000000000 --- a/src/i18n/resources/ru/uc.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - message1: 'Dear user,', - message2: 'Thank you for accessing the FRA platform!', - message3: - 'We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.', - message4: 'Thank you!', - message5: 'The FRA team.', - noThanks: 'No thanks', - yesPlease: 'OK', - doNotShow: 'Do not show again', - alreadyAnswered: 'Уже предоставил мой отзыв', -} diff --git a/src/i18n/resources/ru/uc.json b/src/i18n/resources/ru/uc.json new file mode 100644 index 0000000000..e533ac9177 --- /dev/null +++ b/src/i18n/resources/ru/uc.json @@ -0,0 +1,11 @@ +{ + "message1": "Dear user,", + "message2": "Thank you for accessing the FRA platform!", + "message3": "We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.", + "message4": "Thank you!", + "message5": "The FRA team.", + "noThanks": "No thanks", + "yesPlease": "OK", + "doNotShow": "Do not show again", + "alreadyAnswered": "Уже предоставил мой отзыв" +} diff --git a/src/i18n/resources/ru/validation.js b/src/i18n/resources/ru/validation.js deleted file mode 100644 index 0e93b86d33..0000000000 --- a/src/i18n/resources/ru/validation.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - repositoryItem: { - eitherFileOrLink: 'Необходимо указать либо файл либо ссылку', - fileOrLink: 'Требуется либо ссылка либо файл', - nameIsRequired: 'Требуется ввести имя', - optionsDisabled: 'Ярлык, видимость для общественности и удаление отключены, поскольку этот элемент используется:', - }, -} diff --git a/src/i18n/resources/ru/validation.json b/src/i18n/resources/ru/validation.json new file mode 100644 index 0000000000..cc7a467708 --- /dev/null +++ b/src/i18n/resources/ru/validation.json @@ -0,0 +1,8 @@ +{ + "repositoryItem": { + "eitherFileOrLink": "Необходимо указать либо файл либо ссылку", + "fileOrLink": "Требуется либо ссылка либо файл", + "nameIsRequired": "Требуется ввести имя", + "optionsDisabled": "Ярлык, видимость для общественности и удаление отключены, поскольку этот элемент используется:" + } +} diff --git a/src/i18n/resources/zh.js b/src/i18n/resources/zh.js deleted file mode 100644 index fda8c85506..0000000000 --- a/src/i18n/resources/zh.js +++ /dev/null @@ -1,46 +0,0 @@ -const admin = require('./zh/admin') -const area = require('./zh/area') -const assessmentSection = require('./zh/assessmentSection') -const common = require('./zh/common') -const contentCheck = require('./zh/contentCheck') -const dataDownload = require('./zh/dataDownload') -const dataSource = require('./zh/dataSource') -const editUser = require('./zh/editUser') -const email = require('./zh/email') -const fra = require('./zh/fra') -const generalValidation = require('./zh/generalValidation') -const geo = require('./zh/geo') -const history = require('./zh/history') -const landing = require('./zh/landing') -const login = require('./zh/login') -const nationalDataPoint = require('./zh/nationalDataPoint') -const other = require('./zh/other') -const statisticalFactsheets = require('./zh/statisticalFactsheets') -const uc = require('./zh/uc') - -module.exports.translation = { - admin, - area, - common, - contentCheck, - dataDownload, - dataSource, - editUser, - email, - fra, - generalValidation, - geo, - history, - landing, - login, - nationalDataPoint, - - page: { - assessmentSection, - }, - - statisticalFactsheets, - uc, - - ...other, -} diff --git a/src/i18n/resources/zh.ts b/src/i18n/resources/zh.ts new file mode 100644 index 0000000000..4ec440cb1a --- /dev/null +++ b/src/i18n/resources/zh.ts @@ -0,0 +1,46 @@ +import * as admin from './zh/admin.json' +import * as area from './zh/area.json' +import * as assessmentSection from './zh/assessmentSection.json' +import * as common from './zh/common.json' +import * as contentCheck from './zh/contentCheck.json' +import * as dataDownload from './zh/dataDownload.json' +import * as dataSource from './zh/dataSource.json' +import * as editUser from './zh/editUser.json' +import * as email from './zh/email.json' +import * as fra from './zh/fra.json' +import * as generalValidation from './zh/generalValidation.json' +import * as geo from './zh/geo.json' +import * as history from './zh/history.json' +import * as landing from './zh/landing.json' +import * as login from './zh/login.json' +import * as nationalDataPoint from './zh/nationalDataPoint.json' +import * as other from './zh/other.json' +import * as statisticalFactsheets from './zh/statisticalFactsheets.json' +import * as uc from './zh/uc.json' + +export const zhTranslation = { + admin, + area, + common, + contentCheck, + dataDownload, + dataSource, + editUser, + email, + fra, + generalValidation, + geo, + history, + landing, + login, + nationalDataPoint, + + page: { + assessmentSection, + }, + + statisticalFactsheets, + uc, + + ...other, +} diff --git a/src/i18n/resources/zh/admin.js b/src/i18n/resources/zh/admin.js deleted file mode 100644 index f21519a047..0000000000 --- a/src/i18n/resources/zh/admin.js +++ /dev/null @@ -1,13 +0,0 @@ -module.exports = { - admin: '管理', - enotfound: 'DNS错误', - filter: '筛选,按照', - invitationPending: '邀请待处理', - invitationsAcceptedCount: '已接受的邀请数量', - invitationsSentCount: '已发送的邀请数量', - lastStatus: '最新状态', - locationsCount: 'N处位置', - urlParsingError: 'URL解析错误', - usersCount: '用户数量', - verifyLinks: '验证链接', -} diff --git a/src/i18n/resources/zh/admin.json b/src/i18n/resources/zh/admin.json new file mode 100644 index 0000000000..4a6ec42d86 --- /dev/null +++ b/src/i18n/resources/zh/admin.json @@ -0,0 +1,13 @@ +{ + "admin": "管理", + "enotfound": "DNS错误", + "filter": "筛选,按照", + "invitationPending": "邀请待处理", + "invitationsAcceptedCount": "已接受的邀请数量", + "invitationsSentCount": "已发送的邀请数量", + "lastStatus": "最新状态", + "locationsCount": "N处位置", + "urlParsingError": "URL解析错误", + "usersCount": "用户数量", + "verifyLinks": "验证链接" +} diff --git a/src/i18n/resources/zh/area.js b/src/i18n/resources/zh/area.js deleted file mode 100644 index f2eab1341c..0000000000 --- a/src/i18n/resources/zh/area.js +++ /dev/null @@ -1,276 +0,0 @@ -module.exports = { - WO: { listName: '全球' }, - AF: { listName: '非洲' }, - AN: { listName: '南极洲' }, - AS: { listName: '亚洲' }, - AT: { listName: '亚特兰蒂斯' }, - EU: { listName: '欧洲' }, - NA: { listName: '中北美洲' }, - OC: { listName: '大洋洲' }, - SA: { listName: '南美洲' }, - - ASEAN: { listName: 'ASEAN' }, - FE: { listName: '欧洲森林保护部长级会议' }, - EU27: { listName: '欧盟27国' }, - ECOMIFAC: { listName: '中部非洲森林委员会地区' }, - MP: { listName: '蒙特利尔进程' }, - UNECE: { listName: '联合国欧洲经济委员会' }, - ITTO: { listName: '国际热带木材组织' }, - - ABW: { listName: '阿鲁巴岛' }, - AFG: { listName: '阿富汗' }, - AGO: { listName: '安哥拉' }, - AIA: { listName: '安圭拉' }, - ALB: { listName: '阿尔巴尼亚' }, - AND: { listName: '安道尔' }, - ARE: { listName: '阿拉伯联合酋长国' }, - ARG: { listName: '阿根廷' }, - ARM: { listName: '亚美尼亚' }, - ASM: { listName: '美属萨摩亚' }, - ATG: { listName: '安提瓜和巴布达' }, - AUS: { listName: '澳大利亚' }, - AUT: { listName: '奥地利' }, - AZE: { listName: '阿塞拜疆' }, - BDI: { listName: '布隆迪' }, - BEL: { listName: '比利时' }, - BEN: { listName: '贝宁' }, - BES: { listName: '博纳尔、圣俄斯塔休斯和萨巴' }, - BFA: { listName: '布基纳法索' }, - BGD: { listName: '孟加拉国' }, - BGR: { listName: '保加利亚' }, - BHR: { listName: '巴林' }, - BHS: { listName: '巴哈马' }, - BIH: { listName: '波斯尼亚和黑塞哥维那' }, - BLM: { listName: '圣巴泰勒米' }, - BLR: { listName: '白俄罗斯' }, - BLZ: { listName: '伯利兹' }, - BMU: { listName: '百慕大' }, - BOL: { listName: '玻利维亚' }, - BRA: { listName: '巴西' }, - BRB: { listName: '巴巴多斯' }, - BRN: { listName: '文莱达鲁萨兰国' }, - BTN: { listName: '不丹' }, - BWA: { listName: '博茨瓦纳' }, - CAF: { listName: '中非共和国' }, - CAN: { listName: '加拿大' }, - CHE: { listName: '瑞士' }, - CHL: { listName: '智利' }, - CHN: { listName: '中国' }, - CIV: { listName: '科特迪瓦' }, - CMR: { listName: '喀麦隆' }, - COD: { listName: '刚果民主共和国' }, - COG: { listName: '刚果' }, - COK: { listName: '库克群岛' }, - COL: { listName: '哥伦比亚' }, - COM: { listName: '科摩罗' }, - CPV: { listName: '佛得角' }, - CRI: { listName: '哥斯达黎加' }, - CUB: { listName: '古巴' }, - CUW: { listName: '库拉索' }, - CYM: { listName: '开曼群岛' }, - CYP: { listName: '塞浦路斯' }, - CZE: { listName: '捷克' }, - DEU: { listName: '德国' }, - DJI: { listName: '吉布提' }, - DMA: { listName: '多米尼克' }, - DNK: { listName: '丹麦' }, - DOM: { listName: '多米尼加共和国' }, - DZA: { listName: '阿尔及利亚' }, - ECU: { listName: '厄瓜多尔' }, - EGY: { listName: '埃及' }, - ERI: { listName: '厄立特里亚' }, - ESH: { listName: '西撒哈拉' }, - ESP: { listName: '西班牙' }, - EST: { listName: '爱沙尼亚' }, - ETH: { listName: '埃塞俄比亚' }, - FIN: { listName: '芬兰' }, - FJI: { listName: '斐济' }, - FLK: { listName: '福克兰群岛(马尔维纳斯)' }, - FRA: { listName: '法国' }, - FRO: { listName: '法罗群岛' }, - FSM: { listName: '密克罗尼西亚' }, - GAB: { listName: '加蓬' }, - GBR: { listName: '大不列颠及北爱尔兰联合王国' }, - GEO: { listName: '格鲁吉亚' }, - GGY: { listName: '根西' }, - GHA: { listName: '加纳' }, - GIB: { listName: '直布罗陀' }, - GIN: { listName: '几内亚' }, - GLP: { listName: '瓜德罗普' }, - GMB: { listName: '冈比亚' }, - GNB: { listName: '几内亚比绍' }, - GNQ: { listName: '赤道几内亚' }, - GRC: { listName: '希腊' }, - GRD: { listName: '格林纳达' }, - GRL: { listName: '格陵兰' }, - GTM: { listName: '危地马拉' }, - GUF: { listName: '法属圭亚那' }, - GUM: { listName: '关岛' }, - GUY: { listName: '圭亚那' }, - HND: { listName: '洪都拉斯' }, - HRV: { listName: '克罗地亚' }, - HTI: { listName: '海地' }, - HUN: { listName: '匈牙利' }, - IDN: { listName: '印度尼西亚' }, - IMN: { listName: '马恩岛' }, - IND: { listName: '印度' }, - IRL: { listName: '爱尔兰' }, - IRN: { listName: '伊朗' }, - IRQ: { listName: '伊拉克' }, - ISL: { listName: '冰岛' }, - ISR: { listName: '以色列' }, - ITA: { listName: '意大利' }, - JAM: { listName: '牙买加' }, - JEY: { listName: '泽西' }, - JOR: { listName: '约旦' }, - JPN: { listName: '日本' }, - KAZ: { listName: '哈萨克斯坦' }, - KEN: { listName: '肯尼亚' }, - KGZ: { listName: '吉尔吉斯斯坦' }, - KHM: { listName: '柬埔寨' }, - KIR: { listName: '基里巴斯' }, - KNA: { listName: '圣基茨和尼维斯' }, - KOR: { listName: '大韩民国' }, - KWT: { listName: '科威特' }, - LAO: { listName: '老挝人民民主共和国' }, - LBN: { listName: '黎巴嫩' }, - LBR: { listName: '利比里亚' }, - LBY: { listName: '利比亚' }, - LCA: { listName: '圣卢西亚' }, - LIE: { listName: '列支敦士登' }, - LKA: { listName: '斯里兰卡' }, - LSO: { listName: '莱索托' }, - LTU: { listName: '立陶宛' }, - LUX: { listName: '卢森堡' }, - LVA: { listName: '拉脱维亚' }, - MAF: { listName: '圣马丁(法属部分)' }, - MAR: { listName: '摩洛哥' }, - MCO: { listName: '摩纳哥' }, - MDA: { listName: '摩尔多瓦共和国' }, - MDG: { listName: '马达加斯加' }, - MDV: { listName: '马尔代夫' }, - MEX: { listName: '墨西哥' }, - MHL: { listName: '马绍尔群岛' }, - MKD: { listName: '北马其顿' }, - MLI: { listName: '马里' }, - MLT: { listName: '马耳他' }, - MMR: { listName: '缅甸' }, - MNE: { listName: '黑山' }, - MNG: { listName: '蒙古' }, - MNP: { listName: '北马里亚纳群岛' }, - MOZ: { listName: '莫桑比克' }, - MRT: { listName: '毛里塔尼亚' }, - MSR: { listName: '蒙特塞拉特' }, - MTQ: { listName: '马提尼克' }, - MUS: { listName: '毛里求斯' }, - MWI: { listName: '马拉维' }, - MYS: { listName: '马来西亚' }, - MYT: { listName: '马约特' }, - NAM: { listName: '纳米比亚' }, - NCL: { listName: '新喀里多尼亚' }, - NER: { listName: '尼日尔' }, - NFK: { listName: '诺福克岛' }, - NGA: { listName: '尼日利亚' }, - NIC: { listName: '尼加拉瓜' }, - NIU: { listName: '纽埃' }, - NLD: { listName: '荷兰王国' }, - NOR: { listName: '挪威' }, - NPL: { listName: '尼泊尔' }, - NRU: { listName: '瑙鲁' }, - NZL: { listName: '新西兰' }, - OMN: { listName: '阿曼' }, - PAK: { listName: '巴基斯坦' }, - PAN: { listName: '巴拿马' }, - PCN: { listName: '皮特克恩' }, - PER: { listName: '秘鲁' }, - PHL: { listName: '菲律宾' }, - PLW: { listName: '帕劳' }, - PNG: { listName: '巴布亚新几内亚' }, - POL: { listName: '波兰' }, - PRI: { listName: '波多黎各' }, - PRK: { listName: '朝鲜民主主义人民共和国' }, - PRT: { listName: '葡萄牙' }, - PRY: { listName: '巴拉圭' }, - PSE: { listName: '巴勒斯坦' }, - PYF: { listName: '法属波利尼西亚' }, - QAT: { listName: '卡塔尔' }, - REU: { listName: '留尼汪' }, - ROU: { listName: '罗马尼亚' }, - RUS: { listName: '俄罗斯联邦' }, - RWA: { listName: '卢旺达' }, - SAU: { listName: '沙特阿拉伯' }, - SDN: { listName: '苏丹' }, - SEN: { listName: '塞内加尔' }, - SGP: { listName: '新加坡' }, - SHN: { listName: '圣赫勒拿' }, - SJM: { listName: '斯瓦尔巴和扬马延群岛' }, - SLB: { listName: '所罗门群岛' }, - SLE: { listName: '塞拉利昂' }, - SLV: { listName: '萨尔瓦多' }, - SMR: { listName: '圣马力诺' }, - SOM: { listName: '索马里' }, - SPM: { listName: '圣皮埃尔和密克隆' }, - SRB: { listName: '塞尔维亚' }, - SSD: { listName: '南苏丹' }, - STP: { listName: '圣多美和普林西比' }, - SUR: { listName: '苏里南' }, - SVK: { listName: '斯洛伐克' }, - SVN: { listName: '斯洛文尼亚' }, - SWE: { listName: '瑞典' }, - SWZ: { listName: '斯威士兰' }, - SXM: { listName: '圣马丁(荷属部分)' }, - SYC: { listName: '塞舌尔' }, - SYR: { listName: '阿拉伯叙利亚共和国' }, - TCA: { listName: '特克斯和凯科斯群岛' }, - TCD: { listName: '乍得' }, - TGO: { listName: '多哥' }, - THA: { listName: '泰国' }, - TJK: { listName: '塔吉克斯坦' }, - TKL: { listName: '托克劳' }, - TKM: { listName: '土库曼斯坦' }, - TLS: { listName: '东帝汶' }, - TON: { listName: '汤加' }, - TTO: { listName: '特立尼达和多巴哥' }, - TUN: { listName: '突尼斯' }, - TUR: { listName: '土耳其' }, - TUV: { listName: '图瓦卢' }, - TZA: { listName: '坦桑尼亚联合共和国' }, - UGA: { listName: '乌干达' }, - UKR: { listName: '乌克兰' }, - URY: { listName: '乌拉圭' }, - USA: { listName: '美利坚合众国' }, - UZB: { listName: '乌兹别克斯坦' }, - VAT: { listName: '教廷' }, - VCT: { listName: '圣文森特和格林纳丁斯' }, - VEN: { listName: '委内瑞拉' }, - VGB: { listName: '英属维尔京群岛' }, - VIR: { listName: '美属维尔京群岛' }, - VNM: { listName: '越南' }, - VUT: { listName: '瓦努阿图' }, - WLF: { listName: '瓦利斯和富图纳群岛' }, - WSM: { listName: '萨摩亚' }, - X01: { listName: '亚特兰蒂斯 01' }, - X02: { listName: '亚特兰蒂斯 02' }, - X03: { listName: '亚特兰蒂斯 03' }, - X04: { listName: '亚特兰蒂斯 04' }, - X05: { listName: '亚特兰蒂斯 05' }, - X06: { listName: '亚特兰蒂斯 06' }, - X07: { listName: '亚特兰蒂斯 07' }, - X08: { listName: '亚特兰蒂斯 08' }, - X09: { listName: '亚特兰蒂斯 09' }, - X10: { listName: '亚特兰蒂斯 10' }, - X11: { listName: '亚特兰蒂斯 11' }, - X12: { listName: '亚特兰蒂斯 12' }, - X13: { listName: '亚特兰蒂斯 13' }, - X14: { listName: '亚特兰蒂斯 14' }, - X15: { listName: '亚特兰蒂斯 15' }, - X16: { listName: '亚特兰蒂斯 16' }, - X17: { listName: '亚特兰蒂斯 17' }, - X18: { listName: '亚特兰蒂斯 18' }, - X19: { listName: '亚特兰蒂斯 19' }, - X20: { listName: '亚特兰蒂斯 20' }, - YEM: { listName: '也门' }, - ZAF: { listName: '南非' }, - ZMB: { listName: '赞比亚' }, - ZWE: { listName: '津巴布韦' }, -} diff --git a/src/i18n/resources/zh/area.json b/src/i18n/resources/zh/area.json new file mode 100644 index 0000000000..c4ac986c0a --- /dev/null +++ b/src/i18n/resources/zh/area.json @@ -0,0 +1,818 @@ +{ + "WO": { + "listName": "全球" + }, + "AF": { + "listName": "非洲" + }, + "AN": { + "listName": "南极洲" + }, + "AS": { + "listName": "亚洲" + }, + "AT": { + "listName": "亚特兰蒂斯" + }, + "EU": { + "listName": "欧洲" + }, + "NA": { + "listName": "中北美洲" + }, + "OC": { + "listName": "大洋洲" + }, + "SA": { + "listName": "南美洲" + }, + "ASEAN": { + "listName": "ASEAN" + }, + "FE": { + "listName": "欧洲森林保护部长级会议" + }, + "EU27": { + "listName": "欧盟27国" + }, + "ECOMIFAC": { + "listName": "中部非洲森林委员会地区" + }, + "MP": { + "listName": "蒙特利尔进程" + }, + "UNECE": { + "listName": "联合国欧洲经济委员会" + }, + "ITTO": { + "listName": "国际热带木材组织" + }, + "ABW": { + "listName": "阿鲁巴岛" + }, + "AFG": { + "listName": "阿富汗" + }, + "AGO": { + "listName": "安哥拉" + }, + "AIA": { + "listName": "安圭拉" + }, + "ALB": { + "listName": "阿尔巴尼亚" + }, + "AND": { + "listName": "安道尔" + }, + "ARE": { + "listName": "阿拉伯联合酋长国" + }, + "ARG": { + "listName": "阿根廷" + }, + "ARM": { + "listName": "亚美尼亚" + }, + "ASM": { + "listName": "美属萨摩亚" + }, + "ATG": { + "listName": "安提瓜和巴布达" + }, + "AUS": { + "listName": "澳大利亚" + }, + "AUT": { + "listName": "奥地利" + }, + "AZE": { + "listName": "阿塞拜疆" + }, + "BDI": { + "listName": "布隆迪" + }, + "BEL": { + "listName": "比利时" + }, + "BEN": { + "listName": "贝宁" + }, + "BES": { + "listName": "博纳尔、圣俄斯塔休斯和萨巴" + }, + "BFA": { + "listName": "布基纳法索" + }, + "BGD": { + "listName": "孟加拉国" + }, + "BGR": { + "listName": "保加利亚" + }, + "BHR": { + "listName": "巴林" + }, + "BHS": { + "listName": "巴哈马" + }, + "BIH": { + "listName": "波斯尼亚和黑塞哥维那" + }, + "BLM": { + "listName": "圣巴泰勒米" + }, + "BLR": { + "listName": "白俄罗斯" + }, + "BLZ": { + "listName": "伯利兹" + }, + "BMU": { + "listName": "百慕大" + }, + "BOL": { + "listName": "玻利维亚" + }, + "BRA": { + "listName": "巴西" + }, + "BRB": { + "listName": "巴巴多斯" + }, + "BRN": { + "listName": "文莱达鲁萨兰国" + }, + "BTN": { + "listName": "不丹" + }, + "BWA": { + "listName": "博茨瓦纳" + }, + "CAF": { + "listName": "中非共和国" + }, + "CAN": { + "listName": "加拿大" + }, + "CHE": { + "listName": "瑞士" + }, + "CHL": { + "listName": "智利" + }, + "CHN": { + "listName": "中国" + }, + "CIV": { + "listName": "科特迪瓦" + }, + "CMR": { + "listName": "喀麦隆" + }, + "COD": { + "listName": "刚果民主共和国" + }, + "COG": { + "listName": "刚果" + }, + "COK": { + "listName": "库克群岛" + }, + "COL": { + "listName": "哥伦比亚" + }, + "COM": { + "listName": "科摩罗" + }, + "CPV": { + "listName": "佛得角" + }, + "CRI": { + "listName": "哥斯达黎加" + }, + "CUB": { + "listName": "古巴" + }, + "CUW": { + "listName": "库拉索" + }, + "CYM": { + "listName": "开曼群岛" + }, + "CYP": { + "listName": "塞浦路斯" + }, + "CZE": { + "listName": "捷克" + }, + "DEU": { + "listName": "德国" + }, + "DJI": { + "listName": "吉布提" + }, + "DMA": { + "listName": "多米尼克" + }, + "DNK": { + "listName": "丹麦" + }, + "DOM": { + "listName": "多米尼加共和国" + }, + "DZA": { + "listName": "阿尔及利亚" + }, + "ECU": { + "listName": "厄瓜多尔" + }, + "EGY": { + "listName": "埃及" + }, + "ERI": { + "listName": "厄立特里亚" + }, + "ESH": { + "listName": "西撒哈拉" + }, + "ESP": { + "listName": "西班牙" + }, + "EST": { + "listName": "爱沙尼亚" + }, + "ETH": { + "listName": "埃塞俄比亚" + }, + "FIN": { + "listName": "芬兰" + }, + "FJI": { + "listName": "斐济" + }, + "FLK": { + "listName": "福克兰群岛(马尔维纳斯)" + }, + "FRA": { + "listName": "法国" + }, + "FRO": { + "listName": "法罗群岛" + }, + "FSM": { + "listName": "密克罗尼西亚" + }, + "GAB": { + "listName": "加蓬" + }, + "GBR": { + "listName": "大不列颠及北爱尔兰联合王国" + }, + "GEO": { + "listName": "格鲁吉亚" + }, + "GGY": { + "listName": "根西" + }, + "GHA": { + "listName": "加纳" + }, + "GIB": { + "listName": "直布罗陀" + }, + "GIN": { + "listName": "几内亚" + }, + "GLP": { + "listName": "瓜德罗普" + }, + "GMB": { + "listName": "冈比亚" + }, + "GNB": { + "listName": "几内亚比绍" + }, + "GNQ": { + "listName": "赤道几内亚" + }, + "GRC": { + "listName": "希腊" + }, + "GRD": { + "listName": "格林纳达" + }, + "GRL": { + "listName": "格陵兰" + }, + "GTM": { + "listName": "危地马拉" + }, + "GUF": { + "listName": "法属圭亚那" + }, + "GUM": { + "listName": "关岛" + }, + "GUY": { + "listName": "圭亚那" + }, + "HND": { + "listName": "洪都拉斯" + }, + "HRV": { + "listName": "克罗地亚" + }, + "HTI": { + "listName": "海地" + }, + "HUN": { + "listName": "匈牙利" + }, + "IDN": { + "listName": "印度尼西亚" + }, + "IMN": { + "listName": "马恩岛" + }, + "IND": { + "listName": "印度" + }, + "IRL": { + "listName": "爱尔兰" + }, + "IRN": { + "listName": "伊朗" + }, + "IRQ": { + "listName": "伊拉克" + }, + "ISL": { + "listName": "冰岛" + }, + "ISR": { + "listName": "以色列" + }, + "ITA": { + "listName": "意大利" + }, + "JAM": { + "listName": "牙买加" + }, + "JEY": { + "listName": "泽西" + }, + "JOR": { + "listName": "约旦" + }, + "JPN": { + "listName": "日本" + }, + "KAZ": { + "listName": "哈萨克斯坦" + }, + "KEN": { + "listName": "肯尼亚" + }, + "KGZ": { + "listName": "吉尔吉斯斯坦" + }, + "KHM": { + "listName": "柬埔寨" + }, + "KIR": { + "listName": "基里巴斯" + }, + "KNA": { + "listName": "圣基茨和尼维斯" + }, + "KOR": { + "listName": "大韩民国" + }, + "KWT": { + "listName": "科威特" + }, + "LAO": { + "listName": "老挝人民民主共和国" + }, + "LBN": { + "listName": "黎巴嫩" + }, + "LBR": { + "listName": "利比里亚" + }, + "LBY": { + "listName": "利比亚" + }, + "LCA": { + "listName": "圣卢西亚" + }, + "LIE": { + "listName": "列支敦士登" + }, + "LKA": { + "listName": "斯里兰卡" + }, + "LSO": { + "listName": "莱索托" + }, + "LTU": { + "listName": "立陶宛" + }, + "LUX": { + "listName": "卢森堡" + }, + "LVA": { + "listName": "拉脱维亚" + }, + "MAF": { + "listName": "圣马丁(法属部分)" + }, + "MAR": { + "listName": "摩洛哥" + }, + "MCO": { + "listName": "摩纳哥" + }, + "MDA": { + "listName": "摩尔多瓦共和国" + }, + "MDG": { + "listName": "马达加斯加" + }, + "MDV": { + "listName": "马尔代夫" + }, + "MEX": { + "listName": "墨西哥" + }, + "MHL": { + "listName": "马绍尔群岛" + }, + "MKD": { + "listName": "北马其顿" + }, + "MLI": { + "listName": "马里" + }, + "MLT": { + "listName": "马耳他" + }, + "MMR": { + "listName": "缅甸" + }, + "MNE": { + "listName": "黑山" + }, + "MNG": { + "listName": "蒙古" + }, + "MNP": { + "listName": "北马里亚纳群岛" + }, + "MOZ": { + "listName": "莫桑比克" + }, + "MRT": { + "listName": "毛里塔尼亚" + }, + "MSR": { + "listName": "蒙特塞拉特" + }, + "MTQ": { + "listName": "马提尼克" + }, + "MUS": { + "listName": "毛里求斯" + }, + "MWI": { + "listName": "马拉维" + }, + "MYS": { + "listName": "马来西亚" + }, + "MYT": { + "listName": "马约特" + }, + "NAM": { + "listName": "纳米比亚" + }, + "NCL": { + "listName": "新喀里多尼亚" + }, + "NER": { + "listName": "尼日尔" + }, + "NFK": { + "listName": "诺福克岛" + }, + "NGA": { + "listName": "尼日利亚" + }, + "NIC": { + "listName": "尼加拉瓜" + }, + "NIU": { + "listName": "纽埃" + }, + "NLD": { + "listName": "荷兰王国" + }, + "NOR": { + "listName": "挪威" + }, + "NPL": { + "listName": "尼泊尔" + }, + "NRU": { + "listName": "瑙鲁" + }, + "NZL": { + "listName": "新西兰" + }, + "OMN": { + "listName": "阿曼" + }, + "PAK": { + "listName": "巴基斯坦" + }, + "PAN": { + "listName": "巴拿马" + }, + "PCN": { + "listName": "皮特克恩" + }, + "PER": { + "listName": "秘鲁" + }, + "PHL": { + "listName": "菲律宾" + }, + "PLW": { + "listName": "帕劳" + }, + "PNG": { + "listName": "巴布亚新几内亚" + }, + "POL": { + "listName": "波兰" + }, + "PRI": { + "listName": "波多黎各" + }, + "PRK": { + "listName": "朝鲜民主主义人民共和国" + }, + "PRT": { + "listName": "葡萄牙" + }, + "PRY": { + "listName": "巴拉圭" + }, + "PSE": { + "listName": "巴勒斯坦" + }, + "PYF": { + "listName": "法属波利尼西亚" + }, + "QAT": { + "listName": "卡塔尔" + }, + "REU": { + "listName": "留尼汪" + }, + "ROU": { + "listName": "罗马尼亚" + }, + "RUS": { + "listName": "俄罗斯联邦" + }, + "RWA": { + "listName": "卢旺达" + }, + "SAU": { + "listName": "沙特阿拉伯" + }, + "SDN": { + "listName": "苏丹" + }, + "SEN": { + "listName": "塞内加尔" + }, + "SGP": { + "listName": "新加坡" + }, + "SHN": { + "listName": "圣赫勒拿" + }, + "SJM": { + "listName": "斯瓦尔巴和扬马延群岛" + }, + "SLB": { + "listName": "所罗门群岛" + }, + "SLE": { + "listName": "塞拉利昂" + }, + "SLV": { + "listName": "萨尔瓦多" + }, + "SMR": { + "listName": "圣马力诺" + }, + "SOM": { + "listName": "索马里" + }, + "SPM": { + "listName": "圣皮埃尔和密克隆" + }, + "SRB": { + "listName": "塞尔维亚" + }, + "SSD": { + "listName": "南苏丹" + }, + "STP": { + "listName": "圣多美和普林西比" + }, + "SUR": { + "listName": "苏里南" + }, + "SVK": { + "listName": "斯洛伐克" + }, + "SVN": { + "listName": "斯洛文尼亚" + }, + "SWE": { + "listName": "瑞典" + }, + "SWZ": { + "listName": "斯威士兰" + }, + "SXM": { + "listName": "圣马丁(荷属部分)" + }, + "SYC": { + "listName": "塞舌尔" + }, + "SYR": { + "listName": "阿拉伯叙利亚共和国" + }, + "TCA": { + "listName": "特克斯和凯科斯群岛" + }, + "TCD": { + "listName": "乍得" + }, + "TGO": { + "listName": "多哥" + }, + "THA": { + "listName": "泰国" + }, + "TJK": { + "listName": "塔吉克斯坦" + }, + "TKL": { + "listName": "托克劳" + }, + "TKM": { + "listName": "土库曼斯坦" + }, + "TLS": { + "listName": "东帝汶" + }, + "TON": { + "listName": "汤加" + }, + "TTO": { + "listName": "特立尼达和多巴哥" + }, + "TUN": { + "listName": "突尼斯" + }, + "TUR": { + "listName": "土耳其" + }, + "TUV": { + "listName": "图瓦卢" + }, + "TZA": { + "listName": "坦桑尼亚联合共和国" + }, + "UGA": { + "listName": "乌干达" + }, + "UKR": { + "listName": "乌克兰" + }, + "URY": { + "listName": "乌拉圭" + }, + "USA": { + "listName": "美利坚合众国" + }, + "UZB": { + "listName": "乌兹别克斯坦" + }, + "VAT": { + "listName": "教廷" + }, + "VCT": { + "listName": "圣文森特和格林纳丁斯" + }, + "VEN": { + "listName": "委内瑞拉" + }, + "VGB": { + "listName": "英属维尔京群岛" + }, + "VIR": { + "listName": "美属维尔京群岛" + }, + "VNM": { + "listName": "越南" + }, + "VUT": { + "listName": "瓦努阿图" + }, + "WLF": { + "listName": "瓦利斯和富图纳群岛" + }, + "WSM": { + "listName": "萨摩亚" + }, + "X01": { + "listName": "亚特兰蒂斯 01" + }, + "X02": { + "listName": "亚特兰蒂斯 02" + }, + "X03": { + "listName": "亚特兰蒂斯 03" + }, + "X04": { + "listName": "亚特兰蒂斯 04" + }, + "X05": { + "listName": "亚特兰蒂斯 05" + }, + "X06": { + "listName": "亚特兰蒂斯 06" + }, + "X07": { + "listName": "亚特兰蒂斯 07" + }, + "X08": { + "listName": "亚特兰蒂斯 08" + }, + "X09": { + "listName": "亚特兰蒂斯 09" + }, + "X10": { + "listName": "亚特兰蒂斯 10" + }, + "X11": { + "listName": "亚特兰蒂斯 11" + }, + "X12": { + "listName": "亚特兰蒂斯 12" + }, + "X13": { + "listName": "亚特兰蒂斯 13" + }, + "X14": { + "listName": "亚特兰蒂斯 14" + }, + "X15": { + "listName": "亚特兰蒂斯 15" + }, + "X16": { + "listName": "亚特兰蒂斯 16" + }, + "X17": { + "listName": "亚特兰蒂斯 17" + }, + "X18": { + "listName": "亚特兰蒂斯 18" + }, + "X19": { + "listName": "亚特兰蒂斯 19" + }, + "X20": { + "listName": "亚特兰蒂斯 20" + }, + "YEM": { + "listName": "也门" + }, + "ZAF": { + "listName": "南非" + }, + "ZMB": { + "listName": "赞比亚" + }, + "ZWE": { + "listName": "津巴布韦" + } +} diff --git a/src/i18n/resources/zh/assessmentSection.js b/src/i18n/resources/zh/assessmentSection.js deleted file mode 100644 index e61f8354a2..0000000000 --- a/src/i18n/resources/zh/assessmentSection.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - odpUpdatedAfterEstimatingThisCell: `在估计此单元格后,一个原始数据点已更新。`, - dataTableHasErrors: `表格数据包含错误,`, - hoverCellToSeeDetails: `将鼠标悬停在红色单元格上以查看详细信息。`, -} diff --git a/src/i18n/resources/zh/assessmentSection.json b/src/i18n/resources/zh/assessmentSection.json new file mode 100644 index 0000000000..08fd20482d --- /dev/null +++ b/src/i18n/resources/zh/assessmentSection.json @@ -0,0 +1,5 @@ +{ + "odpUpdatedAfterEstimatingThisCell": "在估计此单元格后,一个原始数据点已更新。", + "dataTableHasErrors": "表格数据包含错误,", + "hoverCellToSeeDetails": "将鼠标悬停在红色单元格上以查看详细信息。" +} diff --git a/src/i18n/resources/zh/common.js b/src/i18n/resources/zh/common.js deleted file mode 100644 index 3d39d1edf3..0000000000 --- a/src/i18n/resources/zh/common.js +++ /dev/null @@ -1,74 +0,0 @@ -module.exports = { - accepted: '已接受', - add: '添加', - all: '所有', - apply: '应用', - approve: '批准', - approved: '已批准', - areYouSureYouWantToDelete: '你确定要删除这个项目吗? 此操作无法撤销。', - calculate: '计算', - cancel: '取消', - clearTable: '清除表格', - column: '栏目', - continue: '继续', - copyToClipboard: '复制到剪贴板', - countries: '国家', - country: '国家', - custom: '自定义', - dashboard: '主界面', - dataExport: '数据输出', - delete: '删除', - disapprove: '不批准', - done: '完成', - email: '电子邮箱', - empty: '空的', - file: '文件', - filterCountries: '筛选国家', - fraPlatform: 'FRA平台', - globalFRA: '全球森林资源评估', - hide: `隐藏`, - issues: '问题', - label: '标签', - language: '语言', - lastEdit: '最后编辑', - latest: '最新', - link: '链接', - load: '加载', - loading: '加载中...', - login: '保留区', - name: '姓名', - or: '或', - other: '其他', - otherSpecifyInComments: '其他(在评论中阐述)', - private: '私有', - public: '公共', - regions: '区域', - resetAll: '重置所有', - role: '身份', - select: '选择', - selectAll: '选择所有', - selectArea: '选择地理区域', - selectFiles: '选择文件', - show: `展示`, - showLess: '显示更少', - showMore: '显示更多', - source: '来源', - sources: '来源', - statisticalFactsheets: '统计资料表', - status: '状况', - submit: '提交', - submittedForApproval: '提交以供审批', - submittedToReview: '提交以供审核', - success: '成功', - tier: '等级', - tiers: { notSelected: '', high: '高', medium: '中', low: '低' }, - totalPercentage: '总百分比', - trend: '趋势', - unknown: '无/未知', - unselectAll: '取消所有选项', - updated: '更新后', - userGuide: '使用指南', - variable: 'FRA变量', - view: '查看', - year: '年份', -} diff --git a/src/i18n/resources/zh/common.json b/src/i18n/resources/zh/common.json new file mode 100644 index 0000000000..5201341e2e --- /dev/null +++ b/src/i18n/resources/zh/common.json @@ -0,0 +1,79 @@ +{ + "accepted": "已接受", + "add": "添加", + "all": "所有", + "apply": "应用", + "approve": "批准", + "approved": "已批准", + "areYouSureYouWantToDelete": "你确定要删除这个项目吗? 此操作无法撤销。", + "calculate": "计算", + "cancel": "取消", + "clearTable": "清除表格", + "column": "栏目", + "continue": "继续", + "copyToClipboard": "复制到剪贴板", + "countries": "国家", + "country": "国家", + "custom": "自定义", + "dashboard": "主界面", + "dataExport": "数据输出", + "delete": "删除", + "disapprove": "不批准", + "done": "完成", + "email": "电子邮箱", + "empty": "空的", + "file": "文件", + "filterCountries": "筛选国家", + "fraPlatform": "FRA平台", + "globalFRA": "全球森林资源评估", + "hide": "隐藏", + "issues": "问题", + "label": "标签", + "language": "语言", + "lastEdit": "最后编辑", + "latest": "最新", + "link": "链接", + "load": "加载", + "loading": "加载中...", + "login": "保留区", + "name": "姓名", + "or": "或", + "other": "其他", + "otherSpecifyInComments": "其他(在评论中阐述)", + "private": "私有", + "public": "公共", + "regions": "区域", + "resetAll": "重置所有", + "role": "身份", + "select": "选择", + "selectAll": "选择所有", + "selectArea": "选择地理区域", + "selectFiles": "选择文件", + "show": "展示", + "showLess": "显示更少", + "showMore": "显示更多", + "source": "来源", + "sources": "来源", + "statisticalFactsheets": "统计资料表", + "status": "状况", + "submit": "提交", + "submittedForApproval": "提交以供审批", + "submittedToReview": "提交以供审核", + "success": "成功", + "tier": "等级", + "tiers": { + "notSelected": "", + "high": "高", + "medium": "中", + "low": "低" + }, + "totalPercentage": "总百分比", + "trend": "趋势", + "unknown": "无/未知", + "unselectAll": "取消所有选项", + "updated": "更新后", + "userGuide": "使用指南", + "variable": "FRA变量", + "view": "查看", + "year": "年份" +} diff --git a/src/i18n/resources/zh/contentCheck.js b/src/i18n/resources/zh/contentCheck.js deleted file mode 100644 index 0ccbd766e6..0000000000 --- a/src/i18n/resources/zh/contentCheck.js +++ /dev/null @@ -1,84 +0,0 @@ -module.exports = { - '//': 'Keys are in same format as the database fields', - extent: { - bamboo: '$t(specificForestCategories.bamboo)', - mangroves: '$t(specificForestCategories.mangroves)', - title: '范围', - forest_area: '森林(1000公顷)', - other_wooded_land: '其它林地(1000公顷)', - primary_forest_percent: '原生林(占森林的百分比)', - protected_forest_percent: '保护区内的森林(占森林的百分比)', - management_plan_percent: '有管理计划的森林面积(占森林的百分比)', - certified_area: '经认证的森林面积(1000公顷)', - }, - - periodicChangeRate: { - title: '周期性变化率(年率)', - forest_area_annual_net_change: '森林面积年净变化(1000公顷)', - forest_area_annual_net_change_rate: '森林面积年净变化率(百分比)', - other_wooded_land_annual_net_change: '其它林地面积年净变化(1000公顷)', - other_wooded_land_annual_net_change_rate: '其它林地面积年净变化率(百分比)', - primary_forest_annual_net_change: '原生林面积年净变化(1000公顷)', - primary_forest_annual_net_change_rate: '原生林面积变化率(百分比)', - natural_forest_area_annual_net_change: '自然再生林年度净变化', - natural_forest_area_annual_net_change_rate: '自然再生林变化率(百分比)', - planted_forest_annual_net_change: '人工林年净变化', - planted_forest_annual_net_change_rate: '人工林变化率(百分比)', - }, - - forestGrowingStockBiomassCarbon: { - title: '森林立木蓄积、生物量和碳储量', - forest: '立木蓄积量(m3/ha)', - forest_above_ground: '地上生物量(t/ha)', - forest_below_ground: '地下生物量(t/ha)', - forest_deadwood: '枯死木(t/ha)', - carbon_forest_above_ground: '地上生物量碳(t/ha)', - carbon_forest_below_ground: '地下生物量碳(t/ha)', - carbon_forest_deadwood: '枯死木碳(t/ha)', - carbon_forest_litter: '枯枝落叶碳(t/ha)', - carbon_forest_soil: '土壤碳(t/ha)', - above_ground_biomass_growing_stock_ratio: '比率(地上生物量)/ 立木蓄积量 (t/m3)', - root_shoot_ratio: '根-芽比率', - carbon_biomass_deadwood_ratio: '比率(枯死木/活体生物量)', - carbon_biomass_above_ground_ratio: '地上生物量比率(碳/生物量)', - carbon_biomass_below_ground_ratio: '地下生物量比率(碳/生物量)', - dead_living_mass_ratio: '枯死木比率(碳/生物量)', - }, - - primaryDesignatedManagementObjective: { - title: '首要指定管理目标', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - social_services: '$t(designatedManagementObjective.socialServices)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(designatedManagementObjective.other)', - no_unknown: '$t(designatedManagementObjective.unknown)', - }, - - totalAreaDesignatedManagementObjective: '指定管理目标的总面积', - - forestOwnership: { - title: '所有权', - private_ownership: '$t(forestOwnership.privateOwnership)', - public_ownership: '$t(forestOwnership.publicOwnership)', - other_or_unknown: '$t(forestOwnership.otherOrUnknown)', - }, - - holderOfManagementRights: { - title: '公有森林的管理权', - public_administration: '$t(holderOfManagementRights.publicAdministration)', - individuals: '$t(holderOfManagementRights.individuals)', - private_businesses: '$t(holderOfManagementRights.privateBusinesses)', - communities: '$t(holderOfManagementRights.communities)', - other: '$t(holderOfManagementRights.other)', - }, - - disturbances: { - title: '干扰', - insects: '$t(disturbances.insects)', - diseases: '$t(disturbances.diseases)', - severe_weather_events: '$t(disturbances.severeWeatherEvents)', - other: '$t(disturbances.other)', - }, -} diff --git a/src/i18n/resources/zh/contentCheck.json b/src/i18n/resources/zh/contentCheck.json new file mode 100644 index 0000000000..630cd7470c --- /dev/null +++ b/src/i18n/resources/zh/contentCheck.json @@ -0,0 +1,77 @@ +{ + "//": "Keys are in same format as the database fields", + "extent": { + "bamboo": "$t(specificForestCategories.bamboo)", + "mangroves": "$t(specificForestCategories.mangroves)", + "title": "范围", + "forest_area": "森林(1000公顷)", + "other_wooded_land": "其它林地(1000公顷)", + "primary_forest_percent": "原生林(占森林的百分比)", + "protected_forest_percent": "保护区内的森林(占森林的百分比)", + "management_plan_percent": "有管理计划的森林面积(占森林的百分比)", + "certified_area": "经认证的森林面积(1000公顷)" + }, + "periodicChangeRate": { + "title": "周期性变化率(年率)", + "forest_area_annual_net_change": "森林面积年净变化(1000公顷)", + "forest_area_annual_net_change_rate": "森林面积年净变化率(百分比)", + "other_wooded_land_annual_net_change": "其它林地面积年净变化(1000公顷)", + "other_wooded_land_annual_net_change_rate": "其它林地面积年净变化率(百分比)", + "primary_forest_annual_net_change": "原生林面积年净变化(1000公顷)", + "primary_forest_annual_net_change_rate": "原生林面积变化率(百分比)", + "natural_forest_area_annual_net_change": "自然再生林年度净变化", + "natural_forest_area_annual_net_change_rate": "自然再生林变化率(百分比)", + "planted_forest_annual_net_change": "人工林年净变化", + "planted_forest_annual_net_change_rate": "人工林变化率(百分比)" + }, + "forestGrowingStockBiomassCarbon": { + "title": "森林立木蓄积、生物量和碳储量", + "forest": "立木蓄积量(m3/ha)", + "forest_above_ground": "地上生物量(t/ha)", + "forest_below_ground": "地下生物量(t/ha)", + "forest_deadwood": "枯死木(t/ha)", + "carbon_forest_above_ground": "地上生物量碳(t/ha)", + "carbon_forest_below_ground": "地下生物量碳(t/ha)", + "carbon_forest_deadwood": "枯死木碳(t/ha)", + "carbon_forest_litter": "枯枝落叶碳(t/ha)", + "carbon_forest_soil": "土壤碳(t/ha)", + "above_ground_biomass_growing_stock_ratio": "比率(地上生物量)/ 立木蓄积量 (t/m3)", + "root_shoot_ratio": "根-芽比率", + "carbon_biomass_deadwood_ratio": "比率(枯死木/活体生物量)", + "carbon_biomass_above_ground_ratio": "地上生物量比率(碳/生物量)", + "carbon_biomass_below_ground_ratio": "地下生物量比率(碳/生物量)", + "dead_living_mass_ratio": "枯死木比率(碳/生物量)" + }, + "primaryDesignatedManagementObjective": { + "title": "首要指定管理目标", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(designatedManagementObjective.other)", + "no_unknown": "$t(designatedManagementObjective.unknown)" + }, + "totalAreaDesignatedManagementObjective": "指定管理目标的总面积", + "forestOwnership": { + "title": "所有权", + "private_ownership": "$t(forestOwnership.privateOwnership)", + "public_ownership": "$t(forestOwnership.publicOwnership)", + "other_or_unknown": "$t(forestOwnership.otherOrUnknown)" + }, + "holderOfManagementRights": { + "title": "公有森林的管理权", + "public_administration": "$t(holderOfManagementRights.publicAdministration)", + "individuals": "$t(holderOfManagementRights.individuals)", + "private_businesses": "$t(holderOfManagementRights.privateBusinesses)", + "communities": "$t(holderOfManagementRights.communities)", + "other": "$t(holderOfManagementRights.other)" + }, + "disturbances": { + "title": "干扰", + "insects": "$t(disturbances.insects)", + "diseases": "$t(disturbances.diseases)", + "severe_weather_events": "$t(disturbances.severeWeatherEvents)", + "other": "$t(disturbances.other)" + } +} diff --git a/src/i18n/resources/zh/dataDownload.js b/src/i18n/resources/zh/dataDownload.js deleted file mode 100644 index a5e5c02b16..0000000000 --- a/src/i18n/resources/zh/dataDownload.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - bulkDownload: '批量下载', - dataDownload: '数据下载', -} diff --git a/src/i18n/resources/zh/dataDownload.json b/src/i18n/resources/zh/dataDownload.json new file mode 100644 index 0000000000..9ba5f3ad4d --- /dev/null +++ b/src/i18n/resources/zh/dataDownload.json @@ -0,0 +1,4 @@ +{ + "bulkDownload": "批量下载", + "dataDownload": "数据下载" +} diff --git a/src/i18n/resources/zh/dataSource.js b/src/i18n/resources/zh/dataSource.js deleted file mode 100644 index 1c0bcf8d1b..0000000000 --- a/src/i18n/resources/zh/dataSource.js +++ /dev/null @@ -1,15 +0,0 @@ -module.exports = { - referenceToTataSource: '数据源参考文献', - typeOfDataSource: '数据源的类型', - typeOfDataSourceText: '$t(dataSource.typeOfDataSource)', - fraVariable: 'FRA变量', - variable: '变量', - yearForDataSource: '数据源的年份', - comments: '评论', - nationalForestInventory: '国家森林资源调查(NFI)', - remoteSensingBasedAssessmentWithGroundTruthing: '基于遥感的评估,并辅以地面实况调查', - statisticalRemoteSensingSurveyWithAccuracyAssessment: '带有精度评估的统计遥感调查', - remoteSensingBasedAssessmentWithoutGroundTruthing: '基于遥感的评估,没有辅以地面实况调查', - vegetationMapping: '植被测绘', - registersAndStatistics: '登记册和统计资料', -} diff --git a/src/i18n/resources/zh/dataSource.json b/src/i18n/resources/zh/dataSource.json new file mode 100644 index 0000000000..8659e1e9ec --- /dev/null +++ b/src/i18n/resources/zh/dataSource.json @@ -0,0 +1,15 @@ +{ + "referenceToTataSource": "数据源参考文献", + "typeOfDataSource": "数据源的类型", + "typeOfDataSourceText": "$t(dataSource.typeOfDataSource)", + "fraVariable": "FRA变量", + "variable": "变量", + "yearForDataSource": "数据源的年份", + "comments": "评论", + "nationalForestInventory": "国家森林资源调查(NFI)", + "remoteSensingBasedAssessmentWithGroundTruthing": "基于遥感的评估,并辅以地面实况调查", + "statisticalRemoteSensingSurveyWithAccuracyAssessment": "带有精度评估的统计遥感调查", + "remoteSensingBasedAssessmentWithoutGroundTruthing": "基于遥感的评估,没有辅以地面实况调查", + "vegetationMapping": "植被测绘", + "registersAndStatistics": "登记册和统计资料" +} diff --git a/src/i18n/resources/zh/editUser.js b/src/i18n/resources/zh/editUser.js deleted file mode 100644 index bee187593e..0000000000 --- a/src/i18n/resources/zh/editUser.js +++ /dev/null @@ -1,43 +0,0 @@ -module.exports = { - activate: '激活', - activated: '已激活', - chooseProfilePicture: '选择图片', - city: '城市', - contactPreference: '首选的联系方式', - contactPreferenceMethod: '联系方式', - contributions: '贡献', - countryIso: '国家', - deactivate: '取消激活', - demoteToUser: '你确定要删除管理员权限吗?', - done: '保存', - email: '电子邮箱', - institution: '机构', - loginEmail: '登陆', - mandatoryFields: '*为必填项', - mr: '先生', - mrs: '夫人', - ms: '女士', - name: '姓名', - organization: '组织机构', - organizationalUnit: '组织单位', - other: '其他', - picture1MbMax: '个人简介中的图片不得超过1MB', - platformChat: 'PlatformChat', - poBox: '邮政信箱', - position: '职位', - primaryEmail: '主要电子邮件地址', - primaryPhoneNumber: '主要的联系电话', - professionalTitle: '专业职称', - promoteToAdmin: '您确定要授予管理员权限吗?', - role: '身份', - secondaryEmail: '次要电子邮件地址', - secondaryPhoneNumber: '次要的联系电话', - signal: 'Signal', - skype: 'Skype名称', - status: '状态', - street: '街道地址', - surname: '姓氏', - title: '称呼', - whatsapp: 'Whatsapp', - zipCode: '邮编', -} diff --git a/src/i18n/resources/zh/editUser.json b/src/i18n/resources/zh/editUser.json new file mode 100644 index 0000000000..121923b91d --- /dev/null +++ b/src/i18n/resources/zh/editUser.json @@ -0,0 +1,43 @@ +{ + "activate": "激活", + "activated": "已激活", + "chooseProfilePicture": "选择图片", + "city": "城市", + "contactPreference": "首选的联系方式", + "contactPreferenceMethod": "联系方式", + "contributions": "贡献", + "countryIso": "国家", + "deactivate": "取消激活", + "demoteToUser": "你确定要删除管理员权限吗?", + "done": "保存", + "email": "电子邮箱", + "institution": "机构", + "loginEmail": "登陆", + "mandatoryFields": "*为必填项", + "mr": "先生", + "mrs": "夫人", + "ms": "女士", + "name": "姓名", + "organization": "组织机构", + "organizationalUnit": "组织单位", + "other": "其他", + "picture1MbMax": "个人简介中的图片不得超过1MB", + "platformChat": "PlatformChat", + "poBox": "邮政信箱", + "position": "职位", + "primaryEmail": "主要电子邮件地址", + "primaryPhoneNumber": "主要的联系电话", + "professionalTitle": "专业职称", + "promoteToAdmin": "您确定要授予管理员权限吗?", + "role": "身份", + "secondaryEmail": "次要电子邮件地址", + "secondaryPhoneNumber": "次要的联系电话", + "signal": "Signal", + "skype": "Skype名称", + "status": "状态", + "street": "街道地址", + "surname": "姓氏", + "title": "称呼", + "whatsapp": "Whatsapp", + "zipCode": "邮编" +} diff --git a/src/i18n/resources/zh/email.js b/src/i18n/resources/zh/email.js deleted file mode 100644 index 3c097bc708..0000000000 --- a/src/i18n/resources/zh/email.js +++ /dev/null @@ -1,16 +0,0 @@ -module.exports = { - invitationAccepted: { - subject: '用户 {{invitedUserName}} {{invitedUserSurname}} 已经接受您的邀请', - textMessage: `尊敬的 {{recipientName}} {{recipientSurname}}, - -用户 {{invitedUserName}} {{invitedUserSurname}} 已接受您的邀请,加入{{assessmentName}} {{cycleName}} {{country}},并担任 {{role}}。 -{{- manageCollaboratorsUrl}} - -全球森林资源评估报告小组`, - htmlMessage: `尊敬的 {{recipientName}} {{recipientSurname}}, -

-用户 {{invitedUserName}} {{invitedUserSurname}} 已接受您的邀请,加入{{assessmentName}} {{cycleName}} {{country}},并担任 {{role}}。 -

-全球森林资源评估报告小组`, - }, -} diff --git a/src/i18n/resources/zh/email.json b/src/i18n/resources/zh/email.json new file mode 100644 index 0000000000..7b52a4d854 --- /dev/null +++ b/src/i18n/resources/zh/email.json @@ -0,0 +1,7 @@ +{ + "invitationAccepted": { + "subject": "用户 {{invitedUserName}} {{invitedUserSurname}} 已经接受您的邀请", + "textMessage": "尊敬的 {{recipientName}} {{recipientSurname}},\n\n用户 {{invitedUserName}} {{invitedUserSurname}} 已接受您的邀请,加入{{assessmentName}} {{cycleName}} {{country}},并担任 {{role}}。\n{{- manageCollaboratorsUrl}}\n\n全球森林资源评估报告小组", + "htmlMessage": "尊敬的 {{recipientName}} {{recipientSurname}},\n

\n用户 {{invitedUserName}} {{invitedUserSurname}} 已接受您的邀请,加入{{assessmentName}} {{cycleName}} {{country}},并担任 {{role}}。\n

\n全球森林资源评估报告小组" + } +} diff --git a/src/i18n/resources/zh/fra.js b/src/i18n/resources/zh/fra.js deleted file mode 100644 index fbf90f9e0d..0000000000 --- a/src/i18n/resources/zh/fra.js +++ /dev/null @@ -1,230 +0,0 @@ -// eslint-disable-next-line @typescript-eslint/no-var-requires -const print = require('./print') - -module.exports = { - print, - - // common - area100HaYear: '面积 (1000 公顷)', - categoryHeader2020: 'FRA 2020类别', - categoryHeader2025: 'FRA 2025类别', - forestArea100HaYear: '森林面积(1000公顷)', - - area100Ha: '面积(1000公顷)', - areaAffectedByFire: { - areaAffected: '受影响的面积(1000公顷)', - areaAffectedByFire2025: '$t(areaAffectedByFire.areaAffectedByFire)', - }, - - biomassStock: { - aboveGround2025: '地上生物量', - belowGround2025: '地下生物量', - deadWood2025: '枯死木', - biomassStock2025: '生物量', - }, - - biomassStockAvg: { - forestBiomass: '森林生物量(t/ha)', - }, - biomassStockTotal: { - totalForestBiomass: '森林生物量总量(百万吨)', - }, - - carbonStock: { - carbonAboveGroundBiomass2025: '地上生物量碳', - carbonBelowGroundBiomass2025: '地下生物量碳', - carbonStock2025: '碳储量', - }, - - carbonStockTotal: { - totalForestCarbon: '森林碳总量(百万吨)', - }, - climaticDomain: { - percentOfForestArea: '占森林面积的百分比', - }, - contactPersons: { - expectedYearForNextCountryReportUpdate: '下次更新国家报告的预期年份', - }, - degradedForest: { - degradedForest: '退化的森林', - degradedForestDefinition: '退化的森林定义', - forestDegradationMonitoringAndAssessment: '森林退化监测和评估', - degradedAreaForThatYear: '当年的退化森林面积(单位:1 000公顷)', - doesYourCountryMonitor: '贵国是否监测退化森林的面积?', - hasNationalDefinitionOfDegradedForest: '贵国是否有 "退化的森林 "的国家定义?', - hasNationalLevelData: '如果有国家一级的数据', - howMonitored: '描述监测过程和结果', - ifYes: '如果 "是"', - whatIsDefinition: '国家对 "退化的森林 "的定义是什么?', - yearOfLatestAssessment: '最近一次评估的年份', - other: '其他(在评论中阐述)', - notSelected: '', - criteriaOfDegradedForest: '定义“退化的森林”时采用的标准', - changeInForestStructureDecreaseInForestCanopy: '森林结构的变化/森林冠层的减少', - forestDisturbances: '森林受到干扰', - lossOfProductivityAndForestGoods: '森林生产力和林产品的损失', - lossOfForestServices: '森林服务的丧失', - lossOfCarbonBiomassAndGrowingStock: '立木蓄积、生物量和碳储量的损失', - lossOfBiologicalDiversity: '生物多样性的丧失', - soilDamageErosion: '土壤破坏/侵蚀', - mainMethods: '用于监测退化森林面积的主要方法', - fieldInventoryAndObservations: '实地调查和观测', - wallToWallRemoteSensingMapping: '连续的遥感测绘', - remoteSensingSurvey: '遥感调查', - expertOpinion: '专家意见', - productionHarvestData: '生产/采伐数据', - forestManagementPlanReport: '森林经营计划报告', - underDevelopment: '开发中', - monitoringScale: '监测规模', - national: '国家级', - subnational: '次国家级', - biome: '生物群落级', - standLocal: '林分/地方', - }, - designatedManagementObjective: { - noDesignation: '无指定', - unknown2025: '不明', - }, - disturbances: { - forestDamage: '森林灾害', - predominantCause: '主要原因', - forestAreaAffected: '受影响的森林面积(1000公顷)', - severeWeatherEvents2025: '极端天气事件', - }, - extentOfForest: { - remainingLandArea: '其他土地', - totalLandArea2025: '土地面积总和', - extentOfForest2025: '$t(extentOfForest.extentOfForest)', - otherWoodedLand: '$t(fraClass.otherWoodedLand)', - }, - - forestAreaChange: { - forestExpansion2025: '森林扩张', - forestAreaChange2025: '年度森林扩张、砍伐和净变化', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithLongTermManagementPlan2025: '有长期管理计划的森林面积', - forestAreaWithinProtectedAreas2025: '$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)', - }, - forestCharacteristics: { - primaryForest: '...其中原生林', - plantationForestIntroducedArea2025: '...其中引进树种', - naturalForestArea2025: '自然再生林', - }, - forestOwnership: { - ofWhichCommunities2025: '...其中土著居民和当地社区拥有的部分', - other2025: '其他(在评论中阐述)', - unknown2025: '不明', - total2025: '共计', - forestOwnership2025: '森林所有权', - }, - forestRestoration: { - forestRestoration: '森林恢复', - hasYourCountryForestRestorationCommitments: '贵国是否有森林恢复的承诺?', - isThereALawOrOtherGovernmentMandateInSupportOfRestoration: '是否有支持森林恢复的法律或其他政府授权?', - isThereANationalDefinitionOfRestoration: '是否有 "森林恢复 "的国家定义,如果有,请提供该定义、监测过程和结果。', - whatAreasInNeedOfRestorationHaveBeenIdentified: '已确定哪些地区需要森林恢复,是如何确定的?', - whatAreTheTargetsSetForTheRestoration: '为恢复工作设定的目标是什么?例如:xxxx公顷,到yyyy年。', - howManyHectaresOfForestHaveBeenRestoredToDate: '到目前为止,有多少公顷的森林得到了恢复?', - ifYes: '如果 "是"', - }, - growingStock: { - totalForest: '森林总量', - naturallyRegeneratingForest2025: '自然再生林', - }, - growingStockComposition: { - millionCubicMeter: '百万立方米', - mostRecentYear: '最近的一年:', - percentOfTotal: '占总数的百分比', - ranked: '#{{idx}} 排名', - totalGrowingStock: '总立木蓄积', - totalIntroducedTreeSpecies: '引进树种总数', - totalNativeTreeSpecies: '乡土树种总数', - nativeTreeSpecies2025: '乡土树种', - introducedTreeSpecies2025: '引进树种', - }, - holderOfManagementRights: { - communities2025: '土著居民和当地社区', - other2025: '其他(在评论中阐述)', - unknown2025: '不明', - }, - otherWoodedLand: { - otherWoodedLand2025: '$t(growingStock.otherWoodedLand)', - }, - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals2025: '非木材林产品采集和价值 2020', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover2025: '有树木覆盖的其他土地', - }, - - primaryForestByClimaticDomain: { - primaryForestByClimaticDomain: '按气候区划划分的原生林', - primaryForestBoreal: '......其中北方原生林', - primaryForestTemperate: '...其中温带原生林', - primaryForestTropical: '...其中热带原生林', - primaryForestSubTropical: '...其中亚热带原生林', - totalPrimaryForest: '共计', - }, - specificForestCategories: { - specificForestCategories2025: '具体的森林类别', - mangroves2025: '红树林¹', - mangrovesDisclaimer: '¹包括森林和其它林地', - }, - sustainableDevelopment: { - annualForestAreaChangeRate: '年森林面积变化率', - sdgIndicator1_2025: '可持续发展目标指标 15.1.1 森林面积占土地总面积的比例', - forestAreaProportionLandArea: '森林面积占土地总面积的比例', - dataProvidedBy: `该可持续发展目标次级指标的数据由FSC和PEFC(森林认证机构)提供。`, - 'Metadata-15-01-01': `可持续发展目标指标15.1.1元数据`, - 'Metadata-15-02-01': `可持续发展目标指标15.2.1元数据`, - }, - navigation: { - sectionHeaders: { - employmentEducationAndNwfp2025: '非木材林产品采集和价值 2020', - forestGrowingStockBiomassAndCarbon2025: '森林立木蓄积量、生物量和碳储量', - forestDesignationAndManagement2025: '森林的指定用途和管理', - forestOwnershipAndManagementRights2025: '森林所有权和管理权', - forestDisturbances2025: '森林干扰', - forestExtentCharacteristicsAndChanges2025: '$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)', - forestPolicyAndLegislation2025: '$t(navigation.sectionHeaders.forestPolicyAndLegislation)', - }, - }, - extentOfForest_forestAreaStatusAndTrend_Description: { - header_0: '森林面积等级标准', - status: { - high: '数据来源:近期¹国家森林资源调查或遥感(基于样地调查或连续测绘),并进行精度评估/实地数据校准。', - medium: '数据来源:旧的²国家森林资源调查或遥感(基于样地的调查或连续测绘),并进行精度评估/实地数据校准。', - low: '数据来源:其他,如登记册、专家估计或未经精度评估/实地数据校准的遥感。', - }, - trend: { - high: '基于重复兼容³国家森林资源调查的估算,其中最近的调查不超过5年;和/或通过多时空分析的遥感变化评估,其完成时间不超过5年(如REDD+森林参考[排放]水平)。', - medium: - '基于重复兼容³国家森林资源调查的估算,其中最近的调查超过5年;和/或通过多时空分析的遥感变化评估,其完成时间超过5年;或对比没有多时空分析的兼容地图。', - low: '其他数据来源,如专家估计,或基于非兼容评估的估计。', - }, - footer1: '¹ 从提交报告的年份起不超过5年的数据(对于2025年全球森林资源评估国家报告,年份应在2018年或之后)', - footer2: '² 从提交报告的年份起超过5年的数据(对于2025年全球森林资源评估国家报告,年份应早于2018年)', - footer3: '³ 在使用的方法、分类和定义方面兼容', - }, - growingStock_growingStockStatus_Description: { - header_0: '立木蓄积等级标准', - status: { - high: '数据来源:近期¹国家森林资源清查或机载激光扫描(ALS)辅以概率实地抽样', - medium: '数据来源:旧的²国家森林资源清查,部分实地抽样,或者没有辅以概率地面抽样的机载激光扫描(ALS)', - low: '数据来源:其他数据来源,如卫星数据、登记册、问卷调查或专家评估。', - }, - footer1: '¹ 从提交报告的年份起不超过10年的数据(对于2025年全球森林资源评估国家报告,年份应在2013年或之后)', - footer2: '² 从提交报告的年份起超过10年的数据(对于2025年全球森林资源评估国家报告,年份应早于2013年)', - }, - biomassStock_biomassStockStatus_Description: { - header_0: '生物量估算方法等级标准', - status: { - high: '应用国家特定的生物量转换和扩展系数或异速生长方程', - medium: '应用通用或生物群落水平的异速生长方程 ,或结合国家/生物群落的特定转换系数和IPCC默认生物量扩展系数。', - low: '应用IPCC默认的生物量转换和扩展系数(如使用 "生物量计算器"),或基于遥感生物量地图的估计。', - }, - }, -} diff --git a/src/i18n/resources/zh/fra.json b/src/i18n/resources/zh/fra.json new file mode 100644 index 0000000000..e44a614c38 --- /dev/null +++ b/src/i18n/resources/zh/fra.json @@ -0,0 +1,222 @@ +{ + "print": { + "title": "FRA {{cycleName}}报告", + "titleTables": "FRA {{cycleName}}报告表", + "tableOfContent": "目录", + "disclaimer": "自1946年以来,粮农组织每隔5至10年对世界森林进行一次评估。全球森林资源评估(FRA)报告现在每五年编制一次,目的是提供一种连贯一致的方法来描述世界森林及其变化情况。FRA是一项国家驱动的进程,评估基于官方指定的国家通讯员编写的报告。 如果没有报告,则由FRA秘书处根据以往报告、现有信息和/或基于遥感的分析进行案头分析。", + "disclaimerGenerated": "本文件是根据粮农组织收到的、被用于撰写{{cycleName}}年全球森林资源评估报告的正式官方文件自动生成的。该官方文件中的内容和观点由文件提交单位负责。粮农组织不对本文件所载信息的任何使用负责。", + "disclaimerGeneratedDeskStudy": "本文件是根据一项案头研究自动生成的。粮农组织不对本文件所载信息的任何使用负责。" + }, + "area100HaYear": "面积 (1000 公顷)", + "categoryHeader2020": "FRA 2020类别", + "categoryHeader2025": "FRA 2025类别", + "forestArea100HaYear": "森林面积(1000公顷)", + "area100Ha": "面积(1000公顷)", + "areaAffectedByFire": { + "areaAffected": "受影响的面积(1000公顷)", + "areaAffectedByFire2025": "$t(areaAffectedByFire.areaAffectedByFire)" + }, + "biomassStock": { + "aboveGround2025": "地上生物量", + "belowGround2025": "地下生物量", + "deadWood2025": "枯死木", + "biomassStock2025": "生物量" + }, + "biomassStockAvg": { + "forestBiomass": "森林生物量(t/ha)" + }, + "biomassStockTotal": { + "totalForestBiomass": "森林生物量总量(百万吨)" + }, + "carbonStock": { + "carbonAboveGroundBiomass2025": "地上生物量碳", + "carbonBelowGroundBiomass2025": "地下生物量碳", + "carbonStock2025": "碳储量" + }, + "carbonStockTotal": { + "totalForestCarbon": "森林碳总量(百万吨)" + }, + "climaticDomain": { + "percentOfForestArea": "占森林面积的百分比" + }, + "contactPersons": { + "expectedYearForNextCountryReportUpdate": "下次更新国家报告的预期年份" + }, + "degradedForest": { + "degradedForest": "退化的森林", + "degradedForestDefinition": "退化的森林定义", + "forestDegradationMonitoringAndAssessment": "森林退化监测和评估", + "degradedAreaForThatYear": "当年的退化森林面积(单位:1 000公顷)", + "doesYourCountryMonitor": "贵国是否监测退化森林的面积?", + "hasNationalDefinitionOfDegradedForest": "贵国是否有 \"退化的森林 \"的国家定义?", + "hasNationalLevelData": "如果有国家一级的数据", + "howMonitored": "描述监测过程和结果", + "ifYes": "如果 \"是\"", + "whatIsDefinition": "国家对 \"退化的森林 \"的定义是什么?", + "yearOfLatestAssessment": "最近一次评估的年份", + "other": "其他(在评论中阐述)", + "notSelected": "", + "criteriaOfDegradedForest": "定义“退化的森林”时采用的标准", + "changeInForestStructureDecreaseInForestCanopy": "森林结构的变化/森林冠层的减少", + "forestDisturbances": "森林受到干扰", + "lossOfProductivityAndForestGoods": "森林生产力和林产品的损失", + "lossOfForestServices": "森林服务的丧失", + "lossOfCarbonBiomassAndGrowingStock": "立木蓄积、生物量和碳储量的损失", + "lossOfBiologicalDiversity": "生物多样性的丧失", + "soilDamageErosion": "土壤破坏/侵蚀", + "mainMethods": "用于监测退化森林面积的主要方法", + "fieldInventoryAndObservations": "实地调查和观测", + "wallToWallRemoteSensingMapping": "连续的遥感测绘", + "remoteSensingSurvey": "遥感调查", + "expertOpinion": "专家意见", + "productionHarvestData": "生产/采伐数据", + "forestManagementPlanReport": "森林经营计划报告", + "underDevelopment": "开发中", + "monitoringScale": "监测规模", + "national": "国家级", + "subnational": "次国家级", + "biome": "生物群落级", + "standLocal": "林分/地方" + }, + "designatedManagementObjective": { + "noDesignation": "无指定", + "unknown2025": "不明" + }, + "disturbances": { + "forestDamage": "森林灾害", + "predominantCause": "主要原因", + "forestAreaAffected": "受影响的森林面积(1000公顷)", + "severeWeatherEvents2025": "极端天气事件" + }, + "extentOfForest": { + "remainingLandArea": "其他土地", + "totalLandArea2025": "土地面积总和", + "extentOfForest2025": "$t(extentOfForest.extentOfForest)", + "otherWoodedLand": "$t(fraClass.otherWoodedLand)" + }, + "forestAreaChange": { + "forestExpansion2025": "森林扩张", + "forestAreaChange2025": "年度森林扩张、砍伐和净变化" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithLongTermManagementPlan2025": "有长期管理计划的森林面积", + "forestAreaWithinProtectedAreas2025": "$t(forestAreaWithinProtectedAreas.forestAreaWithinProtectedAreas)" + }, + "forestCharacteristics": { + "primaryForest": "...其中原生林", + "plantationForestIntroducedArea2025": "...其中引进树种", + "naturalForestArea2025": "自然再生林" + }, + "forestOwnership": { + "ofWhichCommunities2025": "...其中土著居民和当地社区拥有的部分", + "other2025": "其他(在评论中阐述)", + "unknown2025": "不明", + "total2025": "共计", + "forestOwnership2025": "森林所有权" + }, + "forestRestoration": { + "forestRestoration": "森林恢复", + "hasYourCountryForestRestorationCommitments": "贵国是否有森林恢复的承诺?", + "isThereALawOrOtherGovernmentMandateInSupportOfRestoration": "是否有支持森林恢复的法律或其他政府授权?", + "isThereANationalDefinitionOfRestoration": "是否有 \"森林恢复 \"的国家定义,如果有,请提供该定义、监测过程和结果。", + "whatAreasInNeedOfRestorationHaveBeenIdentified": "已确定哪些地区需要森林恢复,是如何确定的?", + "whatAreTheTargetsSetForTheRestoration": "为恢复工作设定的目标是什么?例如:xxxx公顷,到yyyy年。", + "howManyHectaresOfForestHaveBeenRestoredToDate": "到目前为止,有多少公顷的森林得到了恢复?", + "ifYes": "如果 \"是\"" + }, + "growingStock": { + "totalForest": "森林总量", + "naturallyRegeneratingForest2025": "自然再生林" + }, + "growingStockComposition": { + "millionCubicMeter": "百万立方米", + "mostRecentYear": "最近的一年:", + "percentOfTotal": "占总数的百分比", + "ranked": "#{{idx}} 排名", + "totalGrowingStock": "总立木蓄积", + "totalIntroducedTreeSpecies": "引进树种总数", + "totalNativeTreeSpecies": "乡土树种总数", + "nativeTreeSpecies2025": "乡土树种", + "introducedTreeSpecies2025": "引进树种" + }, + "holderOfManagementRights": { + "communities2025": "土著居民和当地社区", + "other2025": "其他(在评论中阐述)", + "unknown2025": "不明" + }, + "otherWoodedLand": { + "otherWoodedLand2025": "$t(growingStock.otherWoodedLand)" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals2025": "非木材林产品采集和价值 2020" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover2025": "有树木覆盖的其他土地" + }, + "primaryForestByClimaticDomain": { + "primaryForestByClimaticDomain": "按气候区划划分的原生林", + "primaryForestBoreal": "......其中北方原生林", + "primaryForestTemperate": "...其中温带原生林", + "primaryForestTropical": "...其中热带原生林", + "primaryForestSubTropical": "...其中亚热带原生林", + "totalPrimaryForest": "共计" + }, + "specificForestCategories": { + "specificForestCategories2025": "具体的森林类别", + "mangroves2025": "红树林¹", + "mangrovesDisclaimer": "¹包括森林和其它林地" + }, + "sustainableDevelopment": { + "annualForestAreaChangeRate": "年森林面积变化率", + "sdgIndicator1_2025": "可持续发展目标指标 15.1.1 森林面积占土地总面积的比例", + "forestAreaProportionLandArea": "森林面积占土地总面积的比例", + "dataProvidedBy": "该可持续发展目标次级指标的数据由FSC和PEFC(森林认证机构)提供。", + "Metadata-15-01-01": "可持续发展目标指标15.1.1元数据", + "Metadata-15-02-01": "可持续发展目标指标15.2.1元数据" + }, + "navigation": { + "sectionHeaders": { + "employmentEducationAndNwfp2025": "非木材林产品采集和价值 2020", + "forestGrowingStockBiomassAndCarbon2025": "森林立木蓄积量、生物量和碳储量", + "forestDesignationAndManagement2025": "森林的指定用途和管理", + "forestOwnershipAndManagementRights2025": "森林所有权和管理权", + "forestDisturbances2025": "森林干扰", + "forestExtentCharacteristicsAndChanges2025": "$t(navigation.sectionHeaders.forestExtentCharacteristicsAndChanges)", + "forestPolicyAndLegislation2025": "$t(navigation.sectionHeaders.forestPolicyAndLegislation)" + } + }, + "extentOfForest_forestAreaStatusAndTrend_Description": { + "header_0": "森林面积等级标准", + "status": { + "high": "数据来源:近期¹国家森林资源调查或遥感(基于样地调查或连续测绘),并进行精度评估/实地数据校准。", + "medium": "数据来源:旧的²国家森林资源调查或遥感(基于样地的调查或连续测绘),并进行精度评估/实地数据校准。", + "low": "数据来源:其他,如登记册、专家估计或未经精度评估/实地数据校准的遥感。" + }, + "trend": { + "high": "基于重复兼容³国家森林资源调查的估算,其中最近的调查不超过5年;和/或通过多时空分析的遥感变化评估,其完成时间不超过5年(如REDD+森林参考[排放]水平)。", + "medium": "基于重复兼容³国家森林资源调查的估算,其中最近的调查超过5年;和/或通过多时空分析的遥感变化评估,其完成时间超过5年;或对比没有多时空分析的兼容地图。", + "low": "其他数据来源,如专家估计,或基于非兼容评估的估计。" + }, + "footer1": "¹ 从提交报告的年份起不超过5年的数据(对于2025年全球森林资源评估国家报告,年份应在2018年或之后)", + "footer2": "² 从提交报告的年份起超过5年的数据(对于2025年全球森林资源评估国家报告,年份应早于2018年)", + "footer3": "³ 在使用的方法、分类和定义方面兼容" + }, + "growingStock_growingStockStatus_Description": { + "header_0": "立木蓄积等级标准", + "status": { + "high": "数据来源:近期¹国家森林资源清查或机载激光扫描(ALS)辅以概率实地抽样", + "medium": "数据来源:旧的²国家森林资源清查,部分实地抽样,或者没有辅以概率地面抽样的机载激光扫描(ALS)", + "low": "数据来源:其他数据来源,如卫星数据、登记册、问卷调查或专家评估。" + }, + "footer1": "¹ 从提交报告的年份起不超过10年的数据(对于2025年全球森林资源评估国家报告,年份应在2013年或之后)", + "footer2": "² 从提交报告的年份起超过10年的数据(对于2025年全球森林资源评估国家报告,年份应早于2013年)" + }, + "biomassStock_biomassStockStatus_Description": { + "header_0": "生物量估算方法等级标准", + "status": { + "high": "应用国家特定的生物量转换和扩展系数或异速生长方程", + "medium": "应用通用或生物群落水平的异速生长方程 ,或结合国家/生物群落的特定转换系数和IPCC默认生物量扩展系数。", + "low": "应用IPCC默认的生物量转换和扩展系数(如使用 \"生物量计算器\"),或基于遥感生物量地图的估计。" + } + } +} diff --git a/src/i18n/resources/zh/generalValidation.js b/src/i18n/resources/zh/generalValidation.js deleted file mode 100644 index 245877df7d..0000000000 --- a/src/i18n/resources/zh/generalValidation.js +++ /dev/null @@ -1,39 +0,0 @@ -module.exports = { - classValueNotGreaterThan: `{{name}} 不应大于 {{value}}`, - classValuesMustBeEqualTo: `{{name}} 的总和必须等于 {{value}}`, - columnEmpty: `列 '$t({{columName}})' 必须有一个值`, - countryReportYearGreaterThanCurrentYear: `数值应大于或等于{{minValue}}`, - emptyField: `该字段为空`, - forestAreaDoesNotMatchExtentOfForest: `与森林面积(1a)不匹配`, - forestAreaExceedsExtentOfForest: `超过森林面积(1a)`, - forestAreaReportedIsDifferentFromPreviousCycle: `报告的面积 ({{forestArea2025}}) 与先前报告的面积 ({{forestArea2020}}) 不同。请提供评论,解释为什么不同。`, - forestSumAreaExceedsExtentOfForest: `报告的FRA类别总和超过了表格1a中报告的森林面积`, - invalidLink: `无效链接`, - landAreaExceedsTotalLandArea: `土地面积超过总土地面积 (1a) ({{value}})`, - mustBeEqualToForestArea: `自然再生林和人工林的总和与总森林面积不相等`, - mustBeEqualToForestExpansion: `子类别的总和应该等于森林扩张`, - mustBeEqualToPlantedForest: `子类别的总和应该等于人工林`, - mustBeEqualToPrimaryForest: `子类别的总和应该等于原生林`, - mustBeEqualToPrivateOwnership: `子类别的总和应该等于私有所有权`, - mustBeEqualToTotalGrowingStock: `总和应该等于总森林面积`, - mustBeLessThanPrivateOwnership: `子类别的总和应小于私有所有权`, - notEmpty: `值不能为空`, - otherLandExceedsExtentOfForest: `超过其他土地面积(1a)`, - remainingLandExceedsExtentOfForest: `超过其他土地(1a)`, - shouldContainAtLeastOneCharacter: `值应至少包含一个字符`, - subCategoryExceedsParent: `子类别超出母类别`, - sumEqualTo: '{{categoryLabels}}({{categoriesSum}})之和必须等于{{maxValue}}', - sumNotGreaterThan: `总和不应超过 {{maxValue}}`, - sumSubCategoriesExceedParent: `{{categoryLabels}}的总和超过{{parentLabel}} ({{parentValue}})`, - sumSubCategoriesNotEqualToParent: `{{categoryLabels}} ({{categoriesSum}})的和不等于{{parentLabel}} ({{parentValue}})`, - valueCannotExceedMaximumValueReportedForForestArea: `值不能超过报告的森林面积 (1a) 的最大值 ({{maxForestArea}})`, - valueCannotExceedMaximumValueReportedForForestAreaYear: `年份 {{year}} 的总和不能超过报告的森林面积 (1a) 的最大值 ({{maxForestArea}})`, - valueCannotExceedMaximumValueReportedForLandArea: `值不能超过报告的土地面积 (1a) 的最大值 ({{maxLandArea}})`, - valueEqualToSum: `总值应等于子类别的总和`, - valueEqualToSumParent: `子类别 {{subcategories}} 的总和与 {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}> 不相等`, - valueMustBePositive: `数值应大于零`, - valueMustBeYear: `数值应为有效年份`, - valueNotGreaterThan: `值不应大于 {{maxValue}}`, - valuesAreInconsistent1aOr1b: `数值与表格1a或1b中报告的面积不一致`, - valuesAreInconsistentWithNetChange: `数值与森林面积净变化不一致`, -} diff --git a/src/i18n/resources/zh/generalValidation.json b/src/i18n/resources/zh/generalValidation.json new file mode 100644 index 0000000000..18cff163d4 --- /dev/null +++ b/src/i18n/resources/zh/generalValidation.json @@ -0,0 +1,39 @@ +{ + "classValueNotGreaterThan": "{{name}} 不应大于 {{value}}", + "classValuesMustBeEqualTo": "{{name}} 的总和必须等于 {{value}}", + "columnEmpty": "列 '$t({{columName}})' 必须有一个值", + "countryReportYearGreaterThanCurrentYear": "数值应大于或等于{{minValue}}", + "emptyField": "该字段为空", + "forestAreaDoesNotMatchExtentOfForest": "与森林面积(1a)不匹配", + "forestAreaExceedsExtentOfForest": "超过森林面积(1a)", + "forestAreaReportedIsDifferentFromPreviousCycle": "报告的面积 ({{forestArea2025}}) 与先前报告的面积 ({{forestArea2020}}) 不同。请提供评论,解释为什么不同。", + "forestSumAreaExceedsExtentOfForest": "报告的FRA类别总和超过了表格1a中报告的森林面积", + "invalidLink": "无效链接", + "landAreaExceedsTotalLandArea": "土地面积超过总土地面积 (1a) ({{value}})", + "mustBeEqualToForestArea": "自然再生林和人工林的总和与总森林面积不相等", + "mustBeEqualToForestExpansion": "子类别的总和应该等于森林扩张", + "mustBeEqualToPlantedForest": "子类别的总和应该等于人工林", + "mustBeEqualToPrimaryForest": "子类别的总和应该等于原生林", + "mustBeEqualToPrivateOwnership": "子类别的总和应该等于私有所有权", + "mustBeEqualToTotalGrowingStock": "总和应该等于总森林面积", + "mustBeLessThanPrivateOwnership": "子类别的总和应小于私有所有权", + "notEmpty": "值不能为空", + "otherLandExceedsExtentOfForest": "超过其他土地面积(1a)", + "remainingLandExceedsExtentOfForest": "超过其他土地(1a)", + "shouldContainAtLeastOneCharacter": "值应至少包含一个字符", + "subCategoryExceedsParent": "子类别超出母类别", + "sumEqualTo": "{{categoryLabels}}({{categoriesSum}})之和必须等于{{maxValue}}", + "sumNotGreaterThan": "总和不应超过 {{maxValue}}", + "sumSubCategoriesExceedParent": "{{categoryLabels}}的总和超过{{parentLabel}} ({{parentValue}})", + "sumSubCategoriesNotEqualToParent": "{{categoryLabels}} ({{categoriesSum}})的和不等于{{parentLabel}} ({{parentValue}})", + "valueCannotExceedMaximumValueReportedForForestArea": "值不能超过报告的森林面积 (1a) 的最大值 ({{maxForestArea}})", + "valueCannotExceedMaximumValueReportedForForestAreaYear": "年份 {{year}} 的总和不能超过报告的森林面积 (1a) 的最大值 ({{maxForestArea}})", + "valueCannotExceedMaximumValueReportedForLandArea": "值不能超过报告的土地面积 (1a) 的最大值 ({{maxLandArea}})", + "valueEqualToSum": "总值应等于子类别的总和", + "valueEqualToSumParent": "子类别 {{subcategories}} 的总和与 {{parentVariable}} {{parentCol}} {{parentTable}} <{{valueRounded}}> 不相等", + "valueMustBePositive": "数值应大于零", + "valueMustBeYear": "数值应为有效年份", + "valueNotGreaterThan": "值不应大于 {{maxValue}}", + "valuesAreInconsistent1aOr1b": "数值与表格1a或1b中报告的面积不一致", + "valuesAreInconsistentWithNetChange": "数值与森林面积净变化不一致" +} diff --git a/src/i18n/resources/zh/geo.js b/src/i18n/resources/zh/geo.js deleted file mode 100644 index 1e1181899a..0000000000 --- a/src/i18n/resources/zh/geo.js +++ /dev/null @@ -1,103 +0,0 @@ -module.exports = { - agreementLevelExplanation: '同意程度 N 意味着至少 N 个选定的数据源需要达成一致,认定某个像素为树木覆盖区域。', - burnedArea: '烧毁区域', - burnedAreaWithUnit: '$t(geo.burnedArea) ({{unit}})', - chooseAgreementLevel: '选择所选图层间的最小同意程度。', - customAgreementArea: '自定义同意区域', - error: { - extraEstimation: { - failedToRetrieve: '检索估算时出现问题。', - unexpectedDuringProcessing: '处理过程中出现意外错误。', - }, - map: { - failedToLoad: '加载地图时出现问题。', - }, - mosaic: { - noMosaicAvailableForConfiguration: '错误:所选配置没有可用的镶嵌。', - }, - statistics: { - dataUnavailable: '数据不可用。', - failedToFetch: '获取统计信息时发生错误:{{error}}', - foundNoData: '未找到数据。', - }, - }, - estimateCustomAgreementArea: '估算自定义同意区域', - forestArea: '树木覆盖区域 ({{unit}})', - geeAssetId: 'GEE 属性 ID', - globalOpacity: '全球不透明度', - landsat: 'Landsat', - map: '地图', - maxCloudCoverage: '最大云覆盖率', - metersReducerScale: '{{meters}} 米 缩减比例', - recipes: { - forest: { - allGfc10: '全部 (GFC Hansen >=10%)', - allGfc20: '全部 (GFC Hansen >=20%)', - allGfc30: '全部 (GFC Hansen >=30%)', - esriEsa: 'ESRI & ESA', - esriEsaGlobland2020Gfc10: 'ESRI、ESA、Globland 2020 & GFC Hansen >=10%', - }, - recipes: '配方', - }, - reportedToFra2020: '汇报给2020年全球森林资源评估', - satellite: '卫星', - satelliteMosaic: '卫星镶嵌', - sections: { - burnedArea: { - layerTitles: { - modis: 'MODIS', - }, - title: '烧毁区域', - }, - forest: { - layerTitles: { - agreement: '同意层', - copernicus2019: 'Copernicus (2019)', - customFnf: '自定义 森林/非森林', - esa2020: 'ESA (2020)', - esaGlobCover2009: 'ESA GlobCover (2009)', - esri2020: 'ESRI (2020)', - globeLand2020: 'GlobeLand (2020)', - hansenGfc2020: 'Hansen GFC (2020)', - hansenGfc2020WithPercent: '$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %', - jaxa2017: 'JAXA (2017)', - modis: 'MODIS', - tanDemX2019: 'TanDEM-X (2019)', - }, - title: '树木覆盖', - }, - protectedArea: { - layerTitles: { - customProtectedArea: '自定义受保护区域', - filteredWdpa: '筛选后的世界保护区数据库', - wdpa: '世界保护区数据库(WDPA)', - }, - title: '受保护区域', - }, - }, - selectMinTreeCoverPercent: '选择最小树木覆盖百分比:', - sentinel: '哨兵卫星(Sentinel)', - showSatelliteMosaic: '显示卫星镶嵌', - statistics: { - burnedArea: { - burnedAreaByYear: '烧毁区域(按年)', - }, - forestArea: { - extentOfForestPerSource: '根据资料来源及向 FRA 报告的树木覆盖范围 {{year}}', - extentOfForestTreeCover: '树木覆盖范围(按来源)', - forestAreaHa: '树木覆盖面积,公顷', - forestAreaPercentOfLandArea: '树木覆盖面积占土地面积的百分比', - landArea: '土地面积', - }, - graphs: '统计图表', - protectedArea: { - allGfc10: '全部 (GFC Hansen >=10%)', - allGfc20: '全部 (GFC Hansen >=20%)', - allGfc30: '全部 (GFC Hansen >=30%)', - }, - title: '统计信息', - }, - treeCoverAgreementSelected: '选定的同意树木覆盖区域', - treeCoverProtectedAreas: '受保护区域内的树木覆盖', - treeCoverProtectedAreasWithUnit: '$t(geo.treeCoverProtectedAreas) ({{unit}})', -} diff --git a/src/i18n/resources/zh/geo.json b/src/i18n/resources/zh/geo.json new file mode 100644 index 0000000000..eed23d0fcc --- /dev/null +++ b/src/i18n/resources/zh/geo.json @@ -0,0 +1,103 @@ +{ + "agreementLevelExplanation": "同意程度 N 意味着至少 N 个选定的数据源需要达成一致,认定某个像素为树木覆盖区域。", + "burnedArea": "烧毁区域", + "burnedAreaWithUnit": "$t(geo.burnedArea) ({{unit}})", + "chooseAgreementLevel": "选择所选图层间的最小同意程度。", + "customAgreementArea": "自定义同意区域", + "error": { + "extraEstimation": { + "failedToRetrieve": "检索估算时出现问题。", + "unexpectedDuringProcessing": "处理过程中出现意外错误。" + }, + "map": { + "failedToLoad": "加载地图时出现问题。" + }, + "mosaic": { + "noMosaicAvailableForConfiguration": "错误:所选配置没有可用的镶嵌。" + }, + "statistics": { + "dataUnavailable": "数据不可用。", + "failedToFetch": "获取统计信息时发生错误:{{error}}", + "foundNoData": "未找到数据。" + } + }, + "estimateCustomAgreementArea": "估算自定义同意区域", + "forestArea": "树木覆盖区域 ({{unit}})", + "geeAssetId": "GEE 属性 ID", + "globalOpacity": "全球不透明度", + "landsat": "Landsat", + "map": "地图", + "maxCloudCoverage": "最大云覆盖率", + "metersReducerScale": "{{meters}} 米 缩减比例", + "recipes": { + "forest": { + "allGfc10": "全部 (GFC Hansen >=10%)", + "allGfc20": "全部 (GFC Hansen >=20%)", + "allGfc30": "全部 (GFC Hansen >=30%)", + "esriEsa": "ESRI & ESA", + "esriEsaGlobland2020Gfc10": "ESRI、ESA、Globland 2020 & GFC Hansen >=10%" + }, + "recipes": "配方" + }, + "reportedToFra2020": "汇报给2020年全球森林资源评估", + "satellite": "卫星", + "satelliteMosaic": "卫星镶嵌", + "sections": { + "burnedArea": { + "layerTitles": { + "modis": "MODIS" + }, + "title": "烧毁区域" + }, + "forest": { + "layerTitles": { + "agreement": "同意层", + "copernicus2019": "Copernicus (2019)", + "customFnf": "自定义 森林/非森林", + "esa2020": "ESA (2020)", + "esaGlobCover2009": "ESA GlobCover (2009)", + "esri2020": "ESRI (2020)", + "globeLand2020": "GlobeLand (2020)", + "hansenGfc2020": "Hansen GFC (2020)", + "hansenGfc2020WithPercent": "$t(geo.sections.forest.layerTitles.hansenGfc2020) {{hansenPercent}} %", + "jaxa2017": "JAXA (2017)", + "modis": "MODIS", + "tanDemX2019": "TanDEM-X (2019)" + }, + "title": "树木覆盖" + }, + "protectedArea": { + "layerTitles": { + "customProtectedArea": "自定义受保护区域", + "filteredWdpa": "筛选后的世界保护区数据库", + "wdpa": "世界保护区数据库(WDPA)" + }, + "title": "受保护区域" + } + }, + "selectMinTreeCoverPercent": "选择最小树木覆盖百分比:", + "sentinel": "哨兵卫星(Sentinel)", + "showSatelliteMosaic": "显示卫星镶嵌", + "statistics": { + "burnedArea": { + "burnedAreaByYear": "烧毁区域(按年)" + }, + "forestArea": { + "extentOfForestPerSource": "根据资料来源及向 FRA 报告的树木覆盖范围 {{year}}", + "extentOfForestTreeCover": "树木覆盖范围(按来源)", + "forestAreaHa": "树木覆盖面积,公顷", + "forestAreaPercentOfLandArea": "树木覆盖面积占土地面积的百分比", + "landArea": "土地面积" + }, + "graphs": "统计图表", + "protectedArea": { + "allGfc10": "全部 (GFC Hansen >=10%)", + "allGfc20": "全部 (GFC Hansen >=20%)", + "allGfc30": "全部 (GFC Hansen >=30%)" + }, + "title": "统计信息" + }, + "treeCoverAgreementSelected": "选定的同意树木覆盖区域", + "treeCoverProtectedAreas": "受保护区域内的树木覆盖", + "treeCoverProtectedAreasWithUnit": "$t(geo.treeCoverProtectedAreas) ({{unit}})" +} diff --git a/src/i18n/resources/zh/history.js b/src/i18n/resources/zh/history.js deleted file mode 100644 index 6ac0b59e01..0000000000 --- a/src/i18n/resources/zh/history.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - change_one: '{{count}} 改变', - change_other: '{{count}} 改变', - history: '历史记录', -} diff --git a/src/i18n/resources/zh/history.json b/src/i18n/resources/zh/history.json new file mode 100644 index 0000000000..89565252f0 --- /dev/null +++ b/src/i18n/resources/zh/history.json @@ -0,0 +1,5 @@ +{ + "change_one": "{{count}} 改变", + "change_other": "{{count}} 改变", + "history": "历史记录" +} diff --git a/src/i18n/resources/zh/landing.js b/src/i18n/resources/zh/landing.js deleted file mode 100644 index 0445abe815..0000000000 --- a/src/i18n/resources/zh/landing.js +++ /dev/null @@ -1,115 +0,0 @@ -module.exports = { - home: '主页', - sections: { - about: '关于FRA', - contentCheck: '内容/检查', - externalData: '外部数据', - landing: '链接和存储库', - messageBoard: '留言板', - overview: '概览', - recentActivity: '近期活动', - userManagement: '合作管理', - versioning: '版本更新', - }, - overview: { - loadingMap: '加载网站地图…', - withFinancialSupportOf: '赞助方为 ', - }, - milestones: { - milestones: '里程碑', - milestone1: '国家通讯员全球会议', - milestone2: '区域和分区域研讨会', - milestone3: '提交国家报告截止日期', - milestone4: '审核国家报告最终稿', - milestone5: 'FRA 2020初步发现', - milestone6: 'FRA 2020主报告', - milestone7: '数据分析和报告起草', - milestone8: '启动分析和宣传平台', - date1: '3月', - date2: '4–9月', - date3: '10月', - date4: '1–2月', - date5: '3月', - date6: '7月', - date7: '3-12月', - date8: '8月', - }, - users: { - users: '联系方式', - message: '留言', - }, - about: { - contact: '联系人', - seniorForestryOfficer: '高级林业官员', - faoForestryDepartment: '粮农组织林业部', - email: '电子邮箱', - fraProcess: - '自1946年以来,粮农组织每隔5至10年对世界森林进行一次评估。全球森林资源评估(FRA)报告现在每五年编制一次,目的是提供一种连贯一致的方法来描述世界森林及其变化情况。该评估基于两个主要数据来源:国家通讯员编写的国家报告,以及粮农组织与国家联络点和区域伙伴一起进行的遥感监测。自1948年发表第一份评估报告以来,FRA报告的范围经常发生变化。这些评估构成了全球森林资源利益方面的一段有趣历史,不仅具备实质性的内容,而且涵盖的范围不断变化。', - linkFraProcess: '了解FRA进程的更多信息', - or: '或', - selectArea: '选择下述某一领域,获取FRA数据', - }, - recentActivity: { - noRecentActivityTitle: '似乎没有近期活动', - noRecentActivityBody: '平台上所做的更改将在此处显示,以便您快速了解您离开时所发生的事情。', - getStarted: '开始', - actions: { - added: '已添加', - addedFile: '已添加 {{file}}', - commented: '已评论', - deleted: '已删除', - deletedFile: '已删除 {{file}}', - edited: '已编辑', - resolved: '已解决的问题为', - status: '更改状态为', - addUser: '已添加 {{user}} 为 {{role}}', - updateUser: '已编辑 {{user}}', - removeUser: '已移除 {{user}}', - acceptInvitation: '以 {{role}}加入', - addInvitation: '邀请 {{user}} 成为 {{role}}', - removeInvitation: '删除有关请 {{user}} 成为 {{role}}的邀请', - updateInvitation: '更新关于请{{user}} 成为{{role}}的邀请', - updateAssessmentStatus: '将{{assessment}} 的状态变更为 {{status}}', - }, - fraProcess: - '自1946年以来,粮农组织每隔5至10年对世界森林进行一次监测。全球森林资源评估(FRA)报告现在每五年编制一次,目的是提供一种连贯一致的方法来描述世界森林及其变化情况。该评估基于两个主要数据来源:国家通讯员编写的国家报告,以及粮农组织与国家联络点和区域伙伴一起进行的遥感监测。自1948年发表第一份评估报告以来,FRA报告的范围经常发生变化。这些评估构成了全球森林资源利益方面的一段有趣历史,不仅具备实质性的内容,而且涵盖的范围不断变化。', - linkFraProcess: '了解有关FRA进程的更多信息', - }, - links: { - links: '链接', - repository: '资源库', - uploadFile: '上传文件', - confirmDelete: '删除 {{file}}? 此操作无法撤销。', - fileUploaded: '文件成功上传', - fileDeleted: '文件成功删除', - fileOperationFailed: `该操作无法进行,因为此文件已被用于:\n{{sectionNames}}`, - }, - dataExport: { - downloadData: '下载数据', - }, - versioning: { - status: { - pending: '等待中', - running: '正在运行', - completed: '已完成', - failed: '失败', - }, - form: { - newVersion: '新版本', - versionNumber: '版本', - date: '日期', - cancel: '取消', - error: '表格内有错误。请修改后再次提交。', - }, - table: { - noVersions: '尚无版本', - databaseVersions: '数据库版本', - versionNumber: '版本编号', - publishedAt: '预定时间', - createdBy: '创建人为', - status: '状态', - delete: '删除', - scheduledAt: '预定于', - }, - }, -} diff --git a/src/i18n/resources/zh/landing.json b/src/i18n/resources/zh/landing.json new file mode 100644 index 0000000000..412c748b9e --- /dev/null +++ b/src/i18n/resources/zh/landing.json @@ -0,0 +1,113 @@ +{ + "home": "主页", + "sections": { + "about": "关于FRA", + "contentCheck": "内容/检查", + "externalData": "外部数据", + "landing": "链接和存储库", + "messageBoard": "留言板", + "overview": "概览", + "recentActivity": "近期活动", + "userManagement": "合作管理", + "versioning": "版本更新" + }, + "overview": { + "loadingMap": "加载网站地图…", + "withFinancialSupportOf": "赞助方为 " + }, + "milestones": { + "milestones": "里程碑", + "milestone1": "国家通讯员全球会议", + "milestone2": "区域和分区域研讨会", + "milestone3": "提交国家报告截止日期", + "milestone4": "审核国家报告最终稿", + "milestone5": "FRA 2020初步发现", + "milestone6": "FRA 2020主报告", + "milestone7": "数据分析和报告起草", + "milestone8": "启动分析和宣传平台", + "date1": "3月", + "date2": "4–9月", + "date3": "10月", + "date4": "1–2月", + "date5": "3月", + "date6": "7月", + "date7": "3-12月", + "date8": "8月" + }, + "users": { + "users": "联系方式", + "message": "留言" + }, + "about": { + "contact": "联系人", + "seniorForestryOfficer": "高级林业官员", + "faoForestryDepartment": "粮农组织林业部", + "email": "电子邮箱", + "fraProcess": "自1946年以来,粮农组织每隔5至10年对世界森林进行一次评估。全球森林资源评估(FRA)报告现在每五年编制一次,目的是提供一种连贯一致的方法来描述世界森林及其变化情况。该评估基于两个主要数据来源:国家通讯员编写的国家报告,以及粮农组织与国家联络点和区域伙伴一起进行的遥感监测。自1948年发表第一份评估报告以来,FRA报告的范围经常发生变化。这些评估构成了全球森林资源利益方面的一段有趣历史,不仅具备实质性的内容,而且涵盖的范围不断变化。", + "linkFraProcess": "了解FRA进程的更多信息", + "or": "或", + "selectArea": "选择下述某一领域,获取FRA数据" + }, + "recentActivity": { + "noRecentActivityTitle": "似乎没有近期活动", + "noRecentActivityBody": "平台上所做的更改将在此处显示,以便您快速了解您离开时所发生的事情。", + "getStarted": "开始", + "actions": { + "added": "已添加", + "addedFile": "已添加 {{file}}", + "commented": "已评论", + "deleted": "已删除", + "deletedFile": "已删除 {{file}}", + "edited": "已编辑", + "resolved": "已解决的问题为", + "status": "更改状态为", + "addUser": "已添加 {{user}} 为 {{role}}", + "updateUser": "已编辑 {{user}}", + "removeUser": "已移除 {{user}}", + "acceptInvitation": "以 {{role}}加入", + "addInvitation": "邀请 {{user}} 成为 {{role}}", + "removeInvitation": "删除有关请 {{user}} 成为 {{role}}的邀请", + "updateInvitation": "更新关于请{{user}} 成为{{role}}的邀请", + "updateAssessmentStatus": "将{{assessment}} 的状态变更为 {{status}}" + }, + "fraProcess": "自1946年以来,粮农组织每隔5至10年对世界森林进行一次监测。全球森林资源评估(FRA)报告现在每五年编制一次,目的是提供一种连贯一致的方法来描述世界森林及其变化情况。该评估基于两个主要数据来源:国家通讯员编写的国家报告,以及粮农组织与国家联络点和区域伙伴一起进行的遥感监测。自1948年发表第一份评估报告以来,FRA报告的范围经常发生变化。这些评估构成了全球森林资源利益方面的一段有趣历史,不仅具备实质性的内容,而且涵盖的范围不断变化。", + "linkFraProcess": "了解有关FRA进程的更多信息" + }, + "links": { + "links": "链接", + "repository": "资源库", + "uploadFile": "上传文件", + "confirmDelete": "删除 {{file}}? 此操作无法撤销。", + "fileUploaded": "文件成功上传", + "fileDeleted": "文件成功删除", + "fileOperationFailed": "该操作无法进行,因为此文件已被用于:\n{{sectionNames}}" + }, + "dataExport": { + "downloadData": "下载数据" + }, + "versioning": { + "status": { + "pending": "等待中", + "running": "正在运行", + "completed": "已完成", + "failed": "失败" + }, + "form": { + "newVersion": "新版本", + "versionNumber": "版本", + "date": "日期", + "cancel": "取消", + "error": "表格内有错误。请修改后再次提交。" + }, + "table": { + "noVersions": "尚无版本", + "databaseVersions": "数据库版本", + "versionNumber": "版本编号", + "publishedAt": "预定时间", + "createdBy": "创建人为", + "status": "状态", + "delete": "删除", + "scheduledAt": "预定于" + } + } +} diff --git a/src/i18n/resources/zh/login.js b/src/i18n/resources/zh/login.js deleted file mode 100644 index a2be82994d..0000000000 --- a/src/i18n/resources/zh/login.js +++ /dev/null @@ -1,54 +0,0 @@ -module.exports = { - login: '登陆', - - password: '密码', - repeatPassword: '重复密码', - email: '邮箱', - cancel: '取消', - - signInGoogle: '通过谷歌登陆', - signInFRA: '通过FRA登陆', - - changePassword: '修改密码', - expired: '糟糕……您点击的链接似乎已过期或为无效链接', - - forgotPasswordTitle: '请输入邮箱并提交表单,我们将通过电子邮件发送相关说明', - forgotPassword: '忘记密码?', - - notAuthorized: '用户没有权限', - errorOccurred: '发生错误', - noInvitation: '未找到邀请信息', - noMatchPasswords: '密码不匹配', - noEmptyPassword: '密码不能留空', - noMatchingUser: '我们找不到任何匹配这些资历的用户。\n请确保使用有效的FRA账户。', - noMatchingEmail: '我们找不到任何匹配这一邮箱的用户。\n请确保使用有效的FRA账户。', - passwordError: '密码须至少包含6个字符,其中至少有1个小写字母、1个大写字母和1个数字', - invalidEmail: '邮箱无效', - emptyEmail: '邮箱不能留空', - noLongerValid: '糟糕……你的请求似乎已经失效。', - - passwordResetSent: '重置密码的请求已成功提交。\n您很快将收到一封关于密码重置的电子邮件', - passwordChanged: '密码修改成功', - - missingCredentials: '用户名或密码缺失', - - accessLimited: '保留区域的访问权仅限于参与 FRA 报告过程的专家.', - returnHome: '要返回主页,请单击', - returnHomeClick: '此处.', - - resetPassword: '重置密码', - alreadyLinked: '所选的谷歌账户已链接到另一个用户', - noShortPassword: '密码太短', - noMatchingLocalUser: '我们找不到符合这些条件的用户', - noMatchingProvider: '我们找不到符合这些条件的用户', - noActiveAccount: '该账户未被激活。请确保你已经接受了任何待定的邀请', - googleOnlyAccount: '该账户使用谷歌认证', - alreadyAcceptedInvitation: '该邀请已经被接受', - invitationMessage: '您作为{{country}}的{{role}}已被邀请参加{{assessment}}{{cycle}}', - invitationProvidersRegistered: '您已经有一个{{authProviderNames}}注册账户', - acceptInvitation: '接受邀请', - acceptInvitationWithFra: '接受邀请(FRA账号登录)', - acceptInvitationWithGoogle: '接受邀请(谷歌账号登录)', - invitationExpired: '该邀请已过期', - logoutSuccessful: '您已成功注销', -} diff --git a/src/i18n/resources/zh/login.json b/src/i18n/resources/zh/login.json new file mode 100644 index 0000000000..0e2fd4487a --- /dev/null +++ b/src/i18n/resources/zh/login.json @@ -0,0 +1,45 @@ +{ + "login": "登陆", + "password": "密码", + "repeatPassword": "重复密码", + "email": "邮箱", + "cancel": "取消", + "signInGoogle": "通过谷歌登陆", + "signInFRA": "通过FRA登陆", + "changePassword": "修改密码", + "expired": "糟糕……您点击的链接似乎已过期或为无效链接", + "forgotPasswordTitle": "请输入邮箱并提交表单,我们将通过电子邮件发送相关说明", + "forgotPassword": "忘记密码?", + "notAuthorized": "用户没有权限", + "errorOccurred": "发生错误", + "noInvitation": "未找到邀请信息", + "noMatchPasswords": "密码不匹配", + "noEmptyPassword": "密码不能留空", + "noMatchingUser": "我们找不到任何匹配这些资历的用户。\n请确保使用有效的FRA账户。", + "noMatchingEmail": "我们找不到任何匹配这一邮箱的用户。\n请确保使用有效的FRA账户。", + "passwordError": "密码须至少包含6个字符,其中至少有1个小写字母、1个大写字母和1个数字", + "invalidEmail": "邮箱无效", + "emptyEmail": "邮箱不能留空", + "noLongerValid": "糟糕……你的请求似乎已经失效。", + "passwordResetSent": "重置密码的请求已成功提交。\n您很快将收到一封关于密码重置的电子邮件", + "passwordChanged": "密码修改成功", + "missingCredentials": "用户名或密码缺失", + "accessLimited": "保留区域的访问权仅限于参与 FRA 报告过程的专家.", + "returnHome": "要返回主页,请单击", + "returnHomeClick": "此处.", + "resetPassword": "重置密码", + "alreadyLinked": "所选的谷歌账户已链接到另一个用户", + "noShortPassword": "密码太短", + "noMatchingLocalUser": "我们找不到符合这些条件的用户", + "noMatchingProvider": "我们找不到符合这些条件的用户", + "noActiveAccount": "该账户未被激活。请确保你已经接受了任何待定的邀请", + "googleOnlyAccount": "该账户使用谷歌认证", + "alreadyAcceptedInvitation": "该邀请已经被接受", + "invitationMessage": "您作为{{country}}的{{role}}已被邀请参加{{assessment}}{{cycle}}", + "invitationProvidersRegistered": "您已经有一个{{authProviderNames}}注册账户", + "acceptInvitation": "接受邀请", + "acceptInvitationWithFra": "接受邀请(FRA账号登录)", + "acceptInvitationWithGoogle": "接受邀请(谷歌账号登录)", + "invitationExpired": "该邀请已过期", + "logoutSuccessful": "您已成功注销" +} diff --git a/src/i18n/resources/zh/nationalDataPoint.js b/src/i18n/resources/zh/nationalDataPoint.js deleted file mode 100644 index 0a1d25e57e..0000000000 --- a/src/i18n/resources/zh/nationalDataPoint.js +++ /dev/null @@ -1,53 +0,0 @@ -module.exports = { - clickOnNDP: '点击年份获取原始数据', - nationalDataPoint: '国家数据点', - addNationalDataPoint: '添加国家数据点', - noNationalDataAdded: '未添加国家数据', - nationalData: '国家数据', - reclassificationLabel: '原始数据和重新分类', - forestCategoriesLabel: '森林、其他林地和其他土地', - referenceYearData: '数据参考年份', - referenceYear: '参考年份', - references: '参考', - selectYear: '选择…', - methods: '方法', - methodsUsed: '已使用的方法', - dataSource: '数据来源', - dataSources: '数据来源', - additionalComments: '额外评论', - edit: '编辑', - copyPreviousValues: '复制先前的参考文献', - nationalClass: '国家界定的类别', - nationalClasses: '分类和定义', - definition: '定义', - class: '类别', - fraClasses: 'FRA界定的类别', - area: '面积(1000公顷)', - total: '总计', - modifiedExplanation: '修正后的国家数据点', - confirmDelete: '确定删除这一数据点吗?此操作不可撤销。', - discardChanges: '放弃修改', - doneEditing: '编辑完成', - enterOrCopyPasteNationalClasses: '输入或复制与粘贴国家界定的类别', - forestCharacteristics: '森林特征', - otherLandCharacteristics: '有树木覆盖的其他土地', - plantationForest: '种植林', - remindDirtyOdp: '国家数据点已经更新,请记得重新生成数值', - disabled: '第1b项的禁用、启用', - dataSourceMethodsOptions: { - nationalForestInventory: '国家森林资源清查', - sampleBasedRemoteSensingAssessment: '基于采样的遥感评估', - fullCoverMaps: '全幅森林/植被图', - registersQuestionnaires: '登记/调查表', - other: '其他 (在评论中注明)', - }, - appliesToVariablesOptions: { - forest: '森林', - otherWoodedLand: '其他林地', - otherLand: '其他土地', - }, - fileAddedWillBecomePublic: '添加的参考文件将可公开访问', - forestCategoriesLabel2025: '森林、其他林地和其它土地', - nationalClassifications: '国家级分类', - categories: '类别', -} diff --git a/src/i18n/resources/zh/nationalDataPoint.json b/src/i18n/resources/zh/nationalDataPoint.json new file mode 100644 index 0000000000..f9830826cd --- /dev/null +++ b/src/i18n/resources/zh/nationalDataPoint.json @@ -0,0 +1,53 @@ +{ + "clickOnNDP": "点击年份获取原始数据", + "nationalDataPoint": "国家数据点", + "addNationalDataPoint": "添加国家数据点", + "noNationalDataAdded": "未添加国家数据", + "nationalData": "国家数据", + "reclassificationLabel": "原始数据和重新分类", + "forestCategoriesLabel": "森林、其他林地和其他土地", + "referenceYearData": "数据参考年份", + "referenceYear": "参考年份", + "references": "参考", + "selectYear": "选择…", + "methods": "方法", + "methodsUsed": "已使用的方法", + "dataSource": "数据来源", + "dataSources": "数据来源", + "additionalComments": "额外评论", + "edit": "编辑", + "copyPreviousValues": "复制先前的参考文献", + "nationalClass": "国家界定的类别", + "nationalClasses": "分类和定义", + "definition": "定义", + "class": "类别", + "fraClasses": "FRA界定的类别", + "area": "面积(1000公顷)", + "total": "总计", + "modifiedExplanation": "修正后的国家数据点", + "confirmDelete": "确定删除这一数据点吗?此操作不可撤销。", + "discardChanges": "放弃修改", + "doneEditing": "编辑完成", + "enterOrCopyPasteNationalClasses": "输入或复制与粘贴国家界定的类别", + "forestCharacteristics": "森林特征", + "otherLandCharacteristics": "有树木覆盖的其他土地", + "plantationForest": "种植林", + "remindDirtyOdp": "国家数据点已经更新,请记得重新生成数值", + "disabled": "第1b项的禁用、启用", + "dataSourceMethodsOptions": { + "nationalForestInventory": "国家森林资源清查", + "sampleBasedRemoteSensingAssessment": "基于采样的遥感评估", + "fullCoverMaps": "全幅森林/植被图", + "registersQuestionnaires": "登记/调查表", + "other": "其他 (在评论中注明)" + }, + "appliesToVariablesOptions": { + "forest": "森林", + "otherWoodedLand": "其他林地", + "otherLand": "其他土地" + }, + "fileAddedWillBecomePublic": "添加的参考文件将可公开访问", + "forestCategoriesLabel2025": "森林、其他林地和其它土地", + "nationalClassifications": "国家级分类", + "categories": "类别" +} diff --git a/src/i18n/resources/zh/other.js b/src/i18n/resources/zh/other.js deleted file mode 100644 index 83f1a4a06f..0000000000 --- a/src/i18n/resources/zh/other.js +++ /dev/null @@ -1,1812 +0,0 @@ -module.exports = { - fileDrop: { - dropFilesHere: '将文件放在此处', - dragAndDropOrClick: '在此处拖放文件,或点击选择文件', - }, - - language: { - en: 'English', - es: 'Español', - fr: 'Français', - ru: 'Русский', - ar: 'العربية', - zh: '中文', - }, - - disclaimer: { - statisticalFactsheets: '声明:可能包含粮农组织估计数值,可能有缺失的数值', - part1: '本网站的制作得到了下述各方的协助:', - europeanUnion: '欧洲联盟', - part2: '、', - govFinland: '芬兰政府', - part3: '、', - govNorway: '挪威政府', - part4: '和', - gef: '全球环境基金', - part5: '。 网站内容由粮农组织全权负责,不代表欧洲联盟、芬兰政府、挪威政府和全球环境基金的观点。', - termsOfUse: '统计数据库使用条款', - }, - - home: { - keyFindings: `全球森林面积共计40.6亿公顷,占陆地总面积的31%。根据这一森林总面积计算得出的人均森林面积为0.52公顷。 - 森林在各民族或地理区域间分布并不均匀,热带地区拥有的森林面积最大,占比45%,其次是寒带、温带和亚热带。`, - }, - - footer: { - contactUs: '联系我们', - termsAndConditions: '条款和条件', - scamAlert: '防欺诈警告', - reportMisconduct: '报告不当行为', - tutorials: '视频', - sendFeedback: '发送反馈', - licenses: '许可', - platformVersion: '平台版本', - }, - - unit: { - haThousand: '1 000 公顷', - ha: '公顷', - kmSq: '平方公里', - mileSq: '平方英里', - acre1000: '1 000 英亩', - acre: '英亩', - haMillion: '百万公顷', - haThousandPerYear: '1 000 公顷/年', - tonnesPerHa: '吨/公顷', - cubicMeterPerHa: '立方米/公顷', - millionTonnes: '百万公吨', - millionsCubicMeterOverBark: '百万立方米(带皮)', - thousandCubicMeterOverBark: '1 000 立方米(带皮)', - billionCubicMeter: '10亿立方米', - thousandCubicMeter: '1 000 立方米', - thousandCubicMeterRWE: '1 000 立方米原木当量', - thousandPersons: '1 000 人', - gt: '10亿吨', - fte1000: '1 000 全职人力工时', - numberOfStudents: '$t(graduationOfStudents.numberOfStudents)', - absoluteNumber: '绝对数', - annualNumberOfVisitsMillion: '年访问量(百万)', - millionNationalCurrency: '百万国家货币', - facilityLengthIn1000Km: '设施 (单位:1 000公里)', - growingStockPercent: '森林总立木蓄积的百分比', - }, - - countrySelection: { - selectCountry: '选择国家', - }, - - definition: { - definitionLabel: '术语和定义', - faqLabel: '常见问题', - }, - - audit: { - notStarted: '未开始', - edited: '已编辑', - }, - - yesNoTextSelect: { - yes: '是', - no: '否', - notSelected: '', - }, - - user: { - roles: { - REVIEWER: '审核人', - NATIONAL_CORRESPONDENT: '国家通讯员', - ALTERNATE_NATIONAL_CORRESPONDENT: '候补国家通讯员', - COLLABORATOR: '合作者', - ADMINISTRATOR: '管理员', - noRole: '不适用', - // unused? - VIEWER: '观察者', - reviewer_plural: '审查者', - nationalCorrespondent_plural: '国家通讯员', - alternateNationalCorrespondent_plural: '候补国家通讯员', - collaborator_plural: '合作者', - }, - - resetPasswordEmail: { - subject: 'FRA平台 - 重置密码', - textMessage: `尊敬的 {{user}} - -我们收到了一个重置您FRA账户密码的请求。 -如果您没有提出这一要求,请忽略这封邮件。 - - -请点击以下链接重置您的密码 -{{- link}} - - -谢谢!, -FRA工作组 fra@fao.org -{{- url}}`, - htmlMessage: `尊敬的 {{user}} -

-我们收到了一个重置您FRA账户密码的请求。 -
-如果您没有提出这一要求,请忽略这封邮件。 -


-点击此处重设密码 -


-谢谢! -
-FRA工作组 fra@fao.org -
-{{- url}} - `, - }, - }, - - fraClass: { - forest: '森林', - otherWoodedLand: '其他林地', - otherLand: '其他土地', - }, - - fraForestCharacteristicsClass: { - naturallyRegeneratingForest: '天然再生林', - plantationForest: '种植林', - ofWhichIntroduced: '引入外来树种的种植林', - otherPlantedForest: '其他人工林', - totalForest: '森林总面积', - }, - - fraOtherLandClass: { - palms: '棕榈类 (油棕、椰树、枣椰等)…', - treeOrchards: '果树 (包括水果、坚果、橄榄等)', - agroforestry: '农林间作…', - treesUrbanSettings: '城市树木…', - }, - - userChat: { - chatHeader: '与 {{user}}的消息', - noMessages: '无消息', - writeMessage: '写消息…', - send: '发送', - cancel: '取消', - notificationEmail: { - subject: '{{sender}} 发送了一条有关{{country}}的消息给您', - textMessage: `尊敬的 {{recipient}}, - -{{sender}} 发送了一条有关 {{country}}的消息给您。 - -请通过下述URL登陆平台查看和回复消息: -{{- link}} - -FRA工作组 -{{- url}} - `, - htmlMessage: `尊敬的 {{recipient}}, -

-{{sender}} 发送了一条有关 {{country}}的消息给您。 -

-请登陆平台查看和回复消息。 -

-FRA工作组 -
-{{- url}} - `, - }, - }, - - // error messages - error: { - access: { - countryRoleNotSpecified: '错误: 用户 {{user}} 试图登陆 {{countryIso}} ,但未明确身份', - countryUserNotReviewer: '错误: 用户 {{user}} 试图登陆 {{countryIso}} ,但其并非审核人', - userNotAdministrator: '错误: 用户 {{user}} 试图登陆仅向管理员开放的资源', - roleChangeNotAllowed: '错误: 用户 {{user}} 试图将另一名用户的身份设置为 {{role}},但该用户没有这一操作权限', - userAlreadyAddedToCountry: '错误: 用户 {{user}} 已被添加至国家 {{countryIso}}', - invitationAlreadyUsed: '错误: 邀请函 {{invitationUuid}}已被使用,不得通过{{loginEmail}}加以劫持!', - countryDoesNotMatch: '错误: 国家 {{countyryIso}} 不匹配', - assessmentEditingNotAllowed: - '错误: 用户{{user}}为 {{role}}身份,不得编辑状态为{{assessmentStatus}}的国家{{countryIso}}评估报告', - assessmentCommentingNotAllowed: - '错误: 用户{{user}}为 {{role}}身份,不得评论状态为{{assessmentStatus}}的国家{{countryIso}}评估报告', - }, - assessment: { - transitionNotAllowed: '错误: 身份为{{role}}的用户,不得将{{currentStatus}}变更为{{status}}', - deskStudyNotAllowed: '错误: 仅管理员有权限变更书面审查状态', - }, - review: { - commentDeleteNotOwner: '错误: 用户{{user}}试图删除他人评论', - commentEnterResolvedIssue: '错误: 用户{{user}}试图对已解决的问题发表评论', - }, - ndp: { - previousNdpNotFound: '无法找到{{year}}前的任何国家数据点', - }, - userNotAdministrator: '错误:用户{{user}}试图访问仅对管理员开放的资源', - userAlreadyAddedToCountry: '错误:用户{{user}}已被添加到国家{{countryIso}}', - }, - // components - - countryListing: { - annuallyUpdated: '每年更新', - fra2020: '2020年森林资源评估(FRA 2020)', - }, - - navigation: { - hideAll: '隐藏所有', - showAll: '显示所有', - support: { - dontDelete: '系统信息,请勿移除', - feedbackEmailSubject: 'FRA平台反馈', - platformVersion: '平台版本', - userAgent: '用户代理', - user: '用户', - manageCollaborators: '管理合作者', - }, - sectionHeaders: { - introduction: '引言', - forestExtentCharacteristicsAndChanges: '森林面积、特征和变化', - forestGrowingStockBiomassAndCarbon: '森林立木蓄积量、生物量和碳储量', - forestDesignationAndManagement: '森林的指定用途和管理', - forestOwnershipAndManagementRights: '森林所有权和管理权', - forestDisturbances: '森林遭到的干扰', - forestPolicyAndLegislation: '森林政策和法律', - employmentEducationAndNwfp: '就业、教育和非木质林产品', - sustainableDevelopment: '可持续发展目标15', - panEuropeanIndicators: '泛欧洲指标', - }, - cancel: '取消', - changeStatusTextPlaceholder: '添加可选消息', - doNotNotifyUsers: '不通知用户', - notifySelf: '将副本发送给自己', - }, - - header: { - editProfile: '编辑简介', - logout: '退出', - hideSidebar: '隐藏边栏', - showSidebar: '显示边栏', - autoSave: { - saving: '正在保存…', - complete: '所有变更已保存', - lastSaveTimestampReceived: '最后编辑', - }, - }, - - time: { - hour: '{{count}} 小时前', - day: '{{count}} 天前', - week: '{{count}} 星期前', - aMomentAgo: '刚才', - hour_plural: '{{count}}小时前', - day_plural: '{{count}}天以前', - week_plural: '{{count}}周前', - }, - - review: { - comments: '评论', - noComments: '无评论', - resolve: '解决', - confirmDelete: '确定要删除此条评论吗?此操作不可撤销。', - commentDeleted: '评论删除', - commentMarkedAsResolved: '标注为”已解决”', - delete: '删除', - writeComment: '写评论…', - commentingClosed: '评论关闭', - cancel: '取消', - loading: '正在加载', - }, - - description: { - edit: '编辑', - done: '已完成', - loading: '正在加载内容…', - description: '描述', - dataSourcesTitle: '数据来源、原始数据和国家分类与定义', - generalCommentsTitle: '评论', - dataSources: '数据来源', - dataSourcesPlus: '数据来源 + 数据来源类型,如国家森林资源清查(NFI), 等等', - originalData: '原始数据', - nationalClassificationAndDefinitions: '国家分类和定义', - nationalData: '国家数据', - analysisAndProcessing: '国家数据分析和处理', - estimationAndForecasting: '估算和预测', - reclassification: '按照FRA {{cycleName}} 类别进行重新分类', - }, - - nationalDataPoint: { - clickOnNDP: '点击年份获取原始数据', - nationalDataPoint: '国家数据点', - addNationalDataPoint: '添加国家数据点', - noNationalDataAdded: '未添加国家数据', - nationalData: '国家数据', - reclassificationLabel: '原始数据和重新分类', - forestCategoriesLabel: '森林、其他林地和其他土地', - referenceYearData: '数据参考年份', - referenceYear: '参考年份', - references: '参考', - selectYear: '选择…', - methods: '方法', - methodsUsed: '已使用的方法', - dataSource: '数据来源', - dataSources: '数据来源', - additionalComments: '额外评论', - edit: '编辑', - copyPreviousValues: '复制先前的参考文献', - nationalClass: '国家界定的类别', - nationalClasses: '分类和定义', - definition: '定义', - class: '类别', - fraClasses: 'FRA界定的类别', - area: '面积(1000公顷)', - total: '总计', - modifiedExplanation: '修正后的国家数据点', - confirmDelete: '确定删除这一数据点吗?此操作不可撤销。', - discardChanges: '放弃修改', - doneEditing: '编辑完成', - enterOrCopyPasteNationalClasses: '输入或复制与粘贴国家界定的类别', - forestCharacteristics: '森林特征', - otherLandCharacteristics: '有树木覆盖的其他土地', - plantationForest: '种植林', - remindDirtyOdp: '国家数据点已经更新,请记得重新生成数值', - disabled: '第1b项的禁用、启用', - dataSourceMethodsOptions: { - nationalForestInventory: '国家森林资源清查', - sampleBasedRemoteSensingAssessment: '基于采样的遥感评估', - fullCoverMaps: '全幅森林/植被图', - registersQuestionnaires: '登记/调查表', - other: '其他 (在评论中注明)', - }, - appliesToVariablesOptions: { - forest: '森林', - otherWoodedLand: '其他林地', - otherLand: '其他土地', - }, - fileAddedWillBecomePublic: '添加的参考文件将可公开访问', - forestCategoriesLabel2025: '森林、其他林地和其它土地', - nationalClassifications: '国家级分类', - categories: '类别', - }, - - userManagement: { - addUser: '添加合作者', - allUsers: '所有合作者', - confirmDelete: '移除 {{user}}?', - done: '完成', - edit: '编辑', - editPermissions: '编辑权限', - formErrors: '表格内有错误。请修改后再次提交。', - info: '信息', - insufficientPrivileges: '权限不足', - invitationDeleted: '邀请已被删除', - invitationEmailSent: '已发送邀请邮件', - invitationLink: '邀请链接', - inviteAgain: '再次邀请', - loginEmail: '登陆', - manageCollaborators: '管理合作者', - noUsers: '未添加合作者', - permissionNames: { tableData: '表格数据', descriptions: '描述' }, - permissions: '权限', - personalInfoRequired: '请在继续之前完成您的个人信息', - placeholder: '选择…', - remove: '移除', - sendInvitation: '发送邀请邮件', - tableAccess: '表格访问', - userAdded: '{{email}}已被添加', - userModified: '用户{{user}}已被修改', - invitationEmail: { - subject: 'FRA平台邀请', - textMessage: `尊敬的 {{invitedUser}}, - -您被邀请以{{country}}{{role}} 的身份访问FRA平台。 - -请点击下述链接接受邀请和访问FRA平台: -{{- link}} - -欢迎来访! - -FRA工作组 fra@fao.org -{{- url}} - `, - htmlMessage: `尊敬的 {{invitedUser}}, -

-您被邀请以{{country}}{{role}} 的身份访问FRA平台。. -

-接受邀请并访问平台 -

-欢迎来访! -

-FRA工作组 fra@fao.org -
-{{- url}} - `, - }, - }, - - // FRA 2020 questionare - // Object name and title should have always the same name - - contactPersons: { - all: '$t(common.all)', - reportPreparationAndContactPersons: '报告编写者和联系方式', - contactPersons: '简介', - contactPersonsSupport: '本报告由下述人员编写:', - introductoryText: '介绍性文字', - introductoryTextSupport: '简述本报告的内容', - firstName: '名', - lastName: '姓', - institution: '机构/地址', - email: '电子邮箱', - tables: '表格', - none: '无', - }, - - extentOfForest: { - extentOfForest: '森林及其他林地的面积', - estimationAndForecasting: '估算和预测', - categoryHeader: 'FRA类别', - forestArea: '森林', - chart: { - placeholderLine1: '请先添加新的国家数据点,然后使用', - placeholderLine2: '其自动生成FRA数值。', - }, - otherLandCategories: '其他土地类别', - ofWhichPalms: '棕榈类 (油棕、椰树、枣椰等)…', - ofWhichTreeOrchards: '果树类(包括水果、坚果、橄榄等)…', - ofWhichAgroforestry: '农林间作…', - ofWhichTreesUrbanSettings: '城市树木…', - totalLandArea: '土地面积总和', - fedAreasExceedTotalLandArea: '森林和其他林地面积超过土地面积总和', - forestAreaDoesNotMatchPreviouslyReported: '森林面积与FRA {{year}}中报告的面积不匹配: {{previous}}', - useOriginalDataPoints: '使用国家数据点', - dontUseOriginalDataPoints: '不使用国家数据点', - whatIsThis: '这是什么?', - tableNoticeMessage: '所有参考年份均使用FAOSTAT中的2015年土地面积数据', - ndpMissingValues: '国家数据点存在缺失值', - showNDPs: '显示国家数据点', - hideNDPs: '隐藏国家数据点', - forestAreaNetChangeDoesNotMatch: '森林面积净变化与预期值不符:{{value}}', - }, - - climaticDomain: { - climaticDomain: '气候区', - percentOfForestArea2015: '占2015年森林面积的百分比', - percentOfForestArea2015Override: '覆盖数值', - selectDefault: '默认', - boreal: '寒带', - temperate: '温带', - subtropical: '亚热带', - sub_tropical: '$t(climaticDomain.subtropical)', - tropical: '热带', - }, - - forestCharacteristics: { - forestCharacteristics: '森林特征', - estimationAndForecasting: '估算和预测', - categoryHeader: 'FRA类别', - naturalForestArea: '天然再生林', - plantationForestArea: '种植林', - plantationForestIntroducedArea: '引入外来树种的种植林', - otherPlantedForestArea: '其他人工林', - plantedForest: '人工林', - totalForestArea: '森林总面积', - total: '总计', - useOriginalDataPoints: '使用国家数据点', - dontUseOriginalDataPoints: '不使用国家数据点', - }, - - tableWithOdp: { - confirmGenerateFraValues: '覆盖当前值?', - generateFraValues: '生成数值', - linearExtrapolation: '线性', - repeatLastExtrapolation: '重复上一步', - annualChangeExtrapolation: '年度变化', - placeholderFuture: '未来', - placeholderPast: '过去', - copyToClipboard: '复制数值', - placeholderSelect: '估算和预测', - _1000haYear: '1000公顷/年', - generatingFraValues: '生成中...', - }, - - forestAreaChange: { - forestAreaChange: '年度森林扩张、砍伐和净变化', - categoryHeader: 'FRA类别', - areaUnitLabel: '面积(1000公顷/年)', - forestExpansion: '森林扩张', - ofWhichAfforestation: '造林', - ofWhichNaturalExpansion: '自然扩张', - deforestation: '砍伐', - forestAreaNetChange: '森林面积净变化', - forestAreaNetChangeFrom1a: '从表1a计算得出的森林面积净变化', - netChangeDoesNotMatch: '与森林面积净变化不匹配', - }, - - annualReforestation: { - annualReforestation: '年度造林', - categoryHeader: 'FRA类别', - areaUnitLabel: '面积(1000 公顷/年)', - reforestation: '造林', - }, - - specificForestCategories: { - specificForestCategories: '原始林和特殊森林类别', - categoryHeader: 'FRA类别', - areaUnitLabel: '面积 (1000公顷)', - bamboo: '竹林', - mangroves: '红树林', - temporarilyUnstocked: '暂时无储量或近期恢复的', - primaryForest: '原始林', - exceedsNaturallyRegeneratingForest: '超过天然再生林(1b)', - rubberWood: '橡胶种植林', - }, - - otherLandWithTreeCover: { - otherLandWithTreeCover: '有树木覆盖的其他土地', - areaUnitLabel: '面积(1000公顷)', - categoryHeader: 'FRA类别', - palms: '棕榈类', - treeorchards: '果树类', - agroforestry: '农林间作', - treesinurbansettings: '城市树木', - total: '总计', - otherLandArea: '其他土地面积', - other: '其他 (在评论中注明)', - }, - - growingStock: { - growingStock: '立木蓄积量', - supportText: '在编辑本表格前,请先在表1a和表1b中输入数据', - categoryHeader: 'FRA类别', - avgTableHeader: '立木蓄积量[立方米/公顷(带皮)]', - totalTableHeader: '立木总蓄积量[百万立方米(带皮)]', - naturallyRegeneratingForest: '天然再生林', - plantedForest: '人工林', - plantationForest: '种植林', - otherPlantedForest: '其他人工林', - forest: '森林', - otherWoodedLand: '其他林地', - copyToClipboard: '复制数值', - }, - - growingStockComposition: { - native: '本地', - introduced: '引进', - growingStockComposition: '立木蓄积量组成', - forestGrowingStockComposition: '森林立木蓄积量组成', - categoryHeader: 'FRA类别', - nativeTreeSpecies: '本地树种', - introducedTreeSpecies: '引进树种', - areaUnitLabel: '森林立木蓄积量[百万立方米(带皮)]', - scientificName: '学名', - commonName: '通用名', - rank: '#{{idx}} 按数量排名', - remainingNative: '其余的本地树种', - remainingIntroduced: '其余的引入树种', - totalNative: '本地树种总量', - totalIntroduced: '引进树种总量', - totalGrowingStock: '立木蓄积总量', - rankingYear: '2015年排名', - }, - - biomassStock: { - biomassStock: '生物量', - categoryHeader: 'FRA类别', - tableHeader: '森林生物量(吨/公顷)', - aboveGround: '地上生物量', - belowGround: '地下生物量', - deadWood: '枯死木', - downloadExcel: '下载excel计算器', - }, - - carbonStock: { - carbonStock: '碳储量', - categoryHeader: 'FRA类别', - tableHeader: '森林碳储量(吨/公顷)', - carbonAboveGroundBiomass: '地上生物质碳储量', - carbonBelowGroundBiomass: '地下生物质碳储量', - carbonDeadwood: '枯死木碳储量', - carbonLitter: '林分枯落物碳储量', - carbonSoil: '土壤碳储量', - soilDepthHeading: '用于土壤碳储量估算的土壤深度(厘米)', - }, - - designatedManagementObjective: { - designatedManagementObjective: '指定管理目标', - primaryDesignatedManagementObjective: '主要指定管理目标', - primaryDesignatedManagementObjectiveSupport: - '主要指定管理目标比其他管理目标重要得多。各项主要指定管理目标之间具有“排他性”,在一个主要指定管理目标下报告的面积不应再报告给任何其他的主要指定管理目标。不同管理目标下所报告面积的总和应等于森林面积。', - totalAreaWithDesignatedManagementObjective: '指定管理目标所涉面积总和', - totalAreaWithDesignatedManagementObjectiveSupport: - '指定管理目标,包括主要和非主要目标。不同的指定类别之间“无排他性”,因此,面积数据可在多个目标下重复报告,例如,作为主要管理目标“多用途”报告的森林面积应在每个管理目标下报告。因此,不同管理目标下报告的面积总和可以大于森林总面积。', - categoryHeader: 'FRA 2020类别', - areaUnitLabel: '森林面积(1000公顷)', - production: '生产', - soilWaterProtection: '水土保持', - biodiversityConservation: '生物多样性养护', - socialServices: '社会服务', - multipleUse: '多重用途', - other: '其他 (请在评论中注明)', - unknown: '无/未知', - totalForestArea: '森林总面积', - total: '总和', - }, - - forestAreaWithinProtectedAreas: { - forestAreaWithinProtectedAreas: '保护区内森林面积和纳入长期管理计划的森林面积', - categoryHeader: 'FRA类别', - areaUnitLabel: '面积(1000公顷)', - header: '保护区内森林面积', - forestAreaWithLongTermManagementPlan: '纳入长期森林管理计划的森林面积', - ofWhichInProtectedAreas: '保护区内纳入长期森林管理计划的森林面积', - }, - - forestOwnership: { - forestOwnership: '森林所有权', - categoryHeader: 'FRA类别', - areaUnitLabel: '森林面积(1000公顷)', - privateOwnership: '私有', - ofWhichIndividuals: '个人拥有', - ofWhichPrivateBusinesses: '私营实体和机构拥有', - ofWhichCommunities: '本地、部落和土著社区拥有', - publicOwnership: '公有', - otherOrUnknown: '未知/其他 (在评论中注明)', - totalForestArea: '森林总面积', - total: '总和', - }, - - holderOfManagementRights: { - holderOfManagementRights: '公有森林管理权', - categoryHeader: 'FRA类别', - areaUnitLabel: '森林面积(1000公顷)', - publicAdministration: '公共管理', - individuals: '个人', - privateBusinesses: '私营企业实体和机构', - communities: '本地、部落和土著社区', - other: '未知/其他(在评论中注明)', - totalPublicOwnership: '公有合计', - total: '总计', - publicOwnershipDoesNotMatch: '与公有合计数不匹配', - }, - - disturbances: { - disturbances: '森林干扰因素', - categoryHeader: 'FRA类别', - areaUnitLabel: '面积(1000公顷)', - insects: '虫害', - diseases: '病害', - severeWeatherEvents: '极端天气事件', - other: '其他(在评论中注明)', - totalForestArea: '森林总面积', - total: '总计', - }, - - areaAffectedByFire: { - areaAffectedByFire: '受火灾影响的区域', - categoryHeader: 'FRA类别', - areaUnitLabel: '面积(1000公顷)', - totalLandAreaAffectedByFire: '受火灾影响的土地总面积', - ofWhichForest: '受影响的森林面积为', - }, - - degradedForest: { - degradedForest: '退化的森林', - doesYourCountryMonitor: '贵国监测退化森林的面积吗?', - ifYes: '如果 "是"', - whatIsDefinition: '贵国是如何界定“退化的森林”的?', - howMonitored: '描述监测进程和结果', - }, - - forestPolicy: { - forestPolicy: '政策、法律和鼓励利益相关者参与森林政策制定的国家平台', - categoryHeader: '是否存在', - areaUnitLabel: '布尔值 (是/否)', - national: '国家', - subnational: '地方', - policiesSFM: '支持可持续森林管理的政策', - legislationsSFM: '支持可持续森林管理的法律法规', - stakeholderParticipation: '鼓励或允许利益相关者参与森林政策制定的平台', - existenceOfTraceabilitySystem: '木材产品追溯系统', - }, - - areaOfPermanentForestEstate: { - areaOfPermanentForestEstate: '永久性森林资产面积', - categoryHeader: 'FRA 2020中的类别', - areaUnitLabel: '森林面积(1000公顷)', - applicable: '适用与否?', - }, - - employment: { - employment: '林业和伐木业的就业', - average: '平均3年', - categoryHeader: 'FRA 2020中的类别', - unitHeader: '全职人力工时 (1000全职人力工时)', - inForestry: '林业和伐木业的就业', - ofWhichSilviculture: '从事造林及其他森林活动', - ofWhichLogging: '从事伐木', - ofWhichGathering: '从事收集非木质林产品活动', - ofWhichSupport: '从事林业支持性服务', - total: '总计', - female: '女性', - male: '男性', - }, - - graduationOfStudents: { - graduationOfStudents: '森林相关专业毕业生', - average: '平均3年', - numberOfStudents: '毕业生人数', - fra2020Categories: 'FRA 2020中的类别', - doctoralDegree: '博士学位', - mastersDegree: '硕士学位', - bachelorsDegree: '本科学位', - technicianCertificate: '技术证书/文凭', - total: '总计', - female: '女性', - male: '男性', - }, - - nonWoodForestProductsRemovals: { - nonWoodForestProductsRemovals: '非木材林产品采集和价值', - nameOfProduct: '非木材林产品名称', - keySpecies: '关键种类', - quantity: '数量', - unit: '单位', - value: '价值 (1000当地货币)', - category: '非木材林产品类别', - plantProductsSelectHeading: '植物产品/原料', - food: '1 食物', - fodder: '2 饲料', - rawMaterialForMedicine: '3 医药和芳香产品的原料', - rawMaterialForColorants: '4 着色剂和染料的原料', - rawMaterialForUtensils: '5 器皿、手工艺品和建筑的原材料', - ornamentalPlants: '6 观赏植物', - exudates: '7 渗出物', - otherPlantProducts: '8 其他植物产品', - animalProductsSelectHeading: '动物产品/原料', - livingAnimals: '9 活体动物', - hidesSkins: '10 兽皮和猎获物', - wildHoney: '11 野生蜂蜜和蜂蜡', - wildMeat: '12 野生肉类', - animalRawMaterialForMedicine: '13 医药原料', - animalRawMaterialForColorants: '14 着色剂原料', - otherEdibleAnimalProducts: '15 其他可食用动物产品', - otherNonEdibleAnimalProducts: '16 其他非可食用动物产品', - allOtherPlantProducts: '所有其他植物产品', - allOtherAnimalProducts: '所有其他动物产品', - total: '总计', - currency: '货币名称', - notSelected: '', - }, - - sustainableDevelopment: { - sustainableDevelopment: '可持续发展目标15', - indicator: '指标', - percent: '百分比', - nameOfAgencyResponsible: '负责机构名称', - sdgIndicator1: '可持续发展目标指标 15.1.1 森林面积占陆地总面积的比例', - sdgIndicator2: '可持续发展目标指标15.2.1 实施可持续森林管理取得的进展', - forestAreaProportionLandArea2015: '森林面积占陆地总面积的比例(陆地总面积以2015年数据为基准)', - subIndicator: '细化指标 {{no}}', - forestAreaAnnualNetChangeRate: '森林面积年度净变化率', - aboveGroundBiomassStockForests: '森林地上生物量', - percent2015ForestAreaBaseline: '百分比(森林面积以2015年数据为基准)', - proportionForestAreaLegallyEstablishedProtectedAreas: '依法设立的保护区内森林面积占比', - proportionForestAreaLongTermForestManagement: '纳入长期森林管理计划的森林面积占比', - forestArea1000Ha: '森林面积(1000公顷)', - forestAreaVerifiedForestManagement: '基于独立验证的森林管理认证计划下的森林面积', - }, - - panEuropeanIndicators: { - panEuropeanIndicators: '泛欧可持续森林管理量化指标', - uploadQuestionnaire: '上传问卷', - chooseFile: '选择文件', - downloadQuestionnaire: '下载文件', - download: '下载', - remove: '移除', - noQuestionnaire: '未选择问卷', - panEuropeanQualitativeIndicators: '泛欧可持续森林管理定性指标', - accessReportingPage: '访问报告页', - }, - - assessment: { - fra: 'FRA', - panEuropean: '泛欧洲', - deskStudy: '书面审查', - statusChangeNotification: { - subject: 'FRA平台上,{{country}}的状态变更为{{status}} ', - textMessage: `尊敬的{{recipientName}}, - -{{changer}} 在FRA平台上将{{country}}{{assessment}}的状态变更为 "{{status}}" 。 - -{{message}} - -平台访问地址: {{- serverUrl}} - -FRA工作组 -{{- serverUrl}}`, - htmlMessage: `尊敬的{{recipientName}}, -

-{{changer}}在FRA平台上将{{country}}{{assessment}}的状态变更为 "{{status}}" 。 -

-{{message}} -

-平台访问地址 -

-FRA工作组 -
-{{- serverUrl}}`, - }, - status: { - changing: { - label: '正在变更…', - }, - editing: { - label: '正在编辑', - previous: '返回编辑', - }, - review: { - label: '正在审核', - next: '提交审核', - previous: '返回审核', - }, - approval: { - label: '等待批准', - next: '提交批准', - previous: '返回批准', - }, - accepted: { - label: '已接受', - next: '接受', - previous: '', - }, - notStarted: { - label: '未开始', - }, - }, - }, - - multiSelect: { - placeholder: '选择…', - }, - - emoji: { - picker: { - search: '搜索', - categories: { - search: '搜索结果', - recent: '经常使用', - people: '笑脸符&人', - nature: '动物&自然', - foods: '食物&饮料', - activity: '活动', - places: '出行&地点', - objects: '对象', - symbols: '符号', - flags: '标记', - }, - }, - }, - - country: { - region: { - asia: '亚洲', - europe: '欧洲', - oceania: '大洋洲', - north_and_central_america: '中北美洲', - south_america: '南美洲', - africa: '非洲', - atlantis: '亚特兰蒂斯', - forest_europe: '欧洲森林保护部长级会议', - }, - }, - - countryMessageBoard: { - messageBoard: '留言板', - messageBoardDesc: '此处发布的消息对所有本国家/地区的成员可见', - oneToOneMessages: '一对一消息', - }, - - tutorial: { - watch: '观看', - passwordLogin: '全球森林资源评估平台用户教程 - 如何使用自定义密码登录', - googleLogin: '全球森林资源评估平台用户教程 - 如何使用Google邮箱验证登录', - collaboratorAdd: '全球森林资源评估平台用户教程 - 如何添加合作者', - platformNavigation: '全球森林资源评估平台用户教程 - 平台导航', - documentUpload: '全球森林资源评估平台用户教程 - 如何上传文档', - ndpAdd: '全球森林资源评估平台用户教程 - 如何添加国家数据点', - passwordLoginShort: '如何使用自定义密码登录', - googleLoginShort: '如何使用Google邮箱验证登录', - guidelinesAndSpecifications: '准则和规范', - ndpAddReferenceLink: '全球森林资源评估平台用户教程 - 如何为国家数据点添加参考链接', - nationalDataAddReferenceLink: '全球森林资源评估平台用户教程 - 如何为国家数据添加参考链接', - }, - - panEuropean: { - panEuropeanAssessment: '泛欧洲评估', - variable: '变量', - landing: { - link: '欧洲森林保护部长级会议/联合国欧洲经济委员会/粮农组织泛欧洲可持续森林管理指标联合报告:欧洲森林保护部长级会议', - }, - home: { - description1: - '本数据集中的数据来自国家通讯员在填写欧洲森林保护部长级会议/联合国欧洲经济委员会/粮农组织泛欧洲可持续森林管理量化指标联合调查问卷时所提供的信息。', - description2: - '2020年泛欧洲报告的编写与2020年全球森林资源评估(FRA 2020)同时进行。尽管是两项单独进程,但一些变量在两者中同时出现。但请注意,由于数据收集完毕后,部分被用于《2020年欧洲森林状况》的信息在经与国家通讯员协商后进行了调整,因此,可能与FRA平台上的信息有所不同。', - }, - disclaimer: { - and: '和', - forestEurope: '欧洲森林保护部长级会议', - govSwitzerland: '瑞士政府', - part1: '本网站的制作得到了下述各方的协助[支持]:', - }, - - // navigation - navigation: { - forestResourcesAndCarbon: '森林资源和碳', - maintenanceOfForestEcosystemHealthAndVitality: '维护森林生态系统的健康与活力', - productiveFunctionsOfForestsWoodAndNonWood: '森林的生产功能(木材和非木材)', - biologicalDiversityInForestEcosystems: '森林生态系统的生物多样性', - protectiveFunctionsInForestManagement: '森林管理的保护功能', - socioEconomicFunctionsAndConditions: '社会经济职能和条件', - }, - - // table 1.1a - forestArea: { - forestArea: '森林面积', - categoryYear: '类别-年份', - area: '面积', - area1000Ha: '面积(1000公顷)', - forest: '森林-{{year}}', - _of_which_available_for_wood_supply: '…可用于木材供应-{{year}}', - other_wooded_land: '其他林地-{{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和-{{year}}', - other_land: '其他土地-{{year}}', - _of_which_with_tree_cover: '…有树木覆盖-{{year}}', - }, - - // table 1.1b - forestAreaByForestTypes: { - forestAreaByForestTypes: '森林面积(按森林类型)', - category: '类别', - forestArea1000Ha: '森林面积(1000公顷)', - predominantly_coniferous_forest: '主要为针叶林', - predominantly_broadleaved_forest: '主要为阔叶林', - mixed_forest: '针阔混交林', - forest_area_1990: '森林面积- 1990', - forest_area_2000: '森林面积- 2000', - forest_area_2005: '森林面积- 2005', - forest_area_2010: '森林面积- 2010', - forest_area_2015: '森林面积- 2015', - forest_area_2020: '森林面积- 2020', - }, - - // table 1.2a - growingStock: { - growingStock: '立木蓄积量', - categoryYear: '类别-年份', - growingStockMillionM3OB: '立木蓄积量[百万立方米(带皮)]', - total: '总计', - _ofWhich: '…为', - coniferous: '针叶林', - broadleaved: '阔叶林', - forest: '森林-{{year}}', - _of_which_available_for_wood_supply: '…可用于木材供应-{{year}}', - other_wooded_land: '其他林地-{{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和-{{year}}', - }, - - // table 1.2b - growingStockByForestType: { - growingStockByForestType: '立木蓄积量(按森林类型)', - category: '类别', - growingStockMillionM3OB: '立木蓄积量[百万立方米(带皮)]', - predominantly_coniferous_forest: '主要为针叶林', - predominantly_broadleaved_forest: '主要为阔叶林', - mixed_forest: '针阔混交林', - growing_stock_1990: '立木蓄积量 - 1990', - growing_stock_2000: '立木蓄积量 - 2000', - growing_stock_2005: '立木蓄积量 - 2005', - growing_stock_2010: '立木蓄积量 - 2010', - growing_stock_2015: '立木蓄积量 - 2015', - growing_stock_2020: '立木蓄积量 - 2020', - }, - - // table 1.2c - growingStockComposition: { - growingStockComposition: '立木蓄积量组成', - forestGrowingStockComposition: '森林立木蓄积量组成', - speciesName: '树种名称', - growingStockInForestMillionM3OB: '森林立木蓄积量[百万立方米(带皮)]', - rank: '排名', - scientificName: '学名', - commonName: '通用名', - no1_ranked_in_terms_of_volume: '从数量而言,排名第#1', - no2_ranked_in_terms_of_volume: '从数量而言,排名第#2', - no3_ranked_in_terms_of_volume: '从数量而言,排名第#3', - no4_ranked_in_terms_of_volume: '从数量而言,排名第#4', - no5_ranked_in_terms_of_volume: '从数量而言,排名第#5', - no6_ranked_in_terms_of_volume: '从数量而言,排名第#6', - no7_ranked_in_terms_of_volume: '从数量而言,排名第#7', - no8_ranked_in_terms_of_volume: '从数量而言,排名第#8', - no9_ranked_in_terms_of_volume: '从数量而言,排名第#9', - no10_ranked_in_terms_of_volume: '从数量而言,排名第#10', - remaining: '其余的', - total: '总计', - scientific_name: '学名', - common_name: '通用名', - growing_stock_in_forest_1990: '森林立木蓄积量[百万立方米(带皮)] - 1990', - growing_stock_in_forest_2000: '森林立木蓄积量[百万立方米(带皮)] - 2000', - growing_stock_in_forest_2005: '森林立木蓄积量[百万立方米(带皮)] - 2005', - growing_stock_in_forest_2010: '森林立木蓄积量[百万立方米(带皮)] - 2010', - growing_stock_in_forest_2015: '森林立木蓄积量[百万立方米(带皮)] - 2015', - growing_stock_in_forest_2020: '森林立木蓄积量[百万立方米(带皮)] - 2020', - }, - - // table 1.3a1 - ageClassDistributionAreaOfEvenAgedStands: { - ageClassDistributionAreaOfEvenAgedStands: '龄级分布 (同龄林面积)', - categoryYear: '类别-年份', - developmentPhases: '生长阶段', - total_area: '总面积', - regeneration_phase: '再生阶段', - intermediate_phase: '中间阶段', - mature_phase: '成熟阶段', - unspecified: '未指明', - _1000Ha: '1000公顷', - forest_even_aged_stands_of_which: '森林(同龄林), 其中: - {{year}}', - available_for_wood_supply_of_which: '可用于木材供应, 其中: - {{year}}', - predominantly_coniferous_forest: '主要为针叶林 - {{year}}', - predominantly_broadleaved_forest: '主要为阔叶林 - {{year}}', - mixed_forest: '针阔混交林 - {{year}}', - }, - - // table 1.3a2 - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: { - ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply: '木材林龄级分布 (同龄林储量) ', - categoryYear: '类别-年份', - developmentPhases: '生长阶段', - total_volume: '总量', - regeneration_phase: '再生阶段', - intermediate_phase: '中间阶段', - mature_phase: '成熟阶段', - unspecified: '未指明', - _1000M3: '1000立方米', - forest_available_for_wood_supply_even_aged_stands_of_which: '木材林 (同龄林), 其中: - {{year}}', - predominantly_coniferous_forest: '主要为针叶林 - {{year}}', - predominantly_broadleaved_forest: '主要为阔叶林 - {{year}}', - mixed_forest: '针阔混交林 - {{year}}', - }, - - // table 1.3b - diameterDistributionAndTotalAreaUnevenAgedStands: { - diameterDistributionAndTotalAreaUnevenAgedStands: '胸径分布和总面积(异龄林)', - categoryYear: '类别-年份', - volumeByDiameterClasses1000mob: '储量(按胸径区间)', - area: '面积(1000公顷)', - total_volume: '总储量 [1000立方米(带皮)]', - less_or_equal_20_cm: '<20 厘米 [1000立方米(带皮)]', - _21_40_cm: '21-40 厘米 [1000立方米(带皮)]', - _41_60_cm: '41-60 厘米 [1000立方米(带皮)]', - greater_60_cm: '>60 厘米 [1000立方米(带皮)]', - unspecified: '未指明 [1000立方米(带皮)]', - forest_uneven_aged_stands: '森林-异龄林 - {{year}}', - _of_which_forest_available_for_wood_supply: '其中...: 可用于木材供应 - {{year}}', - }, - - // table 1.4a - carbonStock: { - carbonStock: '碳储量', - categoryYear: '类别-年份', - carbonInAboveGroundAndBelowGroundLivingBiomass: '地上和地下活体生物质中的碳储量', - carbonInDeadwoodAndLitter: '枯死木和林分枯落物中的碳储量', - above_ground: '地上活体生物质中的碳储量', - aboveGround: '地上', - below_ground: '地下活体生物质中的碳储量', - belowGround: '地下', - deadwood: '枯死木中的碳储量', - deadwoodCarbon: '枯死木', - litter: '林分枯落物中的碳储量', - litterCarbon: '林分枯落物', - soil_carbon: '土壤中的碳储量', - millionMetricTonnes: '百万公吨', - forest: '森林 - {{year}}', - other_wooded_land: '其他林地-{{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和-{{year}}', - }, - - // table 1.4b - carbonStockInHarvestedWoodProductsHWP: { - carbonStockInHarvestedWoodProductsHWP: '已收获木材产品中的碳储量', - categoryYear: '类别-年份', - totalCarbonStockInHWPMillionMetricTonnes: '已收获木材产品中的总碳储量(百万公吨)', - total_carbon_stock_in_hwp: '已收获木材产品中的总碳储量', - harvested_wood_products: '已收获木材产品-{{year}}', - }, - - // table 2.4 - forestAreaWithDamage: { - forestAreaWithDamage: '遭破坏的森林面积', - categoryYear: '类别-年份', - areaWithDamageByDifferentAgents: '遭破坏的森林面积(按不同因素)', - primarilyDamagedByBioticAgents: '主要因生物因素遭到破坏', - damagePrimarilyHumanInduced: '主要因人为因素遭到破坏', - primarilyDamagedByFire: '主要因火灾遭到破坏', - thousandHa: '1000公顷', - total_area_with_damage: '遭破坏的森林面积总和', - insects_and_disease: '生物因素:病虫害', - insectsAndDisease: '病虫害', - wildlife_and_grazing: '生物因素: 野生生物和放牧', - wildlifeAndGrazing: '野生生物和放牧', - forest_operations: '人为因素: 森林作业', - forestOperations: '森林作业', - other: '人为因素: 其他', - otherHumanInduced: '其他', - primarily_damaged_by_abiotic_agents: '非生物因素 (风暴、风、雪等)', - primarilyDamagedByAbioticAgents: '主要因非生物因素遭到破坏(风暴、风、雪等)', - primarily_damaged_by_fire_total: '火灾: 总和', - primarilyDamagedByFireTotal: '总计', - of_which_human_induced: '火灾: 人为引发', - ofWhichHumanInduced: '人为引发', - unspecified_mixed_damage: '未指明/多重因素导致的破坏', - forest: '森林-{{year}}', - other_wooded_land: '其他林地-{{year}}', - total_forest_and_other_wooded_land: '森林和其他林地总和-{{year}}', - }, - - // table 2.5 - areaWithForestLandDegradation: { - areaWithForestLandDegradation: '退化森林的面积', - categoryYear: '类别-年份', - totalAreaOfDegradedLand: '退化土地的总面积', - areaPrimarilyDegradedBy: '退化面积(按导致退化的主要因素)', - formerDegradedLandRestored: '得到恢复的退化森林', - grazing: '放牧', - repeatedFires: '反复的火灾', - airPollution: '空气污染', - desertification: '荒漠化', - other1: '其他1', - other2: '其他2', - other3: '其他3', - unknown: '未知', - nA: '', - thousandHa: '1000公顷', - forest: '森林- {{year}}', - other_wooded_land: '其他林地 - {{year}}', - total_forest_and_other_wooded_land: '森林和其他林地总和- {{year}}', - otherNames: '导致森林退化的其他主要因素', - total_area_of_degraded_land: '退化土地总面积', - repeated_fires: '反复的火灾', - air_pollution: '空气污染', - other_1: '其他1', - other_2: '其他2', - other_3: '其他3', - former_degraded_land_restored: '得到恢复的退化森林', - }, - - // table 3.1 - incrementAndFellings: { - incrementAndFellings: '增量和采伐量', - categoryYear: '类别-年份', - fellings: '采伐量', - volume1000mob: '体积[1000立方米(带皮)]', - gross_annual_increment: '年度总增量', - natural_losses: '自然损失', - net_annual_increment: '年度净增量', - fellings_total: '采伐量: 总和', - fellingsTotal: '总计', - _of_which_of_natural_losses: '采伐量:自然损失', - ofWhichOfNaturalLosses: '...为: 自然损失', - forest: '森林 - {{year}}', - _of_which_forest_available_for_wood_supply: '...为:可用于木材供应的森林 - {{year}}', - }, - - // table 3.2 - removals: { - removals: '消耗', - categoryYear: '类别-年份', - woodRemovals: '木材消耗', - total: '总和', - industrialRoundwood: '工业原木', - woodfuel: '薪柴燃料', - volume1000M3UB: '体积[1000立方米(带皮)]', - marketValue1000NationalCurrency: '市场价值(1000当地货币)', - roundwood: '原木- {{year}}', - total_volume: '总和: 体积[1000立方米(带皮)]', - industrial_roundwood_volume: '工业原木: 体积[1000立方米(带皮)]', - industrial_roundwood_market_value: '工业原木: 市场价值(1000当地货币)', - woodfuel_volume: '薪柴燃料: 体积 [1000立方米(带皮)]', - woodfuel_market_value: '薪柴燃料: 市场价值(1000当地货币)', - }, - - // table 3.3 - nonWoodGoods2015: { - nonWoodGoods2015: '非木材产品(2015)', - rankValue: '排名(价值)', - nameOfGroupsOfProduct: '产品(组)名称', - keySpecies: '主要种类', - totalHarvestedNonWoodGoods: '已收获非木材产品总和', - unit: '单位', - quantity: '数量', - marketValue1000NationalCurrency: '市场价值 (1000当地货币)', - nwfpCategory: '非木质林产品类别', - _01st: '第1位 (价值)', - _02nd: '第2位 (价值)', - _03rd: '第3位 (价值)', - _04th: '第4位 (价值)', - _05th: '第5位 (价值)', - _06th: '第6位 (价值)', - _07th: '第7位 (价值)', - _08th: '第8位 (价值)', - _09th: '第9位 (价值)', - _10th: '第10位 (价值)', - all_other_plant_products: '所有其他植物产品', - all_other_animal_products: '所有其他动物产品', - total: '总计', - name_of_groups_of_product: '产品(组)名称', - key_species: '关键种类', - total_harvested_non_wood_goods_unit: '已收获非木材产品总和: 单位', - total_harvested_non_wood_goods_quantity: '已收获非木材产品总和:数量', - market_value_1000_national_currency: '市场价值 (1000国家货币)', - nwfp_category: '非木材林产品类别', - }, - - // table 3.4 - marketedServices2015: { - marketedServices2015: '市场服务 (2015)', - rankValue: '排名 (价值)', - nameOfServiceProduct: '服务/产品名称', - unit: '单位', - serviceProvision: '服务提供', - forestServiceCategory: '森林服务类别', - amountOfServiceProduct: '服务/产品数量', - value1000NationalCurrency: '价值 (1000国家货币)', - _01st: '第1位 (价值)', - _02nd: '第2位 (价值)', - _03rd: '第3位 (价值)', - _04th: '第4位 (价值)', - _05th: '第5位 (价值)', - _06th: '第6位 (价值)', - _07th: '第7位 (价值)', - _08th: '第8位 (价值)', - _09th: '第9位 (价值)', - _10th: '第10位 (价值)', - remaining_total: '剩余总和', - total: '总计', - name_of_service_product: '服务/产品名称', - service_provision_amount_of_service_product: '服务提供: 服务/产品数量', - service_provision_value_1000_national_currency: '服务提供: 价值 (1000国家货币)', - forest_service_category: '森林服务类别', - }, - - // table 4.1 - treeSpeciesComposition: { - treeSpeciesComposition: '树种组成', - categoryYear: '类别-年份', - areaWithNumberOfTreeSpeciesOccurring1000ha: '面积(按树种数量)(1000公顷)', - area_with_number_of_tree_species_occurring_1: '面积-树种数量为: 1', - areaWithNumberOfTreeSpeciesOccurring1: '1', - area_with_number_of_tree_species_occurring_2_3: '面积-树种数量为: 2-3', - areaWithNumberOfTreeSpeciesOccurring2_3: '2-3', - area_with_number_of_tree_species_occurring_4_5: '面积-树种数量为: 4-5', - areaWithNumberOfTreeSpeciesOccurring4_5: '4-5', - area_with_number_of_tree_species_occurring_6_pl: '面积-树种数量为: 6+', - areaWithNumberOfTreeSpeciesOccurring6_pl: '6+', - forest: '森林- {{year}}', - other_wooded_land: '其他林地 - {{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和 - {{year}}', - }, - - // table 4.2a - totalForestAreaByExpansionAndRegenerationType: { - totalForestAreaByExpansionAndRegenerationType: '森林总面积(按扩张和再生类型)', - categoryYear: '类别-年份', - totalAreaOfForestByExpansionRegenerationType1000ha: '森林总面积(按扩张/再生类型) (1000公顷)', - natural_expansion_and_natural_regeneration: '自然扩张和自然再生', - afforestation_and_regeneration_by_planting_and_or_seeding: '通过种植和/或播种造林和再生', - coppice: '矮林', - forest: '森林-{{year}}', - }, - - // table 4.2b - annualForestExpansionAndRegeneration: { - annualForestExpansionAndRegeneration: '年度森林扩张和再生', - categoryYear: '类别-年份', - annualForestExpansionAndRegeneration1000ha: '年度森林扩张和再生(1000公顷)', - expansionOfForestArea: '森林扩张面积', - regenerationOfForestArea: '森林再生面积', - afforestation: '扩张: 造林', - afforestationExpansion: '造林', - natural_expansion: '扩张: 自然扩张', - naturalExpansion: '自然扩张', - natural_regeneration: '再生: 自然扩张', - naturalRegeneration: '自然再生', - planting_and_seeding: '再生:种植和播种', - plantingAndSeeding: '种植和播种', - coppice: '再生: 矮林', - coppiceRegeneration: '矮林', - forest: '森林 - {{year}}', - }, - - // table 4.3a - naturalness: { - naturalness: '天然程度', - categoryYear: '类别-年份', - area1000ha: '面积 (1000公顷)', - undisturbed_by_man: '不受人类干扰', - semi_natural: '半天然', - plantations: '种植林', - forest: '森林-{{year}}', - other_wooded_land: '其他林地-{{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和-{{year}}', - }, - - // table 4.3b - naturalnessBySubclasses: { - naturalnessBySubclasses: '天然程度(按子类)', - categoryYear: '类别-年份', - area1000ha: '面积(1000公顷)', - semiNatural: '半天然', - plantations: '种植林', - naturally_established: '半天然: 天然形成', - naturallyEstablished: '天然形成', - naturalised_introduced_species: '半天然:驯化的引进种', - naturalisedIntroducedSpecies: '驯化的引进种', - established_by_planting_and_or_seeding: '半天然: 通过种植和/或播种形成', - establishedByPlantingAndOrSeeding: '通过种植和/或播种形成', - coppice: '半天然: 矮林', - coppiceSemiNatural: '矮林', - unknown_origin: '半天然: 未知来源', - unknownOrigin: '未知来源', - native_species: '种植林: 本地种', - nativeSpecies: '本地种', - introduced_species: '种植林: 引进种', - introducedSpecies: '引进种', - forest: '森林- {{year}}', - }, - - // table 4.4a - introducedTreeSpecies: { - introducedTreeSpecies: '以引进树种为主的林地面积', - categoryYear: '类别-年份', - areaOfStandsDominatedByIntroducedTreeSpecies1000ha: '以引进树种为主的林地面积(1000 公顷)', - total: '总和', - _of_which_invasive: '其中… 为: 入侵种', - forest: '森林- {{year}}', - other_wooded_land: '其他林地 - {{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和 - {{year}}', - }, - - // table 4.4b - introducedTreeSpecies4_4b: { - introducedTreeSpecies4_4b: '引进树种', - category: '类别', - scientificNameOfIntroducedTreeSpecies: '引进树种学名', - forestAreaOccupied1000Ha: '占据森林面积 (1000 公顷)', - _01: '引进树种 1', - _02: '引进树种 2', - _03: '引进树种 3', - _04: '引进树种 4', - _05: '引进树种 5', - _06: '引进树种 6', - _07: '引进树种 7', - _08: '引进树种 8', - _09: '引进树种 9', - _10: '引进树种 10', - _11: '引进树种 11', - _12: '引进树种 12', - _13: '引进树种 13', - _14: '引进树种 14', - _15: '引进树种 15', - _16: '引进树种 16', - _17: '引进树种 17', - _18: '引进树种 18', - _19: '引进树种 19', - _20: '引进树种 20', - scientific_name_of_introduced_tree_species: '引进树种学名', - forest_area_occupied_2005: '占据森林面积 (1000公顷) - 2005', - forest_area_occupied_2010: '占据森林面积 (1000公顷) - 2010', - forest_area_occupied_2015: '占据森林面积 (1000公顷) - 2015', - }, - - // table 4.4c - invasiveTreeSpecies: { - invasiveTreeSpecies: '入侵树种', - category: '类别', - scientificNameOfInvasiveTreeSpecies: '入侵树种学名', - forestAreaAffected1000Ha: '受影响森林面积(1000公顷)', - _01: '入侵树种 1', - _02: '入侵树种 2', - _03: '入侵树种 3', - _04: '入侵树种 4', - _05: '入侵树种 5', - _06: '入侵树种 6', - _07: '入侵树种 7', - _08: '入侵树种 8', - _09: '入侵树种 9', - _10: '入侵树种 10', - _11: '入侵树种 11', - _12: '入侵树种 12', - _13: '入侵树种 13', - _14: '入侵树种 14', - _15: '入侵树种 15', - _16: '入侵树种 16', - _17: '入侵树种 17', - _18: '入侵树种 18', - _19: '入侵树种 19', - _20: '入侵树种 20', - scientific_name_of_invasive_tree_species: '入侵树种学名', - forest_area_affected_2005: '受影响的森林面积 (1000公顷) - 2005', - forest_area_affected_2010: '受影响的森林面积 (1000公顷) - 2010', - forest_area_affected_2015: '受影响的森林面积 (1000公顷) - 2015', - }, - - // table 4.5 - deadwood: { - deadwood: '枯死木', - categoryYear: '类别-年份', - volumeOfDeadwoodM3Ha: '枯死木体积 (立方米/公顷)', - total: '总和', - standing: '立木', - lying: '躺木', - forest: '森林 - {{year}}', - other_wooded_land: '其他林地 - {{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和- {{year}}', - volumeOfDeadwoodInFOWLBySpeciesGroups: '森林及其他林地中枯死木体积(按物种群)', - coniferous: '针叶林 - {{year}}', - broadleaved: '阔叶林 - {{year}}', - }, - - // table 4.8 - threatenedForestSpecies: { - threatenedForestSpecies: '受威胁森林物种', - categoryYear: '类别-年份', - threatenedForestSpeciesCol: '受威胁森林物种', - absoluteNumber: '绝对数', - total_of_taxa: '分类汇总', - vulnerable: '易危', - endangered: '濒危', - critically_endangered: '极危', - extinct_in_the_wild: '野外灭绝', - trees: '树木 - {{year}}', - birds: '鸟类 - {{year}}', - mammals: ' 哺乳动物- {{year}}', - other_vertebrates: '其他脊椎动物 - {{year}}', - invertebrates: '无脊椎动物 - {{year}}', - vascular_plants: '维管植物- {{year}}', - cryptogams_and_fungi: '隐花植物和真菌 - {{year}}', - }, - - // table 4.9 - protectedForests: { - protectedForests: '受保护森林', - categoryYear: '类别-年份', - ha1000: '1000公顷', - mcpfe_class_1_1: '欧洲大森林地区森林保护部长级会议(MCPFE) 类别 1.1', - mcpfe_class_1_2: '欧洲大森林地区森林保护部长级会议(MCPFE) 类别 1.2', - mcpfe_class_1_3: '欧洲大森林地区森林保护部长级会议(MCPFE) 类别 1.3', - mcpfe_class_2: '欧洲大森林地区森林保护部长级会议(MCPFE) 类别 2', - forest: '森林 - {{year}}', - other_wooded_land: '其他林地 - {{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和-{{year}}', - }, - - // table 5.1 - protectiveForestsSoilWaterAndOtherEcosystemFunctions: { - protectiveForestsSoilWaterAndOtherEcosystemFunctions: - '受保护的森林–土壤、水及其他生态系统功能;基础设施及得到管理的自然资源', - categoryYear: '类别-年份', - protectiveForestsMCPFEClass31000ha: '受保护的森林-欧洲大森林地区森林保护部长级会议(MCPFE) 类别 3 (1000公顷)', - soil_water_and_other_forest_ecosystem_functions: '土壤、水及其他森林生态系统功能', - infrastructure_and_managed_natural_resources: '基础设施及得到管理的自然资源', - total: '总和', - forest: '森林- {{year}}', - other_wooded_land: '其他林地-{{year}}', - total_forest_and_other_wooded_land: '森林及其他林地总和- {{year}}', - }, - - // table 6.1 - forestHoldings: { - forestHoldings: '森林经营单位', - categoryYear: '类别-年份', - areaAndNumberOfForestHoldingsInSizeClasses: '森林经营单位面积和数量(按面积区间)', - less10ha: '≤ 10公顷', - _11_500ha: '11 - 500公顷', - more500ha: '≥ 500公顷', - total_forest_area: '森林面积总和(1000公顷)', - total_number_of_holdings: '经营单位总数', - less_10_ha_area: '≤ 10公顷: 面积 (1000公顷)', - less_10_ha_number: '≤ 10公顷: 经营单位数量', - _11_500_ha_area: '11 - 500公顷: 面积 (1000公顷)', - _11_500_ha_number: '11 - 500公顷: 经营单位数量', - more_500_ha_area: '≥ 500公顷: 面积(1000公顷)', - more_500_ha_number: '≥ 500公顷: 经营单位数量', - area1000Ha: '面积(1000公顷)', - numberOfHoldings: '经营单位数量', - in_public_ownership: '公有-{{year}}', - in_private_ownership: '私有-{{year}}', - other_types_of_ownership_unknown: '其他类型的所有权/未知- {{year}}', - }, - - // table 6.2 - grossValueAdded: { - grossValueAdded: '总增值', - categoryYear: '类别-年份', - grossValueAddedCol: '总增值(GVA))', - million_national_currency: '百万国家货币', - percent_of_total_gva: '占总GVA百分比', - forestry: '林业 (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: '木材和木制品的制造 (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: '纸张和纸制品的制造(ISIC/NACE 17) - {{year}}', - }, - - // table 6.3 - factorIncomeAndEntrepreneurialIncome: { - factorIncomeAndEntrepreneurialIncome: '生产要素收入和创业收入', - categoryYear: '类别-年份', - millionNationalCurrency: '百万国家货币', - factor_income: '生产要素收入', - net_operating_surplus: '净营业盈余', - forestry: '林业 (ISIC/NACE 02) - {{year}}', - }, - - // table 6.4a - totalGrossFixedCapitalFormationInForestsAndForestry: { - totalGrossFixedCapitalFormationInForestsAndForestry: '森林和林业固定资本形成总额', - categoryYear: '类别-年份', - grossFixedCapitalFormationMillionNationalCurrency: '固定资本形成总额 (百万国家货币)', - plantingOfTreesToProvideRegularIncome: '通过植树造林提供固定收入', - equipmentAndBuildings: '设备和建筑', - otherGrossFixedCapitalFormation: '其他固定资本形成总额', - total: '总和', - forestry_isic_nace_02: '林业 (ISIC/NACE 02) - {{year}}', - planting_of_trees_to_provide_regular_income: '通过植树造林提供固定收入', - equipment_and_buildings: '设备和建筑', - other_gross_fixed_capital_formation: '其他固定资本形成总额', - }, - - // table 6.4b - totalFixedCapitalConsumptionInForestsAndForestry: { - totalFixedCapitalConsumptionInForestsAndForestry: '森林和林业固定资本消耗总额', - categoryYear: '类别-年份', - fixedCapitalConsumptionMillionNationalCurrency: '固定资本消耗 (百万国家货币)', - fixed_capital_consumption: '固定资本消耗', - forestry_isic_nace_02: '林业(ISIC/NACE 02) - {{year}}', - }, - - // table 6.4c - totalCapitalTransfersInForestsAndForestry: { - totalCapitalTransfersInForestsAndForestry: '森林和林业资本转移总和', - categoryYear: '类别-年份', - capitalTransfersMillionNationalCurrency: '资本转移(百万国家货币)', - capital_transfers: '资本转移', - forestry_isic_nace_02: '林业 (ISIC/NACE 02) - {{year}}', - }, - - // table 6.5a - employmentByGenderAndAge: { - employmentByGenderAndAge: '就业(按性别和年龄)', - categoryYear: '类别-年份', - total: '总和', - gender: '性别', - ageGroup: '年龄段', - male: '男性', - female: '女性', - _15_49: '15-49', - _50_: '50+', - _1000Persons: '1000人', - forestry: '林业(ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: '木材和木制品的制造(ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: '纸张和纸制品的制造(ISIC/NACE 17) - {{year}}', - gender_male: '性别: 男性', - gender_female: '性别: 女性', - age_group_15_49: '年龄段: 15-49', - age_group_50_plus: '年龄段: 50+', - }, - - // table 6.5b - employmentByEducationAndJobCharacteristics: { - employmentByEducationAndJobCharacteristics: '就业(按教育背景和工作性质)', - categoryYear: '类别-年份', - education: '教育(ISCED类别 1997)', - jobCharacteristics: '工作性质', - _0_2: '0-2', - _3_4: '3-4', - _5_6: '5-6', - _1000Persons: '1000人', - education_0_2: '教育 (ISCED类别 1997): 0-2', - education_3_4: '教育 (ISCED类别 1997): 3-4', - education_5_6: '教育 (ISCED类别 1997): 5-6', - employees: '工作性质: 雇员', - employeesJobCharacteristics: '雇员', - self_employed: '工作性质: 自营', - selfEmployed: '自营', - forestry: '林业 (ISIC/NACE 02) - {{year}}', - manufacture_of_wood_and_articles_in_wood: '木材和木制品的制造 (ISIC/NACE 16) - {{year}}', - manufacture_of_paper_and_paper_products: '纸张和纸制品的制造 (ISIC/NACE 17) - {{year}}', - }, - - // table 6.6 - occupationalAccidents: { - occupationalAccidents: '职业事故', - categoryYear: '类别-年份', - fatalOccupationalAccidents: '致命职业事故', - nonFatalOccupationalAccidents: '非致命职业事故', - number: '数量', - annualRatePer1000Workers: '年度发生率(‰)', - fatal_occupational_accidents_number: '致命职业事故:数量', - fatal_occupational_accidents_per_1000_workers: '致命职业事故: 年度发生率(‰)', - non_fatal_occupational_accidents_number: '非致命职业事故: 数量', - non_fatal_occupational_accidents_per_1000_workers: '非致命职业事故: 年度发生率(‰)', - forestry_isic_nace_02: '林业 (ISIC/NACE 02) - {{year}}', - }, - - // table 6.7 - woodConsumption: { - woodConsumption: '木材消耗', - category: '类别', - woodConsumption1000M3RWE: '木材消耗(1000立方米原木当量)', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - wood_consumption: '森林产品消耗', - }, - - // table 6.8 - tradeInWood: { - tradeInWood: '木材贸易', - category: '类别', - _1992: '1992', - _1993: '1993', - _1994: '1994', - _1995: '1995', - _1996: '1996', - _1997: '1997', - _1998: '1998', - _1999: '1999', - _2000: '2000', - _2001: '2001', - _2002: '2002', - _2003: '2003', - _2004: '2004', - _2005: '2005', - _2006: '2006', - _2007: '2007', - _2008: '2008', - _2009: '2009', - _2010: '2010', - _2011: '2011', - _2012: '2012', - _2013: '2013', - _2014: '2014', - _2015: '2015', - _2016: '2016', - _2017: '2017', - exports_of_forest_products_quantity: '森林产品出口(百万立方米原木当量)', - exports_of_forest_products_value: '森林产品出口 (百万欧元/欧洲货币单位)', - imports_of_forest_products_quantity: '森林产品进口 (百万立方米原木当量)', - imports_of_forest_products_value: '森林产品进口 (百万欧元/欧洲货币单位)', - }, - - // table 6.9 - totalEnergySupplyFromWood: { - totalEnergySupplyFromWood: '木材能源供应总和', - category: '类别', - tj: '总焦耳', - _1000_metric_tonnes_dry_matter: '1000公吨干物质', - total_primary_energy_supply: '初级能源供应总和', - total_renewable_energy_supply: '可再生能源供应总和', - total_energy_supply_from_wood: '木材能源供应总和:', - energy_from_direct_wood_fibre_sources: '- 直接来自木纤维的能源:', - of_which_from_forests: '来自森林', - of_which_from_other_wooded_land: '来自林地及其他土地(森林外树木)', - energy_from_co_products: '- 来自木材加工业的副产品和残留物的能源:', - of_which_solid_residues: '来自固体残留物(碎屑、颗粒、木屑、树皮(不包括加工后的木质燃料))', - energy_from_processed_wood_based_fuels: '- 来自加工后的木质燃料(颗粒、煤球、木炭)的能源:', - of_which_imported: '进口', - energy_from_post_consumer_recovered_wood: '- 来自消费后回收木材的能源', - energy_from_unknown_unspecified_sources: '- 来自未知、未指明来源的能源', - tj_2007: '2007: 总焦耳', - tj_2009: '2009: 总焦耳', - tj_2011: '2011: 总焦耳', - tj_2013: '2013: 总焦耳', - tj_2015: '2015: 总焦耳', - _1000_metric_tonnes_dry_matter_2007: '2007: 1000公吨干物质', - _1000_metric_tonnes_dry_matter_2009: '2009: 1000公吨干物质', - _1000_metric_tonnes_dry_matter_2011: '2011: 1000公吨干物质', - _1000_metric_tonnes_dry_matter_2013: '2013: 1000公吨干物质', - _1000_metric_tonnes_dry_matter_2015: '2015: 1000公吨干物质', - }, - - // table 6.10a - accessibilityForRecreation: { - accessibilityForRecreation: '用于休闲', - categoryYear: '类别-年份', - areaAvailableForPublicRecreation: '可供公众休闲的面积', - total1000Ha: '总和(1000公顷)', - _oftotal: '占总数百分比', - areaPrimarilyDesignatedOrManagedForPublicRecreation: - '主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积', - area_available_for_public_recreation_total: '可供公众休闲的面积: 总和 (1000公顷)', - area_available_for_public_recreation_percent: '可供公众休闲的面积: 占总数百分比', - area_designated_or_managed_for_public_recreation_total: - '主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积: 总和(1000公顷)', - area_designated_or_managed_for_public_recreation_percent: - '主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积: 占总数百分比', - total_forest_and_other_wooded_land: '森林及其他林地总和 - {{year}}', - }, - - // table 6.10b - intensityOfUse: { - intensityOfUse: '使用强度', - categoryYear: '类别-年份', - annualNumberOfVisitsMillion: '年访问量( 百万人次)', - areaAvailableForPublicRecreation: '可供公众休闲的面积', - areaPrimarilyDesignatedAndOrManagedForPublicRecreation: - '主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积', - total_forest_and_other_wooded_land: '森林及其他林地总和 - {{year}}', - area_available_for_public_recreation: '可供公众休闲的面积', - area_designated_and_or_managed_for_public_recreation: - '主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积', - }, - - // table 6.10c - recreationFacilities: { - recreationFacilities: '休闲设施', - categoryYear: '类别-年份', - forestRoadsAndPathsAvailableForPublicRecreation: '可供公众休闲的森林道路和小径', - _ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc: '... 指定用于远足、骑自行车、越野滑雪等项目', - facilityLengthIn1000Km: '设施 (单位:1000公里)', - area_available_for_public_recreation: '可供公众休闲的面积 - {{year}}', - forest_roads_and_paths_available_for_public_recreation: '可供公众休闲的森林道路和小径', - _of_which_designated_for_hiking_biking_cross_country_skiing_etc: '... 指定用于远足、骑自行车、越野滑雪等项目', - }, - - // table 6.10d - otherRecreationFacilitiesPilotReporting2015: { - otherRecreationFacilitiesPilotReporting2015: '其他休闲设施-试点报告 (2015)', - category: '类别', - facility: '设施', - measurement_unit: '测量单位', - extent_multiplicity: '范围(Extent)/复合度(Multiplicity)', - facility_category: '设施类别', - no1_area_available_for_public_recreation: '可供公众休闲的面积 1', - no2_area_available_for_public_recreation: '可供公众休闲的面积 2', - no3_area_available_for_public_recreation: '可供公众休闲的面积 3', - no4_area_available_for_public_recreation: '可供公众休闲的面积 4', - no5_area_available_for_public_recreation: '可供公众休闲的面积 5', - no6_area_available_for_public_recreation: '可供公众休闲的面积 6', - no7_area_available_for_public_recreation: '可供公众休闲的面积 7', - no8_area_available_for_public_recreation: '可供公众休闲的面积 8', - no9_area_available_for_public_recreation: '可供公众休闲的面积 9', - no10_area_available_for_public_recreation: '可供公众休闲的面积 10', - no11_area_available_for_public_recreation: '可供公众休闲的面积 11', - no12_area_available_for_public_recreation: '可供公众休闲的面积 12', - no13_area_available_for_public_recreation: '可供公众休闲的面积 13', - no14_area_available_for_public_recreation: '可供公众休闲的面积 14', - no15_area_available_for_public_recreation: '可供公众休闲的面积 15', - no16_area_available_for_public_recreation: '可供公众休闲的面积 16', - no17_area_available_for_public_recreation: '可供公众休闲的面积 17', - no18_area_available_for_public_recreation: '可供公众休闲的面积 18', - no19_area_available_for_public_recreation: '可供公众休闲的面积 19', - no20_area_available_for_public_recreation: '可供公众休闲的面积 20', - }, - }, -} diff --git a/src/i18n/resources/zh/other.json b/src/i18n/resources/zh/other.json new file mode 100644 index 0000000000..a42b1b7ac8 --- /dev/null +++ b/src/i18n/resources/zh/other.json @@ -0,0 +1,1511 @@ +{ + "fileDrop": { + "dropFilesHere": "将文件放在此处", + "dragAndDropOrClick": "在此处拖放文件,或点击选择文件" + }, + "language": { + "en": "English", + "es": "Español", + "fr": "Français", + "ru": "Русский", + "ar": "العربية", + "zh": "中文" + }, + "disclaimer": { + "statisticalFactsheets": "声明:可能包含粮农组织估计数值,可能有缺失的数值", + "part1": "本网站的制作得到了下述各方的协助:", + "europeanUnion": "欧洲联盟", + "part2": "、", + "govFinland": "芬兰政府", + "part3": "、", + "govNorway": "挪威政府", + "part4": "和", + "gef": "全球环境基金", + "part5": "。 网站内容由粮农组织全权负责,不代表欧洲联盟、芬兰政府、挪威政府和全球环境基金的观点。", + "termsOfUse": "统计数据库使用条款" + }, + "home": { + "keyFindings": "全球森林面积共计40.6亿公顷,占陆地总面积的31%。根据这一森林总面积计算得出的人均森林面积为0.52公顷。\n\t森林在各民族或地理区域间分布并不均匀,热带地区拥有的森林面积最大,占比45%,其次是寒带、温带和亚热带。" + }, + "footer": { + "contactUs": "联系我们", + "termsAndConditions": "条款和条件", + "scamAlert": "防欺诈警告", + "reportMisconduct": "报告不当行为", + "tutorials": "视频", + "sendFeedback": "发送反馈", + "licenses": "许可", + "platformVersion": "平台版本" + }, + "unit": { + "haThousand": "1 000 公顷", + "ha": "公顷", + "kmSq": "平方公里", + "mileSq": "平方英里", + "acre1000": "1 000 英亩", + "acre": "英亩", + "haMillion": "百万公顷", + "haThousandPerYear": "1 000 公顷/年", + "tonnesPerHa": "吨/公顷", + "cubicMeterPerHa": "立方米/公顷", + "millionTonnes": "百万公吨", + "millionsCubicMeterOverBark": "百万立方米(带皮)", + "thousandCubicMeterOverBark": "1 000 立方米(带皮)", + "billionCubicMeter": "10亿立方米", + "thousandCubicMeter": "1 000 立方米", + "thousandCubicMeterRWE": "1 000 立方米原木当量", + "thousandPersons": "1 000 人", + "gt": "10亿吨", + "fte1000": "1 000 全职人力工时", + "numberOfStudents": "$t(graduationOfStudents.numberOfStudents)", + "absoluteNumber": "绝对数", + "annualNumberOfVisitsMillion": "年访问量(百万)", + "millionNationalCurrency": "百万国家货币", + "facilityLengthIn1000Km": "设施 (单位:1 000公里)", + "growingStockPercent": "森林总立木蓄积的百分比" + }, + "countrySelection": { + "selectCountry": "选择国家" + }, + "definition": { + "definitionLabel": "术语和定义", + "faqLabel": "常见问题" + }, + "audit": { + "notStarted": "未开始", + "edited": "已编辑" + }, + "yesNoTextSelect": { + "yes": "是", + "no": "否", + "notSelected": "" + }, + "user": { + "roles": { + "REVIEWER": "审核人", + "NATIONAL_CORRESPONDENT": "国家通讯员", + "ALTERNATE_NATIONAL_CORRESPONDENT": "候补国家通讯员", + "COLLABORATOR": "合作者", + "ADMINISTRATOR": "管理员", + "noRole": "不适用", + "VIEWER": "观察者", + "reviewer_plural": "审查者", + "nationalCorrespondent_plural": "国家通讯员", + "alternateNationalCorrespondent_plural": "候补国家通讯员", + "collaborator_plural": "合作者" + }, + "resetPasswordEmail": { + "subject": "FRA平台 - 重置密码", + "textMessage": "尊敬的 {{user}}\n\n我们收到了一个重置您FRA账户密码的请求。\n如果您没有提出这一要求,请忽略这封邮件。\n\n\n请点击以下链接重置您的密码\n{{- link}}\n\n\n谢谢!,\nFRA工作组 fra@fao.org\n{{- url}}", + "htmlMessage": "尊敬的 {{user}}\n

\n我们收到了一个重置您FRA账户密码的请求。 \n
\n如果您没有提出这一要求,请忽略这封邮件。\n


\n点击此处重设密码\n


\n谢谢!\n
\nFRA工作组 fra@fao.org\n
\n{{- url}}\n " + } + }, + "fraClass": { + "forest": "森林", + "otherWoodedLand": "其他林地", + "otherLand": "其他土地" + }, + "fraForestCharacteristicsClass": { + "naturallyRegeneratingForest": "天然再生林", + "plantationForest": "种植林", + "ofWhichIntroduced": "引入外来树种的种植林", + "otherPlantedForest": "其他人工林", + "totalForest": "森林总面积" + }, + "fraOtherLandClass": { + "palms": "棕榈类 (油棕、椰树、枣椰等)…", + "treeOrchards": "果树 (包括水果、坚果、橄榄等)", + "agroforestry": "农林间作…", + "treesUrbanSettings": "城市树木…" + }, + "userChat": { + "chatHeader": "与 {{user}}的消息", + "noMessages": "无消息", + "writeMessage": "写消息…", + "send": "发送", + "cancel": "取消", + "notificationEmail": { + "subject": "{{sender}} 发送了一条有关{{country}}的消息给您", + "textMessage": "尊敬的 {{recipient}},\n\n{{sender}} 发送了一条有关 {{country}}的消息给您。\n\n请通过下述URL登陆平台查看和回复消息:\n{{- link}}\n\nFRA工作组\n{{- url}}\n ", + "htmlMessage": "尊敬的 {{recipient}},\n

\n{{sender}} 发送了一条有关 {{country}}的消息给您。\n

\n请登陆平台查看和回复消息。\n

\nFRA工作组\n
\n{{- url}}\n " + } + }, + "error": { + "access": { + "countryRoleNotSpecified": "错误: 用户 {{user}} 试图登陆 {{countryIso}} ,但未明确身份", + "countryUserNotReviewer": "错误: 用户 {{user}} 试图登陆 {{countryIso}} ,但其并非审核人", + "userNotAdministrator": "错误: 用户 {{user}} 试图登陆仅向管理员开放的资源", + "roleChangeNotAllowed": "错误: 用户 {{user}} 试图将另一名用户的身份设置为 {{role}},但该用户没有这一操作权限", + "userAlreadyAddedToCountry": "错误: 用户 {{user}} 已被添加至国家 {{countryIso}}", + "invitationAlreadyUsed": "错误: 邀请函 {{invitationUuid}}已被使用,不得通过{{loginEmail}}加以劫持!", + "countryDoesNotMatch": "错误: 国家 {{countyryIso}} 不匹配", + "assessmentEditingNotAllowed": "错误: 用户{{user}}为 {{role}}身份,不得编辑状态为{{assessmentStatus}}的国家{{countryIso}}评估报告", + "assessmentCommentingNotAllowed": "错误: 用户{{user}}为 {{role}}身份,不得评论状态为{{assessmentStatus}}的国家{{countryIso}}评估报告" + }, + "assessment": { + "transitionNotAllowed": "错误: 身份为{{role}}的用户,不得将{{currentStatus}}变更为{{status}}", + "deskStudyNotAllowed": "错误: 仅管理员有权限变更书面审查状态" + }, + "review": { + "commentDeleteNotOwner": "错误: 用户{{user}}试图删除他人评论", + "commentEnterResolvedIssue": "错误: 用户{{user}}试图对已解决的问题发表评论" + }, + "ndp": { + "previousNdpNotFound": "无法找到{{year}}前的任何国家数据点" + }, + "userNotAdministrator": "错误:用户{{user}}试图访问仅对管理员开放的资源", + "userAlreadyAddedToCountry": "错误:用户{{user}}已被添加到国家{{countryIso}}" + }, + "countryListing": { + "annuallyUpdated": "每年更新", + "fra2020": "2020年森林资源评估(FRA 2020)" + }, + "navigation": { + "hideAll": "隐藏所有", + "showAll": "显示所有", + "support": { + "dontDelete": "系统信息,请勿移除", + "feedbackEmailSubject": "FRA平台反馈", + "platformVersion": "平台版本", + "userAgent": "用户代理", + "user": "用户", + "manageCollaborators": "管理合作者" + }, + "sectionHeaders": { + "introduction": "引言", + "forestExtentCharacteristicsAndChanges": "森林面积、特征和变化", + "forestGrowingStockBiomassAndCarbon": "森林立木蓄积量、生物量和碳储量", + "forestDesignationAndManagement": "森林的指定用途和管理", + "forestOwnershipAndManagementRights": "森林所有权和管理权", + "forestDisturbances": "森林遭到的干扰", + "forestPolicyAndLegislation": "森林政策和法律", + "employmentEducationAndNwfp": "就业、教育和非木质林产品", + "sustainableDevelopment": "可持续发展目标15", + "panEuropeanIndicators": "泛欧洲指标" + }, + "cancel": "取消", + "changeStatusTextPlaceholder": "添加可选消息", + "doNotNotifyUsers": "不通知用户", + "notifySelf": "将副本发送给自己" + }, + "header": { + "editProfile": "编辑简介", + "logout": "退出", + "hideSidebar": "隐藏边栏", + "showSidebar": "显示边栏", + "autoSave": { + "saving": "正在保存…", + "complete": "所有变更已保存", + "lastSaveTimestampReceived": "最后编辑" + } + }, + "time": { + "hour": "{{count}} 小时前", + "day": "{{count}} 天前", + "week": "{{count}} 星期前", + "aMomentAgo": "刚才", + "hour_plural": "{{count}}小时前", + "day_plural": "{{count}}天以前", + "week_plural": "{{count}}周前" + }, + "review": { + "comments": "评论", + "noComments": "无评论", + "resolve": "解决", + "confirmDelete": "确定要删除此条评论吗?此操作不可撤销。", + "commentDeleted": "评论删除", + "commentMarkedAsResolved": "标注为”已解决”", + "delete": "删除", + "writeComment": "写评论…", + "commentingClosed": "评论关闭", + "cancel": "取消", + "loading": "正在加载" + }, + "description": { + "edit": "编辑", + "done": "已完成", + "loading": "正在加载内容…", + "description": "描述", + "dataSourcesTitle": "数据来源、原始数据和国家分类与定义", + "generalCommentsTitle": "评论", + "dataSources": "数据来源", + "dataSourcesPlus": "数据来源 + 数据来源类型,如国家森林资源清查(NFI), 等等", + "originalData": "原始数据", + "nationalClassificationAndDefinitions": "国家分类和定义", + "nationalData": "国家数据", + "analysisAndProcessing": "国家数据分析和处理", + "estimationAndForecasting": "估算和预测", + "reclassification": "按照FRA {{cycleName}} 类别进行重新分类" + }, + "userManagement": { + "addUser": "添加合作者", + "allUsers": "所有合作者", + "confirmDelete": "移除 {{user}}?", + "done": "完成", + "edit": "编辑", + "editPermissions": "编辑权限", + "formErrors": "表格内有错误。请修改后再次提交。", + "info": "信息", + "insufficientPrivileges": "权限不足", + "invitationDeleted": "邀请已被删除", + "invitationEmailSent": "已发送邀请邮件", + "invitationLink": "邀请链接", + "inviteAgain": "再次邀请", + "loginEmail": "登陆", + "manageCollaborators": "管理合作者", + "noUsers": "未添加合作者", + "permissionNames": { + "tableData": "表格数据", + "descriptions": "描述" + }, + "permissions": "权限", + "personalInfoRequired": "请在继续之前完成您的个人信息", + "placeholder": "选择…", + "remove": "移除", + "sendInvitation": "发送邀请邮件", + "tableAccess": "表格访问", + "userAdded": "{{email}}已被添加", + "userModified": "用户{{user}}已被修改", + "invitationEmail": { + "subject": "FRA平台邀请", + "textMessage": "尊敬的 {{invitedUser}},\n\n您被邀请以{{country}}{{role}} 的身份访问FRA平台。\n\n请点击下述链接接受邀请和访问FRA平台:\n{{- link}}\n\n欢迎来访!\n\nFRA工作组 fra@fao.org\n{{- url}}\n ", + "htmlMessage": "尊敬的 {{invitedUser}},\n

\n您被邀请以{{country}}{{role}} 的身份访问FRA平台。.\n

\n接受邀请并访问平台\n

\n欢迎来访!\n

\nFRA工作组 fra@fao.org\n
\n{{- url}}\n " + } + }, + "contactPersons": { + "all": "$t(common.all)", + "reportPreparationAndContactPersons": "报告编写者和联系方式", + "contactPersons": "简介", + "contactPersonsSupport": "本报告由下述人员编写:", + "introductoryText": "介绍性文字", + "introductoryTextSupport": "简述本报告的内容", + "firstName": "名", + "lastName": "姓", + "institution": "机构/地址", + "email": "电子邮箱", + "tables": "表格", + "none": "无" + }, + "extentOfForest": { + "extentOfForest": "森林及其他林地的面积", + "estimationAndForecasting": "估算和预测", + "categoryHeader": "FRA类别", + "forestArea": "森林", + "chart": { + "placeholderLine1": "请先添加新的国家数据点,然后使用", + "placeholderLine2": "其自动生成FRA数值。" + }, + "otherLandCategories": "其他土地类别", + "ofWhichPalms": "棕榈类 (油棕、椰树、枣椰等)…", + "ofWhichTreeOrchards": "果树类(包括水果、坚果、橄榄等)…", + "ofWhichAgroforestry": "农林间作…", + "ofWhichTreesUrbanSettings": "城市树木…", + "totalLandArea": "土地面积总和", + "fedAreasExceedTotalLandArea": "森林和其他林地面积超过土地面积总和", + "forestAreaDoesNotMatchPreviouslyReported": "森林面积与FRA {{year}}中报告的面积不匹配: {{previous}}", + "useOriginalDataPoints": "使用国家数据点", + "dontUseOriginalDataPoints": "不使用国家数据点", + "whatIsThis": "这是什么?", + "tableNoticeMessage": "所有参考年份均使用FAOSTAT中的2015年土地面积数据", + "ndpMissingValues": "国家数据点存在缺失值", + "showNDPs": "显示国家数据点", + "hideNDPs": "隐藏国家数据点", + "forestAreaNetChangeDoesNotMatch": "森林面积净变化与预期值不符:{{value}}" + }, + "climaticDomain": { + "climaticDomain": "气候区", + "percentOfForestArea2015": "占2015年森林面积的百分比", + "percentOfForestArea2015Override": "覆盖数值", + "selectDefault": "默认", + "boreal": "寒带", + "temperate": "温带", + "subtropical": "亚热带", + "sub_tropical": "$t(climaticDomain.subtropical)", + "tropical": "热带" + }, + "forestCharacteristics": { + "forestCharacteristics": "森林特征", + "estimationAndForecasting": "估算和预测", + "categoryHeader": "FRA类别", + "naturalForestArea": "天然再生林", + "plantationForestArea": "种植林", + "plantationForestIntroducedArea": "引入外来树种的种植林", + "otherPlantedForestArea": "其他人工林", + "plantedForest": "人工林", + "totalForestArea": "森林总面积", + "total": "总计", + "useOriginalDataPoints": "使用国家数据点", + "dontUseOriginalDataPoints": "不使用国家数据点" + }, + "tableWithOdp": { + "confirmGenerateFraValues": "覆盖当前值?", + "generateFraValues": "生成数值", + "linearExtrapolation": "线性", + "repeatLastExtrapolation": "重复上一步", + "annualChangeExtrapolation": "年度变化", + "placeholderFuture": "未来", + "placeholderPast": "过去", + "copyToClipboard": "复制数值", + "placeholderSelect": "估算和预测", + "_1000haYear": "1000公顷/年", + "generatingFraValues": "生成中..." + }, + "forestAreaChange": { + "forestAreaChange": "年度森林扩张、砍伐和净变化", + "categoryHeader": "FRA类别", + "areaUnitLabel": "面积(1000公顷/年)", + "forestExpansion": "森林扩张", + "ofWhichAfforestation": "造林", + "ofWhichNaturalExpansion": "自然扩张", + "deforestation": "砍伐", + "forestAreaNetChange": "森林面积净变化", + "forestAreaNetChangeFrom1a": "从表1a计算得出的森林面积净变化", + "netChangeDoesNotMatch": "与森林面积净变化不匹配" + }, + "annualReforestation": { + "annualReforestation": "年度造林", + "categoryHeader": "FRA类别", + "areaUnitLabel": "面积(1000 公顷/年)", + "reforestation": "造林" + }, + "specificForestCategories": { + "specificForestCategories": "原始林和特殊森林类别", + "categoryHeader": "FRA类别", + "areaUnitLabel": "面积 (1000公顷)", + "bamboo": "竹林", + "mangroves": "红树林", + "temporarilyUnstocked": "暂时无储量或近期恢复的", + "primaryForest": "原始林", + "exceedsNaturallyRegeneratingForest": "超过天然再生林(1b)", + "rubberWood": "橡胶种植林" + }, + "otherLandWithTreeCover": { + "otherLandWithTreeCover": "有树木覆盖的其他土地", + "areaUnitLabel": "面积(1000公顷)", + "categoryHeader": "FRA类别", + "palms": "棕榈类", + "treeorchards": "果树类", + "agroforestry": "农林间作", + "treesinurbansettings": "城市树木", + "total": "总计", + "otherLandArea": "其他土地面积", + "other": "其他 (在评论中注明)" + }, + "growingStock": { + "growingStock": "立木蓄积量", + "supportText": "在编辑本表格前,请先在表1a和表1b中输入数据", + "categoryHeader": "FRA类别", + "avgTableHeader": "立木蓄积量[立方米/公顷(带皮)]", + "totalTableHeader": "立木总蓄积量[百万立方米(带皮)]", + "naturallyRegeneratingForest": "天然再生林", + "plantedForest": "人工林", + "plantationForest": "种植林", + "otherPlantedForest": "其他人工林", + "forest": "森林", + "otherWoodedLand": "其他林地", + "copyToClipboard": "复制数值" + }, + "growingStockComposition": { + "native": "本地", + "introduced": "引进", + "growingStockComposition": "立木蓄积量组成", + "forestGrowingStockComposition": "森林立木蓄积量组成", + "categoryHeader": "FRA类别", + "nativeTreeSpecies": "本地树种", + "introducedTreeSpecies": "引进树种", + "areaUnitLabel": "森林立木蓄积量[百万立方米(带皮)]", + "scientificName": "学名", + "commonName": "通用名", + "rank": "#{{idx}} 按数量排名", + "remainingNative": "其余的本地树种", + "remainingIntroduced": "其余的引入树种", + "totalNative": "本地树种总量", + "totalIntroduced": "引进树种总量", + "totalGrowingStock": "立木蓄积总量", + "rankingYear": "2015年排名" + }, + "biomassStock": { + "biomassStock": "生物量", + "categoryHeader": "FRA类别", + "tableHeader": "森林生物量(吨/公顷)", + "aboveGround": "地上生物量", + "belowGround": "地下生物量", + "deadWood": "枯死木", + "downloadExcel": "下载excel计算器" + }, + "carbonStock": { + "carbonStock": "碳储量", + "categoryHeader": "FRA类别", + "tableHeader": "森林碳储量(吨/公顷)", + "carbonAboveGroundBiomass": "地上生物质碳储量", + "carbonBelowGroundBiomass": "地下生物质碳储量", + "carbonDeadwood": "枯死木碳储量", + "carbonLitter": "林分枯落物碳储量", + "carbonSoil": "土壤碳储量", + "soilDepthHeading": "用于土壤碳储量估算的土壤深度(厘米)" + }, + "designatedManagementObjective": { + "designatedManagementObjective": "指定管理目标", + "primaryDesignatedManagementObjective": "主要指定管理目标", + "primaryDesignatedManagementObjectiveSupport": "主要指定管理目标比其他管理目标重要得多。各项主要指定管理目标之间具有“排他性”,在一个主要指定管理目标下报告的面积不应再报告给任何其他的主要指定管理目标。不同管理目标下所报告面积的总和应等于森林面积。", + "totalAreaWithDesignatedManagementObjective": "指定管理目标所涉面积总和", + "totalAreaWithDesignatedManagementObjectiveSupport": "指定管理目标,包括主要和非主要目标。不同的指定类别之间“无排他性”,因此,面积数据可在多个目标下重复报告,例如,作为主要管理目标“多用途”报告的森林面积应在每个管理目标下报告。因此,不同管理目标下报告的面积总和可以大于森林总面积。", + "categoryHeader": "FRA 2020类别", + "areaUnitLabel": "森林面积(1000公顷)", + "production": "生产", + "soilWaterProtection": "水土保持", + "biodiversityConservation": "生物多样性养护", + "socialServices": "社会服务", + "multipleUse": "多重用途", + "other": "其他 (请在评论中注明)", + "unknown": "无/未知", + "totalForestArea": "森林总面积", + "total": "总和" + }, + "forestAreaWithinProtectedAreas": { + "forestAreaWithinProtectedAreas": "保护区内森林面积和纳入长期管理计划的森林面积", + "categoryHeader": "FRA类别", + "areaUnitLabel": "面积(1000公顷)", + "header": "保护区内森林面积", + "forestAreaWithLongTermManagementPlan": "纳入长期森林管理计划的森林面积", + "ofWhichInProtectedAreas": "保护区内纳入长期森林管理计划的森林面积" + }, + "forestOwnership": { + "forestOwnership": "森林所有权", + "categoryHeader": "FRA类别", + "areaUnitLabel": "森林面积(1000公顷)", + "privateOwnership": "私有", + "ofWhichIndividuals": "个人拥有", + "ofWhichPrivateBusinesses": "私营实体和机构拥有", + "ofWhichCommunities": "本地、部落和土著社区拥有", + "publicOwnership": "公有", + "otherOrUnknown": "未知/其他 (在评论中注明)", + "totalForestArea": "森林总面积", + "total": "总和" + }, + "holderOfManagementRights": { + "holderOfManagementRights": "公有森林管理权", + "categoryHeader": "FRA类别", + "areaUnitLabel": "森林面积(1000公顷)", + "publicAdministration": "公共管理", + "individuals": "个人", + "privateBusinesses": "私营企业实体和机构", + "communities": "本地、部落和土著社区", + "other": "未知/其他(在评论中注明)", + "totalPublicOwnership": "公有合计", + "total": "总计", + "publicOwnershipDoesNotMatch": "与公有合计数不匹配" + }, + "disturbances": { + "disturbances": "森林干扰因素", + "categoryHeader": "FRA类别", + "areaUnitLabel": "面积(1000公顷)", + "insects": "虫害", + "diseases": "病害", + "severeWeatherEvents": "极端天气事件", + "other": "其他(在评论中注明)", + "totalForestArea": "森林总面积", + "total": "总计" + }, + "areaAffectedByFire": { + "areaAffectedByFire": "受火灾影响的区域", + "categoryHeader": "FRA类别", + "areaUnitLabel": "面积(1000公顷)", + "totalLandAreaAffectedByFire": "受火灾影响的土地总面积", + "ofWhichForest": "受影响的森林面积为" + }, + "degradedForest": { + "degradedForest": "退化的森林", + "doesYourCountryMonitor": "贵国监测退化森林的面积吗?", + "ifYes": "如果 \"是\"", + "whatIsDefinition": "贵国是如何界定“退化的森林”的?", + "howMonitored": "描述监测进程和结果" + }, + "forestPolicy": { + "forestPolicy": "政策、法律和鼓励利益相关者参与森林政策制定的国家平台", + "categoryHeader": "是否存在", + "areaUnitLabel": "布尔值 (是/否)", + "national": "国家", + "subnational": "地方", + "policiesSFM": "支持可持续森林管理的政策", + "legislationsSFM": "支持可持续森林管理的法律法规", + "stakeholderParticipation": "鼓励或允许利益相关者参与森林政策制定的平台", + "existenceOfTraceabilitySystem": "木材产品追溯系统" + }, + "areaOfPermanentForestEstate": { + "areaOfPermanentForestEstate": "永久性森林资产面积", + "categoryHeader": "FRA 2020中的类别", + "areaUnitLabel": "森林面积(1000公顷)", + "applicable": "适用与否?" + }, + "employment": { + "employment": "林业和伐木业的就业", + "average": "平均3年", + "categoryHeader": "FRA 2020中的类别", + "unitHeader": "全职人力工时 (1000全职人力工时)", + "inForestry": "林业和伐木业的就业", + "ofWhichSilviculture": "从事造林及其他森林活动", + "ofWhichLogging": "从事伐木", + "ofWhichGathering": "从事收集非木质林产品活动", + "ofWhichSupport": "从事林业支持性服务", + "total": "总计", + "female": "女性", + "male": "男性" + }, + "graduationOfStudents": { + "graduationOfStudents": "森林相关专业毕业生", + "average": "平均3年", + "numberOfStudents": "毕业生人数", + "fra2020Categories": "FRA 2020中的类别", + "doctoralDegree": "博士学位", + "mastersDegree": "硕士学位", + "bachelorsDegree": "本科学位", + "technicianCertificate": "技术证书/文凭", + "total": "总计", + "female": "女性", + "male": "男性" + }, + "nonWoodForestProductsRemovals": { + "nonWoodForestProductsRemovals": "非木材林产品采集和价值", + "nameOfProduct": "非木材林产品名称", + "keySpecies": "关键种类", + "quantity": "数量", + "unit": "单位", + "value": "价值 (1000当地货币)", + "category": "非木材林产品类别", + "plantProductsSelectHeading": "植物产品/原料", + "food": "1 食物", + "fodder": "2 饲料", + "rawMaterialForMedicine": "3 医药和芳香产品的原料", + "rawMaterialForColorants": "4 着色剂和染料的原料", + "rawMaterialForUtensils": "5 器皿、手工艺品和建筑的原材料", + "ornamentalPlants": "6 观赏植物", + "exudates": "7 渗出物", + "otherPlantProducts": "8 其他植物产品", + "animalProductsSelectHeading": "动物产品/原料", + "livingAnimals": "9 活体动物", + "hidesSkins": "10 兽皮和猎获物", + "wildHoney": "11 野生蜂蜜和蜂蜡", + "wildMeat": "12 野生肉类", + "animalRawMaterialForMedicine": "13 医药原料", + "animalRawMaterialForColorants": "14 着色剂原料", + "otherEdibleAnimalProducts": "15 其他可食用动物产品", + "otherNonEdibleAnimalProducts": "16 其他非可食用动物产品", + "allOtherPlantProducts": "所有其他植物产品", + "allOtherAnimalProducts": "所有其他动物产品", + "total": "总计", + "currency": "货币名称", + "notSelected": "" + }, + "sustainableDevelopment": { + "sustainableDevelopment": "可持续发展目标15", + "indicator": "指标", + "percent": "百分比", + "nameOfAgencyResponsible": "负责机构名称", + "sdgIndicator1": "可持续发展目标指标 15.1.1 森林面积占陆地总面积的比例", + "sdgIndicator2": "可持续发展目标指标15.2.1 实施可持续森林管理取得的进展", + "forestAreaProportionLandArea2015": "森林面积占陆地总面积的比例(陆地总面积以2015年数据为基准)", + "subIndicator": "细化指标 {{no}}", + "forestAreaAnnualNetChangeRate": "森林面积年度净变化率", + "aboveGroundBiomassStockForests": "森林地上生物量", + "percent2015ForestAreaBaseline": "百分比(森林面积以2015年数据为基准)", + "proportionForestAreaLegallyEstablishedProtectedAreas": "依法设立的保护区内森林面积占比", + "proportionForestAreaLongTermForestManagement": "纳入长期森林管理计划的森林面积占比", + "forestArea1000Ha": "森林面积(1000公顷)", + "forestAreaVerifiedForestManagement": "基于独立验证的森林管理认证计划下的森林面积" + }, + "panEuropeanIndicators": { + "panEuropeanIndicators": "泛欧可持续森林管理量化指标", + "uploadQuestionnaire": "上传问卷", + "chooseFile": "选择文件", + "downloadQuestionnaire": "下载文件", + "download": "下载", + "remove": "移除", + "noQuestionnaire": "未选择问卷", + "panEuropeanQualitativeIndicators": "泛欧可持续森林管理定性指标", + "accessReportingPage": "访问报告页" + }, + "assessment": { + "fra": "FRA", + "panEuropean": "泛欧洲", + "deskStudy": "书面审查", + "statusChangeNotification": { + "subject": "FRA平台上,{{country}}的状态变更为{{status}} ", + "textMessage": "尊敬的{{recipientName}},\n\n{{changer}} 在FRA平台上将{{country}}{{assessment}}的状态变更为 \"{{status}}\" 。\n\n{{message}}\n\n平台访问地址: {{- serverUrl}}\n\nFRA工作组\n{{- serverUrl}}", + "htmlMessage": "尊敬的{{recipientName}},\n

\n{{changer}}在FRA平台上将{{country}}{{assessment}}的状态变更为 \"{{status}}\" 。\n

\n{{message}}\n

\n平台访问地址\n

\nFRA工作组\n
\n{{- serverUrl}}" + }, + "status": { + "changing": { + "label": "正在变更…" + }, + "editing": { + "label": "正在编辑", + "previous": "返回编辑" + }, + "review": { + "label": "正在审核", + "next": "提交审核", + "previous": "返回审核" + }, + "approval": { + "label": "等待批准", + "next": "提交批准", + "previous": "返回批准" + }, + "accepted": { + "label": "已接受", + "next": "接受", + "previous": "" + }, + "notStarted": { + "label": "未开始" + } + } + }, + "multiSelect": { + "placeholder": "选择…" + }, + "emoji": { + "picker": { + "search": "搜索", + "categories": { + "search": "搜索结果", + "recent": "经常使用", + "people": "笑脸符&人", + "nature": "动物&自然", + "foods": "食物&饮料", + "activity": "活动", + "places": "出行&地点", + "objects": "对象", + "symbols": "符号", + "flags": "标记" + } + } + }, + "country": { + "region": { + "asia": "亚洲", + "europe": "欧洲", + "oceania": "大洋洲", + "north_and_central_america": "中北美洲", + "south_america": "南美洲", + "africa": "非洲", + "atlantis": "亚特兰蒂斯", + "forest_europe": "欧洲森林保护部长级会议" + } + }, + "countryMessageBoard": { + "messageBoard": "留言板", + "messageBoardDesc": "此处发布的消息对所有本国家/地区的成员可见", + "oneToOneMessages": "一对一消息" + }, + "tutorial": { + "watch": "观看", + "passwordLogin": "全球森林资源评估平台用户教程 - 如何使用自定义密码登录", + "googleLogin": "全球森林资源评估平台用户教程 - 如何使用Google邮箱验证登录", + "collaboratorAdd": "全球森林资源评估平台用户教程 - 如何添加合作者", + "platformNavigation": "全球森林资源评估平台用户教程 - 平台导航", + "documentUpload": "全球森林资源评估平台用户教程 - 如何上传文档", + "ndpAdd": "全球森林资源评估平台用户教程 - 如何添加国家数据点", + "passwordLoginShort": "如何使用自定义密码登录", + "googleLoginShort": "如何使用Google邮箱验证登录", + "guidelinesAndSpecifications": "准则和规范", + "ndpAddReferenceLink": "全球森林资源评估平台用户教程 - 如何为国家数据点添加参考链接", + "nationalDataAddReferenceLink": "全球森林资源评估平台用户教程 - 如何为国家数据添加参考链接" + }, + "panEuropean": { + "panEuropeanAssessment": "泛欧洲评估", + "variable": "变量", + "landing": { + "link": "欧洲森林保护部长级会议/联合国欧洲经济委员会/粮农组织泛欧洲可持续森林管理指标联合报告:欧洲森林保护部长级会议" + }, + "home": { + "description1": "本数据集中的数据来自国家通讯员在填写欧洲森林保护部长级会议/联合国欧洲经济委员会/粮农组织泛欧洲可持续森林管理量化指标联合调查问卷时所提供的信息。", + "description2": "2020年泛欧洲报告的编写与2020年全球森林资源评估(FRA 2020)同时进行。尽管是两项单独进程,但一些变量在两者中同时出现。但请注意,由于数据收集完毕后,部分被用于《2020年欧洲森林状况》的信息在经与国家通讯员协商后进行了调整,因此,可能与FRA平台上的信息有所不同。" + }, + "disclaimer": { + "and": "和", + "forestEurope": "欧洲森林保护部长级会议", + "govSwitzerland": "瑞士政府", + "part1": "本网站的制作得到了下述各方的协助[支持]:" + }, + "navigation": { + "forestResourcesAndCarbon": "森林资源和碳", + "maintenanceOfForestEcosystemHealthAndVitality": "维护森林生态系统的健康与活力", + "productiveFunctionsOfForestsWoodAndNonWood": "森林的生产功能(木材和非木材)", + "biologicalDiversityInForestEcosystems": "森林生态系统的生物多样性", + "protectiveFunctionsInForestManagement": "森林管理的保护功能", + "socioEconomicFunctionsAndConditions": "社会经济职能和条件" + }, + "forestArea": { + "forestArea": "森林面积", + "categoryYear": "类别-年份", + "area": "面积", + "area1000Ha": "面积(1000公顷)", + "forest": "森林-{{year}}", + "_of_which_available_for_wood_supply": "…可用于木材供应-{{year}}", + "other_wooded_land": "其他林地-{{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和-{{year}}", + "other_land": "其他土地-{{year}}", + "_of_which_with_tree_cover": "…有树木覆盖-{{year}}" + }, + "forestAreaByForestTypes": { + "forestAreaByForestTypes": "森林面积(按森林类型)", + "category": "类别", + "forestArea1000Ha": "森林面积(1000公顷)", + "predominantly_coniferous_forest": "主要为针叶林", + "predominantly_broadleaved_forest": "主要为阔叶林", + "mixed_forest": "针阔混交林", + "forest_area_1990": "森林面积- 1990", + "forest_area_2000": "森林面积- 2000", + "forest_area_2005": "森林面积- 2005", + "forest_area_2010": "森林面积- 2010", + "forest_area_2015": "森林面积- 2015", + "forest_area_2020": "森林面积- 2020" + }, + "growingStock": { + "growingStock": "立木蓄积量", + "categoryYear": "类别-年份", + "growingStockMillionM3OB": "立木蓄积量[百万立方米(带皮)]", + "total": "总计", + "_ofWhich": "…为", + "coniferous": "针叶林", + "broadleaved": "阔叶林", + "forest": "森林-{{year}}", + "_of_which_available_for_wood_supply": "…可用于木材供应-{{year}}", + "other_wooded_land": "其他林地-{{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和-{{year}}" + }, + "growingStockByForestType": { + "growingStockByForestType": "立木蓄积量(按森林类型)", + "category": "类别", + "growingStockMillionM3OB": "立木蓄积量[百万立方米(带皮)]", + "predominantly_coniferous_forest": "主要为针叶林", + "predominantly_broadleaved_forest": "主要为阔叶林", + "mixed_forest": "针阔混交林", + "growing_stock_1990": "立木蓄积量 - 1990", + "growing_stock_2000": "立木蓄积量 - 2000", + "growing_stock_2005": "立木蓄积量 - 2005", + "growing_stock_2010": "立木蓄积量 - 2010", + "growing_stock_2015": "立木蓄积量 - 2015", + "growing_stock_2020": "立木蓄积量 - 2020" + }, + "growingStockComposition": { + "growingStockComposition": "立木蓄积量组成", + "forestGrowingStockComposition": "森林立木蓄积量组成", + "speciesName": "树种名称", + "growingStockInForestMillionM3OB": "森林立木蓄积量[百万立方米(带皮)]", + "rank": "排名", + "scientificName": "学名", + "commonName": "通用名", + "no1_ranked_in_terms_of_volume": "从数量而言,排名第#1", + "no2_ranked_in_terms_of_volume": "从数量而言,排名第#2", + "no3_ranked_in_terms_of_volume": "从数量而言,排名第#3", + "no4_ranked_in_terms_of_volume": "从数量而言,排名第#4", + "no5_ranked_in_terms_of_volume": "从数量而言,排名第#5", + "no6_ranked_in_terms_of_volume": "从数量而言,排名第#6", + "no7_ranked_in_terms_of_volume": "从数量而言,排名第#7", + "no8_ranked_in_terms_of_volume": "从数量而言,排名第#8", + "no9_ranked_in_terms_of_volume": "从数量而言,排名第#9", + "no10_ranked_in_terms_of_volume": "从数量而言,排名第#10", + "remaining": "其余的", + "total": "总计", + "scientific_name": "学名", + "common_name": "通用名", + "growing_stock_in_forest_1990": "森林立木蓄积量[百万立方米(带皮)] - 1990", + "growing_stock_in_forest_2000": "森林立木蓄积量[百万立方米(带皮)] - 2000", + "growing_stock_in_forest_2005": "森林立木蓄积量[百万立方米(带皮)] - 2005", + "growing_stock_in_forest_2010": "森林立木蓄积量[百万立方米(带皮)] - 2010", + "growing_stock_in_forest_2015": "森林立木蓄积量[百万立方米(带皮)] - 2015", + "growing_stock_in_forest_2020": "森林立木蓄积量[百万立方米(带皮)] - 2020" + }, + "ageClassDistributionAreaOfEvenAgedStands": { + "ageClassDistributionAreaOfEvenAgedStands": "龄级分布 (同龄林面积)", + "categoryYear": "类别-年份", + "developmentPhases": "生长阶段", + "total_area": "总面积", + "regeneration_phase": "再生阶段", + "intermediate_phase": "中间阶段", + "mature_phase": "成熟阶段", + "unspecified": "未指明", + "_1000Ha": "1000公顷", + "forest_even_aged_stands_of_which": "森林(同龄林), 其中: - {{year}}", + "available_for_wood_supply_of_which": "可用于木材供应, 其中: - {{year}}", + "predominantly_coniferous_forest": "主要为针叶林 - {{year}}", + "predominantly_broadleaved_forest": "主要为阔叶林 - {{year}}", + "mixed_forest": "针阔混交林 - {{year}}" + }, + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": { + "ageClassDistributionVolumeOfEvenAgedStandsInForestAvailableForWoodSupply": "木材林龄级分布 (同龄林储量) ", + "categoryYear": "类别-年份", + "developmentPhases": "生长阶段", + "total_volume": "总量", + "regeneration_phase": "再生阶段", + "intermediate_phase": "中间阶段", + "mature_phase": "成熟阶段", + "unspecified": "未指明", + "_1000M3": "1000立方米", + "forest_available_for_wood_supply_even_aged_stands_of_which": "木材林 (同龄林), 其中: - {{year}}", + "predominantly_coniferous_forest": "主要为针叶林 - {{year}}", + "predominantly_broadleaved_forest": "主要为阔叶林 - {{year}}", + "mixed_forest": "针阔混交林 - {{year}}" + }, + "diameterDistributionAndTotalAreaUnevenAgedStands": { + "diameterDistributionAndTotalAreaUnevenAgedStands": "胸径分布和总面积(异龄林)", + "categoryYear": "类别-年份", + "volumeByDiameterClasses1000mob": "储量(按胸径区间)", + "area": "面积(1000公顷)", + "total_volume": "总储量 [1000立方米(带皮)]", + "less_or_equal_20_cm": "<20 厘米 [1000立方米(带皮)]", + "_21_40_cm": "21-40 厘米 [1000立方米(带皮)]", + "_41_60_cm": "41-60 厘米 [1000立方米(带皮)]", + "greater_60_cm": ">60 厘米 [1000立方米(带皮)]", + "unspecified": "未指明 [1000立方米(带皮)]", + "forest_uneven_aged_stands": "森林-异龄林 - {{year}}", + "_of_which_forest_available_for_wood_supply": "其中...: 可用于木材供应 - {{year}}" + }, + "carbonStock": { + "carbonStock": "碳储量", + "categoryYear": "类别-年份", + "carbonInAboveGroundAndBelowGroundLivingBiomass": "地上和地下活体生物质中的碳储量", + "carbonInDeadwoodAndLitter": "枯死木和林分枯落物中的碳储量", + "above_ground": "地上活体生物质中的碳储量", + "aboveGround": "地上", + "below_ground": "地下活体生物质中的碳储量", + "belowGround": "地下", + "deadwood": "枯死木中的碳储量", + "deadwoodCarbon": "枯死木", + "litter": "林分枯落物中的碳储量", + "litterCarbon": "林分枯落物", + "soil_carbon": "土壤中的碳储量", + "millionMetricTonnes": "百万公吨", + "forest": "森林 - {{year}}", + "other_wooded_land": "其他林地-{{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和-{{year}}" + }, + "carbonStockInHarvestedWoodProductsHWP": { + "carbonStockInHarvestedWoodProductsHWP": "已收获木材产品中的碳储量", + "categoryYear": "类别-年份", + "totalCarbonStockInHWPMillionMetricTonnes": "已收获木材产品中的总碳储量(百万公吨)", + "total_carbon_stock_in_hwp": "已收获木材产品中的总碳储量", + "harvested_wood_products": "已收获木材产品-{{year}}" + }, + "forestAreaWithDamage": { + "forestAreaWithDamage": "遭破坏的森林面积", + "categoryYear": "类别-年份", + "areaWithDamageByDifferentAgents": "遭破坏的森林面积(按不同因素)", + "primarilyDamagedByBioticAgents": "主要因生物因素遭到破坏", + "damagePrimarilyHumanInduced": "主要因人为因素遭到破坏", + "primarilyDamagedByFire": "主要因火灾遭到破坏", + "thousandHa": "1000公顷", + "total_area_with_damage": "遭破坏的森林面积总和", + "insects_and_disease": "生物因素:病虫害", + "insectsAndDisease": "病虫害", + "wildlife_and_grazing": "生物因素: 野生生物和放牧", + "wildlifeAndGrazing": "野生生物和放牧", + "forest_operations": "人为因素: 森林作业", + "forestOperations": "森林作业", + "other": "人为因素: 其他", + "otherHumanInduced": "其他", + "primarily_damaged_by_abiotic_agents": "非生物因素 (风暴、风、雪等)", + "primarilyDamagedByAbioticAgents": "主要因非生物因素遭到破坏(风暴、风、雪等)", + "primarily_damaged_by_fire_total": "火灾: 总和", + "primarilyDamagedByFireTotal": "总计", + "of_which_human_induced": "火灾: 人为引发", + "ofWhichHumanInduced": "人为引发", + "unspecified_mixed_damage": "未指明/多重因素导致的破坏", + "forest": "森林-{{year}}", + "other_wooded_land": "其他林地-{{year}}", + "total_forest_and_other_wooded_land": "森林和其他林地总和-{{year}}" + }, + "areaWithForestLandDegradation": { + "areaWithForestLandDegradation": "退化森林的面积", + "categoryYear": "类别-年份", + "totalAreaOfDegradedLand": "退化土地的总面积", + "areaPrimarilyDegradedBy": "退化面积(按导致退化的主要因素)", + "formerDegradedLandRestored": "得到恢复的退化森林", + "grazing": "放牧", + "repeatedFires": "反复的火灾", + "airPollution": "空气污染", + "desertification": "荒漠化", + "other1": "其他1", + "other2": "其他2", + "other3": "其他3", + "unknown": "未知", + "nA": "", + "thousandHa": "1000公顷", + "forest": "森林- {{year}}", + "other_wooded_land": "其他林地 - {{year}}", + "total_forest_and_other_wooded_land": "森林和其他林地总和- {{year}}", + "otherNames": "导致森林退化的其他主要因素", + "total_area_of_degraded_land": "退化土地总面积", + "repeated_fires": "反复的火灾", + "air_pollution": "空气污染", + "other_1": "其他1", + "other_2": "其他2", + "other_3": "其他3", + "former_degraded_land_restored": "得到恢复的退化森林" + }, + "incrementAndFellings": { + "incrementAndFellings": "增量和采伐量", + "categoryYear": "类别-年份", + "fellings": "采伐量", + "volume1000mob": "体积[1000立方米(带皮)]", + "gross_annual_increment": "年度总增量", + "natural_losses": "自然损失", + "net_annual_increment": "年度净增量", + "fellings_total": "采伐量: 总和", + "fellingsTotal": "总计", + "_of_which_of_natural_losses": "采伐量:自然损失", + "ofWhichOfNaturalLosses": "...为: 自然损失", + "forest": "森林 - {{year}}", + "_of_which_forest_available_for_wood_supply": "...为:可用于木材供应的森林 - {{year}}" + }, + "removals": { + "removals": "消耗", + "categoryYear": "类别-年份", + "woodRemovals": "木材消耗", + "total": "总和", + "industrialRoundwood": "工业原木", + "woodfuel": "薪柴燃料", + "volume1000M3UB": "体积[1000立方米(带皮)]", + "marketValue1000NationalCurrency": "市场价值(1000当地货币)", + "roundwood": "原木- {{year}}", + "total_volume": "总和: 体积[1000立方米(带皮)]", + "industrial_roundwood_volume": "工业原木: 体积[1000立方米(带皮)]", + "industrial_roundwood_market_value": "工业原木: 市场价值(1000当地货币)", + "woodfuel_volume": "薪柴燃料: 体积 [1000立方米(带皮)]", + "woodfuel_market_value": "薪柴燃料: 市场价值(1000当地货币)" + }, + "nonWoodGoods2015": { + "nonWoodGoods2015": "非木材产品(2015)", + "rankValue": "排名(价值)", + "nameOfGroupsOfProduct": "产品(组)名称", + "keySpecies": "主要种类", + "totalHarvestedNonWoodGoods": "已收获非木材产品总和", + "unit": "单位", + "quantity": "数量", + "marketValue1000NationalCurrency": "市场价值 (1000当地货币)", + "nwfpCategory": "非木质林产品类别", + "_01st": "第1位 (价值)", + "_02nd": "第2位 (价值)", + "_03rd": "第3位 (价值)", + "_04th": "第4位 (价值)", + "_05th": "第5位 (价值)", + "_06th": "第6位 (价值)", + "_07th": "第7位 (价值)", + "_08th": "第8位 (价值)", + "_09th": "第9位 (价值)", + "_10th": "第10位 (价值)", + "all_other_plant_products": "所有其他植物产品", + "all_other_animal_products": "所有其他动物产品", + "total": "总计", + "name_of_groups_of_product": "产品(组)名称", + "key_species": "关键种类", + "total_harvested_non_wood_goods_unit": "已收获非木材产品总和: 单位", + "total_harvested_non_wood_goods_quantity": "已收获非木材产品总和:数量", + "market_value_1000_national_currency": "市场价值 (1000国家货币)", + "nwfp_category": "非木材林产品类别" + }, + "marketedServices2015": { + "marketedServices2015": "市场服务 (2015)", + "rankValue": "排名 (价值)", + "nameOfServiceProduct": "服务/产品名称", + "unit": "单位", + "serviceProvision": "服务提供", + "forestServiceCategory": "森林服务类别", + "amountOfServiceProduct": "服务/产品数量", + "value1000NationalCurrency": "价值 (1000国家货币)", + "_01st": "第1位 (价值)", + "_02nd": "第2位 (价值)", + "_03rd": "第3位 (价值)", + "_04th": "第4位 (价值)", + "_05th": "第5位 (价值)", + "_06th": "第6位 (价值)", + "_07th": "第7位 (价值)", + "_08th": "第8位 (价值)", + "_09th": "第9位 (价值)", + "_10th": "第10位 (价值)", + "remaining_total": "剩余总和", + "total": "总计", + "name_of_service_product": "服务/产品名称", + "service_provision_amount_of_service_product": "服务提供: 服务/产品数量", + "service_provision_value_1000_national_currency": "服务提供: 价值 (1000国家货币)", + "forest_service_category": "森林服务类别" + }, + "treeSpeciesComposition": { + "treeSpeciesComposition": "树种组成", + "categoryYear": "类别-年份", + "areaWithNumberOfTreeSpeciesOccurring1000ha": "面积(按树种数量)(1000公顷)", + "area_with_number_of_tree_species_occurring_1": "面积-树种数量为: 1", + "areaWithNumberOfTreeSpeciesOccurring1": "1", + "area_with_number_of_tree_species_occurring_2_3": "面积-树种数量为: 2-3", + "areaWithNumberOfTreeSpeciesOccurring2_3": "2-3", + "area_with_number_of_tree_species_occurring_4_5": "面积-树种数量为: 4-5", + "areaWithNumberOfTreeSpeciesOccurring4_5": "4-5", + "area_with_number_of_tree_species_occurring_6_pl": "面积-树种数量为: 6+", + "areaWithNumberOfTreeSpeciesOccurring6_pl": "6+", + "forest": "森林- {{year}}", + "other_wooded_land": "其他林地 - {{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和 - {{year}}" + }, + "totalForestAreaByExpansionAndRegenerationType": { + "totalForestAreaByExpansionAndRegenerationType": "森林总面积(按扩张和再生类型)", + "categoryYear": "类别-年份", + "totalAreaOfForestByExpansionRegenerationType1000ha": "森林总面积(按扩张/再生类型) (1000公顷)", + "natural_expansion_and_natural_regeneration": "自然扩张和自然再生", + "afforestation_and_regeneration_by_planting_and_or_seeding": "通过种植和/或播种造林和再生", + "coppice": "矮林", + "forest": "森林-{{year}}" + }, + "annualForestExpansionAndRegeneration": { + "annualForestExpansionAndRegeneration": "年度森林扩张和再生", + "categoryYear": "类别-年份", + "annualForestExpansionAndRegeneration1000ha": "年度森林扩张和再生(1000公顷)", + "expansionOfForestArea": "森林扩张面积", + "regenerationOfForestArea": "森林再生面积", + "afforestation": "扩张: 造林", + "afforestationExpansion": "造林", + "natural_expansion": "扩张: 自然扩张", + "naturalExpansion": "自然扩张", + "natural_regeneration": "再生: 自然扩张", + "naturalRegeneration": "自然再生", + "planting_and_seeding": "再生:种植和播种", + "plantingAndSeeding": "种植和播种", + "coppice": "再生: 矮林", + "coppiceRegeneration": "矮林", + "forest": "森林 - {{year}}" + }, + "naturalness": { + "naturalness": "天然程度", + "categoryYear": "类别-年份", + "area1000ha": "面积 (1000公顷)", + "undisturbed_by_man": "不受人类干扰", + "semi_natural": "半天然", + "plantations": "种植林", + "forest": "森林-{{year}}", + "other_wooded_land": "其他林地-{{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和-{{year}}" + }, + "naturalnessBySubclasses": { + "naturalnessBySubclasses": "天然程度(按子类)", + "categoryYear": "类别-年份", + "area1000ha": "面积(1000公顷)", + "semiNatural": "半天然", + "plantations": "种植林", + "naturally_established": "半天然: 天然形成", + "naturallyEstablished": "天然形成", + "naturalised_introduced_species": "半天然:驯化的引进种", + "naturalisedIntroducedSpecies": "驯化的引进种", + "established_by_planting_and_or_seeding": "半天然: 通过种植和/或播种形成", + "establishedByPlantingAndOrSeeding": "通过种植和/或播种形成", + "coppice": "半天然: 矮林", + "coppiceSemiNatural": "矮林", + "unknown_origin": "半天然: 未知来源", + "unknownOrigin": "未知来源", + "native_species": "种植林: 本地种", + "nativeSpecies": "本地种", + "introduced_species": "种植林: 引进种", + "introducedSpecies": "引进种", + "forest": "森林- {{year}}" + }, + "introducedTreeSpecies": { + "introducedTreeSpecies": "以引进树种为主的林地面积", + "categoryYear": "类别-年份", + "areaOfStandsDominatedByIntroducedTreeSpecies1000ha": "以引进树种为主的林地面积(1000 公顷)", + "total": "总和", + "_of_which_invasive": "其中… 为: 入侵种", + "forest": "森林- {{year}}", + "other_wooded_land": "其他林地 - {{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和 - {{year}}" + }, + "introducedTreeSpecies4_4b": { + "introducedTreeSpecies4_4b": "引进树种", + "category": "类别", + "scientificNameOfIntroducedTreeSpecies": "引进树种学名", + "forestAreaOccupied1000Ha": "占据森林面积 (1000 公顷)", + "_01": "引进树种 1", + "_02": "引进树种 2", + "_03": "引进树种 3", + "_04": "引进树种 4", + "_05": "引进树种 5", + "_06": "引进树种 6", + "_07": "引进树种 7", + "_08": "引进树种 8", + "_09": "引进树种 9", + "_10": "引进树种 10", + "_11": "引进树种 11", + "_12": "引进树种 12", + "_13": "引进树种 13", + "_14": "引进树种 14", + "_15": "引进树种 15", + "_16": "引进树种 16", + "_17": "引进树种 17", + "_18": "引进树种 18", + "_19": "引进树种 19", + "_20": "引进树种 20", + "scientific_name_of_introduced_tree_species": "引进树种学名", + "forest_area_occupied_2005": "占据森林面积 (1000公顷) - 2005", + "forest_area_occupied_2010": "占据森林面积 (1000公顷) - 2010", + "forest_area_occupied_2015": "占据森林面积 (1000公顷) - 2015" + }, + "invasiveTreeSpecies": { + "invasiveTreeSpecies": "入侵树种", + "category": "类别", + "scientificNameOfInvasiveTreeSpecies": "入侵树种学名", + "forestAreaAffected1000Ha": "受影响森林面积(1000公顷)", + "_01": "入侵树种 1", + "_02": "入侵树种 2", + "_03": "入侵树种 3", + "_04": "入侵树种 4", + "_05": "入侵树种 5", + "_06": "入侵树种 6", + "_07": "入侵树种 7", + "_08": "入侵树种 8", + "_09": "入侵树种 9", + "_10": "入侵树种 10", + "_11": "入侵树种 11", + "_12": "入侵树种 12", + "_13": "入侵树种 13", + "_14": "入侵树种 14", + "_15": "入侵树种 15", + "_16": "入侵树种 16", + "_17": "入侵树种 17", + "_18": "入侵树种 18", + "_19": "入侵树种 19", + "_20": "入侵树种 20", + "scientific_name_of_invasive_tree_species": "入侵树种学名", + "forest_area_affected_2005": "受影响的森林面积 (1000公顷) - 2005", + "forest_area_affected_2010": "受影响的森林面积 (1000公顷) - 2010", + "forest_area_affected_2015": "受影响的森林面积 (1000公顷) - 2015" + }, + "deadwood": { + "deadwood": "枯死木", + "categoryYear": "类别-年份", + "volumeOfDeadwoodM3Ha": "枯死木体积 (立方米/公顷)", + "total": "总和", + "standing": "立木", + "lying": "躺木", + "forest": "森林 - {{year}}", + "other_wooded_land": "其他林地 - {{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和- {{year}}", + "volumeOfDeadwoodInFOWLBySpeciesGroups": "森林及其他林地中枯死木体积(按物种群)", + "coniferous": "针叶林 - {{year}}", + "broadleaved": "阔叶林 - {{year}}" + }, + "threatenedForestSpecies": { + "threatenedForestSpecies": "受威胁森林物种", + "categoryYear": "类别-年份", + "threatenedForestSpeciesCol": "受威胁森林物种", + "absoluteNumber": "绝对数", + "total_of_taxa": "分类汇总", + "vulnerable": "易危", + "endangered": "濒危", + "critically_endangered": "极危", + "extinct_in_the_wild": "野外灭绝", + "trees": "树木 - {{year}}", + "birds": "鸟类 - {{year}}", + "mammals": " 哺乳动物- {{year}}", + "other_vertebrates": "其他脊椎动物 - {{year}}", + "invertebrates": "无脊椎动物 - {{year}}", + "vascular_plants": "维管植物- {{year}}", + "cryptogams_and_fungi": "隐花植物和真菌 - {{year}}" + }, + "protectedForests": { + "protectedForests": "受保护森林", + "categoryYear": "类别-年份", + "ha1000": "1000公顷", + "mcpfe_class_1_1": "欧洲大森林地区森林保护部长级会议(MCPFE) 类别 1.1", + "mcpfe_class_1_2": "欧洲大森林地区森林保护部长级会议(MCPFE) 类别 1.2", + "mcpfe_class_1_3": "欧洲大森林地区森林保护部长级会议(MCPFE) 类别 1.3", + "mcpfe_class_2": "欧洲大森林地区森林保护部长级会议(MCPFE) 类别 2", + "forest": "森林 - {{year}}", + "other_wooded_land": "其他林地 - {{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和-{{year}}" + }, + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": { + "protectiveForestsSoilWaterAndOtherEcosystemFunctions": "受保护的森林–土壤、水及其他生态系统功能;基础设施及得到管理的自然资源", + "categoryYear": "类别-年份", + "protectiveForestsMCPFEClass31000ha": "受保护的森林-欧洲大森林地区森林保护部长级会议(MCPFE) 类别 3 (1000公顷)", + "soil_water_and_other_forest_ecosystem_functions": "土壤、水及其他森林生态系统功能", + "infrastructure_and_managed_natural_resources": "基础设施及得到管理的自然资源", + "total": "总和", + "forest": "森林- {{year}}", + "other_wooded_land": "其他林地-{{year}}", + "total_forest_and_other_wooded_land": "森林及其他林地总和- {{year}}" + }, + "forestHoldings": { + "forestHoldings": "森林经营单位", + "categoryYear": "类别-年份", + "areaAndNumberOfForestHoldingsInSizeClasses": "森林经营单位面积和数量(按面积区间)", + "less10ha": "≤ 10公顷", + "_11_500ha": "11 - 500公顷", + "more500ha": "≥ 500公顷", + "total_forest_area": "森林面积总和(1000公顷)", + "total_number_of_holdings": "经营单位总数", + "less_10_ha_area": "≤ 10公顷: 面积 (1000公顷)", + "less_10_ha_number": "≤ 10公顷: 经营单位数量", + "_11_500_ha_area": "11 - 500公顷: 面积 (1000公顷)", + "_11_500_ha_number": "11 - 500公顷: 经营单位数量", + "more_500_ha_area": "≥ 500公顷: 面积(1000公顷)", + "more_500_ha_number": "≥ 500公顷: 经营单位数量", + "area1000Ha": "面积(1000公顷)", + "numberOfHoldings": "经营单位数量", + "in_public_ownership": "公有-{{year}}", + "in_private_ownership": "私有-{{year}}", + "other_types_of_ownership_unknown": "其他类型的所有权/未知- {{year}}" + }, + "grossValueAdded": { + "grossValueAdded": "总增值", + "categoryYear": "类别-年份", + "grossValueAddedCol": "总增值(GVA))", + "million_national_currency": "百万国家货币", + "percent_of_total_gva": "占总GVA百分比", + "forestry": "林业 (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "木材和木制品的制造 (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "纸张和纸制品的制造(ISIC/NACE 17) - {{year}}" + }, + "factorIncomeAndEntrepreneurialIncome": { + "factorIncomeAndEntrepreneurialIncome": "生产要素收入和创业收入", + "categoryYear": "类别-年份", + "millionNationalCurrency": "百万国家货币", + "factor_income": "生产要素收入", + "net_operating_surplus": "净营业盈余", + "forestry": "林业 (ISIC/NACE 02) - {{year}}" + }, + "totalGrossFixedCapitalFormationInForestsAndForestry": { + "totalGrossFixedCapitalFormationInForestsAndForestry": "森林和林业固定资本形成总额", + "categoryYear": "类别-年份", + "grossFixedCapitalFormationMillionNationalCurrency": "固定资本形成总额 (百万国家货币)", + "plantingOfTreesToProvideRegularIncome": "通过植树造林提供固定收入", + "equipmentAndBuildings": "设备和建筑", + "otherGrossFixedCapitalFormation": "其他固定资本形成总额", + "total": "总和", + "forestry_isic_nace_02": "林业 (ISIC/NACE 02) - {{year}}", + "planting_of_trees_to_provide_regular_income": "通过植树造林提供固定收入", + "equipment_and_buildings": "设备和建筑", + "other_gross_fixed_capital_formation": "其他固定资本形成总额" + }, + "totalFixedCapitalConsumptionInForestsAndForestry": { + "totalFixedCapitalConsumptionInForestsAndForestry": "森林和林业固定资本消耗总额", + "categoryYear": "类别-年份", + "fixedCapitalConsumptionMillionNationalCurrency": "固定资本消耗 (百万国家货币)", + "fixed_capital_consumption": "固定资本消耗", + "forestry_isic_nace_02": "林业(ISIC/NACE 02) - {{year}}" + }, + "totalCapitalTransfersInForestsAndForestry": { + "totalCapitalTransfersInForestsAndForestry": "森林和林业资本转移总和", + "categoryYear": "类别-年份", + "capitalTransfersMillionNationalCurrency": "资本转移(百万国家货币)", + "capital_transfers": "资本转移", + "forestry_isic_nace_02": "林业 (ISIC/NACE 02) - {{year}}" + }, + "employmentByGenderAndAge": { + "employmentByGenderAndAge": "就业(按性别和年龄)", + "categoryYear": "类别-年份", + "total": "总和", + "gender": "性别", + "ageGroup": "年龄段", + "male": "男性", + "female": "女性", + "_15_49": "15-49", + "_50_": "50+", + "_1000Persons": "1000人", + "forestry": "林业(ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "木材和木制品的制造(ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "纸张和纸制品的制造(ISIC/NACE 17) - {{year}}", + "gender_male": "性别: 男性", + "gender_female": "性别: 女性", + "age_group_15_49": "年龄段: 15-49", + "age_group_50_plus": "年龄段: 50+" + }, + "employmentByEducationAndJobCharacteristics": { + "employmentByEducationAndJobCharacteristics": "就业(按教育背景和工作性质)", + "categoryYear": "类别-年份", + "education": "教育(ISCED类别 1997)", + "jobCharacteristics": "工作性质", + "_0_2": "0-2", + "_3_4": "3-4", + "_5_6": "5-6", + "_1000Persons": "1000人", + "education_0_2": "教育 (ISCED类别 1997): 0-2", + "education_3_4": "教育 (ISCED类别 1997): 3-4", + "education_5_6": "教育 (ISCED类别 1997): 5-6", + "employees": "工作性质: 雇员", + "employeesJobCharacteristics": "雇员", + "self_employed": "工作性质: 自营", + "selfEmployed": "自营", + "forestry": "林业 (ISIC/NACE 02) - {{year}}", + "manufacture_of_wood_and_articles_in_wood": "木材和木制品的制造 (ISIC/NACE 16) - {{year}}", + "manufacture_of_paper_and_paper_products": "纸张和纸制品的制造 (ISIC/NACE 17) - {{year}}" + }, + "occupationalAccidents": { + "occupationalAccidents": "职业事故", + "categoryYear": "类别-年份", + "fatalOccupationalAccidents": "致命职业事故", + "nonFatalOccupationalAccidents": "非致命职业事故", + "number": "数量", + "annualRatePer1000Workers": "年度发生率(‰)", + "fatal_occupational_accidents_number": "致命职业事故:数量", + "fatal_occupational_accidents_per_1000_workers": "致命职业事故: 年度发生率(‰)", + "non_fatal_occupational_accidents_number": "非致命职业事故: 数量", + "non_fatal_occupational_accidents_per_1000_workers": "非致命职业事故: 年度发生率(‰)", + "forestry_isic_nace_02": "林业 (ISIC/NACE 02) - {{year}}" + }, + "woodConsumption": { + "woodConsumption": "木材消耗", + "category": "类别", + "woodConsumption1000M3RWE": "木材消耗(1000立方米原木当量)", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "wood_consumption": "森林产品消耗" + }, + "tradeInWood": { + "tradeInWood": "木材贸易", + "category": "类别", + "_1992": "1992", + "_1993": "1993", + "_1994": "1994", + "_1995": "1995", + "_1996": "1996", + "_1997": "1997", + "_1998": "1998", + "_1999": "1999", + "_2000": "2000", + "_2001": "2001", + "_2002": "2002", + "_2003": "2003", + "_2004": "2004", + "_2005": "2005", + "_2006": "2006", + "_2007": "2007", + "_2008": "2008", + "_2009": "2009", + "_2010": "2010", + "_2011": "2011", + "_2012": "2012", + "_2013": "2013", + "_2014": "2014", + "_2015": "2015", + "_2016": "2016", + "_2017": "2017", + "exports_of_forest_products_quantity": "森林产品出口(百万立方米原木当量)", + "exports_of_forest_products_value": "森林产品出口 (百万欧元/欧洲货币单位)", + "imports_of_forest_products_quantity": "森林产品进口 (百万立方米原木当量)", + "imports_of_forest_products_value": "森林产品进口 (百万欧元/欧洲货币单位)" + }, + "totalEnergySupplyFromWood": { + "totalEnergySupplyFromWood": "木材能源供应总和", + "category": "类别", + "tj": "总焦耳", + "_1000_metric_tonnes_dry_matter": "1000公吨干物质", + "total_primary_energy_supply": "初级能源供应总和", + "total_renewable_energy_supply": "可再生能源供应总和", + "total_energy_supply_from_wood": "木材能源供应总和:", + "energy_from_direct_wood_fibre_sources": "- 直接来自木纤维的能源:", + "of_which_from_forests": "来自森林", + "of_which_from_other_wooded_land": "来自林地及其他土地(森林外树木)", + "energy_from_co_products": "- 来自木材加工业的副产品和残留物的能源:", + "of_which_solid_residues": "来自固体残留物(碎屑、颗粒、木屑、树皮(不包括加工后的木质燃料))", + "energy_from_processed_wood_based_fuels": "- 来自加工后的木质燃料(颗粒、煤球、木炭)的能源:", + "of_which_imported": "进口", + "energy_from_post_consumer_recovered_wood": "- 来自消费后回收木材的能源", + "energy_from_unknown_unspecified_sources": "- 来自未知、未指明来源的能源", + "tj_2007": "2007: 总焦耳", + "tj_2009": "2009: 总焦耳", + "tj_2011": "2011: 总焦耳", + "tj_2013": "2013: 总焦耳", + "tj_2015": "2015: 总焦耳", + "_1000_metric_tonnes_dry_matter_2007": "2007: 1000公吨干物质", + "_1000_metric_tonnes_dry_matter_2009": "2009: 1000公吨干物质", + "_1000_metric_tonnes_dry_matter_2011": "2011: 1000公吨干物质", + "_1000_metric_tonnes_dry_matter_2013": "2013: 1000公吨干物质", + "_1000_metric_tonnes_dry_matter_2015": "2015: 1000公吨干物质" + }, + "accessibilityForRecreation": { + "accessibilityForRecreation": "用于休闲", + "categoryYear": "类别-年份", + "areaAvailableForPublicRecreation": "可供公众休闲的面积", + "total1000Ha": "总和(1000公顷)", + "_oftotal": "占总数百分比", + "areaPrimarilyDesignatedOrManagedForPublicRecreation": "主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积", + "area_available_for_public_recreation_total": "可供公众休闲的面积: 总和 (1000公顷)", + "area_available_for_public_recreation_percent": "可供公众休闲的面积: 占总数百分比", + "area_designated_or_managed_for_public_recreation_total": "主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积: 总和(1000公顷)", + "area_designated_or_managed_for_public_recreation_percent": "主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积: 占总数百分比", + "total_forest_and_other_wooded_land": "森林及其他林地总和 - {{year}}" + }, + "intensityOfUse": { + "intensityOfUse": "使用强度", + "categoryYear": "类别-年份", + "annualNumberOfVisitsMillion": "年访问量( 百万人次)", + "areaAvailableForPublicRecreation": "可供公众休闲的面积", + "areaPrimarilyDesignatedAndOrManagedForPublicRecreation": "主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积", + "total_forest_and_other_wooded_land": "森林及其他林地总和 - {{year}}", + "area_available_for_public_recreation": "可供公众休闲的面积", + "area_designated_and_or_managed_for_public_recreation": "主要指定用于公共休闲区域的面积或主要按公共休闲区域加以管理的面积" + }, + "recreationFacilities": { + "recreationFacilities": "休闲设施", + "categoryYear": "类别-年份", + "forestRoadsAndPathsAvailableForPublicRecreation": "可供公众休闲的森林道路和小径", + "_ofWhichDesignatedForHikingBikingCrossCountrySkiingEtc": "... 指定用于远足、骑自行车、越野滑雪等项目", + "facilityLengthIn1000Km": "设施 (单位:1000公里)", + "area_available_for_public_recreation": "可供公众休闲的面积 - {{year}}", + "forest_roads_and_paths_available_for_public_recreation": "可供公众休闲的森林道路和小径", + "_of_which_designated_for_hiking_biking_cross_country_skiing_etc": "... 指定用于远足、骑自行车、越野滑雪等项目" + }, + "otherRecreationFacilitiesPilotReporting2015": { + "otherRecreationFacilitiesPilotReporting2015": "其他休闲设施-试点报告 (2015)", + "category": "类别", + "facility": "设施", + "measurement_unit": "测量单位", + "extent_multiplicity": "范围(Extent)/复合度(Multiplicity)", + "facility_category": "设施类别", + "no1_area_available_for_public_recreation": "可供公众休闲的面积 1", + "no2_area_available_for_public_recreation": "可供公众休闲的面积 2", + "no3_area_available_for_public_recreation": "可供公众休闲的面积 3", + "no4_area_available_for_public_recreation": "可供公众休闲的面积 4", + "no5_area_available_for_public_recreation": "可供公众休闲的面积 5", + "no6_area_available_for_public_recreation": "可供公众休闲的面积 6", + "no7_area_available_for_public_recreation": "可供公众休闲的面积 7", + "no8_area_available_for_public_recreation": "可供公众休闲的面积 8", + "no9_area_available_for_public_recreation": "可供公众休闲的面积 9", + "no10_area_available_for_public_recreation": "可供公众休闲的面积 10", + "no11_area_available_for_public_recreation": "可供公众休闲的面积 11", + "no12_area_available_for_public_recreation": "可供公众休闲的面积 12", + "no13_area_available_for_public_recreation": "可供公众休闲的面积 13", + "no14_area_available_for_public_recreation": "可供公众休闲的面积 14", + "no15_area_available_for_public_recreation": "可供公众休闲的面积 15", + "no16_area_available_for_public_recreation": "可供公众休闲的面积 16", + "no17_area_available_for_public_recreation": "可供公众休闲的面积 17", + "no18_area_available_for_public_recreation": "可供公众休闲的面积 18", + "no19_area_available_for_public_recreation": "可供公众休闲的面积 19", + "no20_area_available_for_public_recreation": "可供公众休闲的面积 20" + } + } +} diff --git a/src/i18n/resources/zh/print.js b/src/i18n/resources/zh/print.js deleted file mode 100644 index 90ae93a21b..0000000000 --- a/src/i18n/resources/zh/print.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - title: 'FRA {{cycleName}}报告', - titleTables: 'FRA {{cycleName}}报告表', - tableOfContent: '目录', - disclaimer: `自1946年以来,粮农组织每隔5至10年对世界森林进行一次评估。全球森林资源评估(FRA)报告现在每五年编制一次,目的是提供一种连贯一致的方法来描述世界森林及其变化情况。FRA是一项国家驱动的进程,评估基于官方指定的国家通讯员编写的报告。 如果没有报告,则由FRA秘书处根据以往报告、现有信息和/或基于遥感的分析进行案头分析。`, - disclaimerGenerated: `本文件是根据粮农组织收到的、被用于撰写{{cycleName}}年全球森林资源评估报告的正式官方文件自动生成的。该官方文件中的内容和观点由文件提交单位负责。粮农组织不对本文件所载信息的任何使用负责。`, - disclaimerGeneratedDeskStudy: `本文件是根据一项案头研究自动生成的。粮农组织不对本文件所载信息的任何使用负责。`, -} diff --git a/src/i18n/resources/zh/print.json b/src/i18n/resources/zh/print.json new file mode 100644 index 0000000000..50540c06e6 --- /dev/null +++ b/src/i18n/resources/zh/print.json @@ -0,0 +1,8 @@ +{ + "title": "FRA {{cycleName}}报告", + "titleTables": "FRA {{cycleName}}报告表", + "tableOfContent": "目录", + "disclaimer": "自1946年以来,粮农组织每隔5至10年对世界森林进行一次评估。全球森林资源评估(FRA)报告现在每五年编制一次,目的是提供一种连贯一致的方法来描述世界森林及其变化情况。FRA是一项国家驱动的进程,评估基于官方指定的国家通讯员编写的报告。 如果没有报告,则由FRA秘书处根据以往报告、现有信息和/或基于遥感的分析进行案头分析。", + "disclaimerGenerated": "本文件是根据粮农组织收到的、被用于撰写{{cycleName}}年全球森林资源评估报告的正式官方文件自动生成的。该官方文件中的内容和观点由文件提交单位负责。粮农组织不对本文件所载信息的任何使用负责。", + "disclaimerGeneratedDeskStudy": "本文件是根据一项案头研究自动生成的。粮农组织不对本文件所载信息的任何使用负责。" +} diff --git a/src/i18n/resources/zh/statisticalFactsheets.js b/src/i18n/resources/zh/statisticalFactsheets.js deleted file mode 100644 index 3afbd5dfd2..0000000000 --- a/src/i18n/resources/zh/statisticalFactsheets.js +++ /dev/null @@ -1,58 +0,0 @@ -module.exports = { - noData: '暂无数据', - rowName: { - area: '面积', - forest: '森林', - landArea: '土地面积', - naturalForestArea: '$t(forestCharacteristics.naturalForestArea)', - other: '$t(common.other)', - otherArea: '其他面积', - otherForest: '其他森林', - otherLand: '$t(fraClass.otherLand)', - other_or_unknown: '其他或未知', - plantedForest: '$t(forestCharacteristics.plantedForest)', - primaryForest: '$t(specificForestCategories.primaryForest)', - private_ownership: '私有', - protected: '受保护', - public_ownership: '公有', - unknown: '$t(fra.forestOwnership.unknown2025)', - }, - forestArea: { - title: '森林面积, {{startYear}} - {{endYear}}', - }, - carbonAndGrowingStock: { - title: '森林立木蓄积量和碳储量, {{startYear}} - {{endYear}}', - rowName: '', - carbon_stock_biomass_total: '生物质碳储量 ($t({{unit}}))', - carbon_stock_total: '碳储量合计 ($t({{unit}}))', - growing_stock_total: '$t(growingStock.growingStock) ($t({{unit}}))', - }, - forestAreaPercent: { - title: '{{year}}年森林占土地面积的百分比', - }, - primaryForest: { - title: '原始林占森林面积百分比, {{year}}', - }, - forestOwnership: { - title: '$t(forestOwnership.forestOwnership) %, {{year}}', - }, - forestAreaWithinProtectedAreas: { - title: '{{year}}保护区内森林面积 (占森林面积百分比)', - }, - primaryDesignatedManagementObjective: { - title: - '$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})', - rowName: '', - conservation_of_biodiversity: '$t(designatedManagementObjective.biodiversityConservation)', - multiple_use: '$t(designatedManagementObjective.multipleUse)', - other: '$t(common.other)', - production: '$t(designatedManagementObjective.production)', - protection_of_soil_and_water: '$t(designatedManagementObjective.soilWaterProtection)', - social_services: '$t(designatedManagementObjective.socialServices)', - unknown: '$t(fra.designatedManagementObjective.unknown2025)', - no_designation: '$t(fra.designatedManagementObjective.noDesignation)', - }, - naturallyRegeneratingForest: { - title: '自然再生林和人工林面积, {{startYear}} - {{endYear}}, $t({{unit}})', - }, -} diff --git a/src/i18n/resources/zh/statisticalFactsheets.json b/src/i18n/resources/zh/statisticalFactsheets.json new file mode 100644 index 0000000000..88ec840cb4 --- /dev/null +++ b/src/i18n/resources/zh/statisticalFactsheets.json @@ -0,0 +1,57 @@ +{ + "noData": "暂无数据", + "rowName": { + "area": "面积", + "forest": "森林", + "landArea": "土地面积", + "naturalForestArea": "$t(forestCharacteristics.naturalForestArea)", + "other": "$t(common.other)", + "otherArea": "其他面积", + "otherForest": "其他森林", + "otherLand": "$t(fraClass.otherLand)", + "other_or_unknown": "其他或未知", + "plantedForest": "$t(forestCharacteristics.plantedForest)", + "primaryForest": "$t(specificForestCategories.primaryForest)", + "private_ownership": "私有", + "protected": "受保护", + "public_ownership": "公有", + "unknown": "$t(fra.forestOwnership.unknown2025)" + }, + "forestArea": { + "title": "森林面积, {{startYear}} - {{endYear}}" + }, + "carbonAndGrowingStock": { + "title": "森林立木蓄积量和碳储量, {{startYear}} - {{endYear}}", + "rowName": "", + "carbon_stock_biomass_total": "生物质碳储量 ($t({{unit}}))", + "carbon_stock_total": "碳储量合计 ($t({{unit}}))", + "growing_stock_total": "$t(growingStock.growingStock) ($t({{unit}}))" + }, + "forestAreaPercent": { + "title": "{{year}}年森林占土地面积的百分比" + }, + "primaryForest": { + "title": "原始林占森林面积百分比, {{year}}" + }, + "forestOwnership": { + "title": "$t(forestOwnership.forestOwnership) %, {{year}}" + }, + "forestAreaWithinProtectedAreas": { + "title": "{{year}}保护区内森林面积 (占森林面积百分比)" + }, + "primaryDesignatedManagementObjective": { + "title": "$t(designatedManagementObjective.primaryDesignatedManagementObjective), {{startYear}} - {{endYear}}, $t({{unit}})", + "rowName": "", + "conservation_of_biodiversity": "$t(designatedManagementObjective.biodiversityConservation)", + "multiple_use": "$t(designatedManagementObjective.multipleUse)", + "other": "$t(common.other)", + "production": "$t(designatedManagementObjective.production)", + "protection_of_soil_and_water": "$t(designatedManagementObjective.soilWaterProtection)", + "social_services": "$t(designatedManagementObjective.socialServices)", + "unknown": "$t(fra.designatedManagementObjective.unknown2025)", + "no_designation": "$t(fra.designatedManagementObjective.noDesignation)" + }, + "naturallyRegeneratingForest": { + "title": "自然再生林和人工林面积, {{startYear}} - {{endYear}}, $t({{unit}})" + } +} diff --git a/src/i18n/resources/zh/uc.js b/src/i18n/resources/zh/uc.js deleted file mode 100644 index 875c248852..0000000000 --- a/src/i18n/resources/zh/uc.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - message1: 'Dear user,', - message2: 'Thank you for accessing the FRA platform!', - message3: - 'We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.', - message4: 'Thank you!', - message5: 'The FRA team.', - noThanks: 'No thanks', - yesPlease: 'OK', - doNotShow: 'Do not show again', - alreadyAnswered: '已提供我的反馈', -} diff --git a/src/i18n/resources/zh/uc.json b/src/i18n/resources/zh/uc.json new file mode 100644 index 0000000000..b27f3fe5a7 --- /dev/null +++ b/src/i18n/resources/zh/uc.json @@ -0,0 +1,11 @@ +{ + "message1": "Dear user,", + "message2": "Thank you for accessing the FRA platform!", + "message3": "We would very much appreciate if you please can help us improve our services by providing your feedback by taking our user survey. The survey should not take more than 5-10 minutes to complete. Your views are very important to us.", + "message4": "Thank you!", + "message5": "The FRA team.", + "noThanks": "No thanks", + "yesPlease": "OK", + "doNotShow": "Do not show again", + "alreadyAnswered": "已提供我的反馈" +} diff --git a/src/i18n/resources/zh/validation.js b/src/i18n/resources/zh/validation.js deleted file mode 100644 index 70ff9358c0..0000000000 --- a/src/i18n/resources/zh/validation.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - repositoryItem: { - eitherFileOrLink: '文件和链接之间只能指定一个', - fileOrLink: '需要提供文件或链接', - nameIsRequired: '名称是必需的', - optionsDisabled: '标签、公开和删除已被禁用,因为此项已被使用:', - }, -} diff --git a/src/i18n/resources/zh/validation.json b/src/i18n/resources/zh/validation.json new file mode 100644 index 0000000000..f91f700af9 --- /dev/null +++ b/src/i18n/resources/zh/validation.json @@ -0,0 +1,8 @@ +{ + "repositoryItem": { + "eitherFileOrLink": "文件和链接之间只能指定一个", + "fileOrLink": "需要提供文件或链接", + "nameIsRequired": "名称是必需的", + "optionsDisabled": "标签、公开和删除已被禁用,因为此项已被使用:" + } +} diff --git a/tsconfig.json b/tsconfig.json index 1fa52d545b..4b33af8b2a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "./dist/", + "resolveJsonModule": true, // "paths": { // "i18n/*": ["./src/i18n/*"], // "client/*": ["./src/client/*"], diff --git a/tsconfig.server.json b/tsconfig.server.json index 56c652f103..5b8955dfee 100644 --- a/tsconfig.server.json +++ b/tsconfig.server.json @@ -13,6 +13,7 @@ "baseUrl": "./src", "rootDir": "./src", "target": "es2020", + "resolveJsonModule": true, "lib": ["es2020", "esnext", "dom"] } }