Skip to content

Commit 57b7243

Browse files
committed
Work in progress update.
1 parent e06f934 commit 57b7243

File tree

13 files changed

+39
-39
lines changed

13 files changed

+39
-39
lines changed

Extension/bin/messages/cs/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"Nerozpoznaná direktiva #pragma",
164164
null,
165165
"Nepodařilo se otevřít dočasný soubor %sq: %s2",
166-
"Název adresáře dočasných souborů je moc dlouhý (%sq).",
166+
null,
167167
"příliš málo argumentů ve volání funkce",
168168
"neplatná plovoucí konstanta",
169169
"Argument typu %t1 je nekompatibilní s parametrem typu %t2.",
@@ -1828,7 +1828,7 @@
18281828
"Funkce auto vyžaduje ukončovací návratový typ.",
18291829
"Šablona člena nemůže mít specifikátor pure.",
18301830
"Řetězcový literál je příliš dlouhý – nadpočetné znaky se ignorují.",
1831-
"Možnost řízení klíčového slova nullptr se dá použít jenom při kompilaci C++.",
1831+
null,
18321832
"Došlo k převodu std::nullptr_t na bool.",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"chybná reflexe (%r) pro spojení výrazů",
35713571
"%n již byl definován (předchozí definice %p)",
35723572
"objekt infovec není inicializovaný",
3573-
"value_of typ %t1 není kompatibilní s danou reflexí (entita s typem %t2)",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"reflektování sady přetížení není v tuto chvíli povolené",
35753575
"tato vnitřní funkce vyžaduje reflexi pro instanci šablony",
35763576
"nekompatibilní typy %t1 a %t2 pro operátora",

Extension/bin/messages/de/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"Unbekanntes #pragma.",
164164
null,
165165
"Die temporäre Datei \"%sq\" konnte nicht geöffnet werden: %s2",
166-
"Der Name des Verzeichnisses für temporäre Dateien ist zu lang (%sq).",
166+
null,
167167
"Zu wenig Argumente im Funktionsaufruf.",
168168
"Ungültige Gleitkommakonstante.",
169169
"Das Argument vom Typ \"%t1\" ist mit dem Parameter vom Typ \"%t2\" inkompatibel.",
@@ -1828,7 +1828,7 @@
18281828
"Für die auto-Funktion ist ein nachstehender Rückgabetyp erforderlich.",
18291829
"Eine Membervorlage kann nicht über einen reinen Spezifizierer verfügen",
18301830
"Zeichenfolgenliteral zu lang -- überschüssige Zeichen werden ignoriert",
1831-
"Die Option zum Steuern des nullptr-Schlüsselworts kann nur beim Kompilieren von C++ verwendet werden.",
1831+
null,
18321832
"std::nullptr_t wird in einen booleschen Wert konvertiert.",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"Ungültige Reflexion (%r) für Ausdrucks-Splice",
35713571
"%n wurde bereits definiert (vorherige Definition %p)",
35723572
"Infovec-Objekt nicht initialisiert",
3573-
"value_of Typ %t1 ist nicht mit der angegebenen Reflexion kompatibel (Entität vom Typ %t2).",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"Das Reflektieren eines Überladungssatzes ist derzeit nicht zulässig.",
35753575
"Diese systeminterne Funktion erfordert eine Reflexion für eine Vorlageninstanz.",
35763576
"Inkompatible Typen %t1 und %t2 für Operator",

Extension/bin/messages/es/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"#pragma no reconocida",
164164
null,
165165
"no se pudo abrir el archivo temporal %sq: %s2",
166-
"el nombre del directorio de archivos temporales es demasiado largo (%sq)",
166+
null,
167167
"no hay suficientes argumentos en la llamada a función",
168168
"constante flotante no válida",
169169
"un argumento de tipo %t1 no es compatible con un parámetro de tipo %t2",
@@ -1828,7 +1828,7 @@
18281828
"la función 'auto' requiere un tipo de valor devuelto final",
18291829
"una plantilla de miembro no puede tener un especificador puro",
18301830
"literal de cadena demasiado largo: se omitieron los caracteres sobrantes",
1831-
"la opción para controlar la palabra clave nullptr solo se puede usar al compilar C++",
1831+
null,
18321832
"std::nullptr_t convertido en booleano",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"reflexión incorrecta (%r) para la expresión splice",
35713571
"%n ya se ha definido (definición anterior %p)",
35723572
"objeto infovec no inicializado",
3573-
"value_of tipo %t1 no es compatible con la reflexión proporcionada (entidad con el tipo %t2)",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"no se permite actualmente reflejar un conjunto de sobrecargas",
35753575
"este elemento intrínseco requiere una reflexión para una instancia de plantilla",
35763576
"tipos incompatibles %t1 y %t2 para el operador",

