Skip to content

Commit 9ab174d

Browse files
committed
Update edge strings for FI
1 parent 038a5ee commit 9ab174d

File tree

13 files changed

+59
-59
lines changed

13 files changed

+59
-59
lines changed

Extension/bin/messages/cs/messages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"poslední řádek souboru končí bez nového řádku",
44
"poslední řádek souboru končí zpětným lomítkem",
55
"Soubor #include %sq obsahuje sám sebe.",
6-
"nedostatek paměti",
6+
"Nedostatek paměti. Zvažte povolení 64bitového modulu IntelliSense a zvýšení limitu paměti IntelliSense v nastaveních.",
77
null,
88
"nezavřený komentář na konci souboru",
99
"Nerozpoznaný token",
@@ -1505,7 +1505,7 @@
15051505
"Chyba příkazového řádku",
15061506
"vnitřní chyba",
15071507
"Vnitřní chyba",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Došlo k dosažení limitu chyb.",
15111511
"Smyčka interní chyby",
@@ -1524,7 +1524,7 @@
15241524
"převodní jazyk (7)",
15251525
"převodní jazyk (8)",
15261526
"převodní jazyk (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"neplatný znak pro literál char16_t",
15381538
null,
15391539
"Nerozpoznaná konvence volání %s, musí být jednou z:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"Nadřízený typ typu výčtu musí být integrální typ.",
@@ -2955,7 +2955,7 @@
29552955
"Specifikátory omezení destruktoru musejí pokrývat sjednocení specifikátorů omezení všech konstruktorů.",
29562956
"error",
29572957
"Pro nostdlib se vyžaduje aspoň jedno nucené použití.",
2958-
"error-type",
2958+
"typ chyby",
29592959
null,
29602960
null,
29612961
null,

Extension/bin/messages/de/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Die letzte Zeile von Dateien endet ohne Zeilenvorschub.",
44
"Die letzte Zeile von Dateien endet mit einem umgekehrten Schrägstrich.",
55
"Die #include-Datei \"%sq\" schließt sich selbst ein.",
6-
"Nicht genügend Arbeitsspeicher.",
6+
"Es ist nicht genügend Arbeitsspeicher vorhanden. Erwägen Sie, die 64-Bit-IntelliSense-Engine zu aktivieren und das IntelliSense-Arbeitsspeicherlimit in den Einstellungen zu erhöhen.",
77
null,
88
"Nicht geschlossener Kommentar am Ende der Datei",
99
"Unbekanntes Token",
@@ -1505,7 +1505,7 @@
15051505
"Befehlszeilenfehler",
15061506
"Interner Fehler.",
15071507
"Interner Fehler.",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Fehlerlimit erreicht.",
15111511
"Interne Fehlerschleife",
@@ -1524,7 +1524,7 @@
15241524
"Zwischensprache (7)",
15251525
"Zwischensprache (8)",
15261526
"Zwischensprache (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"Ungültiges Zeichen für char16_t-Literal.",
15381538
null,
15391539
"Unbekannte Aufrufkonvention \"%s\", muss eine der folgenden Optionen sein:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"Der zugrunde liegende Typ des Enumerationstyps muss ein integraler Typ sein.",

Extension/bin/messages/es/messages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"la última línea del archivo termina sin una nueva línea",
44
"la última línea del archivo termina con una barra diagonal inversa",
55
"el archivo #include %sq se incluye a sí mismo",
6-
"memoria insuficiente",
6+
"Memoria insuficiente. Considere la posibilidad de habilitar el motor de IntelliSense de 64 bits y aumentar el límite de memoria de IntelliSense en la configuración.",
77
null,
88
"comentario no cerrado al final del archivo",
99
"token no reconocido",
@@ -1505,7 +1505,7 @@
15051505
"Error de la línea de comandos",
15061506
"Error interno",
15071507
"Error interno",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Se ha alcanzado el límite de error.",
15111511
"Bucle de error interno",
@@ -1524,7 +1524,7 @@
15241524
"lenguaje intermedio (7)",
15251525
"lenguaje intermedio (8)",
15261526
"lenguaje intermedio (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"carácter no válido para el literal char16_t",
15381538
null,
15391539
"convención de llamada %s no reconocida, debe ser una de las siguientes:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"el tipo subyacente del tipo de enumeración debe ser un tipo entero",
@@ -2955,7 +2955,7 @@
29552955
"los especificadores de restricción del destructor deben cubrir la unión de los especificadores de restricción de todos los constructores",
29562956
"error",
29572957
"nostdlib requiere al menos un uso forzado",
2958-
"error-type",
2958+
"tipo de error",
29592959
null,
29602960
null,
29612961
null,

