Skip to content

Commit f355849

Browse files
committed
Add SeleniumBase translations
1 parent c3d44d4 commit f355849

File tree

10 files changed

+48
-0
lines changed

10 files changed

+48
-0
lines changed

seleniumbase/translate/chinese.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def 创建BOOTSTRAP游览(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def 创建DRIVERJS游览(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def 创建HOPSCOTCH游览(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/dutch.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def maak_een_bootstrap_tour(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def maak_een_driverjs_tour(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def maak_een_hopscotch_tour(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/french.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def créer_une_visite_bootstrap(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def créer_une_visite_driverjs(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def créer_une_visite_hopscotch(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/italian.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def creare_un_tour_bootstrap(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def creare_un_tour_driverjs(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def creare_un_tour_hopscotch(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/japanese.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def BOOTSTRAPツアーを作成する(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def DRIVERJSツアーを作成する(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def HOPSCOTCHツアーを作成する(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/korean.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def 가이드_BOOTSTRAP_투어_만들기(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def 가이드_DRIVERJS_투어_만들기(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def 가이드_HOPSCOTCH_투어_만들기(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/master_dict.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,18 @@ class MD:
11141114
md["create_bootstrap_tour"][8] = "сделать_BOOTSTRAP_тур"
11151115
md["create_bootstrap_tour"][9] = "crear_una_gira_bootstrap"
11161116

1117+
md["create_driverjs_tour"] = ["*"] * num_langs
1118+
md["create_driverjs_tour"][0] = "create_driverjs_tour"
1119+
md["create_driverjs_tour"][1] = "创建DRIVERJS游览"
1120+
md["create_driverjs_tour"][2] = "maak_een_driverjs_tour"
1121+
md["create_driverjs_tour"][3] = "créer_une_visite_driverjs"
1122+
md["create_driverjs_tour"][4] = "creare_un_tour_driverjs"
1123+
md["create_driverjs_tour"][5] = "DRIVERJSツアーを作成する"
1124+
md["create_driverjs_tour"][6] = "가이드_DRIVERJS_투어_만들기"
1125+
md["create_driverjs_tour"][7] = "criar_um_tour_driverjs"
1126+
md["create_driverjs_tour"][8] = "сделать_DRIVERJS_тур"
1127+
md["create_driverjs_tour"][9] = "crear_una_gira_driverjs"
1128+
11171129
md["create_hopscotch_tour"] = ["*"] * num_langs
11181130
md["create_hopscotch_tour"][0] = "create_hopscotch_tour"
11191131
md["create_hopscotch_tour"][1] = "创建HOPSCOTCH游览"

seleniumbase/translate/portuguese.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def criar_um_tour_bootstrap(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def criar_um_tour_driverjs(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def criar_um_tour_hopscotch(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/russian.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def сделать_BOOTSTRAP_тур(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def сделать_DRIVERJS_тур(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def сделать_HOPSCOTCH_тур(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

seleniumbase/translate/spanish.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ def crear_una_gira_bootstrap(self, *args, **kwargs):
297297
# create_bootstrap_tour(name=None, theme=None)
298298
return self.create_bootstrap_tour(*args, **kwargs)
299299

300+
def crear_una_gira_driverjs(self, *args, **kwargs):
301+
# create_driverjs_tour(name=None, theme=None)
302+
return self.create_driverjs_tour(*args, **kwargs)
303+
300304
def crear_una_gira_hopscotch(self, *args, **kwargs):
301305
# create_hopscotch_tour(name=None, theme=None)
302306
return self.create_hopscotch_tour(*args, **kwargs)

0 commit comments

Comments
 (0)