@atlaskit/afm-i18n-platform-editor-editor-common 2.183.0 → 2.184.0
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/cjs/i18n/tr.js +1 -0
- package/dist/esm/i18n/tr.d.ts +1 -0
- package/dist/esm/i18n/tr.js +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/i18n/tr.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -411,6 +411,7 @@ exports.default = {
|
|
|
411
411
|
'fabric.editor.breakout.resizeExpand': 'Genişletmeyi yeniden boyutlandır',
|
|
412
412
|
'fabric.editor.breakout.resizeLayout': 'Yerleşimi yeniden boyutlandır',
|
|
413
413
|
'fabric.editor.breakout.resizePanel': 'Paneli yeniden boyutlandır',
|
|
414
|
+
'fabric.editor.breakout.resizeRule': 'Ayırıcıyı yeniden boyutlandırın',
|
|
414
415
|
'fabric.editor.breakoutFullWidthLabel': 'Tam genişlik',
|
|
415
416
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. genişlik',
|
|
416
417
|
'fabric.editor.breakoutWideWidthLabel': 'Geniş',
|
package/dist/esm/i18n/tr.d.ts
CHANGED
|
@@ -407,6 +407,7 @@ declare const _default: {
|
|
|
407
407
|
'fabric.editor.breakout.resizeExpand': string;
|
|
408
408
|
'fabric.editor.breakout.resizeLayout': string;
|
|
409
409
|
'fabric.editor.breakout.resizePanel': string;
|
|
410
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
410
411
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
412
413
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -409,6 +409,7 @@ export default {
|
|
|
409
409
|
'fabric.editor.breakout.resizeExpand': 'Genişletmeyi yeniden boyutlandır',
|
|
410
410
|
'fabric.editor.breakout.resizeLayout': 'Yerleşimi yeniden boyutlandır',
|
|
411
411
|
'fabric.editor.breakout.resizePanel': 'Paneli yeniden boyutlandır',
|
|
412
|
+
'fabric.editor.breakout.resizeRule': 'Ayırıcıyı yeniden boyutlandırın',
|
|
412
413
|
'fabric.editor.breakoutFullWidthLabel': 'Tam genişlik',
|
|
413
414
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. genişlik',
|
|
414
415
|
'fabric.editor.breakoutWideWidthLabel': 'Geniş',
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -407,6 +407,7 @@ declare const _default: {
|
|
|
407
407
|
'fabric.editor.breakout.resizeExpand': string;
|
|
408
408
|
'fabric.editor.breakout.resizeLayout': string;
|
|
409
409
|
'fabric.editor.breakout.resizePanel': string;
|
|
410
|
+
'fabric.editor.breakout.resizeRule': string;
|
|
410
411
|
'fabric.editor.breakoutFullWidthLabel': string;
|
|
411
412
|
'fabric.editor.breakoutMaxWidthLabel': string;
|
|
412
413
|
'fabric.editor.breakoutWideWidthLabel': string;
|
package/i18n/tr.ts
CHANGED
|
@@ -454,6 +454,7 @@ export default {
|
|
|
454
454
|
'fabric.editor.breakout.resizeExpand': 'Genişletmeyi yeniden boyutlandır',
|
|
455
455
|
'fabric.editor.breakout.resizeLayout': 'Yerleşimi yeniden boyutlandır',
|
|
456
456
|
'fabric.editor.breakout.resizePanel': 'Paneli yeniden boyutlandır',
|
|
457
|
+
'fabric.editor.breakout.resizeRule': 'Ayırıcıyı yeniden boyutlandırın',
|
|
457
458
|
'fabric.editor.breakoutFullWidthLabel': 'Tam genişlik',
|
|
458
459
|
'fabric.editor.breakoutMaxWidthLabel': 'Maks. genişlik',
|
|
459
460
|
'fabric.editor.breakoutWideWidthLabel': 'Geniş',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/afm-i18n-platform-editor-editor-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.184.0",
|
|
4
4
|
"description": "NPM i18n package for AFM platform-editor-editor-common published by Traduki",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/"
|