diff --git a/packages/survey-creator-core/src/localization/arabic.ts b/packages/survey-creator-core/src/localization/arabic.ts index d0f2c63407..e7bc51212f 100644 --- a/packages/survey-creator-core/src/localization/arabic.ts +++ b/packages/survey-creator-core/src/localization/arabic.ts @@ -123,6 +123,8 @@ export var arStrings = { toolboxNoResultsFound: "لم يتم العثور على نتائج", propertyGridFilteredTextPlaceholder: "Type to search...", propertyGridNoResultsFound: "لم يتم العثور على نتائج", + propertyGridPlaceholderTitle: "بدء تكوين النموذج الخاص بك", + propertyGridPlaceholderDescription: "انقر فوق أي رمز فئة لاستكشاف إعدادات الاستطلاع. ستتوفر إعدادات إضافية بمجرد إضافة عنصر استطلاع إلى سطح التصميم.", correctJSON: "Please correct JSON.", surveyResults: "Survey Results ", surveyResultsTable: "As Table", @@ -634,6 +636,7 @@ export var arStrings = { maxImageHeight: "الحد الأقصى لارتفاع الصورة", minValue: "أقل قيمة", maxValue: "أكبر قيمة", + caseInsensitive: "غير حساس لحالة الأحرف", minLength: "Minimum length", allowDigits: "Allow digits", minCount: "Minimum count", @@ -1360,6 +1363,7 @@ export var arStrings = { showInMultipleColumns: "عند تحديده، ينشئ عمود منفرد لكل خيار اختيار.", colCount: "يرتب خيارات التحديد في تخطيط متعدد الأعمدة. عند التعيين على 0 ، يتم عرض الخيارات في سطر واحد. عند التعيين إلى -1، يتم توريث القيمة الفعلية من خاصية \"عدد الأعمدة المتداخلة\" للمصفوفة الأصل." }, + caseInsensitive: "حدد ما إذا كان يجب التعامل مع الأحرف الكبيرة والصغيرة في التعبير العادي على أنها مكافئة.", widthMode: "اختر من بين: \"ثابت\" - يحدد عرضا ثابتا ؛ \"متجاوب\" - يجعل الاستطلاع يشغل العرض الكامل للشاشة ؛ \"تلقائي\" - ينطبق على أي من الاثنين اعتمادا على أنواع الأسئلة المستخدمة.", cookieName: "تمنع ملفات تعريف الارتباط المستخدمين من ملء نفس الاستبيان مرتين.", logo: "الصق رابط صورة (بلا حدود للحجم) أو انقر فوق رمز المجلد لاستعراض ملف من جهاز الكمبيوتر الخاص بك (حتى 64 كيلوبايت).", @@ -2682,4 +2686,8 @@ editorLocalization.locales["ar"] = arStrings; // progressBarLocation.bottom: "Bottom" => "قاع" // progressBarLocation.topBottom: "Top and bottom" => "أعلى وأسفل" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "يرتب خيارات التحديد في تخطيط متعدد الأعمدة. عند التعيين على 0 ، يتم عرض الخيارات في سطر واحد. عند التعيين إلى -1، يتم توريث القيمة الفعلية من خاصية \"عدد الأعمدة المتداخلة\" للمصفوفة الأصل." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "روابط يوتيوب غير مدعومة." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "روابط يوتيوب غير مدعومة." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "بدء تكوين النموذج الخاص بك" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "انقر فوق أي رمز فئة لاستكشاف إعدادات الاستطلاع. ستتوفر إعدادات إضافية بمجرد إضافة عنصر استطلاع إلى سطح التصميم." +// pe.caseInsensitive: "Case insensitive" => "غير حساس لحالة الأحرف" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "حدد ما إذا كان يجب التعامل مع الأحرف الكبيرة والصغيرة في التعبير العادي على أنها مكافئة." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/bulgarian.ts b/packages/survey-creator-core/src/localization/bulgarian.ts index 58e8a8602c..1bb6ee37ac 100644 --- a/packages/survey-creator-core/src/localization/bulgarian.ts +++ b/packages/survey-creator-core/src/localization/bulgarian.ts @@ -123,6 +123,8 @@ export var bgStrings = { toolboxNoResultsFound: "Няма намерени резултати", propertyGridFilteredTextPlaceholder: "Въведи за търсене...", propertyGridNoResultsFound: "Няма намерени резултати", + propertyGridPlaceholderTitle: "Започнете да конфигурирате формуляра си", + propertyGridPlaceholderDescription: "Щракнете върху която и да е икона на категория, за да разгледате настройките на проучването. Допълнителни настройки ще станат налични, след като добавите елемент на проучване към повърхността за проектиране.", correctJSON: "Моля, коригирай JSON.", surveyResults: "Резултати от анкетата ", surveyResultsTable: "Като таблица", @@ -634,6 +636,7 @@ export var bgStrings = { maxImageHeight: "Максимална височина на изображението", minValue: "Минимална стойност", maxValue: "Максимална стойност", + caseInsensitive: "Без чувствителност към малки и големи букви", minLength: "Минимална дължина (в символи)", allowDigits: "Разрешаване на цифри", minCount: "Минимален брой", @@ -1360,6 +1363,7 @@ export var bgStrings = { showInMultipleColumns: "Когато е избрано, създава отделна колона за всяка опция за избор.", colCount: "Подрежда опциите за избор в оформление с няколко колони. Когато е зададено на 0, опциите се показват на един ред. Когато е зададена на -1, действителната стойност се наследява от свойството \"Брой вложени колони\" на родителската матрица." }, + caseInsensitive: "Изберете дали главните и малките букви в регулярния израз трябва да се третират като еквивалентни.", widthMode: "Изберете от: \"Статичен\" - задава фиксирана ширина; \"Responsive\" - прави проучването да заема цялата ширина на екрана; \"Auto\" - прилага се всеки от двата в зависимост от използваните типове въпроси.", cookieName: "Бисквитките не позволяват на потребителите да попълнят една и съща анкета два пъти.", logo: "Поставете връзка към изображение (без ограничения за размера) или щракнете върху иконата на папката, за да прегледате файл от компютъра си (до 64 КБ).", @@ -2334,4 +2338,8 @@ editorLocalization.locales["bg"] = bgStrings; // progressBarLocation.bottom: "Bottom" => "Дъно" // progressBarLocation.topBottom: "Top and bottom" => "Отгоре и отдолу" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Подрежда опциите за избор в оформление с няколко колони. Когато е зададено на 0, опциите се показват на един ред. Когато е зададена на -1, действителната стойност се наследява от свойството \"Брой вложени колони\" на родителската матрица." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Връзките в YouTube не се поддържат." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Връзките в YouTube не се поддържат." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Започнете да конфигурирате формуляра си" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Щракнете върху която и да е икона на категория, за да разгледате настройките на проучването. Допълнителни настройки ще станат налични, след като добавите елемент на проучване към повърхността за проектиране." +// pe.caseInsensitive: "Case insensitive" => "Без чувствителност към малки и големи букви" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Изберете дали главните и малките букви в регулярния израз трябва да се третират като еквивалентни." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/croatian.ts b/packages/survey-creator-core/src/localization/croatian.ts index 9a55582f31..8e41e42119 100644 --- a/packages/survey-creator-core/src/localization/croatian.ts +++ b/packages/survey-creator-core/src/localization/croatian.ts @@ -123,6 +123,8 @@ export var hrStrings = { toolboxNoResultsFound: "Nisu pronađeni rezultati", propertyGridFilteredTextPlaceholder: "Upišite za pretraživanje...", propertyGridNoResultsFound: "Nisu pronađeni rezultati", + propertyGridPlaceholderTitle: "Počnite konfigurirati svoj obrazac", + propertyGridPlaceholderDescription: "Kliknite bilo koju ikonu kategorije da biste istražili postavke upitnika. Dodatne postavke postat će dostupne nakon što dodate element upitnika na površinu dizajna.", correctJSON: "Ispravite JSON.", surveyResults: "Rezultat ankete: ", surveyResultsTable: "Kao tablica", @@ -634,6 +636,7 @@ export var hrStrings = { maxImageHeight: "Maksimalna visina slike", minValue: "Minimalna vrijednost", maxValue: "Maksimalna vrijednost", + caseInsensitive: "Bez osjetljivosti na velika i mala slova", minLength: "Minimalna duljina", allowDigits: "Dopustite znamenke", minCount: "Minimalno brojanje", @@ -1360,6 +1363,7 @@ export var hrStrings = { showInMultipleColumns: "Kada je odabrano, stvara pojedinačni stupac za svaku mogućnost izbora.", colCount: "Raspoređuje opcije izbora u rasporedu s više stupaca. Kada je postavljena na 0, opcije se prikazuju u jednom retku. Kada je postavljena na -1, stvarna vrijednost nasljeđuje se iz svojstva \"Broj ugniježđenih stupaca\" nadređene matrice." }, + caseInsensitive: "Odaberite ako se velika i mala slova u regularnom izrazu moraju tretirati kao ekvivalentna.", widthMode: "Odaberite između: \"Statika\" - postavlja fiksnu širinu; \"Responsive\" - čini da anketa zauzima punu širinu zaslona; \"Auto\" - primjenjuje se bilo koji od dva ovisno o korištenim vrstama pitanja.", cookieName: "Kolačići sprječavaju korisnike da dvaput ispune istu anketu.", logo: "Zalijepite slikovnu vezu (bez ograničenja veličine) ili kliknite ikonu mape da biste pregledali datoteku s računala (do 64 KB).", @@ -2765,4 +2769,8 @@ editorLocalization.locales["hr"] = hrStrings; // progressBarLocation.bottom: "Bottom" => "Dno" // progressBarLocation.topBottom: "Top and bottom" => "Vrh i dno" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Raspoređuje opcije izbora u rasporedu s više stupaca. Kada je postavljena na 0, opcije se prikazuju u jednom retku. Kada je postavljena na -1, stvarna vrijednost nasljeđuje se iz svojstva \"Broj ugniježđenih stupaca\" nadređene matrice." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube veze nisu podržane." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube veze nisu podržane." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Počnite konfigurirati svoj obrazac" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Kliknite bilo koju ikonu kategorije da biste istražili postavke upitnika. Dodatne postavke postat će dostupne nakon što dodate element upitnika na površinu dizajna." +// pe.caseInsensitive: "Case insensitive" => "Bez osjetljivosti na velika i mala slova" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Odaberite ako se velika i mala slova u regularnom izrazu moraju tretirati kao ekvivalentna." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/czech.ts b/packages/survey-creator-core/src/localization/czech.ts index 52d3e8758a..192102240f 100644 --- a/packages/survey-creator-core/src/localization/czech.ts +++ b/packages/survey-creator-core/src/localization/czech.ts @@ -123,6 +123,8 @@ export var czStrings = { toolboxNoResultsFound: "Nebyly nalezeny žádné výsledky", propertyGridFilteredTextPlaceholder: "Zadejte hledaný text...", propertyGridNoResultsFound: "Nebyly nalezeny žádné výsledky", + propertyGridPlaceholderTitle: "Začněte konfigurovat formulář", + propertyGridPlaceholderDescription: "Kliknutím na libovolnou ikonu kategorie můžete prozkoumat nastavení průzkumu. Další nastavení budou k dispozici, jakmile přidáte element survey na návrhovou plochu.", correctJSON: "Opravte JSON.", surveyResults: "Výsledek průzkumu: ", surveyResultsTable: "Jako tabulka", @@ -634,6 +636,7 @@ export var czStrings = { maxImageHeight: "Maximální výška obrázku", minValue: "Minimální hodnota", maxValue: "Maximální hodnota", + caseInsensitive: "Nerozlišuje malá a velká písmena", minLength: "Minimální délka", allowDigits: "Povolit číslice", minCount: "Minimální počet", @@ -1360,6 +1363,7 @@ export var czStrings = { showInMultipleColumns: "Pokud je tato možnost vybraná, vytvoří samostatný sloupec pro každou možnost volby.", colCount: "Uspořádá volby voleb ve vícesloupcovém rozvržení. Když je nastavená hodnota 0, volby se zobrazí na jednom řádku. Pokud je nastavena hodnota -1, skutečná hodnota je zděděna z vlastnosti \"Počet vnořených sloupců\" nadřazené matice." }, + caseInsensitive: "Vyberte, zda mají být velká a malá písmena v regulárním výrazu považována za ekvivalentní.", widthMode: "Vyberte si z: \"Statické\" - nastaví pevnou šířku; \"Responzivní\" - způsobí, že průzkum bude zabírat celou šířku obrazovky; \"Auto\" – použije jednu z těchto dvou možností v závislosti na použitých typech otázek.", cookieName: "Cookies brání uživatelům vyplnit průzkum vícekrát.", logo: "Vložte odkaz na obrázek (bez omezení velikosti) nebo klikněte na ikonu složky a procházejte soubor z počítače (až 64 kB).", @@ -2345,4 +2349,8 @@ editorLocalization.locales["cs"] = czStrings; // progressBarLocation.bottom: "Bottom" => "Dno" // progressBarLocation.topBottom: "Top and bottom" => "Nahoře a dole" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Uspořádá volby voleb ve vícesloupcovém rozvržení. Když je nastavená hodnota 0, volby se zobrazí na jednom řádku. Pokud je nastavena hodnota -1, skutečná hodnota je zděděna z vlastnosti \"Počet vnořených sloupců\" nadřazené matice." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Odkazy na YouTube nejsou podporovány." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Odkazy na YouTube nejsou podporovány." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Začněte konfigurovat formulář" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Kliknutím na libovolnou ikonu kategorie můžete prozkoumat nastavení průzkumu. Další nastavení budou k dispozici, jakmile přidáte element survey na návrhovou plochu." +// pe.caseInsensitive: "Case insensitive" => "Nerozlišuje malá a velká písmena" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Vyberte, zda mají být velká a malá písmena v regulárním výrazu považována za ekvivalentní." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/danish.ts b/packages/survey-creator-core/src/localization/danish.ts index aac356298b..babd0a4749 100644 --- a/packages/survey-creator-core/src/localization/danish.ts +++ b/packages/survey-creator-core/src/localization/danish.ts @@ -123,6 +123,8 @@ export var danishStrings = { toolboxNoResultsFound: "Ingen resultater fundet", propertyGridFilteredTextPlaceholder: "Skriv for at søge...", propertyGridNoResultsFound: "Ingen resultater fundet", + propertyGridPlaceholderTitle: "Begynd at konfigurere formularen", + propertyGridPlaceholderDescription: "Klik på et kategoriikon for at udforske undersøgelsesindstillinger. Yderligere indstillinger bliver tilgængelige, når du føjer et undersøgelseselement til designoverfladen.", correctJSON: "Ret venligst JSON.", surveyResults: "Undersøgelsesresultat: ", surveyResultsTable: "Som tabel", @@ -634,6 +636,7 @@ export var danishStrings = { maxImageHeight: "Maksimal billedhøjde", minValue: "Mindste værdi", maxValue: "Maksimal værdi", + caseInsensitive: "Der skelnes ikke mellem store og små bogstaver", minLength: "Mindste længde (med bogstaver)", allowDigits: "Tillad cifre", minCount: "Mindste antal", @@ -1360,6 +1363,7 @@ export var danishStrings = { showInMultipleColumns: "Når denne indstilling er valgt, oprettes der en individuel kolonne for hver valgmulighed.", colCount: "Arrangerer valgmuligheder i et layout med flere kolonner. Når den er indstillet til 0, vises indstillingerne på en enkelt linje. Når den er angivet til -1, nedarves den faktiske værdi fra egenskaben \"Antal indlejrede kolonner\" for den overordnede matrix." }, + caseInsensitive: "Vælg, om store og små bogstaver i det regulære udtryk skal behandles som ækvivalente.", widthMode: "Vælg mellem: \"Statisk\" - indstiller en fast bredde; \"Responsive\" - får undersøgelsen til at optage skærmens fulde bredde; \"Auto\" - gælder for en af de to afhængigt af de anvendte spørgsmålstyper.", cookieName: "Cookies forhindrer brugere i at udfylde den samme undersøgelse to gange.", logo: "Indsæt et billedlink (ingen størrelsesbegrænsninger), eller klik på mappeikonet for at gennemse en fil fra din computer (op til 64 KB).", @@ -2956,4 +2960,8 @@ editorLocalization.locales["da"] = danishStrings; // progressBarLocation.bottom: "Bottom" => "Bund" // progressBarLocation.topBottom: "Top and bottom" => "Top og bund" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Arrangerer valgmuligheder i et layout med flere kolonner. Når den er indstillet til 0, vises indstillingerne på en enkelt linje. Når den er angivet til -1, nedarves den faktiske værdi fra egenskaben \"Antal indlejrede kolonner\" for den overordnede matrix." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-links understøttes ikke." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-links understøttes ikke." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Begynd at konfigurere formularen" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Klik på et kategoriikon for at udforske undersøgelsesindstillinger. Yderligere indstillinger bliver tilgængelige, når du føjer et undersøgelseselement til designoverfladen." +// pe.caseInsensitive: "Case insensitive" => "Der skelnes ikke mellem store og små bogstaver" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Vælg, om store og små bogstaver i det regulære udtryk skal behandles som ækvivalente." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/dutch.ts b/packages/survey-creator-core/src/localization/dutch.ts index edd9b4679e..904f130f61 100644 --- a/packages/survey-creator-core/src/localization/dutch.ts +++ b/packages/survey-creator-core/src/localization/dutch.ts @@ -123,6 +123,8 @@ export var nlStrings = { toolboxNoResultsFound: "Geen resultaten gevonden", propertyGridFilteredTextPlaceholder: "Typ om te zoeken...", propertyGridNoResultsFound: "Geen resultaten gevonden", + propertyGridPlaceholderTitle: "Begin met het configureren van uw formulier", + propertyGridPlaceholderDescription: "Klik op een categoriepictogram om de enquête-instellingen te verkennen. Aanvullende instellingen worden beschikbaar zodra u een enquête-element aan het ontwerpoppervlak toevoegt.", correctJSON: "Corrigeer JSON.", surveyResults: "Enquêteresultaat: ", surveyResultsTable: "Als tabel", @@ -634,6 +636,7 @@ export var nlStrings = { maxImageHeight: "Maximale beeldhoogte", minValue: "Minimale waarde", maxValue: "Maximale waarde", + caseInsensitive: "Hoofdlettergevoelig", minLength: "Minimale lengte", allowDigits: "Cijfers toestaan", minCount: "Minimum aantal", @@ -1360,6 +1363,7 @@ export var nlStrings = { showInMultipleColumns: "Als deze optie is geselecteerd, wordt er een afzonderlijke kolom gemaakt voor elke keuzeoptie.", colCount: "Rangschikt keuzeopties in een lay-out met meerdere kolommen. Als deze optie op 0 staat, worden ze op één regel weergegeven. Wanneer deze is ingesteld op -1, wordt de werkelijke waarde overgenomen van de eigenschap \"Aantal geneste kolommen\" van de bovenliggende matrix." }, + caseInsensitive: "Selecteer of hoofdletters en kleine letters in de reguliere expressie als gelijkwaardig moeten worden behandeld.", widthMode: "Kies uit: \"Statisch\" - stelt een vaste breedte in; \"Responsief\" - zorgt ervoor dat de enquête de volledige breedte van het scherm in beslag neemt; \"Auto\" - past een van de twee toe, afhankelijk van de gebruikte vraagtypen.", cookieName: "Cookies voorkomen dat gebruikers dezelfde enquête twee keer invullen.", logo: "Plak een afbeeldingslink (geen maximale grootte) of klik op het mappictogram om door een bestand vanaf uw computer te bladeren (maximaal 64 KB).", @@ -2752,4 +2756,8 @@ editorLocalization.locales["nl"] = nlStrings; // progressBarLocation.bottom: "Bottom" => "Bodem" // progressBarLocation.topBottom: "Top and bottom" => "Boven en onder" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Rangschikt keuzeopties in een lay-out met meerdere kolommen. Als deze optie op 0 staat, worden ze op één regel weergegeven. Wanneer deze is ingesteld op -1, wordt de werkelijke waarde overgenomen van de eigenschap \"Aantal geneste kolommen\" van de bovenliggende matrix." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-links worden niet ondersteund." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-links worden niet ondersteund." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Begin met het configureren van uw formulier" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Klik op een categoriepictogram om de enquête-instellingen te verkennen. Aanvullende instellingen worden beschikbaar zodra u een enquête-element aan het ontwerpoppervlak toevoegt." +// pe.caseInsensitive: "Case insensitive" => "Hoofdlettergevoelig" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Selecteer of hoofdletters en kleine letters in de reguliere expressie als gelijkwaardig moeten worden behandeld." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/english.ts b/packages/survey-creator-core/src/localization/english.ts index 3f90682a88..34b59a86c2 100644 --- a/packages/survey-creator-core/src/localization/english.ts +++ b/packages/survey-creator-core/src/localization/english.ts @@ -638,6 +638,7 @@ export var enStrings = { maxImageHeight: "Maximum display area height", minValue: "Minimum value", maxValue: "Maximum value", + caseInsensitive: "Case insensitive", minLength: "Minimum length (in characters)", allowDigits: "Allow digits", minCount: "Minimum count", @@ -1368,6 +1369,7 @@ export var enStrings = { showInMultipleColumns: "When selected, creates an individual column for each choice option.", colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix.", }, + caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent.", widthMode: "Choose from: \"Static\" - sets a fixed width; \"Responsive\" - makes the survey occupy the full width of the screen; \"Auto\" - applies either of the two depending on the question types used.", cookieName: "Assign a unique cookie value for your survey. The cookie will be set in a respondent's browser upon survey completion to prevent repetitive survey submissions.", logo: "Paste an image link (no size limits) or click the folder icon to browse a file from your computer (up to 64KB).", diff --git a/packages/survey-creator-core/src/localization/finnish.ts b/packages/survey-creator-core/src/localization/finnish.ts index 2c703e288f..df67c7f7a8 100644 --- a/packages/survey-creator-core/src/localization/finnish.ts +++ b/packages/survey-creator-core/src/localization/finnish.ts @@ -123,6 +123,8 @@ export var fiStrings = { toolboxNoResultsFound: "Tuloksia ei löytynyt", propertyGridFilteredTextPlaceholder: "Kirjoita etsiäksesi...", propertyGridNoResultsFound: "Tuloksia ei löytynyt", + propertyGridPlaceholderTitle: "Aloita lomakkeen määrittäminen", + propertyGridPlaceholderDescription: "Napsauta mitä tahansa luokkakuvaketta tutustuaksesi kyselyn asetuksiin. Lisäasetukset ovat käytettävissä, kun lisäät mittauselementin suunnittelupintaan.", correctJSON: "Korjaa JSON.", surveyResults: "Kyselyn tulos:", surveyResultsTable: "Taulukossa", @@ -634,6 +636,7 @@ export var fiStrings = { maxImageHeight: "Kuvan enimmäiskorkeus", minValue: "Vähimmäisarvo", maxValue: "Suurin arvo", + caseInsensitive: "Isot ja pienet kirjaimet eivät ole merkitseviä", minLength: "Vähimmäispituus", allowDigits: "Salli numerot", minCount: "Vähimmäismäärä", @@ -1360,6 +1363,7 @@ export var fiStrings = { showInMultipleColumns: "Kun tämä asetus on valittuna, kullekin vaihtoehdolle luodaan oma sarake.", colCount: "Järjestää valintavaihtoehdot monisarakkeiseen asetteluun. Kun asetuksena on 0, asetukset näytetään yhdellä rivillä. Kun arvoksi on määritetty -1, todellinen arvo periytyy päämatriisin sisäkkäisten sarakkeiden määrä -ominaisuudesta." }, + caseInsensitive: "Valitse, onko säännöllisen lausekkeen isoja ja pieniä kirjaimia käsiteltävä vastaavina.", widthMode: "Valitse seuraavista: \"Staattinen\" - asettaa kiinteän leveyden; \"Reagoiva\" - tekee kyselystä koko näytön leveyden; \"Auto\" - soveltaa jompaakumpaa näistä kahdesta riippuen käytetyistä kysymystyypeistä.", cookieName: "Evästeet estävät käyttäjiä täyttämästä samaa kyselyä kahdesti.", logo: "Liitä kuvalinkki (ei kokorajoituksia) tai napsauta kansiokuvaketta selataksesi tiedostoa tietokoneeltasi (enintään 64 kt).", @@ -2771,4 +2775,8 @@ editorLocalization.locales["fi"] = fiStrings; // progressBarLocation.bottom: "Bottom" => "Pohja" // progressBarLocation.topBottom: "Top and bottom" => "Ylhäällä ja alhaalla" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Järjestää valintavaihtoehdot monisarakkeiseen asetteluun. Kun asetuksena on 0, asetukset näytetään yhdellä rivillä. Kun arvoksi on määritetty -1, todellinen arvo periytyy päämatriisin sisäkkäisten sarakkeiden määrä -ominaisuudesta." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-linkkejä ei tueta." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-linkkejä ei tueta." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Aloita lomakkeen määrittäminen" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Napsauta mitä tahansa luokkakuvaketta tutustuaksesi kyselyn asetuksiin. Lisäasetukset ovat käytettävissä, kun lisäät mittauselementin suunnittelupintaan." +// pe.caseInsensitive: "Case insensitive" => "Isot ja pienet kirjaimet eivät ole merkitseviä" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Valitse, onko säännöllisen lausekkeen isoja ja pieniä kirjaimia käsiteltävä vastaavina." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/french.ts b/packages/survey-creator-core/src/localization/french.ts index 98472e6307..007df8c7eb 100644 --- a/packages/survey-creator-core/src/localization/french.ts +++ b/packages/survey-creator-core/src/localization/french.ts @@ -123,6 +123,8 @@ var frenchTranslation = { toolboxNoResultsFound: "Aucun résultat trouvé", propertyGridFilteredTextPlaceholder: "Tapez pour rechercher...", propertyGridNoResultsFound: "Aucun résultat trouvé", + propertyGridPlaceholderTitle: "Commencez à configurer votre formulaire", + propertyGridPlaceholderDescription: "Cliquez sur n’importe quelle icône de catégorie pour explorer les paramètres de l’enquête. Des paramètres supplémentaires seront disponibles une fois que vous aurez ajouté un élément de topographie à l’aire de conception.", correctJSON: "Merci de corriger le JSON", surveyResults: "Résultat du sondage : ", surveyResultsTable: "Format tableau", @@ -634,6 +636,7 @@ var frenchTranslation = { maxImageHeight: "Hauteur maximale de l’image", minValue: "Valeur minimum", maxValue: "Valeur maximum", + caseInsensitive: "Insensible à la casse", minLength: "Longueur minimum", allowDigits: "Autoriser les chiffres", minCount: "Nombre minimum", @@ -1360,6 +1363,7 @@ var frenchTranslation = { showInMultipleColumns: "Lorsque cette option est sélectionnée, une colonne individuelle est créée pour chaque option de choix.", colCount: "Organise les options de choix dans une mise en page à plusieurs colonnes. Lorsqu’elle est définie sur 0, les options sont affichées sur une seule ligne. Lorsqu’elle est définie sur -1, la valeur réelle est héritée de la propriété « Nombre de colonnes imbriquées » de la matrice parente." }, + caseInsensitive: "Indiquez si les lettres majuscules et minuscules de l’expression régulière doivent être traitées comme équivalentes.", widthMode: "Choisissez parmi : « Statique » - définit une largeur fixe ; « Responsive » - permet à l’enquête d’occuper toute la largeur de l’écran ; « Auto » - s’applique à l’un ou l’autre des deux en fonction des types de questions utilisés.", cookieName: "Les cookies empêchent les utilisateurs de remplir deux fois le même sondage.", logo: "Collez un lien d’image (aucune limite de taille) ou cliquez sur l’icône de dossier pour parcourir un fichier à partir de votre ordinateur (jusqu’à 64 Ko).", @@ -2832,4 +2836,8 @@ editorLocalization.locales["fr"] = frenchTranslation; // progressBarLocation.bottom: "Bottom" => "Fond" // progressBarLocation.topBottom: "Top and bottom" => "Haut et bas" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Organise les options de choix dans une mise en page à plusieurs colonnes. Lorsqu’elle est définie sur 0, les options sont affichées sur une seule ligne. Lorsqu’elle est définie sur -1, la valeur réelle est héritée de la propriété « Nombre de colonnes imbriquées » de la matrice parente." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Les liens YouTube ne sont pas pris en charge." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Les liens YouTube ne sont pas pris en charge." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Commencez à configurer votre formulaire" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Cliquez sur n’importe quelle icône de catégorie pour explorer les paramètres de l’enquête. Des paramètres supplémentaires seront disponibles une fois que vous aurez ajouté un élément de topographie à l’aire de conception." +// pe.caseInsensitive: "Case insensitive" => "Insensible à la casse" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Indiquez si les lettres majuscules et minuscules de l’expression régulière doivent être traitées comme équivalentes." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/german.ts b/packages/survey-creator-core/src/localization/german.ts index 0b01e045ef..0c9dbd392a 100644 --- a/packages/survey-creator-core/src/localization/german.ts +++ b/packages/survey-creator-core/src/localization/german.ts @@ -123,6 +123,8 @@ var germanTranslation = { toolboxNoResultsFound: "Keine Ergebnisse gefunden", propertyGridFilteredTextPlaceholder: "Tippen, um zu suchen ...", propertyGridNoResultsFound: "Keine Ergebnisse gefunden", + propertyGridPlaceholderTitle: "Beginnen Sie mit der Konfiguration Ihres Formulars", + propertyGridPlaceholderDescription: "Klicken Sie auf ein beliebiges Kategoriesymbol, um die Umfrageeinstellungen zu erkunden. Zusätzliche Einstellungen sind verfügbar, sobald Sie der Entwurfsoberfläche ein Vermessungselement hinzufügen.", correctJSON: "Bitte JSON korrigieren.", surveyResults: "Umfrageergebnis: ", surveyResultsTable: "Als Tabelle", @@ -634,6 +636,7 @@ var germanTranslation = { maxImageHeight: "Maximale Bildhöhe", minValue: "Minimaler Wert", maxValue: "Maximaler Wert", + caseInsensitive: "Schreibungsunabhängig", minLength: "Minimale Länge", allowDigits: "Ziffern erlaubt", minCount: "Minimale Anzahl", @@ -1360,6 +1363,7 @@ var germanTranslation = { showInMultipleColumns: "Wenn diese Option aktiviert ist, wird für jede Auswahloption eine eigene Spalte erstellt.", colCount: "Ordnet die Auswahloptionen in einem mehrspaltigen Layout an. Wenn der Wert auf 0 gesetzt ist, werden die Optionen in einer einzigen Zeile angezeigt. Wenn dieser Wert auf -1 festgelegt ist, wird der tatsächliche Wert von der Eigenschaft \"Anzahl der geschachtelten Spalten\" der übergeordneten Matrix geerbt." }, + caseInsensitive: "Wählen Sie diese Option aus, wenn Groß- und Kleinbuchstaben im regulären Ausdruck als gleichwertig behandelt werden müssen.", widthMode: "Wählen Sie aus: \"Statisch\" - legt eine feste Breite fest; \"Responsive\" - lässt die Umfrage die gesamte Breite des Bildschirms einnehmen; \"Auto\" - wendet je nach verwendetem Fragetyp einen der beiden an.", cookieName: "Cookies verhindern, dass Benutzer dieselbe Umfrage zweimal ausfüllen.", logo: "Fügen Sie einen Bildlink ein (keine Größenbeschränkung) oder klicken Sie auf das Ordnersymbol, um eine Datei von Ihrem Computer (bis zu 64 KB) zu durchsuchen.", @@ -2480,4 +2484,8 @@ editorLocalization.locales["de"] = germanTranslation; // progressBarLocation.bottom: "Bottom" => "Unteres" // progressBarLocation.topBottom: "Top and bottom" => "Oben und unten" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Ordnet die Auswahloptionen in einem mehrspaltigen Layout an. Wenn der Wert auf 0 gesetzt ist, werden die Optionen in einer einzigen Zeile angezeigt. Wenn dieser Wert auf -1 festgelegt ist, wird der tatsächliche Wert von der Eigenschaft \"Anzahl der geschachtelten Spalten\" der übergeordneten Matrix geerbt." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-Links werden nicht unterstützt." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-Links werden nicht unterstützt." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Beginnen Sie mit der Konfiguration Ihres Formulars" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Klicken Sie auf ein beliebiges Kategoriesymbol, um die Umfrageeinstellungen zu erkunden. Zusätzliche Einstellungen sind verfügbar, sobald Sie der Entwurfsoberfläche ein Vermessungselement hinzufügen." +// pe.caseInsensitive: "Case insensitive" => "Schreibungsunabhängig" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Wählen Sie diese Option aus, wenn Groß- und Kleinbuchstaben im regulären Ausdruck als gleichwertig behandelt werden müssen." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/hebrew.ts b/packages/survey-creator-core/src/localization/hebrew.ts index db94a94d0b..0053bfccca 100644 --- a/packages/survey-creator-core/src/localization/hebrew.ts +++ b/packages/survey-creator-core/src/localization/hebrew.ts @@ -123,6 +123,8 @@ export var hebrewStrings = { toolboxNoResultsFound: "לא נמצאו תוצאות", propertyGridFilteredTextPlaceholder: "הקלד כדי לחפש...", propertyGridNoResultsFound: "לא נמצאו תוצאות", + propertyGridPlaceholderTitle: "התחל לקבוע את תצורת הטופס שלך", + propertyGridPlaceholderDescription: "לחץ על סמל קטגוריה כלשהו כדי לחקור את הגדרות הסקר. הגדרות נוספות יהיו זמינות לאחר הוספת רכיב סקר למשטח העיצוב.", correctJSON: "אנא תקנו את ה-JSON.", surveyResults: "תוצאות הסקר", surveyResultsTable: "כטבלה", @@ -634,6 +636,7 @@ export var hebrewStrings = { maxImageHeight: "גובה תמונה מקסימלי", minValue: "ערך מינימלי", maxValue: "ערך מקסימלי", + caseInsensitive: "לא תלוי רישיות", minLength: "אורך מינימלי (בתווים)", allowDigits: "אפשר ספרות", minCount: "מינימום כמות", @@ -1360,6 +1363,7 @@ export var hebrewStrings = { showInMultipleColumns: "כשבוחרים באפשרות זו, יוצר עמודה נפרדת לכל אחת מאפשרויות הבחירה.", colCount: "מסדר אפשרויות בחירה בפריסה מרובת עמודות. כאשר הן מוגדרות על 0, האפשרויות מוצגות בשורה אחת. כאשר הוא מוגדר ל- -1, הערך בפועל עובר בירושה מהמאפיין \"ספירת עמודות מקוננת\" של מטריצת האב." }, + caseInsensitive: "בחר אם יש להתייחס לאותיות רישיות וקטנות בביטוי הרגיל כשוות ערך.", widthMode: "בחר מתוך: \"סטטי\" - קובע רוחב קבוע; \"מגיב\" - עושה את הסקר לתפוס את מלוא רוחב המסך; \"אוטומטי\" - חל על כל אחד מהשניים בהתאם לסוגי השאלות המשמשים.", cookieName: "עוגיות מונעות ממשתמשים למלא את אותו סקר פעמיים.", logo: "הדבק קישור לתמונה (ללא מגבלות גודל) או לחץ על סמל התיקייה כדי לעיין בקובץ מהמחשב שלך (עד 64KB).", @@ -2339,4 +2343,8 @@ editorLocalization.locales["he"] = hebrewStrings; // progressBarLocation.bottom: "Bottom" => "ישבן" // progressBarLocation.topBottom: "Top and bottom" => "עליון ותחתון" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "מסדר אפשרויות בחירה בפריסה מרובת עמודות. כאשר הן מוגדרות על 0, האפשרויות מוצגות בשורה אחת. כאשר הוא מוגדר ל- -1, הערך בפועל עובר בירושה מהמאפיין \"ספירת עמודות מקוננת\" של מטריצת האב." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "קישורי YouTube אינם נתמכים." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "קישורי YouTube אינם נתמכים." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "התחל לקבוע את תצורת הטופס שלך" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "לחץ על סמל קטגוריה כלשהו כדי לחקור את הגדרות הסקר. הגדרות נוספות יהיו זמינות לאחר הוספת רכיב סקר למשטח העיצוב." +// pe.caseInsensitive: "Case insensitive" => "לא תלוי רישיות" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "בחר אם יש להתייחס לאותיות רישיות וקטנות בביטוי הרגיל כשוות ערך." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/hungarian.ts b/packages/survey-creator-core/src/localization/hungarian.ts index e8a9fb2f79..bf31ac5b11 100644 --- a/packages/survey-creator-core/src/localization/hungarian.ts +++ b/packages/survey-creator-core/src/localization/hungarian.ts @@ -123,6 +123,8 @@ export var huStrings = { toolboxNoResultsFound: "Nincs találat", propertyGridFilteredTextPlaceholder: "Írja be a kereséshez...", propertyGridNoResultsFound: "Nincs találat", + propertyGridPlaceholderTitle: "Kezdje el konfigurálni az űrlapot", + propertyGridPlaceholderDescription: "Kattintson bármelyik kategória ikonjára a felmérési beállítások felfedezéséhez. További beállítások válnak elérhetővé, ha hozzáad egy földmérési elemet a tervezési felülethez.", correctJSON: "Kérem javítsa a JSON-t.", surveyResults: "Kérdőív eredménye: ", surveyResultsTable: "Táblaként", @@ -634,6 +636,7 @@ export var huStrings = { maxImageHeight: "Maximális képmagasság", minValue: "Minimális érték", maxValue: "Maximális érték", + caseInsensitive: "Kis- és nagybetűk megkülönböztetése", minLength: "Minimális hossz", allowDigits: "Számjegyek engedélyezése", minCount: "Minimális darabszám", @@ -1360,6 +1363,7 @@ export var huStrings = { showInMultipleColumns: "Ha be van jelölve, minden választási lehetőséghez külön oszlopot hoz létre.", colCount: "Az adatválaszték-beállításokat többoszlopos elrendezésbe rendezi. Ha 0-ra van állítva, a beállítások egyetlen sorban jelennek meg. Ha -1 értékre van állítva, a tényleges érték a szülőmátrix \"Beágyazott oszlopok száma\" tulajdonságából öröklődik." }, + caseInsensitive: "Válassza ki, hogy a reguláris kifejezés kis- és nagybetűit egyenértékűként kell-e kezelni.", widthMode: "Válasszon a következők közül: \"Statikus\" - rögzített szélességet állít be; \"Reszponzív\" - a felmérés a képernyő teljes szélességét elfoglalja; \"Automatikus\" - a használt kérdéstípusoktól függően a kettő egyikét alkalmazza.", cookieName: "A cookie-k megakadályozzák, hogy a felhasználók kétszer töltsék ki ugyanazt a felmérést.", logo: "Illesszen be egy képhivatkozást (méretkorlátozás nélkül), vagy kattintson a mappa ikonra egy fájl böngészéséhez a számítógépről (legfeljebb 64 KB).", @@ -2924,4 +2928,8 @@ editorLocalization.locales["hu"] = huStrings; // progressBarLocation.bottom: "Bottom" => "Fenék" // progressBarLocation.topBottom: "Top and bottom" => "Felső és alsó" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Az adatválaszték-beállításokat többoszlopos elrendezésbe rendezi. Ha 0-ra van állítva, a beállítások egyetlen sorban jelennek meg. Ha -1 értékre van állítva, a tényleges érték a szülőmátrix \"Beágyazott oszlopok száma\" tulajdonságából öröklődik." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "A YouTube-linkek nem támogatottak." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "A YouTube-linkek nem támogatottak." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Kezdje el konfigurálni az űrlapot" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Kattintson bármelyik kategória ikonjára a felmérési beállítások felfedezéséhez. További beállítások válnak elérhetővé, ha hozzáad egy földmérési elemet a tervezési felülethez." +// pe.caseInsensitive: "Case insensitive" => "Kis- és nagybetűk megkülönböztetése" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Válassza ki, hogy a reguláris kifejezés kis- és nagybetűit egyenértékűként kell-e kezelni." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/indonesian.ts b/packages/survey-creator-core/src/localization/indonesian.ts index 67dd37be83..aa5e47ceb7 100644 --- a/packages/survey-creator-core/src/localization/indonesian.ts +++ b/packages/survey-creator-core/src/localization/indonesian.ts @@ -123,6 +123,8 @@ export var indonesianStrings = { toolboxNoResultsFound: "Tidak ada hasil yang ditemukan", propertyGridFilteredTextPlaceholder: "Ketik untuk mencari...", propertyGridNoResultsFound: "Tidak ada hasil yang ditemukan", + propertyGridPlaceholderTitle: "Mulai mengonfigurasi formulir Anda", + propertyGridPlaceholderDescription: "Klik ikon kategori apa pun untuk menjelajahi pengaturan survei. Pengaturan tambahan akan tersedia setelah Anda menambahkan elemen survei ke permukaan desain.", correctJSON: "Please correct JSON.", surveyResults: "Hasil survei: ", surveyResultsTable: "Sebagai tabel", @@ -634,6 +636,7 @@ export var indonesianStrings = { maxImageHeight: "Tinggi gambar maksimum", minValue: "Nilai minimum", maxValue: "Nilai maksimum", + caseInsensitive: "Tidak peka huruf besar/kecil", minLength: "Panjang minimum", allowDigits: "Bolehkan angka", minCount: "Hitungan minimum", @@ -1360,6 +1363,7 @@ export var indonesianStrings = { showInMultipleColumns: "Saat dipilih, buat kolom individual untuk setiap opsi pilihan.", colCount: "Mengatur opsi pilihan dalam tata letak multi-kolom. Saat diatur ke 0, opsi ditampilkan dalam satu baris. Saat diatur ke -1, nilai aktual diwarisi dari properti \"Jumlah kolom berlapis\" dari matriks induk." }, + caseInsensitive: "Pilih apakah huruf besar dan kecil dalam ekspresi reguler harus diperlakukan sebagai setara.", widthMode: "Pilih dari: \"Statis\" - menetapkan lebar tetap; \"Responsif\" - membuat survei menempati lebar penuh layar; \"Otomatis\" - berlaku salah satu dari keduanya tergantung pada jenis pertanyaan yang digunakan.", cookieName: "Cookie mencegah pengguna mengisi survei yang sama dua kali.", logo: "Tempel tautan gambar (tanpa batas ukuran) atau klik ikon folder untuk menelusuri file dari komputer Anda (hingga 64 KB).", @@ -2925,4 +2929,8 @@ editorLocalization.locales["id"] = indonesianStrings; // progressBarLocation.bottom: "Bottom" => "Dasar" // progressBarLocation.topBottom: "Top and bottom" => "Atas dan bawah" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Mengatur opsi pilihan dalam tata letak multi-kolom. Saat diatur ke 0, opsi ditampilkan dalam satu baris. Saat diatur ke -1, nilai aktual diwarisi dari properti \"Jumlah kolom berlapis\" dari matriks induk." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Tautan YouTube tidak didukung." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Tautan YouTube tidak didukung." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Mulai mengonfigurasi formulir Anda" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Klik ikon kategori apa pun untuk menjelajahi pengaturan survei. Pengaturan tambahan akan tersedia setelah Anda menambahkan elemen survei ke permukaan desain." +// pe.caseInsensitive: "Case insensitive" => "Tidak peka huruf besar/kecil" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Pilih apakah huruf besar dan kecil dalam ekspresi reguler harus diperlakukan sebagai setara." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/italian.ts b/packages/survey-creator-core/src/localization/italian.ts index f66c6870c4..854f93d542 100644 --- a/packages/survey-creator-core/src/localization/italian.ts +++ b/packages/survey-creator-core/src/localization/italian.ts @@ -123,6 +123,8 @@ var italianTranslation = { toolboxNoResultsFound: "Nessun risultato trovato", propertyGridFilteredTextPlaceholder: "Digita per cercare...", propertyGridNoResultsFound: "Nessun risultato trovato", + propertyGridPlaceholderTitle: "Inizia a configurare il tuo modulo", + propertyGridPlaceholderDescription: "Fai clic sull'icona di una categoria per esplorare le impostazioni dell'indagine. Dopo l'aggiunta di un elemento di rilievo all'area di progettazione, saranno disponibili impostazioni aggiuntive.", correctJSON: "Correggi il tuo JSON", surveyResults: "Risultati del sondaggio: ", surveyResultsTable: "Come tabella", @@ -634,6 +636,7 @@ var italianTranslation = { maxImageHeight: "Altezza massima dell'immagine", minValue: "Valore minimo", maxValue: "Valore massimo", + caseInsensitive: "Senza distinzione tra maiuscole e minuscole", minLength: "Lunghezza minima (in caratteri)", allowDigits: "Ammetti le cifre", minCount: "Numero minimo", @@ -1360,6 +1363,7 @@ var italianTranslation = { showInMultipleColumns: "Quando questa opzione è selezionata, crea una singola colonna per ogni opzione di scelta.", colCount: "Dispone le opzioni di scelta in un layout a più colonne. Se impostato su 0, le opzioni vengono visualizzate in una singola riga. Se impostato su -1, il valore effettivo viene ereditato dalla proprietà \"Conteggio colonne nidificate\" della matrice padre." }, + caseInsensitive: "Selezionare se le lettere maiuscole e minuscole nell'espressione regolare devono essere considerate equivalenti.", widthMode: "Scegli tra: \"Statico\" - imposta una larghezza fissa; \"Responsive\" - fa sì che il sondaggio occupi l'intera larghezza dello schermo; \"Auto\": applica uno dei due a seconda del tipo di domanda utilizzato.", cookieName: "I cookie impediscono agli utenti di compilare due volte lo stesso sondaggio.", logo: "Incolla un link immagine (senza limiti di dimensione) o fai clic sull'icona della cartella per sfogliare un file dal tuo computer (fino a 64 KB).", @@ -2529,4 +2533,8 @@ editorLocalization.locales["it"] = italianTranslation; // progressBarLocation.bottom: "Bottom" => "Fondoschiena" // progressBarLocation.topBottom: "Top and bottom" => "Sopra e sotto" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Dispone le opzioni di scelta in un layout a più colonne. Se impostato su 0, le opzioni vengono visualizzate in una singola riga. Se impostato su -1, il valore effettivo viene ereditato dalla proprietà \"Conteggio colonne nidificate\" della matrice padre." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "I link di YouTube non sono supportati." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "I link di YouTube non sono supportati." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Inizia a configurare il tuo modulo" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Fai clic sull'icona di una categoria per esplorare le impostazioni dell'indagine. Dopo l'aggiunta di un elemento di rilievo all'area di progettazione, saranno disponibili impostazioni aggiuntive." +// pe.caseInsensitive: "Case insensitive" => "Senza distinzione tra maiuscole e minuscole" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Selezionare se le lettere maiuscole e minuscole nell'espressione regolare devono essere considerate equivalenti." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/japanese.ts b/packages/survey-creator-core/src/localization/japanese.ts index 9c8795240e..765c7cce1e 100644 --- a/packages/survey-creator-core/src/localization/japanese.ts +++ b/packages/survey-creator-core/src/localization/japanese.ts @@ -123,6 +123,8 @@ export var jaStrings = { toolboxNoResultsFound: "結果が見つかりませんでした", propertyGridFilteredTextPlaceholder: "検索するタイプ...", propertyGridNoResultsFound: "結果が見つかりませんでした", + propertyGridPlaceholderTitle: "フォームの設定を開始する", + propertyGridPlaceholderDescription: "任意のカテゴリアイコンをクリックして、アンケート設定を探索します。追加の設定は、デザイン画面にアンケート要素を追加すると使用可能になります。", correctJSON: "JSONを修正してください。", surveyResults: "アンケート結果: ", surveyResultsTable: "表として", @@ -634,6 +636,7 @@ export var jaStrings = { maxImageHeight: "最大画像の高さ", minValue: "最小値", maxValue: "最大値", + caseInsensitive: "大文字と小文字を区別しない", minLength: "最小長", allowDigits: "数字を許可", minCount: "最小数", @@ -1360,6 +1363,7 @@ export var jaStrings = { showInMultipleColumns: "選択すると、選択肢オプションごとに個別の列が作成されます。", colCount: "選択オプションを複数列のレイアウトで配置します。0 に設定すると、オプションは 1 行で表示されます。-1 に設定すると、実際の値は親行列の \"Nested column count\" プロパティから継承されます。" }, + caseInsensitive: "正規表現の大文字と小文字を同等に扱う必要がある場合に選択します。", widthMode: "次から選択します: \"Static\" - 固定幅を設定します。「レスポンシブ」 - アンケートを画面の全幅に表示します。「自動」 - 使用する質問タイプに応じて、2つのいずれかを適用します。", cookieName: "Cookieは、ユーザーが同じアンケートに2回記入するのを防ぎます。", logo: "画像リンクを貼り付けるか(サイズ制限なし)、フォルダアイコンをクリックして、コンピューターからファイルを参照します(最大64KB)。", @@ -2770,4 +2774,8 @@ editorLocalization.locales["ja"] = jaStrings; // progressBarLocation.bottom: "Bottom" => "底" // progressBarLocation.topBottom: "Top and bottom" => "上部と下部" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "選択オプションを複数列のレイアウトで配置します。0 に設定すると、オプションは 1 行で表示されます。-1 に設定すると、実際の値は親行列の \"Nested column count\" プロパティから継承されます。" -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube リンクはサポートされていません。" \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube リンクはサポートされていません。" +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "フォームの設定を開始する" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "任意のカテゴリアイコンをクリックして、アンケート設定を探索します。追加の設定は、デザイン画面にアンケート要素を追加すると使用可能になります。" +// pe.caseInsensitive: "Case insensitive" => "大文字と小文字を区別しない" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "正規表現の大文字と小文字を同等に扱う必要がある場合に選択します。" \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/korean.ts b/packages/survey-creator-core/src/localization/korean.ts index 840fa80400..610e5389d7 100644 --- a/packages/survey-creator-core/src/localization/korean.ts +++ b/packages/survey-creator-core/src/localization/korean.ts @@ -123,6 +123,8 @@ export var koreanStrings = { toolboxNoResultsFound: "결과를 찾을 수 없습니다.", propertyGridFilteredTextPlaceholder: "검색하려면 입력...", propertyGridNoResultsFound: "결과를 찾을 수 없습니다.", + propertyGridPlaceholderTitle: "양식 구성 시작", + propertyGridPlaceholderDescription: "범주 아이콘을 클릭하여 설문조사 설정을 탐색합니다. 디자인 화면에 설문 조사 요소를 추가하면 추가 설정을 사용할 수 있게 됩니다.", correctJSON: "JSON 데이터를 수정하십시오.", surveyResults: "설문 결과: ", surveyResultsTable: "테이블로", @@ -634,6 +636,7 @@ export var koreanStrings = { maxImageHeight: "최대 이미지 높이", minValue: "최소값", maxValue: "최대값", + caseInsensitive: "대소문자 구분 안 함", minLength: "최소 길이(문자)", allowDigits: "숫자 허용", minCount: "최소 개수", @@ -1360,6 +1363,7 @@ export var koreanStrings = { showInMultipleColumns: "이 옵션을 선택하면 각 선택 옵션에 대한 개별 열이 만들어집니다.", colCount: "선택 옵션을 여러 열 레이아웃으로 정렬합니다. 0으로 설정하면 옵션이 한 줄로 표시됩니다. -1로 설정하면 실제 값이 부모 행렬의 \"중첩 열 수\" 속성에서 상속됩니다." }, + caseInsensitive: "정규식에서 대문자와 소문자를 동등하게 취급해야 하는 경우 선택합니다.", widthMode: "다음 중에서 선택합니다. \"정적\" - 고정 너비를 설정합니다. \"반응형\" - 설문조사가 화면의 전체 너비를 차지하도록 합니다. \"자동\" - 사용된 질문 유형에 따라 둘 중 하나를 적용합니다.", cookieName: "쿠키는 사용자가 동일한 설문조사를 두 번 작성하는 것을 방지합니다.", logo: "이미지 링크(크기 제한 없음)를 붙여넣거나 폴더 아이콘을 클릭하여 컴퓨터에서 파일을 찾습니다(최대 64KB).", @@ -2975,4 +2979,8 @@ editorLocalization.locales["ko"] = koreanStrings; // progressBarLocation.bottom: "Bottom" => "밑바닥" // progressBarLocation.topBottom: "Top and bottom" => "위쪽 및 아래쪽" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "선택 옵션을 여러 열 레이아웃으로 정렬합니다. 0으로 설정하면 옵션이 한 줄로 표시됩니다. -1로 설정하면 실제 값이 부모 행렬의 \"중첩 열 수\" 속성에서 상속됩니다." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube 링크는 지원되지 않습니다." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube 링크는 지원되지 않습니다." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "양식 구성 시작" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "범주 아이콘을 클릭하여 설문조사 설정을 탐색합니다. 디자인 화면에 설문 조사 요소를 추가하면 추가 설정을 사용할 수 있게 됩니다." +// pe.caseInsensitive: "Case insensitive" => "대소문자 구분 안 함" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "정규식에서 대문자와 소문자를 동등하게 취급해야 하는 경우 선택합니다." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/malay.ts b/packages/survey-creator-core/src/localization/malay.ts index 9df6fda66e..8ce0d51466 100644 --- a/packages/survey-creator-core/src/localization/malay.ts +++ b/packages/survey-creator-core/src/localization/malay.ts @@ -123,6 +123,8 @@ export var msStrings = { toolboxNoResultsFound: "Tiada keputusan ditemui", propertyGridFilteredTextPlaceholder: "Taip untuk mencari...", propertyGridNoResultsFound: "Tiada keputusan ditemui", + propertyGridPlaceholderTitle: "Mula mengkonfigurasi borang anda", + propertyGridPlaceholderDescription: "Klik mana-mana ikon kategori untuk meneroka tetapan tinjauan. Seting tambahan akan tersedia sebaik sahaja anda menambah elemen tinjauan pada permukaan reka bentuk.", correctJSON: "Pilih JSON yang betul.", surveyResults: "Keputusan Tinjauan: ", surveyResultsTable: "Sebagai Jadual", @@ -634,6 +636,7 @@ export var msStrings = { maxImageHeight: "Ketinggian imej maksimum", minValue: "Nilai minimum", maxValue: "Nilai maksimum", + caseInsensitive: "Tidak sensitif huruf besar", minLength: "Panjang minimum", allowDigits: "Benarkan digit", minCount: "Bilangan minimum", @@ -1360,6 +1363,7 @@ export var msStrings = { showInMultipleColumns: "Apabila dipilih, cipta lajur individu untuk setiap opsyen pilihan.", colCount: "Mengatur pilihan pilihan dalam susun atur berbilang lajur. Apabila ditetapkan kepada 0, pilihan dipaparkan dalam satu baris. Apabila ditetapkan kepada -1, nilai sebenar diwarisi daripada sifat \"Kiraan lajur bersarang\" bagi matriks induk." }, + caseInsensitive: "Pilih jika huruf besar dan huruf kecil dalam ungkapan biasa mesti dianggap sebagai setara.", widthMode: "Pilih daripada: \"Statik\" - menetapkan lebar tetap; \"Responsif\" - membuat tinjauan menduduki lebar penuh skrin; \"Auto\" - terpakai salah satu daripada kedua-duanya bergantung kepada jenis soalan yang digunakan.", cookieName: "Kuki menghalang pengguna daripada mengisi tinjauan yang sama dua kali.", logo: "Tampal pautan imej (tiada had saiz) atau klik ikon folder untuk menyemak lalu fail daripada komputer anda (sehingga 64KB).", @@ -2724,4 +2728,8 @@ editorLocalization.locales["ms"] = msStrings; // progressBarLocation.bottom: "Bottom" => "Bawah" // progressBarLocation.topBottom: "Top and bottom" => "Atas dan bawah" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Mengatur pilihan pilihan dalam susun atur berbilang lajur. Apabila ditetapkan kepada 0, pilihan dipaparkan dalam satu baris. Apabila ditetapkan kepada -1, nilai sebenar diwarisi daripada sifat \"Kiraan lajur bersarang\" bagi matriks induk." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Pautan YouTube tidak disokong." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Pautan YouTube tidak disokong." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Mula mengkonfigurasi borang anda" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Klik mana-mana ikon kategori untuk meneroka tetapan tinjauan. Seting tambahan akan tersedia sebaik sahaja anda menambah elemen tinjauan pada permukaan reka bentuk." +// pe.caseInsensitive: "Case insensitive" => "Tidak sensitif huruf besar" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Pilih jika huruf besar dan huruf kecil dalam ungkapan biasa mesti dianggap sebagai setara." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/mongolian.ts b/packages/survey-creator-core/src/localization/mongolian.ts index 02f8b74138..e9012bc867 100644 --- a/packages/survey-creator-core/src/localization/mongolian.ts +++ b/packages/survey-creator-core/src/localization/mongolian.ts @@ -123,6 +123,8 @@ export var mnStrings = { toolboxNoResultsFound: "Ямар ч үр дүн олдсонгүй", propertyGridFilteredTextPlaceholder: "Хайхын тулд бичнэ үү.....", propertyGridNoResultsFound: "Ямар ч үр дүн олдсонгүй", + propertyGridPlaceholderTitle: "Формоо тохируулж эхлэх", + propertyGridPlaceholderDescription: "Судалгааны тохиргоог судлахын тулд ямар ч категорийн зургыг дарна уу. Дизайны гадаргуу дээр судалгааны элемент нэмсний дараа нэмэлт тохиргоо хийх боломжтой болно.", correctJSON: "JSON засна уу.", surveyResults: "Санал асуулгын хариу", surveyResultsTable: "Санал асуулгын хариултыг хүснэгтээр харуулах", @@ -634,6 +636,7 @@ export var mnStrings = { maxImageHeight: "Зургийн өндрийн хамгийн их хэмжээ", minValue: "Хамгийн бага утга", maxValue: "Хамгийн их утга", + caseInsensitive: "Кейс үл мэдрэмтгий", minLength: "Хамгийн бага урт (тэмдэгтээр)", allowDigits: "Тоо зөвшөөрөх", minCount: "Хамгийн бага тоо", @@ -1360,6 +1363,7 @@ export var mnStrings = { showInMultipleColumns: "Сонгогдсон тохиолдолд сонголт бүрд зориулж багана үүсгэнэ.", colCount: "Сонголт хийх сонголтуудыг олон баганатай загвараар зохион байгуулна. 0-д тавихад сонголтуудыг нэг мөр харуулдаг. -1-д тавихад бодит үнэ цэнэ нь эцэг эхийн матрицын \"Nested column count\" өмчөөс өвлөгддөг." }, + caseInsensitive: "Тогтмол илэрхийлэлд байгаа uppercase болон lowercase үсгийг эн тэнцүү гэж үзэх ёстой эсэхийг сонгоно уу.", widthMode: "Сонгоно уу: \"Статик\" - тогтмол өргөнийг тогтоох; \"Responsive\" - судалгааг дэлгэцийн бүрэн өргөнийг эзэлдэг болгодог; \"Авто\" - ашигласан асуултын төрлөөс хамааран аль нэгийг нь хэрэглэнэ.", cookieName: "Хэрэглэгч нэг судалгааг хоёр удаа бөглөхөөс Күүки сэргийлнэ.", logo: "Зургийн холбоосыг (хэмжээ хязгаар байхгүй) эсвэл фолдерын icon дарж компьютерээсээ файлыг (64KB хүртэл) харна уу.", @@ -2427,4 +2431,8 @@ editorLocalization.locales["mn"] = mnStrings; // progressBarLocation.bottom: "Bottom" => "Доод" // progressBarLocation.topBottom: "Top and bottom" => "Дээд, доод" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Сонголт хийх сонголтуудыг олон баганатай загвараар зохион байгуулна. 0-д тавихад сонголтуудыг нэг мөр харуулдаг. -1-д тавихад бодит үнэ цэнэ нь эцэг эхийн матрицын \"Nested column count\" өмчөөс өвлөгддөг." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-ийн холбоосууд дэмжигдээгүй." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-ийн холбоосууд дэмжигдээгүй." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Формоо тохируулж эхлэх" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Судалгааны тохиргоог судлахын тулд ямар ч категорийн зургыг дарна уу. Дизайны гадаргуу дээр судалгааны элемент нэмсний дараа нэмэлт тохиргоо хийх боломжтой болно." +// pe.caseInsensitive: "Case insensitive" => "Кейс үл мэдрэмтгий" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Тогтмол илэрхийлэлд байгаа uppercase болон lowercase үсгийг эн тэнцүү гэж үзэх ёстой эсэхийг сонгоно уу." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/norwegian.ts b/packages/survey-creator-core/src/localization/norwegian.ts index 2e6bbf7b44..83d0acd338 100644 --- a/packages/survey-creator-core/src/localization/norwegian.ts +++ b/packages/survey-creator-core/src/localization/norwegian.ts @@ -123,6 +123,8 @@ export var nbStrings = { toolboxNoResultsFound: "Fant ingen resultater", propertyGridFilteredTextPlaceholder: "Skriv for å søke ...", propertyGridNoResultsFound: "Fant ingen resultater", + propertyGridPlaceholderTitle: "Begynn å konfigurere skjemaet", + propertyGridPlaceholderDescription: "Klikk på et kategoriikon for å utforske undersøkelsesinnstillingene. Flere innstillinger blir tilgjengelige når du legger til et undersøkelseselement på designoverflaten.", correctJSON: "Vennligst korriger JSON.", surveyResults: "Skjemaresultat: ", surveyResultsTable: "Som tabell", @@ -634,6 +636,7 @@ export var nbStrings = { maxImageHeight: "Maksimal bildehøyde", minValue: "Minimumsverdi", maxValue: "Maksimal verdi", + caseInsensitive: "Skiller ikke mellom store og små bokstaver", minLength: "Minimum lengde", allowDigits: "Tillat tall", minCount: "Minimum count", @@ -1360,6 +1363,7 @@ export var nbStrings = { showInMultipleColumns: "Når dette alternativet er valgt, opprettes det én kolonne for hvert valgalternativ.", colCount: "Ordner valgalternativer i et oppsett med flere kolonner. Når den er satt til 0, vises alternativene på én enkelt linje. Når satt til -1, arves den faktiske verdien fra egenskapen \"Nestet kolonneantall\" for den overordnede matrisen." }, + caseInsensitive: "Velg om store og små bokstaver i det regulære uttrykket må behandles som likeverdige.", widthMode: "Velg mellom: \"Statisk\" - setter en fast bredde; \"Responsive\" - gjør at undersøkelsen opptar hele bredden på skjermen; \"Auto\" - gjelder en av de to avhengig av spørsmålstypene som brukes.", cookieName: "Informasjonskapsler hindrer brukere i å fylle ut den samme undersøkelsen to ganger.", logo: "Lim inn en bildekobling (ingen størrelsesbegrensninger) eller klikk på mappeikonet for å bla gjennom en fil fra datamaskinen din (opptil 64KB).", @@ -2774,4 +2778,8 @@ editorLocalization.locales["nb"] = nbStrings; // progressBarLocation.bottom: "Bottom" => "Bunn" // progressBarLocation.topBottom: "Top and bottom" => "Topp og bunn" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Ordner valgalternativer i et oppsett med flere kolonner. Når den er satt til 0, vises alternativene på én enkelt linje. Når satt til -1, arves den faktiske verdien fra egenskapen \"Nestet kolonneantall\" for den overordnede matrisen." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-linker støttes ikke." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-linker støttes ikke." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Begynn å konfigurere skjemaet" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Klikk på et kategoriikon for å utforske undersøkelsesinnstillingene. Flere innstillinger blir tilgjengelige når du legger til et undersøkelseselement på designoverflaten." +// pe.caseInsensitive: "Case insensitive" => "Skiller ikke mellom store og små bokstaver" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Velg om store og små bokstaver i det regulære uttrykket må behandles som likeverdige." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/persian.ts b/packages/survey-creator-core/src/localization/persian.ts index 4c41f9fbb8..519a9e9aac 100644 --- a/packages/survey-creator-core/src/localization/persian.ts +++ b/packages/survey-creator-core/src/localization/persian.ts @@ -123,6 +123,8 @@ var persianStrings = { toolboxNoResultsFound: "نتیجه ای یافت نشد", propertyGridFilteredTextPlaceholder: "جستجو...", propertyGridNoResultsFound: "نتیجه ای یافت نشد", + propertyGridPlaceholderTitle: "شروع به پیکربندی فرم خود کنید", + propertyGridPlaceholderDescription: "برای کاوش در تنظیمات نظرسنجی، روی هر نماد دسته کلیک کنید. پس از افزودن یک عنصر نظرسنجی به سطح طراحی، تنظیمات اضافی در دسترس خواهند بود.", correctJSON: "لطفا JSON را تصحیح کنید.", surveyResults: "نتایج نظرسنجی: ", surveyResultsTable: "به صورت جدول", @@ -634,6 +636,7 @@ var persianStrings = { maxImageHeight: "حداکثر ارتفاع تصویر", minValue: "حداقل مقدار", maxValue: "حداکثر مقدار", + caseInsensitive: "غیر حساس به حروف بزرگ", minLength: "حداقل طول", allowDigits: "امکان ورود اعداد", minCount: "حداقل تعداد ", @@ -1360,6 +1363,7 @@ var persianStrings = { showInMultipleColumns: "هنگامی که انتخاب می شود، یک ستون فردی برای هر گزینه انتخاب ایجاد می کند.", colCount: "گزینه های انتخاب را در یک طرح چند ستونی مرتب می کند. هنگامی که روی 0 تنظیم می شود، گزینه ها در یک خط نمایش داده می شوند. هنگامی که روی -1 تنظیم می شود، مقدار واقعی از ویژگی \"تعداد ستون های تو در تو\" ماتریس والد به ارث می رسد." }, + caseInsensitive: "انتخاب کنید که آیا حروف بزرگ و کوچک در عبارت منظم باید معادل در نظر گرفته شوند.", widthMode: "را انتخاب کنید از: \"استاتیک\" - مجموعه عرض ثابت؛ \"پاسخگو\" - باعث می شود نظرسنجی عرض کامل صفحه نمایش را اشغال کند؛ \"Auto\" - هر یک از این دو را بسته به نوع سوال مورد استفاده اعمال می کند.", cookieName: "کوکی ها کاربران را از پر کردن همان نظرسنجی دو بار جلوگیری می کند.", logo: "چسباندن یک پیوند تصویر (بدون محدودیت اندازه) یا روی نماد پوشه کلیک کنید تا یک فایل را از رایانه خود مرور کنید (تا 64KB).", @@ -2726,4 +2730,8 @@ editorLocalization.locales["fa"] = persianStrings; // progressBarLocation.bottom: "Bottom" => "پایین" // progressBarLocation.topBottom: "Top and bottom" => "بالا و پایین" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "گزینه های انتخاب را در یک طرح چند ستونی مرتب می کند. هنگامی که روی 0 تنظیم می شود، گزینه ها در یک خط نمایش داده می شوند. هنگامی که روی -1 تنظیم می شود، مقدار واقعی از ویژگی \"تعداد ستون های تو در تو\" ماتریس والد به ارث می رسد." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "پیوندهای YouTube پشتیبانی نمی شوند." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "پیوندهای YouTube پشتیبانی نمی شوند." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "شروع به پیکربندی فرم خود کنید" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "برای کاوش در تنظیمات نظرسنجی، روی هر نماد دسته کلیک کنید. پس از افزودن یک عنصر نظرسنجی به سطح طراحی، تنظیمات اضافی در دسترس خواهند بود." +// pe.caseInsensitive: "Case insensitive" => "غیر حساس به حروف بزرگ" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "انتخاب کنید که آیا حروف بزرگ و کوچک در عبارت منظم باید معادل در نظر گرفته شوند." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/polish.ts b/packages/survey-creator-core/src/localization/polish.ts index 6ce777f1fe..13f27c3dc7 100644 --- a/packages/survey-creator-core/src/localization/polish.ts +++ b/packages/survey-creator-core/src/localization/polish.ts @@ -123,6 +123,8 @@ var polishStrings = { toolboxNoResultsFound: "Nie znaleziono wyników", propertyGridFilteredTextPlaceholder: "Wpisz, aby wyszukać...", propertyGridNoResultsFound: "Nie znaleziono wyników", + propertyGridPlaceholderTitle: "Rozpocznij konfigurowanie formularza", + propertyGridPlaceholderDescription: "Kliknij dowolną ikonę kategorii, aby zapoznać się z ustawieniami ankiety. Dodatkowe ustawienia staną się dostępne po dodaniu elementu ankiety do powierzchni projektowej.", correctJSON: "Please correct JSON.", surveyResults: "Wynik ankiety: ", surveyResultsTable: "Jako tabela", @@ -634,6 +636,7 @@ var polishStrings = { maxImageHeight: "Maksymalna wysokość obrazu", minValue: "Wartość minimalna", maxValue: "Wartość maksymalna", + caseInsensitive: "Bez uwzględniania wielkości liter", minLength: "Minimalna długość (w znakach)", allowDigits: "Zezwalaj na cyfry", minCount: "Minimalna liczba", @@ -1360,6 +1363,7 @@ var polishStrings = { showInMultipleColumns: "Gdy ta opcja jest zaznaczona, tworzy osobną kolumnę dla każdej opcji wyboru.", colCount: "Rozmieszcza opcje wyboru w układzie wielokolumnowym. Po ustawieniu wartości 0 opcje są wyświetlane w jednym wierszu. Po ustawieniu wartości -1 rzeczywista wartość jest dziedziczona z właściwości \"Liczba kolumn zagnieżdżonych\" macierzy nadrzędnej." }, + caseInsensitive: "Wybierz, czy wielkie i małe litery w wyrażeniu regularnym mają być traktowane jako równoważne.", widthMode: "Do wyboru: \"Statyczny\" - ustawia stałą szerokość; \"Responsywny\" - sprawia, że ankieta zajmuje całą szerokość ekranu; \"Auto\" – stosuje jedną z tych dwóch opcji w zależności od użytych typów pytań.", cookieName: "Pliki cookie uniemożliwiają użytkownikom dwukrotne wypełnienie tej samej ankiety.", logo: "Wklej link do obrazu (bez ograniczeń rozmiaru) lub kliknij ikonę folderu, aby przeglądać plik z komputera (do 64 KB).", @@ -3038,4 +3042,8 @@ editorLocalization.locales["pl"] = polishStrings; // progressBarLocation.bottom: "Bottom" => "Dno" // progressBarLocation.topBottom: "Top and bottom" => "Góra i dół" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Rozmieszcza opcje wyboru w układzie wielokolumnowym. Po ustawieniu wartości 0 opcje są wyświetlane w jednym wierszu. Po ustawieniu wartości -1 rzeczywista wartość jest dziedziczona z właściwości \"Liczba kolumn zagnieżdżonych\" macierzy nadrzędnej." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Linki do YouTube nie są obsługiwane." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Linki do YouTube nie są obsługiwane." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Rozpocznij konfigurowanie formularza" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Kliknij dowolną ikonę kategorii, aby zapoznać się z ustawieniami ankiety. Dodatkowe ustawienia staną się dostępne po dodaniu elementu ankiety do powierzchni projektowej." +// pe.caseInsensitive: "Case insensitive" => "Bez uwzględniania wielkości liter" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Wybierz, czy wielkie i małe litery w wyrażeniu regularnym mają być traktowane jako równoważne." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/portuguese.ts b/packages/survey-creator-core/src/localization/portuguese.ts index 99ae72863d..e3adc0514b 100644 --- a/packages/survey-creator-core/src/localization/portuguese.ts +++ b/packages/survey-creator-core/src/localization/portuguese.ts @@ -123,6 +123,8 @@ var portugueseTranslation = { toolboxNoResultsFound: "Nenhum resultado encontrado", propertyGridFilteredTextPlaceholder: "Escreva para pesquisar...", propertyGridNoResultsFound: "Nenhum resultado encontrado", + propertyGridPlaceholderTitle: "Comece a configurar seu formulário", + propertyGridPlaceholderDescription: "Clique em qualquer ícone de categoria para explorar as configurações do questionário. Configurações adicionais ficarão disponíveis quando você adicionar um elemento de levantamento topográfico à superfície de design.", correctJSON: "Por favor corrija o JSON.", surveyResults: "Resultado da pesquisa: ", surveyResultsTable: "Como Tabela", @@ -634,6 +636,7 @@ var portugueseTranslation = { maxImageHeight: "Altura máxima da imagem", minValue: "Valor mínimo", maxValue: "Valor máximo.", + caseInsensitive: "Diferencia maiúsculas de minúsculas", minLength: "Comprimento mínimo (em caracteres)", allowDigits: "Permitir dígitos", minCount: "Contagem mínima", @@ -1360,6 +1363,7 @@ var portugueseTranslation = { showInMultipleColumns: "Quando selecionada, cria uma coluna individual para cada opção de escolha.", colCount: "Organiza as opções de escolha em um layout de várias colunas. Quando definido como 0, as opções são exibidas em uma única linha. Quando definido como -1, o valor real é herdado da propriedade \"Contagem de colunas aninhadas\" da matriz pai." }, + caseInsensitive: "Selecione se letras maiúsculas e minúsculas na expressão regular devem ser tratadas como equivalentes.", widthMode: "Escolha entre: \"Estático\" - define uma largura fixa; \"Responsivo\" - faz com que a pesquisa ocupe toda a largura da tela; \"Auto\" - aplica-se a qualquer um dos dois, dependendo dos tipos de pergunta usados.", cookieName: "Os cookies impedem que os usuários preencham a mesma pesquisa duas vezes.", logo: "Cole um link de imagem (sem limites de tamanho) ou clique no ícone de pasta para procurar um arquivo do seu computador (até 64 KB).", @@ -2437,4 +2441,8 @@ editorLocalization.locales["pt"] = portugueseTranslation; // progressBarLocation.bottom: "Bottom" => "Fundo" // progressBarLocation.topBottom: "Top and bottom" => "Superior e inferior" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Organiza as opções de escolha em um layout de várias colunas. Quando definido como 0, as opções são exibidas em uma única linha. Quando definido como -1, o valor real é herdado da propriedade \"Contagem de colunas aninhadas\" da matriz pai." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Os links do YouTube não são suportados." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Os links do YouTube não são suportados." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Comece a configurar seu formulário" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Clique em qualquer ícone de categoria para explorar as configurações do questionário. Configurações adicionais ficarão disponíveis quando você adicionar um elemento de levantamento topográfico à superfície de design." +// pe.caseInsensitive: "Case insensitive" => "Diferencia maiúsculas de minúsculas" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Selecione se letras maiúsculas e minúsculas na expressão regular devem ser tratadas como equivalentes." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/romanian.ts b/packages/survey-creator-core/src/localization/romanian.ts index 9bc9285352..0388525bba 100644 --- a/packages/survey-creator-core/src/localization/romanian.ts +++ b/packages/survey-creator-core/src/localization/romanian.ts @@ -123,6 +123,8 @@ export const roStrings = { toolboxNoResultsFound: "Nu au fost găsite rezultate", propertyGridFilteredTextPlaceholder: "Tastați pentru a căuta...", propertyGridNoResultsFound: "Nu au fost găsite rezultate", + propertyGridPlaceholderTitle: "Începeți să configurați formularul", + propertyGridPlaceholderDescription: "Faceți clic pe orice pictogramă de categorie pentru a explora setările sondajului. Setările suplimentare vor deveni disponibile odată ce adăugați un element de chestionar la suprafața de proiectare.", correctJSON: "Vă rugăm să corectați JSON.", surveyResults: "Rezultatele chestionarului ", surveyResultsTable: "Ca tabel", @@ -634,6 +636,7 @@ export const roStrings = { maxImageHeight: "Înălțimea maximă a zonei de afișare", minValue: "Valoarea minimă", maxValue: "Valoarea maximă", + caseInsensitive: "Insensibil la majuscule și minuscule", minLength: "Lungimea minimă (în caractere)", allowDigits: "Permiteți cifre", minCount: "Numărul minim", @@ -1360,6 +1363,7 @@ export const roStrings = { showInMultipleColumns: "Când este selectat, creează o coloană individuală pentru fiecare opțiune de alegere.", colCount: "Aranjează opțiunile de alegere într-un aspect cu mai multe coloane. Când este setat la 0, opțiunile sunt afișate într-o singură linie. Când este setată la -1, valoarea reală este moștenită de la proprietatea \"Număr de coloane imbricate\" a matricei părinte." }, + caseInsensitive: "Selectați dacă literele mari și mici din expresia regulată trebuie tratate ca echivalente.", widthMode: "Alegeți dintre: „Static” - setează o lățime fixă; „Responsive” - face ca chestionarul să ocupe întreaga lățime a ecranului; „Auto” - aplică una dintre cele două în funcție de tipurile de întrebări utilizate.", cookieName: "Atribuiți o valoare unică cookie-ului pentru chestionarul dvs. Cookie-ul va fi setat în browserul unui respondent la finalizarea chestionarului pentru a preveni trimiterea repetată a chestionarului.", logo: "Introduceți un link către o imagine (fără limită de dimensiune) sau faceți clic pe pictograma folder pentru a naviga un fișier de pe computerul dvs. (până la 64KB).", @@ -1704,4 +1708,8 @@ editorLocalization.locales["ro"] = roStrings; // progressBarLocation.bottom: "Bottom" => "Fund" // progressBarLocation.topBottom: "Top and bottom" => "Sus și jos" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Aranjează opțiunile de alegere într-un aspect cu mai multe coloane. Când este setat la 0, opțiunile sunt afișate într-o singură linie. Când este setată la -1, valoarea reală este moștenită de la proprietatea \"Număr de coloane imbricate\" a matricei părinte." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Linkurile YouTube nu sunt acceptate." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Linkurile YouTube nu sunt acceptate." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Începeți să configurați formularul" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Faceți clic pe orice pictogramă de categorie pentru a explora setările sondajului. Setările suplimentare vor deveni disponibile odată ce adăugați un element de chestionar la suprafața de proiectare." +// pe.caseInsensitive: "Case insensitive" => "Insensibil la majuscule și minuscule" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Selectați dacă literele mari și mici din expresia regulată trebuie tratate ca echivalente." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/russian.ts b/packages/survey-creator-core/src/localization/russian.ts index 92e0c85e1c..36622bf230 100644 --- a/packages/survey-creator-core/src/localization/russian.ts +++ b/packages/survey-creator-core/src/localization/russian.ts @@ -123,6 +123,8 @@ export var ruStrings = { toolboxNoResultsFound: "Никаких результатов не найдено", propertyGridFilteredTextPlaceholder: "Введите для поиска...", propertyGridNoResultsFound: "Никаких результатов не найдено", + propertyGridPlaceholderTitle: "Начните настройку формы", + propertyGridPlaceholderDescription: "Нажмите на любой значок категории, чтобы ознакомиться с настройками опроса. Дополнительные настройки станут доступны после добавления элемента опроса в область конструктора.", correctJSON: "Пожалуйста, исправьте JSON.", surveyResults: "Результаты обследования", surveyResultsTable: "Как таблица", @@ -634,6 +636,7 @@ export var ruStrings = { maxImageHeight: "Максимальная высота изображения", minValue: "Минимальное значение", maxValue: "Максимальное значение", + caseInsensitive: "Учет регистра", minLength: "Минимальная длина (в символах)", allowDigits: "Разрешить цифры", minCount: "Минимальное количество", @@ -1360,6 +1363,7 @@ export var ruStrings = { showInMultipleColumns: "При выборе этого параметра создается отдельный столбец для каждого варианта выбора.", colCount: "Упорядочивает варианты выбора в макете с несколькими столбцами. Если установлено значение 0, параметры отображаются в одну строку. При значении -1 фактическое значение наследуется от свойства \"Количество вложенных столбцов\" родительской матрицы." }, + caseInsensitive: "Выберите, если прописные и строчные буквы в регулярном выражении должны рассматриваться как эквивалентные.", widthMode: "Выберите один из: \"Статический\" - задает фиксированную ширину; «Отзывчивый» - заставляет опрос занимать всю ширину экрана; \"Авто\" - применяет любой из двух вариантов в зависимости от используемых типов вопросов.", cookieName: "Файлы cookie не позволяют пользователям заполнять один и тот же опрос дважды.", logo: "Вставьте ссылку на изображение (без ограничений по размеру) или нажмите значок папки, чтобы просмотреть файл с компьютера (до 64 КБ).", @@ -2831,4 +2835,8 @@ editorLocalization.locales["ru"] = ruStrings; // progressBarLocation.bottom: "Bottom" => "Дно" // progressBarLocation.topBottom: "Top and bottom" => "Верх и низ" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Упорядочивает варианты выбора в макете с несколькими столбцами. Если установлено значение 0, параметры отображаются в одну строку. При значении -1 фактическое значение наследуется от свойства \"Количество вложенных столбцов\" родительской матрицы." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Ссылки на YouTube не поддерживаются." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Ссылки на YouTube не поддерживаются." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Начните настройку формы" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Нажмите на любой значок категории, чтобы ознакомиться с настройками опроса. Дополнительные настройки станут доступны после добавления элемента опроса в область конструктора." +// pe.caseInsensitive: "Case insensitive" => "Учет регистра" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Выберите, если прописные и строчные буквы в регулярном выражении должны рассматриваться как эквивалентные." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/simplified-chinese.ts b/packages/survey-creator-core/src/localization/simplified-chinese.ts index 691cf3efa2..f5fa5fe012 100644 --- a/packages/survey-creator-core/src/localization/simplified-chinese.ts +++ b/packages/survey-creator-core/src/localization/simplified-chinese.ts @@ -123,6 +123,8 @@ var simplifiedChineseTranslation = { toolboxNoResultsFound: "未找到结果", propertyGridFilteredTextPlaceholder: "键入以搜索...", propertyGridNoResultsFound: "未找到结果", + propertyGridPlaceholderTitle: "开始配置表单", + propertyGridPlaceholderDescription: "单击任何类别图标以浏览调查设置。将测量元素添加到设计图面后,其他设置将变为可用。", correctJSON: "请修正 JSON 数据", surveyResults: "问卷结果: ", surveyResultsTable: "表格形式", @@ -634,6 +636,7 @@ var simplifiedChineseTranslation = { maxImageHeight: "最大图像高度", minValue: "最小值", maxValue: "最大值", + caseInsensitive: "不区分大小写", minLength: "最小长度", allowDigits: "允许的位数", minCount: "最小数量", @@ -1360,6 +1363,7 @@ var simplifiedChineseTranslation = { showInMultipleColumns: "选中后,为每个选项创建一个单独的列。", colCount: "在多列布局中排列选项。设置为 0 时,选项将以单行显示。当设置为 -1 时,实际值继承自父矩阵的 “Nested column count” 属性。" }, + caseInsensitive: "如果必须将正则表达式中的大写字母和小写字母视为等效字母,请选择此项。", widthMode: "从以下选项中选择: “静态” - 设置固定宽度;“响应式” - 使调查占据屏幕的整个宽度;“自动” - 根据所使用的问题类型应用两者中的任何一个。", cookieName: "Cookie 可防止用户两次填写同一调查问卷。", logo: "粘贴图像链接(无大小限制)或单击文件夹图标以浏览计算机中的文件(最大 64KB)。", @@ -2913,4 +2917,8 @@ editorLocalization.locales["zh-cn"] = simplifiedChineseTranslation; // progressBarLocation.bottom: "Bottom" => "底" // progressBarLocation.topBottom: "Top and bottom" => "顶部和底部" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "在多列布局中排列选项。设置为 0 时,选项将以单行显示。当设置为 -1 时,实际值继承自父矩阵的 “Nested column count” 属性。" -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "不支持 YouTube 链接。" \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "不支持 YouTube 链接。" +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "开始配置表单" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "单击任何类别图标以浏览调查设置。将测量元素添加到设计图面后,其他设置将变为可用。" +// pe.caseInsensitive: "Case insensitive" => "不区分大小写" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "如果必须将正则表达式中的大写字母和小写字母视为等效字母,请选择此项。" \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/slovak.ts b/packages/survey-creator-core/src/localization/slovak.ts index ddde273b0b..fe31d4bd24 100644 --- a/packages/survey-creator-core/src/localization/slovak.ts +++ b/packages/survey-creator-core/src/localization/slovak.ts @@ -123,6 +123,8 @@ export var skStrings = { toolboxNoResultsFound: "Nenašli sa žiadne výsledky", propertyGridFilteredTextPlaceholder: "Zadajte reťazec pre vyhľadávanie...", propertyGridNoResultsFound: "Nenašli sa žiadne výsledky", + propertyGridPlaceholderTitle: "Začnite konfigurovať formulár", + propertyGridPlaceholderDescription: "Kliknutím na ikonu ľubovoľnej kategórie preskúmate nastavenia prieskumu. Ďalšie nastavenia budú k dispozícii po pridaní prvku prieskumu na návrhovú plochu.", correctJSON: "Opravte JSON.", surveyResults: "Výsledok prieskumu: ", surveyResultsTable: "Ako tabuľku", @@ -634,6 +636,7 @@ export var skStrings = { maxImageHeight: "Maximálna výška obrázka", minValue: "Minimálna hodnota", maxValue: "Maximálna hodnota", + caseInsensitive: "Nerozlišujú sa veľké a malé písmená", minLength: "Minimálna dĺžka", allowDigits: "Povoliť čísla", minCount: "Minimálny počet", @@ -1360,6 +1363,7 @@ export var skStrings = { showInMultipleColumns: "Ak je táto voľba vybratá, vytvorí samostatný stĺpec pre každú možnosť výberu.", colCount: "Usporiada možnosti výberu vo viacstĺpcovom rozložení. Ak je nastavená hodnota 0, možnosti sa zobrazia v jednom riadku. Ak je nastavená na -1, skutočná hodnota sa zdedí z vlastnosti \"Počet vnorených stĺpcov\" nadradenej matice." }, + caseInsensitive: "Vyberte, či sa veľké a malé písmená v regulárnom výraze musia považovať za ekvivalentné.", widthMode: "Vyberte si z: \"Statický\" - nastavuje pevnú šírku; \"Responzívny\" - spôsobuje, že prieskum zaberá celú šírku obrazovky; \"Auto\" - použije ktorýkoľvek z týchto dvoch v závislosti od použitých typov otázok.", cookieName: "Súbory cookie zabraňujú používateľom vyplniť ten istý prieskum dvakrát.", logo: "Prilepte odkaz na obrázok (bez obmedzenia veľkosti) alebo kliknite na ikonu priečinka a prehľadávajte súbor z počítača (až 64 kB).", @@ -2724,4 +2728,8 @@ editorLocalization.locales["sk"] = skStrings; // progressBarLocation.bottom: "Bottom" => "Dno" // progressBarLocation.topBottom: "Top and bottom" => "Hore a dole" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Usporiada možnosti výberu vo viacstĺpcovom rozložení. Ak je nastavená hodnota 0, možnosti sa zobrazia v jednom riadku. Ak je nastavená na -1, skutočná hodnota sa zdedí z vlastnosti \"Počet vnorených stĺpcov\" nadradenej matice." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Odkazy na YouTube nie sú podporované." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Odkazy na YouTube nie sú podporované." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Začnite konfigurovať formulár" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Kliknutím na ikonu ľubovoľnej kategórie preskúmate nastavenia prieskumu. Ďalšie nastavenia budú k dispozícii po pridaní prvku prieskumu na návrhovú plochu." +// pe.caseInsensitive: "Case insensitive" => "Nerozlišujú sa veľké a malé písmená" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Vyberte, či sa veľké a malé písmená v regulárnom výraze musia považovať za ekvivalentné." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/spanish.ts b/packages/survey-creator-core/src/localization/spanish.ts index 625f79168a..80fdb52c11 100644 --- a/packages/survey-creator-core/src/localization/spanish.ts +++ b/packages/survey-creator-core/src/localization/spanish.ts @@ -123,6 +123,8 @@ var spanishTranslation = { toolboxNoResultsFound: "No se han encontrado resultados", propertyGridFilteredTextPlaceholder: "Escribe para buscar...", propertyGridNoResultsFound: "No se han encontrado resultados", + propertyGridPlaceholderTitle: "Empieza a configurar tu formulario", + propertyGridPlaceholderDescription: "Haga clic en cualquier icono de categoría para explorar la configuración de la encuesta. Los ajustes adicionales estarán disponibles una vez que agregue un elemento de topografía a la superficie de diseño.", correctJSON: "Por favor, corrija JSON", surveyResults: "Resultado de la encuesta:", surveyResultsTable: "Como Tabla", @@ -634,6 +636,7 @@ var spanishTranslation = { maxImageHeight: "Alto de imagen máximo", minValue: "Valor mínimo", maxValue: "Valor máximo", + caseInsensitive: "No distingue entre mayúsculas y minúscu", minLength: "Longitud mínima", allowDigits: "Permitir dígitos", minCount: "Cantidad mínima", @@ -1360,6 +1363,7 @@ var spanishTranslation = { showInMultipleColumns: "Cuando se selecciona, crea una columna individual para cada opción de opción.", colCount: "Organiza las opciones de elección en un diseño de varias columnas. Cuando se establece en 0, las opciones se muestran en una sola línea. Cuando se establece en -1, el valor real se hereda de la propiedad \"Recuento de columnas anidadas\" de la matriz principal." }, + caseInsensitive: "Seleccione si las letras mayúsculas y minúsculas de la expresión regular deben tratarse como equivalentes.", widthMode: "Elija entre: \"Estático\": establece un ancho fijo; \"Responsivo\": hace que la encuesta ocupe todo el ancho de la pantalla; \"Auto\": aplica cualquiera de los dos dependiendo de los tipos de preguntas utilizados.", cookieName: "Las cookies impiden que los usuarios completen la misma encuesta dos veces.", logo: "Pegue un enlace de imagen (sin límites de tamaño) o haga clic en el icono de la carpeta para buscar un archivo desde su computadora (hasta 64 KB).", @@ -2545,4 +2549,8 @@ editorLocalization.locales["es"] = spanishTranslation; // progressBarLocation.bottom: "Bottom" => "Fondo" // progressBarLocation.topBottom: "Top and bottom" => "Arriba y abajo" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Organiza las opciones de elección en un diseño de varias columnas. Cuando se establece en 0, las opciones se muestran en una sola línea. Cuando se establece en -1, el valor real se hereda de la propiedad \"Recuento de columnas anidadas\" de la matriz principal." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Los enlaces de YouTube no son compatibles." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "Los enlaces de YouTube no son compatibles." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Empieza a configurar tu formulario" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Haga clic en cualquier icono de categoría para explorar la configuración de la encuesta. Los ajustes adicionales estarán disponibles una vez que agregue un elemento de topografía a la superficie de diseño." +// pe.caseInsensitive: "Case insensitive" => "No distingue entre mayúsculas y minúscu" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Seleccione si las letras mayúsculas y minúsculas de la expresión regular deben tratarse como equivalentes." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/swedish.ts b/packages/survey-creator-core/src/localization/swedish.ts index 1100f2b981..728a4b624f 100644 --- a/packages/survey-creator-core/src/localization/swedish.ts +++ b/packages/survey-creator-core/src/localization/swedish.ts @@ -123,6 +123,8 @@ export let svStrings = { toolboxNoResultsFound: "Inga resultat hittades", propertyGridFilteredTextPlaceholder: "Skriv för att söka...", propertyGridNoResultsFound: "Inga resultat hittades", + propertyGridPlaceholderTitle: "Börja konfigurera formuläret", + propertyGridPlaceholderDescription: "Klicka på en kategoriikon för att utforska undersökningsinställningarna. Ytterligare inställningar blir tillgängliga när du lägger till ett undersökningselement på designytan.", correctJSON: "Var vänligen korrigera JSON.", surveyResults: "Enkät resultat: ", surveyResultsTable: "Som tabell", @@ -634,6 +636,7 @@ export let svStrings = { maxImageHeight: "Maximal bildhöjd", minValue: "Minsta värde", maxValue: "Maximalt värde", + caseInsensitive: "Skiftlägesokänsligt", minLength: "Minsta längd (i tecken)", allowDigits: "Tillåt siffror", minCount: "Minsta antal", @@ -1360,6 +1363,7 @@ export let svStrings = { showInMultipleColumns: "När du väljer det här alternativet skapas en enskild kolumn för varje alternativ.", colCount: "Ordnar valalternativ i en layout med flera kolumner. När värdet är 0 visas alternativen på en enda rad. När värdet är -1 ärvs det faktiska värdet från egenskapen \"Kapslad kolumnantal\" i den överordnade matrisen." }, + caseInsensitive: "Välj om versaler och gemener i det reguljära uttrycket ska behandlas som likvärdiga.", widthMode: "Välj mellan: \"Statisk\" - ställer in en fast bredd; \"Responsiv\" - gör att undersökningen upptar hela skärmens bredd; \"Auto\" - gäller någon av de två beroende på vilka frågetyper som används.", cookieName: "Cookies hindrar användare från att fylla i samma undersökning två gånger.", logo: "Klistra in en bildlänk (inga storleksbegränsningar) eller klicka på mappikonen för att bläddra i en fil från din dator (upp till 64 kB).", @@ -2948,4 +2952,8 @@ editorLocalization.locales["sv"] = svStrings; // progressBarLocation.bottom: "Bottom" => "Botten" // progressBarLocation.topBottom: "Top and bottom" => "Topp och botten" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Ordnar valalternativ i en layout med flera kolumner. När värdet är 0 visas alternativen på en enda rad. När värdet är -1 ärvs det faktiska värdet från egenskapen \"Kapslad kolumnantal\" i den överordnade matrisen." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-länkar stöds inte." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube-länkar stöds inte." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Börja konfigurera formuläret" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Klicka på en kategoriikon för att utforska undersökningsinställningarna. Ytterligare inställningar blir tillgängliga när du lägger till ett undersökningselement på designytan." +// pe.caseInsensitive: "Case insensitive" => "Skiftlägesokänsligt" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Välj om versaler och gemener i det reguljära uttrycket ska behandlas som likvärdiga." \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/thai.ts b/packages/survey-creator-core/src/localization/thai.ts index af3ca7e543..2cb2562b41 100644 --- a/packages/survey-creator-core/src/localization/thai.ts +++ b/packages/survey-creator-core/src/localization/thai.ts @@ -123,6 +123,8 @@ export const thStrings = { toolboxNoResultsFound: "ไม่พบผลลัพธ์", propertyGridFilteredTextPlaceholder: "พิมพ์เพื่อค้นหา...", propertyGridNoResultsFound: "ไม่พบผลลัพธ์", + propertyGridPlaceholderTitle: "เริ่มกําหนดค่าฟอร์มของคุณ", + propertyGridPlaceholderDescription: "คลิกไอคอนหมวดหมู่ใดก็ได้เพื่อสํารวจการตั้งค่าแบบสํารวจ การตั้งค่าเพิ่มเติมจะพร้อมใช้งานเมื่อคุณเพิ่มองค์ประกอบแบบสํารวจลงในพื้นผิวการออกแบบ", correctJSON: "กรุณาแก้ไข JSON", surveyResults: "ผลลัพธ์ของแบบสำรวจ", surveyResultsTable: "เป็นตาราง", @@ -634,6 +636,7 @@ export const thStrings = { maxImageHeight: "ความสูงสูงสุดของพื้นที่แสดงผล", minValue: "ค่าขั้นต่ำ", maxValue: "ค่าสูงสุด", + caseInsensitive: "ไม่คํานึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่", minLength: "ความยาวขั้นต่ำ (ในตัวอักษร)", allowDigits: "อนุญาตให้มีตัวเลข", minCount: "จำนวนขั้นต่ำ", @@ -1360,6 +1363,7 @@ export const thStrings = { showInMultipleColumns: "เมื่อเลือก จะสร้างคอลัมน์แยกสำหรับตัวเลือกแต่ละตัว", colCount: "จัดเรียงตัวเลือกตัวเลือกในรูปแบบหลายคอลัมน์ เมื่อตั้งค่าเป็น 0 ตัวเลือกจะแสดงในบรรทัดเดียว เมื่อตั้งค่าเป็น -1 ค่าจริงจะถูกสืบทอดมาจากคุณสมบัติ \"จํานวนคอลัมน์ที่ซ้อนกัน\" ของเมทริกซ์หลัก" }, + caseInsensitive: "เลือกว่าตัวพิมพ์ใหญ่และตัวพิมพ์เล็กในนิพจน์ทั่วไปต้องถือว่าเทียบเท่าหรือไม่", widthMode: "เลือกจาก: \"คงที่\" - ตั้งค่าความกว้างคงที่; \"ตอบสนอง\" - ทำให้แบบสำรวจเต็มความกว้างของหน้าจอ; \"อัตโนมัติ\" - ใช้ค่าใดค่าหนึ่งในสองค่าตามประเภทคำถามที่ใช้", cookieName: "กำหนดค่า cookie ที่ไม่ซ้ำกันสำหรับแบบสำรวจของคุณ Cookie จะถูกตั้งค่าในเบราว์เซอร์ของผู้ตอบเมื่อแบบสำรวจเสร็จสมบูรณ์เพื่อป้องกันการส่งแบบสำรวจซ้ำ", logo: "วางลิงก์ภาพ (ไม่มีขนาดจำกัด) หรือคลิกไอคอนโฟลเดอร์เพื่อเลือกไฟล์จากคอมพิวเตอร์ของคุณ (สูงสุด 64KB)", @@ -1704,4 +1708,8 @@ editorLocalization.locales["th"] = thStrings; // progressBarLocation.bottom: "Bottom" => "ก้น" // progressBarLocation.topBottom: "Top and bottom" => "ด้านบนและด้านล่าง" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "จัดเรียงตัวเลือกตัวเลือกในรูปแบบหลายคอลัมน์ เมื่อตั้งค่าเป็น 0 ตัวเลือกจะแสดงในบรรทัดเดียว เมื่อตั้งค่าเป็น -1 ค่าจริงจะถูกสืบทอดมาจากคุณสมบัติ \"จํานวนคอลัมน์ที่ซ้อนกัน\" ของเมทริกซ์หลัก" -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "ไม่รองรับลิงก์ YouTube" \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "ไม่รองรับลิงก์ YouTube" +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "เริ่มกําหนดค่าฟอร์มของคุณ" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "คลิกไอคอนหมวดหมู่ใดก็ได้เพื่อสํารวจการตั้งค่าแบบสํารวจ การตั้งค่าเพิ่มเติมจะพร้อมใช้งานเมื่อคุณเพิ่มองค์ประกอบแบบสํารวจลงในพื้นผิวการออกแบบ" +// pe.caseInsensitive: "Case insensitive" => "ไม่คํานึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "เลือกว่าตัวพิมพ์ใหญ่และตัวพิมพ์เล็กในนิพจน์ทั่วไปต้องถือว่าเทียบเท่าหรือไม่" \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/traditional-chinese.ts b/packages/survey-creator-core/src/localization/traditional-chinese.ts index 5ca4a86919..24272f9d53 100644 --- a/packages/survey-creator-core/src/localization/traditional-chinese.ts +++ b/packages/survey-creator-core/src/localization/traditional-chinese.ts @@ -123,6 +123,8 @@ var traditionalChineseTranslation = { toolboxNoResultsFound: "未找到結果", propertyGridFilteredTextPlaceholder: "鍵入以搜尋...", propertyGridNoResultsFound: "未找到結果", + propertyGridPlaceholderTitle: "開始配置表單", + propertyGridPlaceholderDescription: "按兩下任何類別圖示以瀏覽調查設置。將測量元素添加到設計圖面后,其他設置將變為可用。", correctJSON: "修正 JSON", surveyResults: "問卷結果: ", surveyResultsTable: "如表", @@ -634,6 +636,7 @@ var traditionalChineseTranslation = { maxImageHeight: "最大圖像高度", minValue: "最小值", maxValue: "最大值", + caseInsensitive: "不區分大小寫", minLength: "最小長度(以字元為單位)", allowDigits: "允許數位", minCount: "最小計數", @@ -1360,6 +1363,7 @@ var traditionalChineseTranslation = { showInMultipleColumns: "選取後,為每個選項創建一個單獨的列。", colCount: "在多列佈局中排列選項。設置為 0 時,選項將以單行顯示。當設置為 -1 時,實際值繼承自父矩陣的 “Nested column count” 屬性。" }, + caseInsensitive: "如果必須將正則表示式中的大寫字母和小寫字母視為等效字母,請選擇此項。", widthMode: "從以下選項中選擇: 「靜態」 - 設置固定寬度;“回應式” - 使調查佔據螢幕的整個寬度;“自動” - 根據所使用的問題類型應用兩者中的任何一個。", cookieName: "Cookie 可防止使用者兩次填寫同一調查問卷。", logo: "粘貼圖像連結(無大小限制)或按下資料夾圖示以瀏覽電腦中的檔(最大 64KB)。", @@ -3043,4 +3047,8 @@ editorLocalization.locales["zh-tw"] = traditionalChineseTranslation; // progressBarLocation.bottom: "Bottom" => "底" // progressBarLocation.topBottom: "Top and bottom" => "頂部和底部" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "在多列佈局中排列選項。設置為 0 時,選項將以單行顯示。當設置為 -1 時,實際值繼承自父矩陣的 “Nested column count” 屬性。" -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "不支援YouTube連結。" \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "不支援YouTube連結。" +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "開始配置表單" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "按兩下任何類別圖示以瀏覽調查設置。將測量元素添加到設計圖面后,其他設置將變為可用。" +// pe.caseInsensitive: "Case insensitive" => "不區分大小寫" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "如果必須將正則表示式中的大寫字母和小寫字母視為等效字母,請選擇此項。" \ No newline at end of file diff --git a/packages/survey-creator-core/src/localization/turkish.ts b/packages/survey-creator-core/src/localization/turkish.ts index b6811e1eae..7ea9b77f04 100644 --- a/packages/survey-creator-core/src/localization/turkish.ts +++ b/packages/survey-creator-core/src/localization/turkish.ts @@ -123,6 +123,8 @@ export var turkishStrings = { toolboxNoResultsFound: "Sonuç bulunamadı", propertyGridFilteredTextPlaceholder: "Aramak için yazın...", propertyGridNoResultsFound: "Sonuç bulunamadı", + propertyGridPlaceholderTitle: "Formunuzu yapılandırmaya başlayın", + propertyGridPlaceholderDescription: "Anket ayarlarını keşfetmek için herhangi bir kategori simgesini tıklayın. Tasarım yüzeyine bir anket öğesi eklediğinizde ek ayarlar kullanılabilir hale gelir.", correctJSON: "JSON nesnesini doğrular.", surveyResults: "Anket Sonucu: ", surveyResultsTable: "Tablo olarak", @@ -634,6 +636,7 @@ export var turkishStrings = { maxImageHeight: "Maksimum görüntü yüksekliği", minValue: "Minimum değer", maxValue: "Maksimum değer", + caseInsensitive: "Büyük/küçük harfe duyarlı değil", minLength: "Minimum uzunluk", allowDigits: "Rakamlara izin ver", minCount: "Minimum miktar", @@ -1360,6 +1363,7 @@ export var turkishStrings = { showInMultipleColumns: "Seçildiğinde, her seçim seçeneği için ayrı bir sütun oluşturur.", colCount: "Seçim seçeneklerini çok sütunlu bir düzende düzenler. 0 olarak ayarlandığında, seçenekler tek bir satırda görüntülenir. -1 olarak ayarlandığında, gerçek değer üst matrisin \"İç içe sütun sayısı\" özelliğinden devralınır." }, + caseInsensitive: "Normal ifadedeki büyük ve küçük harflerin eşdeğer olarak kabul edilmesi gerekip gerekmediğini seçin.", widthMode: "Şunlar arasından seçim yapın: \"Statik\" - sabit bir genişlik ayarlar; \"Duyarlı\" - anketin ekranın tüm genişliğini kaplamasını sağlar; \"Otomatik\" - kullanılan soru türlerine bağlı olarak ikisinden birini uygular.", cookieName: "Çerezler, kullanıcıların aynı anketi iki kez doldurmasını engeller.", logo: "Bilgisayarınızdan bir dosyaya (64 KB'a kadar) göz atmak için bir resim bağlantısı yapıştırın (boyut sınırı yok) veya klasör simgesini tıklayın.", @@ -2766,4 +2770,8 @@ editorLocalization.locales["tr"] = turkishStrings; // progressBarLocation.bottom: "Bottom" => "Dip" // progressBarLocation.topBottom: "Top and bottom" => "Üst ve alt" // matrixdropdowncolumn.colCount: "Arranges choice options in a multi-column layout. When set to 0, the options are displayed in a single line. When set to -1, the actual value is inherited from the \"Nested column count\" property of the parent matrix." => "Seçim seçeneklerini çok sütunlu bir düzende düzenler. 0 olarak ayarlandığında, seçenekler tek bir satırda görüntülenir. -1 olarak ayarlandığında, gerçek değer üst matrisin \"İç içe sütun sayısı\" özelliğinden devralınır." -// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube bağlantıları desteklenmemektedir." \ No newline at end of file +// ed.translationYouTubeNotSupported: "YouTube links are not supported." => "YouTube bağlantıları desteklenmemektedir." +// ed.propertyGridPlaceholderTitle: "Start configuring your form" => "Formunuzu yapılandırmaya başlayın" +// ed.propertyGridPlaceholderDescription: "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface." => "Anket ayarlarını keşfetmek için herhangi bir kategori simgesini tıklayın. Tasarım yüzeyine bir anket öğesi eklediğinizde ek ayarlar kullanılabilir hale gelir." +// pe.caseInsensitive: "Case insensitive" => "Büyük/küçük harfe duyarlı değil" +// pehelp.caseInsensitive: "Select if uppercase and lowercase letters in the regular expression must be treated as equivalent." => "Normal ifadedeki büyük ve küçük harflerin eşdeğer olarak kabul edilmesi gerekip gerekmediğini seçin." \ No newline at end of file