Extension/bin/messages/fr/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"#pragma non reconnu",
164164
null,
165165
"impossible d'ouvrir le fichier temporaire %sq : %s2",
166-
"le nom du répertoire de fichiers temporaires est trop long (%sq)",
166+
null,
167167
"arguments insuffisants dans l'appel de fonction",
168168
"constante flottante non valide",
169169
"l'argument de type %t1 est incompatible avec le paramètre de type %t2",
@@ -1828,7 +1828,7 @@
18281828
"une fonction 'auto' requiert un type de retour de fin",
18291829
"un modèle de membre ne peut pas avoir un spécificateur pure",
18301830
"littéral de chaîne trop long -- caractères en trop ignorés",
1831-
"l'option pour contrôler le mot clé nullptr peut être uniquement utilisée lors de la compilation de C++",
1831+
null,
18321832
"std::nullptr_t converted en bool",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"réflexion incorrecte (%r) pour la splice d’expression",
35713571
"%n a déjà été défini (définition précédente %p)",
35723572
"objet infovec non initialisé",
3573-
"value_of type %t1 n'est pas compatible avec la réflexion donnée (entité de type %t2)",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"refléter un ensemble de surcharge n'est actuellement pas autorisé",
35753575
"cette intrinsèque nécessite une réflexion pour une instance de modèle",
35763576
"types incompatibles %t1 et %t2 pour l'opérateur",

Extension/bin/messages/it/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"direttiva #pragma non riconosciuta",
164164
null,
165165
"impossibile aprire il file temporaneo %sq: %s2",
166-
"il nome della directory dei file temporanei è troppo lungo (%sq)",
166+
null,
167167
"argomenti insufficienti nella chiamata di funzione",
168168
"costante mobile non valida",
169169
"l'argomento di tipo %t1 è incompatibile con il parametro di tipo %t2",
@@ -1828,7 +1828,7 @@
18281828
"con la funzione 'auto' è richiesto un tipo restituito finale",
18291829
"un modello di membro non può avere un identificatore pure",
18301830
"valore letterale stringa troppo lungo -- caratteri in eccesso ignorati",
1831-
"è possibile utilizzare l'opzione per controllare la parola chiave nullptr solo quando si esegue la compilazione nel linguaggio C++",
1831+
null,
18321832
"std::nullptr_t convertito in bool",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"reflection non valida (%r) per la splice dell'espressione",
35713571
"%n è già stato definito (definizione precedente %p)",
35723572
"Oggetto infovec non inizializzato",
3573-
"value_of tipo %t1 non è compatibile con la reflection specificata (entità con tipo %t2)",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"la reflection di un set di overload non è attualmente consentita",
35753575
"questo intrinseco richiede una reflection per un'istanza del modello",
35763576
"tipi incompatibili %t1 e %t2 per l'operatore",

Extension/bin/messages/ja/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"認識されない #pragma",
164164
null,
165165
"一時ファイル %sq を開けませんでした: %s2",
166-
"一時ファイルのディレクトリの名前が長すぎます (%sq)",
166+
null,
167167
"関数呼び出しの引数が少なすぎます",
168168
"無効な浮動小数点定数",
169169
"型 %t1 の引数は型 %t2 のパラメーターと互換性がありません",
@@ -1828,7 +1828,7 @@
18281828
"'auto' 関数には後続の戻り値の型が必要です",
18291829
"メンバー テンプレートは純粋指定子を持つことはできません",
18301830
"リテラル文字列が長すぎます -- 超過した文字は無視されました",
1831-
"nullptr キーワードを制御するためのオプションは C++ をコンパイルするときにのみ使用できます",
1831+
null,
18321832
"std::nullptr_t がブール型に変換されました",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"式の継ぎ目のリフレクション (%r) が正しくありません",
35713571
"%n は既に定義されています (前の定義 %p)",
35723572
"infovec オブジェクトが初期化されていません",
3573-
"value_of 型 %t1 は、指定されたリフレクション (型 %t2 のエンティティ) と互換性がありません",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"オーバーロード セットのリフレクションは現在許可されていません",
35753575
"この組み込み関数には、テンプレート インスタンスのリフレクションが必要です",
35763576
"演算子の型 %t1 と %t2 に互換性がありません",

Extension/bin/messages/ko/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"인식할 수 없는 #pragma",
164164
null,
165165
"임시 파일 %sq을(를) 열 수 없습니다. %s2",
166-
"임시 파일의 디렉터리 이름이 너무 깁니다(%sq).",
166+
null,
167167
"함수 호출에 인수가 너무 적습니다.",
168168
"부동 소수점 상수가 잘못되었습니다.",
169169
"%t1 형식의 인수가 %t2 형식의 매개 변수와 호환되지 않습니다.",
@@ -1828,7 +1828,7 @@
18281828
"'auto' 함수에는 후행 반환 형식이 필요합니다.",
18291829
"멤버 템플릿에는 순수 지정자를 사용할 수 없습니다.",
18301830
"문자열 리터럴이 너무 깁니다. 초과된 문자가 무시되었습니다.",
1831-
"nullptr 키워드를 제어하는 옵션은 C++를 컴파일할 경우에만 사용할 수 있습니다.",
1831+
null,
18321832
"std::nullptr_t가 bool로 변환되었습니다.",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"식 스플라이스에 대한 잘못된 리플렉션(%r)",
35713571
"%n이(가) 이미 정의되었습니다(이전 정의 %p).",
35723572
"infovec 개체가 초기화되지 않음",
3573-
"value_of 형식 %t1이(가) 지정된 리플렉션(%t2 형식의 엔터티)과 호환되지 않습니다.",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"오버로드 집합을 반영하는 것은 현재 허용되지 않습니다.",
35753575
"이 내장 함수에는 템플릿 인스턴스에 대한 리플렉션이 필요합니다.",
35763576
"연산자에 대해 호환되지 않는 형식 %t1 및 %t2",