Extension/bin/messages/fr/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"la dernière ligne du fichier se termine sans saut de ligne",
44
"la dernière ligne du fichier se termine par une barre oblique inverse",
55
"le fichier #include %sq s'inclut lui-même",
6-
"Mémoire insuffisante",
6+
"Plus de mémoire. Envisagez d’activer le moteur IntelliSense 64 bits et d’augmenter la limite de mémoire IntelliSense dans les paramètres.",
77
null,
88
"commentaire non fermé à la fin du fichier",
99
"jeton non reconnu",
@@ -1505,7 +1505,7 @@
15051505
"Erreur de ligne de commande",
15061506
"erreur interne",
15071507
"Erreur interne",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Limitation d'erreur atteinte.",
15111511
"Boucle d'erreur interne",
@@ -1524,7 +1524,7 @@
15241524
"langage intermédiaire (7)",
15251525
"langage intermédiaire (8)",
15261526
"langage intermédiaire (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"caractère non valide pour le littéral char16_t",
15381538
null,
15391539
"convention d'appel inconnue %s, doit être l'une des suivantes :",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"le type sous-jacent du type enum doit être un type intégral",

Extension/bin/messages/it/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"l'ultima riga del file termina senza un carattere di nuova riga",
44
"l'ultima riga del file termina con una barra rovesciata",
55
"il file #include %sq include se stesso",
6-
"memoria insufficiente",
6+
"Memoria insufficiente. Provare ad abilitare il motore IntelliSense a 64 bit e ad aumentare il limite di memoria IntelliSense nelle impostazioni.",
77
null,
88
"commento non chiuso alla fine del file",
99
"token non riconosciuto",
@@ -1505,7 +1505,7 @@
15051505
"Errore nella riga di comando",
15061506
"errore interno",
15071507
"Errore interno",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Limite di errore raggiunto.",
15111511
"Ciclo di errore interno",
@@ -1524,7 +1524,7 @@
15241524
"linguaggio intermedio (7)",
15251525
"linguaggio intermedio (8)",
15261526
"linguaggio intermedio (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"carattere non valido per il valore letterale char16_t",
15381538
null,
15391539
"convenzione di chiamata %s non riconosciuta. Deve essere una delle seguenti:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"il tipo sottostante del tipo enumerazione deve essere un tipo integrale",

Extension/bin/messages/ja/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ファイルの最後の行が改行なしで終わっています",
44
"ファイルの最後の行が円記号 (\\) で終わっています",
55
"#include ファイル %sq にそれ自体が含まれています",
6-
"メモリが不足しています",
6+
"メモリ不足。64 ビットの IntelliSense エンジンを有効にし、設定で IntelliSense のメモリ制限を増やすことを検討してください。",
77
null,
88
"ファイルの末尾でコメントが閉じられていません",
99
"認識されないトークンです",
@@ -1505,7 +1505,7 @@
15051505
"コマンド ライン エラー",
15061506
"内部エラー",
15071507
"内部エラー",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"エラーの上限に達しました。",
15111511
"内部エラー ループ",
@@ -1524,7 +1524,7 @@
15241524
"中間言語 (7)",
15251525
"中間言語 (8)",
15261526
"中間言語 (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"char16_t リテラルには無効な文字です",
15381538
null,
15391539
"呼び出し規約 %s は認識されないため、次のいずれかを使用する必要があります:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"列挙型の基になる型は整数型である必要があります",

Extension/bin/messages/ko/messages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"파일의 마지막 줄이 줄 바꿈 없이 끝납니다.",
44
"파일의 마지막 줄이 백슬래시로 끝납니다.",
55
"#include 파일 %sq에 해당 파일 자체가 포함되어 있습니다.",
6-
"메모리가 부족합니다.",
6+
"메모리가 부족합니다. 64비트 IntelliSense 엔진을 사용하도록 설정하고 설정에서 IntelliSense 메모리 제한을 늘리는 것이 좋습니다.",
77
null,
88
"주석이 파일 끝에서 닫히지 않았습니다.",
99
"인식할 수 없는 토큰입니다.",
@@ -1505,7 +1505,7 @@
15051505
"명령줄 오류",
15061506
"내부 오류",
15071507
"내부 오류",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"오류 한계에 도달했습니다.",
15111511
"내부 오류 루프",
@@ -1524,7 +1524,7 @@
15241524
"중간 언어 (7)",
15251525
"중간 언어 (8)",
15261526
"중간 언어 (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"char16_t 리터럴에 대한 잘못된 문자",
15381538
null,
15391539
"인식할 수 없는 호출 규칙 %s, 다음 중 하나여야 함:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"열거형 형식의 내부 형식은 정수 계열 형식이어야 합니다.",
@@ -2955,7 +2955,7 @@
29552955
"소멸자의 제한 지정자는 모든 생성자에 대한 제한 지정자의 공용 구조체를 지정해야 합니다.",
29562956
"오류",
29572957
"nostdlib에는 한 번 이상의 강제 사용이 필요합니다.",
2958-
"error-type",
2958+
"오류 유형",
29592959
null,
29602960
null,
29612961
null,

