From 45a211d191d7ec107dfa974794e3106bef84e836 Mon Sep 17 00:00:00 2001 From: ivothgle Date: Fri, 22 Mar 2019 17:32:07 +0800 Subject: [PATCH] Fix image link error --- translations/README-cn.md | 2 +- translations/README-es.md | 2 +- translations/README-fr.md | 2 +- translations/README-gr.md | 2 +- translations/README-hu.md | 2 +- translations/README-ja.md | 2 +- translations/README-ko.md | 2 +- translations/README-pl.md | 2 +- translations/README-tr.md | 2 +- translations/README-zh-simple.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/translations/README-cn.md b/translations/README-cn.md index 447f0c6..fd0b913 100644 --- a/translations/README-cn.md +++ b/translations/README-cn.md @@ -43,7 +43,7 @@

- Regular expression + Regular expression

以上的正则表达式可以接受 `john_doe`, `jo-hn_doe`, `john12_as`. diff --git a/translations/README-es.md b/translations/README-es.md index 233e39a..f059dc6 100644 --- a/translations/README-es.md +++ b/translations/README-es.md @@ -39,7 +39,7 @@ Imagina que estás escribiendo una aplicación y quieres agregar reglas para cua

- Expresión regular + Expresión regular

La expresión regular anterior puede aceptar las cadenas `john_doe`, `jo-hn_doe` y `john12_as`. Sin embargo, la expresión no coincide con el nombre de usuario `Jo` porque es una cadena de caracteres que contiene letras mayúsculas y es demasiado corta. diff --git a/translations/README-fr.md b/translations/README-fr.md index 46f6239..66caacc 100644 --- a/translations/README-fr.md +++ b/translations/README-fr.md @@ -42,7 +42,7 @@ le pseudonyme à contenir des lettres, des nombres, des underscores et des trait de caractères dans le pseudonyme pour qu'il n'ait pas l'air moche. Nous utilisons l'expression régulière suivante pour valider un pseudonyme:

- Expressions régulières + Expressions régulières

L'expression régulière ci-dessus peut accepter les chaines de caractères (string) `john_doe`, `jo-hn_doe` et `john12_as`. Ça ne fonctionne pas avec `Jo` car cette chaine de caractères (string) contient une lettre majuscule et elle est trop courte. diff --git a/translations/README-gr.md b/translations/README-gr.md index 0041189..42c133b 100644 --- a/translations/README-gr.md +++ b/translations/README-gr.md @@ -47,7 +47,7 @@ string με βάση κάποιου μοτίβου αναζήτησης και

- Regular expression + Regular expression

Η παραπάνω κανονική έκφραση θα δεχτεί ως σωστά τα ονόματα χρήστη `john_doe`, `jo-hn_doe` και diff --git a/translations/README-hu.md b/translations/README-hu.md index 48253c4..cc43367 100644 --- a/translations/README-hu.md +++ b/translations/README-hu.md @@ -47,7 +47,7 @@ használjuk:

- Regular expression + Regular expression

A feljebbi reguláris kifejezés elfogadja a `john_doe`, `jo-hn_doe` és a diff --git a/translations/README-ja.md b/translations/README-ja.md index 5657dab..4675635 100644 --- a/translations/README-ja.md +++ b/translations/README-ja.md @@ -45,7 +45,7 @@

- Regular expression + Regular expression

この正規表現によって `john_doe, jo-hn_doe, john12_as` などは許容されることになります。 diff --git a/translations/README-ko.md b/translations/README-ko.md index 1952742..d75a5c5 100644 --- a/translations/README-ko.md +++ b/translations/README-ko.md @@ -39,7 +39,7 @@

- Regular expression + Regular expression

위의 정규 표현식은 `john_doe`, `jo-hn_doe`, 그리고 `john12_as` 문자열을 받아들일 수 있다. `Jo`는 대문자를 포함하고 있고 길이가 너무 짧기 때문에 위의 정규표현식과 매칭되지 않는다. diff --git a/translations/README-pl.md b/translations/README-pl.md index 5a0ebda..f9104d5 100644 --- a/translations/README-pl.md +++ b/translations/README-pl.md @@ -48,7 +48,7 @@ regularne, aby sprawdzić poprawność nazwy:

- Wyrażenie regularne + Wyrażenie regularne

Powyższe wyrażenie akceptuje łańcuchy `john_doe`, `jo-hn_doe` diff --git a/translations/README-tr.md b/translations/README-tr.md index 47472e6..cc21877 100644 --- a/translations/README-tr.md +++ b/translations/README-tr.md @@ -49,7 +49,7 @@ kullanıyoruz:

- Regular expression + Regular expression

Yukardaki düzenli ifade `john_doe`, `jo-hn_doe` ve `john12_as` gibi girişleri kabul edebilir. diff --git a/translations/README-zh-simple.md b/translations/README-zh-simple.md index 60652ce..4f60ecc 100644 --- a/translations/README-zh-simple.md +++ b/translations/README-zh-simple.md @@ -42,7 +42,7 @@

-Regular expression + Regular expression

以上的正则表达式可以接受 `john_doe`, `jo-hn_doe`, `john12_as`.