Extension/bin/messages/pl/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"nierozpoznana dyrektywa #pragma",
164164
null,
165165
"nie można otworzyć pliku tymczasowego %sq: %s2",
166-
"nazwa katalogu plików tymczasowych jest za długa (%sq)",
166+
null,
167167
"za mało argumentów w wywołaniu funkcji",
168168
"nieprawidłowa stała zmiennoprzecinkowa",
169169
"argument typu %t1 jest niezgodny z parametrem typu %t2",
@@ -1828,7 +1828,7 @@
18281828
"funkcja „auto” wymaga końcowego typu zwracanego",
18291829
"szablon składowej nie może mieć czystego specyfikatora",
18301830
"zbyt długi literał ciągu — zignorowano nadmiarowe znaki",
1831-
"opcja kontrolująca słowo kluczowe nullptr może być używana tylko podczas kompilowania kodu C++",
1831+
null,
18321832
"typ std::nullptr_t skonwertowano na typ logiczny",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"złe odbicie (%r) dla splice wyrażenia",
35713571
"Element %n został już zdefiniowany (poprzednia definicja :%p)",
35723572
"obiekt infovec nie został zainicjowany",
3573-
"value_of typ %t1 jest niezgodny z danym odbiciem (jednostka o typie %t2)",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"odzwierciedlanie zestawu przeciążeń jest obecnie niedozwolone",
35753575
"ta wewnętrzna funkcja wymaga odbicia dla wystąpienia szablonu",
35763576
"niezgodne typy %t1 i %t2 dla operatora",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"#pragma não reconhecido",
164164
null,
165165
"não pôde abrir arquivo temporário %sq: %s2",
166-
"nome de diretório para arquivos temporários é muito longo (%sq)",
166+
null,
167167
"muito poucos argumentos na chamada da função",
168168
"constante flutuante inválida",
169169
"argumento do tipo %t1 é incompatível com parâmetro do tipo %t2",
@@ -1828,7 +1828,7 @@
18281828
"função 'auto' requer um tipo de retorno à frente",
18291829
"um modelo de membros não pode ter um especificador puro",
18301830
"string literal muito longa - caracteres excedentes ignorados",
1831-
"a opção para controle a palavra-chave nullptr pode ser utilizada somente quando se estiver compilando C++",
1831+
null,
18321832
"std::nullptr_t convertido para bool",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"reflexão incorreta (%r) para a expressão splice",
35713571
"%n já foi definido (definição anterior %p)",
35723572
"objeto infovec não inicializado",
3573-
"o value_of tipo %t1 não é compatível com a reflexão fornecida (entidade com o tipo %t2)",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"refletir um conjunto de sobrecargas não é permitido no momento",
35753575
"este elemento intrínseco requer uma reflexão para uma instância de modelo",
35763576
"tipos incompatíveis %t1 e %t2 para o operador",

Extension/bin/messages/ru/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"нераспознанная директива #pragma",
164164
null,
165165
"не удалось открыть временный файл %sq: %s2",
166-
"слишком длинное имя каталога временных файлов (%sq)",
166+
null,
167167
"слишком мало аргументов в вызове функции",
168168
"недопустимая константа с плавающей запятой",
169169
"аргумент типа %t1 несовместим с параметром типа %t2",
@@ -1828,7 +1828,7 @@
18281828
"функция \"auto\" требует наличия завершающего возвращаемого типа",
18291829
"у шаблона члена не может быть чистого спецификатора",
18301830
"слишком длинный строковый литерал - лишние знаки игнорируются",
1831-
"параметр для управления ключевым словом nullptr может использоваться только при компиляции C++",
1831+
null,
18321832
"std::nullptr_t, преобразованный в логический тип",
18331833
null,
18341834
null,
@@ -3570,7 +3570,7 @@
35703570
"плохое отражение (%r) для выражения splice",
35713571
"%n уже определено (предыдущее определение %p)",
35723572
"объект infovec не инициализирован",
3573-
"value_of type %t1 несовместимо с данным отражением (сущность с типом %t2)",
3573+
"extract of type %t1 is not compatible with the given reflection (entity with type %t2)",
35743574
"отражение набора перегрузки сейчас не разрешено",
35753575
"эта внутренняя функция требует отражения для экземпляра шаблона",
35763576
"несовместимые типы %t1 и %t2 для оператора",

0 commit comments

Comments
 (0)