Extension/bin/messages/pl/messages.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ostatni wiersz w pliku nie jest zakończony znakiem nowego wiersza",
44
"ostatni wiersz w pliku jest zakończony ukośnikiem",
55
"dyrektywa #include dla pliku %sq powoduje, że plik dołącza siebie",
6-
"brak pamięci",
6+
"Za mało pamięci. Rozważ włączenie 64-bitowego aparatu usługi IntelliSense i zwiększenie limitu pamięci funkcji IntelliSense w ustawieniach.",
77
null,
88
"niezamknięty komentarz na końcu pliku",
99
"nierozpoznany token",
@@ -1505,7 +1505,7 @@
15051505
"Błąd wiersza polecenia",
15061506
"błąd wewnętrzny",
15071507
"Błąd wewnętrzny",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Osiągnięto limit błędów.",
15111511
"Pętla błędu wewnętrznego",
@@ -1524,7 +1524,7 @@
15241524
"język pośredni (7)",
15251525
"język pośredni (8)",
15261526
"język pośredni (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"nieprawidłowy znak dla literału char16_t",
15381538
null,
15391539
"nierozpoznana konwencja wywoływania %s. Musi ona być jedną z następujących:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"typ bazowy typu wyliczenia musi być typem całkowitoliczbowym",
@@ -2955,7 +2955,7 @@
29552955
"specyfikatory ograniczenia destruktora muszą obejmować unię specyfikatorów ograniczenia na wszystkich konstruktorach",
29562956
"błąd",
29572957
"element nostdlib wymaga co najmniej jednego wymuszonego użycia",
2958-
"error-type",
2958+
"typ błędu",
29592959
null,
29602960
null,
29612961
null,

Extension/bin/messages/pt-br/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"última linha do arquivo termina sem uma nova linha",
44
"última linha do arquivo termina sem uma barra invertida",
55
"#include arquivo %sq inclui a si mesmo",
6-
"memória insuficiente",
6+
"Memória insuficiente. Considere habilitar o mecanismo IntelliSense de 64 bits e aumentar o limite de memória do IntelliSense nas configurações.",
77
null,
88
"comentário anexado ao fim do arquivo",
99
"token não reconhecido",
@@ -1505,7 +1505,7 @@
15051505
"Erro de linha de comando",
15061506
"erro interno",
15071507
"Erro interno",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Limite de erro atingido.",
15111511
"Laço de erro interno",
@@ -1524,7 +1524,7 @@
15241524
"linguagem intermediária (7)",
15251525
"linguagem intermediária (8)",
15261526
"linguagem intermediária (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"caractere inválido para literal char16_t",
15381538
null,
15391539
"convenção de chamadas não reconhecida %s, deve ser um dos:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"o tipo subjacente da enumeração deve ser integral",

Extension/bin/messages/ru/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"последняя строка файла завершается без знака новой строки",
44
"последняя строка файла завершается знаком обратной косой черты",
55
"включаемый файл %sq включает самого себя",
6-
"недостаточно памяти",
6+
"Не хватает памяти. Рассмотрите возможность включения 64-разрядной подсистемы IntelliSense и увеличения лимита памяти IntelliSense в настройках.",
77
null,
88
"незакрытый комментарий в конце файла",
99
"нераспознанная лексема",
@@ -1505,7 +1505,7 @@
15051505
"Ошибка в командной строке",
15061506
"внутренняя ошибка",
15071507
"Внутренняя ошибка",
1508-
"-D",
1508+
null,
15091509
null,
15101510
"Достигнут предел ошибок.",
15111511
"Внутренний цикл ошибки",
@@ -1524,7 +1524,7 @@
15241524
"промежуточный язык (7)",
15251525
"промежуточный язык (8)",
15261526
"промежуточный язык (9)",
1527-
"PCH",
1527+
null,
15281528
null,
15291529
null,
15301530
null,
@@ -1537,7 +1537,7 @@
15371537
"недопустимый знак для литерала char16_t",
15381538
null,
15391539
"нераспознанное соглашение о вызовах %s; необходимо использовать одно из следующих:",
1540-
"%s",
1540+
null,
15411541
null,
15421542
null,
15431543
"базовый тип для перечисляемого типа должен быть целочисленным",

0 commit comments

Comments
 (0)