@payloadcms/figma 0.1.0-alpha.1 → 0.1.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/control-plane.d.ts +1 -1
- package/dist/api/control-plane.js +1 -1
- package/dist/cli.d.ts +30 -0
- package/dist/cli.js +33 -33
- package/dist/commands/deploy.d.ts +2 -0
- package/dist/commands/deploy.js +22 -12
- package/dist/db-content-api/index.d.ts +1 -1
- package/dist/db-content-api/index.js +70 -40
- package/dist/db-content-api/utilities/schema/getDocumentSchema.d.ts +3 -0
- package/dist/db-content-api/utilities/schema/getDocumentSchema.js +24 -0
- package/dist/exports/client.d.ts +2 -0
- package/dist/exports/client.js +2 -0
- package/dist/plugin/build-config.js +39 -4
- package/dist/plugin/cloud-limits/CloudLimitModal/index.d.ts +9 -0
- package/dist/plugin/cloud-limits/CloudLimitModal/index.js +78 -0
- package/dist/plugin/cloud-limits/CloudLimitModal/index.scss +51 -0
- package/dist/plugin/cloud-limits/CloudLimitProvider/index.d.ts +7 -0
- package/dist/plugin/cloud-limits/CloudLimitProvider/index.js +169 -0
- package/dist/plugin/cloud-limits/SlugRegistryContext/index.d.ts +2 -0
- package/dist/plugin/cloud-limits/SlugRegistryContext/index.js +3 -0
- package/dist/plugin/cloud-limits/SlugTracker/index.d.ts +9 -0
- package/dist/plugin/cloud-limits/SlugTracker/index.js +23 -0
- package/dist/plugin/cloud-limits/icons/ExternalLinkIcon.d.ts +2 -0
- package/dist/plugin/cloud-limits/icons/ExternalLinkIcon.js +30 -0
- package/dist/plugin/cloud-limits/shared.d.ts +10 -0
- package/dist/plugin/cloud-limits/shared.js +27 -0
- package/dist/plugin/sandbox-upload-fetch.d.ts +32 -0
- package/dist/plugin/sandbox-upload-fetch.js +53 -0
- package/dist/translations/ar.d.ts +12 -0
- package/dist/translations/ar.js +12 -0
- package/dist/translations/az.d.ts +12 -0
- package/dist/translations/az.js +12 -0
- package/dist/translations/bg.d.ts +12 -0
- package/dist/translations/bg.js +12 -0
- package/dist/translations/bnBd.d.ts +12 -0
- package/dist/translations/bnBd.js +12 -0
- package/dist/translations/bnIn.d.ts +12 -0
- package/dist/translations/bnIn.js +12 -0
- package/dist/translations/ca.d.ts +12 -0
- package/dist/translations/ca.js +12 -0
- package/dist/translations/cs.d.ts +12 -0
- package/dist/translations/cs.js +12 -0
- package/dist/translations/da.d.ts +12 -0
- package/dist/translations/da.js +12 -0
- package/dist/translations/de.d.ts +12 -0
- package/dist/translations/de.js +12 -0
- package/dist/translations/en.d.ts +12 -0
- package/dist/translations/en.js +12 -0
- package/dist/translations/es.d.ts +12 -0
- package/dist/translations/es.js +12 -0
- package/dist/translations/et.d.ts +12 -0
- package/dist/translations/et.js +12 -0
- package/dist/translations/fa.d.ts +12 -0
- package/dist/translations/fa.js +12 -0
- package/dist/translations/fr.d.ts +12 -0
- package/dist/translations/fr.js +12 -0
- package/dist/translations/he.d.ts +12 -0
- package/dist/translations/he.js +12 -0
- package/dist/translations/hr.d.ts +12 -0
- package/dist/translations/hr.js +12 -0
- package/dist/translations/hu.d.ts +12 -0
- package/dist/translations/hu.js +12 -0
- package/dist/translations/hy.d.ts +12 -0
- package/dist/translations/hy.js +12 -0
- package/dist/translations/id.d.ts +12 -0
- package/dist/translations/id.js +12 -0
- package/dist/translations/index.d.ts +533 -0
- package/dist/translations/index.js +90 -0
- package/dist/translations/is.d.ts +12 -0
- package/dist/translations/is.js +12 -0
- package/dist/translations/it.d.ts +12 -0
- package/dist/translations/it.js +12 -0
- package/dist/translations/ja.d.ts +12 -0
- package/dist/translations/ja.js +12 -0
- package/dist/translations/ko.d.ts +12 -0
- package/dist/translations/ko.js +12 -0
- package/dist/translations/lt.d.ts +12 -0
- package/dist/translations/lt.js +12 -0
- package/dist/translations/lv.d.ts +12 -0
- package/dist/translations/lv.js +12 -0
- package/dist/translations/my.d.ts +12 -0
- package/dist/translations/my.js +12 -0
- package/dist/translations/nb.d.ts +12 -0
- package/dist/translations/nb.js +12 -0
- package/dist/translations/nl.d.ts +12 -0
- package/dist/translations/nl.js +12 -0
- package/dist/translations/pl.d.ts +12 -0
- package/dist/translations/pl.js +12 -0
- package/dist/translations/pt.d.ts +12 -0
- package/dist/translations/pt.js +12 -0
- package/dist/translations/ro.d.ts +12 -0
- package/dist/translations/ro.js +12 -0
- package/dist/translations/rs.d.ts +12 -0
- package/dist/translations/rs.js +12 -0
- package/dist/translations/rsLatin.d.ts +12 -0
- package/dist/translations/rsLatin.js +12 -0
- package/dist/translations/ru.d.ts +12 -0
- package/dist/translations/ru.js +12 -0
- package/dist/translations/sk.d.ts +12 -0
- package/dist/translations/sk.js +12 -0
- package/dist/translations/sl.d.ts +12 -0
- package/dist/translations/sl.js +12 -0
- package/dist/translations/sv.d.ts +12 -0
- package/dist/translations/sv.js +12 -0
- package/dist/translations/ta.d.ts +12 -0
- package/dist/translations/ta.js +12 -0
- package/dist/translations/th.d.ts +12 -0
- package/dist/translations/th.js +12 -0
- package/dist/translations/tr.d.ts +12 -0
- package/dist/translations/tr.js +12 -0
- package/dist/translations/uk.d.ts +12 -0
- package/dist/translations/uk.js +12 -0
- package/dist/translations/vi.d.ts +12 -0
- package/dist/translations/vi.js +12 -0
- package/dist/translations/zh.d.ts +12 -0
- package/dist/translations/zh.js +12 -0
- package/dist/translations/zhTw.d.ts +12 -0
- package/dist/translations/zhTw.js +12 -0
- package/dist/types.d.ts +2 -0
- package/dist/utils/adapters/nextjs.d.ts +3 -3
- package/dist/utils/adapters/nextjs.js +9 -7
- package/dist/utils/adapters/nitro.d.ts +3 -3
- package/dist/utils/adapters/nitro.js +73 -77
- package/dist/utils/adapters/vite.d.ts +1 -1
- package/dist/utils/adapters/vite.js +8 -7
- package/dist/utils/assert-never.d.ts +1 -0
- package/dist/utils/assert-never.js +3 -0
- package/dist/utils/asset-collection.d.ts +2 -2
- package/dist/utils/asset-collection.js +10 -15
- package/dist/utils/build-detection.d.ts +6 -1
- package/dist/utils/build-detection.js +68 -89
- package/dist/utils/build-lambda-zip.d.ts +5 -6
- package/dist/utils/build-lambda-zip.js +31 -48
- package/dist/utils/deploy-adapter.d.ts +4 -4
- package/dist/utils/deploy-adapter.js +12 -8
- package/dist/utils/deploy-output/inspectNextjsOutput/getNextRelativeAppDir.d.ts +1 -0
- package/dist/utils/deploy-output/inspectNextjsOutput/getNextRelativeAppDir.js +15 -0
- package/dist/utils/deploy-output/inspectNextjsOutput.d.ts +12 -0
- package/dist/utils/deploy-output/inspectNextjsOutput.js +28 -0
- package/dist/utils/deploy-output/inspectNitroOutput.d.ts +9 -0
- package/dist/utils/deploy-output/inspectNitroOutput.js +13 -0
- package/dist/utils/deploy-output/isFile.d.ts +1 -0
- package/dist/utils/deploy-output/isFile.js +4 -0
- package/dist/utils/deploy-output/readJson.d.ts +1 -0
- package/dist/utils/deploy-output/readJson.js +9 -0
- package/dist/utils/deploy-output/resolveNitroOutputLayout.d.ts +8 -0
- package/dist/utils/deploy-output/resolveNitroOutputLayout.js +16 -0
- package/dist/utils/deploy-output/resolveOutputPath.d.ts +2 -0
- package/dist/utils/deploy-output/resolveOutputPath.js +9 -0
- package/dist/utils/deploy-output/resolveWithin.d.ts +1 -0
- package/dist/utils/deploy-output/resolveWithin.js +12 -0
- package/dist/utils/messages.js +2 -0
- package/package.json +6 -5
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const azTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Yükləmək mümkün deyil. Davam etmək üçün yer boşaldın.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Sənəd yaratmaq mümkün deyil. Saxlama limiti aşılmışdır.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Sənədi saxlamaq mümkün deyil, mətn çox böyükdür.',
|
|
6
|
+
cloudLimitModalBody: 'Sənəd limitinizə çatdınız. Yenilərini yaratmaq üçün mövcud sənədlərdən bəzilərini silin.',
|
|
7
|
+
cloudLimitModalConfirm: 'Başa düşdüm',
|
|
8
|
+
cloudLimitModalHeading: 'Sənədi yadda saxlamaq mümkün olmadı',
|
|
9
|
+
cloudLimitModalRetry: 'Təkrar cəhd edin',
|
|
10
|
+
cloudLimitModalReviewCollection: '{{collection}}-ə baxış'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const bgTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const bgTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Не може да се качи. Освободете пространство, за да продължите.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Неуспешно създаване на документ. Достигнат е лимитът за съхранение.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Неуспешно записване на документа, текстът е твърде голям.',
|
|
6
|
+
cloudLimitModalBody: 'Достигнали сте лимита на вашите документи. Изтрийте някои съществуващи документи, за да продължите да създавате нови.',
|
|
7
|
+
cloudLimitModalConfirm: 'Разбрах',
|
|
8
|
+
cloudLimitModalHeading: 'Неуспешно запазване на документа',
|
|
9
|
+
cloudLimitModalRetry: 'Опитайте отново.',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Преглед на {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const bnBdTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const bnBdTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'আপলোড করা সম্ভব হচ্ছে না। চালিয়ে যেতে হলে স্থান খালি করুন।',
|
|
4
|
+
cloudLimitDocumentCountError: 'দস্তাবেজ তৈরি করা সম্ভব নয়। সংরক্ষণ সীমা অতিক্রম করা হয়েছে।',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'ডকুমেন্ট সংরক্ষণ করা সম্ভব নয়, কারণ পাঠ্যটি খুব বড়।',
|
|
6
|
+
cloudLimitModalBody: 'আপনি আপনার document সীমা অতিক্রম করেছেন। নতুনভাবে তৈরি করতে হলে কিছু বিদ্যমান document মুছে ফেলুন।',
|
|
7
|
+
cloudLimitModalConfirm: 'বুঝেছি',
|
|
8
|
+
cloudLimitModalHeading: 'ডকুমেন্ট সংরক্ষণ করা যায়নি',
|
|
9
|
+
cloudLimitModalRetry: 'পুনঃচেষ্টা করুন',
|
|
10
|
+
cloudLimitModalReviewCollection: '{{collection}} পর্যালোচনা করুন'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const bnInTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const bnInTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'আপলোড করা সম্ভব হচ্ছে না। চালিয়ে যেতে হলে স্থান খালি করুন।',
|
|
4
|
+
cloudLimitDocumentCountError: 'ডকুমেন্ট তৈরি করা সম্ভব হয়নি। সংরক্ষণ সীমা অতিক্রম করা হয়েছে।',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'নথিটি সংরক্ষণ করা সম্ভব নয়, কারণ টেক্সটের আকার অত্যন্ত বড়।',
|
|
6
|
+
cloudLimitModalBody: 'আপনি আপনার document সীমায় পৌঁছেছেন। নতুন তৈরি করতে থাকলে কিছু বিদ্যমান document মুছে ফেলুন।',
|
|
7
|
+
cloudLimitModalConfirm: 'বুঝেছি',
|
|
8
|
+
cloudLimitModalHeading: 'ডকুমেন্ট সংরক্ষণ করা যায়নি',
|
|
9
|
+
cloudLimitModalRetry: 'পুনরায় চেষ্টা করুন',
|
|
10
|
+
cloudLimitModalReviewCollection: '{{collection}} পর্যালোচনা করুন'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const caTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const caTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'No es pot carregar. Allibereu espai per continuar.',
|
|
4
|
+
cloudLimitDocumentCountError: "No es pot crear el document. S'ha assolit el límit d'emmagatzematge.",
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'No es pot desar el document, el text és massa extens.',
|
|
6
|
+
cloudLimitModalBody: 'Heu arribat al límit de documents. Suprimiu alguns documents existents per tal de poder continuar creant.',
|
|
7
|
+
cloudLimitModalConfirm: 'Entès',
|
|
8
|
+
cloudLimitModalHeading: "No s'ha pogut desar el document",
|
|
9
|
+
cloudLimitModalRetry: 'Torna-ho a intentar',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Revisió de la {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const csTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const csTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Nelze nahrát. Uvolněte místo pro pokračování.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Nelze vytvořit dokument. Byla dosažena kapacita úložiště.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Nelze uložit dokument, text je příliš rozsáhlý.',
|
|
6
|
+
cloudLimitModalBody: 'Dosáhli jste limitu dokumentů. Odstraňte některé stávající dokumenty, abyste mohli pokračovat ve vytváření.',
|
|
7
|
+
cloudLimitModalConfirm: 'Rozumím',
|
|
8
|
+
cloudLimitModalHeading: 'Dokument nebylo možné uložit',
|
|
9
|
+
cloudLimitModalRetry: 'Opakovat',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Zkontrolujte {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const daTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const daTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Kan ikke uploade. Frigør plads for at fortsætte.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Kan ikke oprette dokument. Lagringsgrænsen er nået.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Kan ikke gemme dokument, teksten er for stor.',
|
|
6
|
+
cloudLimitModalBody: 'Du har nået din dokumentgrænse. Slet nogle eksisterende dokumenter for at kunne fortsætte med at oprette.',
|
|
7
|
+
cloudLimitModalConfirm: 'Forstået',
|
|
8
|
+
cloudLimitModalHeading: 'Kunne ikke gemme dokument',
|
|
9
|
+
cloudLimitModalRetry: 'Prøv igen',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Gennemgå {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const deTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const deTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Hochladen nicht möglich. Bitte schaffen Sie Speicherplatz, um fortzufahren.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Dokument kann nicht erstellt werden. Speicherlimit erreicht.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Dokument kann nicht gespeichert werden, der Text ist zu umfangreich.',
|
|
6
|
+
cloudLimitModalBody: 'Sie haben Ihr Dokumentenlimit erreicht. Löschen Sie einige bestehende Dokumente, um weitere erstellen zu können.',
|
|
7
|
+
cloudLimitModalConfirm: 'Verstanden',
|
|
8
|
+
cloudLimitModalHeading: 'Dokument konnte nicht gespeichert werden',
|
|
9
|
+
cloudLimitModalRetry: 'Wiederholen',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Überprüfung der {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const en: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const en = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Unable to upload. Free up space to continue.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Unable to create document. Storage limit reached.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Unable to save document, text is too large.',
|
|
6
|
+
cloudLimitModalBody: 'You have reached your document limit. Delete some existing documents in order to keep creating.',
|
|
7
|
+
cloudLimitModalConfirm: 'Got it',
|
|
8
|
+
cloudLimitModalHeading: "Couldn't save document",
|
|
9
|
+
cloudLimitModalRetry: 'Retry',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Review {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const esTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const esTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'No se puede cargar. Libere espacio para continuar.',
|
|
4
|
+
cloudLimitDocumentCountError: 'No es posible crear el documento. Se ha alcanzado el límite de almacenamiento.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'No se puede guardar el documento, el texto es demasiado extenso.',
|
|
6
|
+
cloudLimitModalBody: 'Ha alcanzado su límite de documentos. Elimine algunos documentos existentes para poder seguir creando.',
|
|
7
|
+
cloudLimitModalConfirm: 'Entendido',
|
|
8
|
+
cloudLimitModalHeading: 'No se pudo guardar el documento.',
|
|
9
|
+
cloudLimitModalRetry: 'Reintentar',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Revisar {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const etTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const etTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Üleslaadimine ei õnnestu. Jätkamiseks vabastage ruumi.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Dokumendi loomine ebaõnnestus. Salvestusmahu limiit on saavutatud.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Dokumenti salvestamine nurjus, tekst on liiga mahukas.',
|
|
6
|
+
cloudLimitModalBody: 'Olete jõudnud oma dokumentide limiidini. Uute dokumentide loomiseks kustutage mõned olemasolevad dokumendid.',
|
|
7
|
+
cloudLimitModalConfirm: 'Sain aru',
|
|
8
|
+
cloudLimitModalHeading: 'Dokumendi salvestamine ebaõnnestus',
|
|
9
|
+
cloudLimitModalRetry: 'Proovi uuesti',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Vaadake üle {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const faTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const faTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'امکان بارگذاری وجود ندارد. برای ادامه، فضای بیشتری آزاد کنید.',
|
|
4
|
+
cloudLimitDocumentCountError: 'امکان ایجاد سند وجود ندارد. حد مجاز ذخیرهسازی پر شده است.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'امکان ذخیره سند وجود ندارد، متن بیش از حد بزرگ است.',
|
|
6
|
+
cloudLimitModalBody: 'شما به حد مجاز اسناد خود رسیدهاید. برای ادامه ایجاد اسناد جدید، برخی از اسناد موجود را حذف کنید.',
|
|
7
|
+
cloudLimitModalConfirm: 'متوجه شدم',
|
|
8
|
+
cloudLimitModalHeading: 'امکان ذخیرهسازی سند وجود ندارد.',
|
|
9
|
+
cloudLimitModalRetry: 'دوباره تلاش کنید',
|
|
10
|
+
cloudLimitModalReviewCollection: 'بررسی {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const frTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const frTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Impossible de téléverser. Libérez de l’espace pour continuer.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Impossible de créer le document. La limite de stockage a été atteinte.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: "Impossible d'enregistrer le document, le texte est trop volumineux.",
|
|
6
|
+
cloudLimitModalBody: 'Vous avez atteint la limite de vos documents. Supprimez certains documents existants afin de pouvoir continuer à en créer.',
|
|
7
|
+
cloudLimitModalConfirm: 'Compris',
|
|
8
|
+
cloudLimitModalHeading: 'Impossible d’enregistrer le document',
|
|
9
|
+
cloudLimitModalRetry: 'Réessayer',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Examiner la {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const heTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const heTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'לא ניתן להעלות. יש לפנות מקום כדי להמשיך.',
|
|
4
|
+
cloudLimitDocumentCountError: 'לא ניתן ליצור Document. הגעת למגבלת האחסון.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'לא ניתן לשמור את המסמך, הטקסט גדול מדי.',
|
|
6
|
+
cloudLimitModalBody: 'הגעת למגבלת המסמכים שלך. מחק מסמכים קיימים כדי להמשיך ליצור.',
|
|
7
|
+
cloudLimitModalConfirm: 'הובן',
|
|
8
|
+
cloudLimitModalHeading: 'לא ניתן היה לשמור את המסמך',
|
|
9
|
+
cloudLimitModalRetry: 'נסה שוב',
|
|
10
|
+
cloudLimitModalReviewCollection: 'סקירה של {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const hrTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const hrTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Nije moguće prenijeti. Oslobodite prostor kako biste nastavili.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Nije moguće stvoriti dokument. Dosegnuto je ograničenje pohrane.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Nije moguće spremiti dokument, tekst je prevelik.',
|
|
6
|
+
cloudLimitModalBody: 'Dostigli ste ograničenje broja dokumenata. Izbrišite neke postojeće dokumente kako biste mogli nastaviti s kreiranjem.',
|
|
7
|
+
cloudLimitModalConfirm: 'Razumio sam',
|
|
8
|
+
cloudLimitModalHeading: 'Nije bilo moguće spremiti dokument',
|
|
9
|
+
cloudLimitModalRetry: 'Pokušajte ponovo',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Pregledajte {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const huTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const huTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Nem sikerült feltölteni. Szabadítson fel tárhelyet a folytatáshoz.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Nem sikerült létrehozni a dokumentumot. A tárhelykorlát elérve.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'A dokumentum nem menthető, a szöveg túl nagy.',
|
|
6
|
+
cloudLimitModalBody: 'Elérte a dokumentumok maximális számát. Töröljön néhány meglévő dokumentumot a további létrehozás érdekében.',
|
|
7
|
+
cloudLimitModalConfirm: 'Értettem',
|
|
8
|
+
cloudLimitModalHeading: 'A dokumentumot nem sikerült menteni.',
|
|
9
|
+
cloudLimitModalRetry: 'Újrapróbálkozás',
|
|
10
|
+
cloudLimitModalReviewCollection: '{{collection}} áttekintése'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const hyTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const hyTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Չի հաջողվում վերբեռնումը։ Շարունակելու համար ազատացրեք տարածք։',
|
|
4
|
+
cloudLimitDocumentCountError: 'Հնարավոր չէ ստեղծել փաստաթուղթ։ Պահեստավորման սահմանաչափը լրացել է։',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Հնարավոր չէ պահպանել փաստաթուղթը, տեքստը շատ մեծ է։',
|
|
6
|
+
cloudLimitModalBody: 'Դուք հասել եք ձեր փաստաթղթերի քանակի սահմանին։ Նոր փաստաթղթեր ստեղծելու համար հեռացրեք առկա փաստաթղթերից որոշները։',
|
|
7
|
+
cloudLimitModalConfirm: 'Հասկացա',
|
|
8
|
+
cloudLimitModalHeading: 'Չհաջողվեց պահպանել փաստաթուղթը',
|
|
9
|
+
cloudLimitModalRetry: 'Կրկնել',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Կատարել տեսություն {{collection}}-ի'
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const idTranslations: {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: string;
|
|
4
|
+
cloudLimitDocumentCountError: string;
|
|
5
|
+
cloudLimitDocumentDataSizeError: string;
|
|
6
|
+
cloudLimitModalBody: string;
|
|
7
|
+
cloudLimitModalConfirm: string;
|
|
8
|
+
cloudLimitModalHeading: string;
|
|
9
|
+
cloudLimitModalRetry: string;
|
|
10
|
+
cloudLimitModalReviewCollection: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const idTranslations = {
|
|
2
|
+
figma: {
|
|
3
|
+
cloudLimitAssetStorageError: 'Tidak dapat mengunggah. Kosongkan ruang untuk melanjutkan.',
|
|
4
|
+
cloudLimitDocumentCountError: 'Tidak dapat membuat dokumen. Batas penyimpanan telah tercapai.',
|
|
5
|
+
cloudLimitDocumentDataSizeError: 'Tidak dapat menyimpan dokumen, teks terlalu besar.',
|
|
6
|
+
cloudLimitModalBody: 'Anda telah mencapai batas dokumen Anda. Hapus beberapa dokumen yang sudah ada agar dapat terus membuat dokumen baru.',
|
|
7
|
+
cloudLimitModalConfirm: 'Dimengerti',
|
|
8
|
+
cloudLimitModalHeading: 'Tidak dapat menyimpan dokumen',
|
|
9
|
+
cloudLimitModalRetry: 'Coba lagi',
|
|
10
|
+
cloudLimitModalReviewCollection: 'Tinjau {{collection}}'
|
|
11
|
+
}
|
|
12
|
+
};
|